diff --git a/ChangeLog b/ChangeLog index 2aa345b4f..7a665dfc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,21 +1,20 @@ 2014-02-04 v3.03 -* Added new training tool text2image to generate box/tif file pairs from - text and truetype fonts. -* Added support for PDF output with searchable text. -* Removed entire IMAGE class and all code in image directory. -* Tesseract executable: support for output to stdout; limited support for one - page images from stdin (especially on Windows) -* Added Renderer to API to allow document-level processing and output - of document formats, like hOCR, PDF. -* Major refactor of word-level recognition, beam search, eliminating dead code. -* Refactored classifier to make it easier to add new ones. -* Generalized feature extractor to allow feature extraction from greyscale. -* Improved sub/superscript treatment. -* Improved baseline fit. -* Added set_unicharset_properties to training tools. -* Many bug fixes. -* More training source data included. - + * Added new training tool text2image to generate box/tif file pairs from + text and truetype fonts. + * Added support for PDF output with searchable text. + * Removed entire IMAGE class and all code in image directory. + * Tesseract executable: support for output to stdout; limited support for one + page images from stdin (especially on Windows) + * Added Renderer to API to allow document-level processing and output + of document formats, like hOCR, PDF. + * Major refactor of word-level recognition, beam search, eliminating dead code. + * Refactored classifier to make it easier to add new ones. + * Generalized feature extractor to allow feature extraction from greyscale. + * Improved sub/superscript treatment. + * Improved baseline fit. + * Added set_unicharset_properties to training tools. + * Many bug fixes. + * More training source data included. 2012-02-01 - v3.02 * Moved ResultIterator/PageIterator to ccmain. @@ -106,74 +105,83 @@ * Fixed a number of errors in newer (stricter) versions of VC++ (Issues 301, among others) -June 2006 - V1.0 of open source Tesseract checked-in. -Sep 7 2006 - V1.01. - Added mfcpch.cpp and getopt.cpp for VC++. - Fixed problem with greyscale images and no libtiff. - Stopped debug window from being used for the usage output. - Fixed load of inttemp for big-endian architectures. - Fixed some Mac compilation issues. -Oct 4 2006 - V1.02 - Removed dependency on Aspirin. - Fixed a few missing Apache license headers. - Removed $log. -Feb 2 2007 - V1.03 - Added mftraining and cntraining. - Added baseapi with adaptive thresholding for grey and color. - Fixed many memory leaks. - Fixed several bugs including lack of use of adaptive classifier. - Added ifdefs to eliminate graphics code and add embedded platform support. - Incorporated several patches, including 64-bit builds, Mac builds. - Minor accuracy improvements. -May 15 2007 - V1.04 - Added dll exports for Windows. - Fixed name collisions with stl etc. - Made some preliminary changes ready for unicodeization. - Several bug fixes discovered during unicodeization. -July 02 2007 - V2.00 - Converted internal character handling to UTF8. - Trained with 6 languages. - Added unicharset_extractor, wordlist2dawg. - Added boxfile creation mode. - Added UNLV regression test capability. - Fixed problems with copyright and registered symbols. - Fixed extern "C" declarations problem. -August 27 2007 - V2.01 - Fixed UTF8 input problems with box file reader. - Fixed various infinite loops and crashes in dawg code. - Removed include of config_auto.h from host.h. - Added automatic wctype encoding to unicharset_extractor. - Fixed dawg table too full error. - Removed svn files from tarball. - Added new functions to tessdll. - Increased maximum utf8 string in a classification result to 8. +2009-06-30 - V2.04 + * Integrated bug fixes and patches and misc changes for portability. + * Integrated a patch to remove some of the "access" macros. + * Removed dependence on lua from the viewer, speeding it up + dramatically. + * Fixed the viewer so it compiles and runs properly! + * Specifically fixing issues: 1, 63, 67, 71, 76, 81, 82, 106, 111, + 112, 128, 129, 130, 133, 135, 142, 143, 145, 147, 153, 154, 160, + 165, 170, 175, 177, 187, 192, 195, 199, 201, 205, 209, 108, 169 -January 23 2008 - V2.02 - Improvements to clustering, training and classifier. - Major internationalization improvements for large-character-set - languages, eg Kannada. - Removed some compiler warnings. - Added multipage tiff support for training and running. - Updated graphics output to talk to new java-based viewer. - Added ability to save n-best lists. - Added leptonica support for more file types. - Improved Init/End to make them safe. - Reduced memory use of dictionaries. - Added some new APIs to TessBaseAPI. -April 21 2008 - V2.02 (again) - Fixed namespace collisions with jpeg library (INT32). - Portability fixes for Windows for new code. - Updates to autoconf system for new code. -April 22 2008 - V2.03 - Fixed crash introduced in 2.02. - Fixed lack of tessembedded.cpp in distribution. - Added test for leptonica header files and conditional test for lib. -June 30 2009 - V2.04 - Integrated bug fixes and patches and misc changes for portability. - Integrated a patch to remove some of the "access" macros. - Removed dependence on lua from the viewer, speeding it up - dramatically. - Fixed the viewer so it compiles and runs properly! - Specifically fixing issues: 1, 63, 67, 71, 76, 81, 82, 106, 111, - 112, 128, 129, 130, 133, 135, 142, 143, 145, 147, 153, 154, 160, - 165, 170, 175, 177, 187, 192, 195, 199, 201, 205, 209, 108, 169 +2008-04-22 - V2.03 + * Fixed crash introduced in 2.02. + * Fixed lack of tessembedded.cpp in distribution. + * Added test for leptonica header files and conditional test for lib. + +2008-04-21 - V2.02 (again) + * Fixed namespace collisions with jpeg library (INT32). + * Portability fixes for Windows for new code. + * Updates to autoconf system for new code. + +2008-01-23 - V2.02 + * Improvements to clustering, training and classifier. + * Major internationalization improvements for large-character-set + * languages, eg Kannada. + * Removed some compiler warnings. + * Added multipage tiff support for training and running. + * Updated graphics output to talk to new java-based viewer. + * Added ability to save n-best lists. + * Added leptonica support for more file types. + * Improved Init/End to make them safe. + * Reduced memory use of dictionaries. + * Added some new APIs to TessBaseAPI. + +2007-08-27 - V2.01 + * Fixed UTF8 input problems with box file reader. + * Fixed various infinite loops and crashes in dawg code. + * Removed include of config_auto.h from host.h. + * Added automatic wctype encoding to unicharset_extractor. + * Fixed dawg table too full error. + * Removed svn files from tarball. + * Added new functions to tessdll. + * Increased maximum utf8 string in a classification result to 8. + +2007-07-02 - V2.00 + * Converted internal character handling to UTF8. + * Trained with 6 languages. + * Added unicharset_extractor, wordlist2dawg. + * Added boxfile creation mode. + * Added UNLV regression test capability. + * Fixed problems with copyright and registered symbols. + * Fixed extern "C" declarations problem. + +2007-05-15 - V1.04 + * Added dll exports for Windows. + * Fixed name collisions with stl etc. + * Made some preliminary changes ready for unicodeization. + * Several bug fixes discovered during unicodeization. + +2007-02-02 - V1.03 + * Added mftraining and cntraining. + * Added baseapi with adaptive thresholding for grey and color. + * Fixed many memory leaks. + * Fixed several bugs including lack of use of adaptive classifier. + * Added ifdefs to eliminate graphics code and add embedded platform support. + * Incorporated several patches, including 64-bit builds, Mac builds. + * Minor accuracy improvements. + +2006-10-04 - V1.02 + * Removed dependency on Aspirin. + * Fixed a few missing Apache license headers. + * Removed $log. + +2006-09-07 - V1.01. + * Added mfcpch.cpp and getopt.cpp for VC++. + * Fixed problem with greyscale images and no libtiff. + * Stopped debug window from being used for the usage output. + * Fixed load of inttemp for big-endian architectures. + * Fixed some Mac compilation issues. + +2006-06-16 - V1.0 of open source Tesseract checked-in. diff --git a/INSTALL.GIT b/INSTALL.GIT index cbc32f40e..ca2ac3124 100644 --- a/INSTALL.GIT +++ b/INSTALL.GIT @@ -1,13 +1,13 @@ autotools (LINUX/UNIX...) ====================== -If you have checked out Tesseract from Subversion, you must generate +If you have cloned Tesseract from Github, you must generate the configure script. If you have tesseract 3.0x installation in your system, please remove it before new build. -Known depencies for training tools (excluding leptonica): +Known dependencies for training tools (excluding leptonica): * compiler with c++ support * pango-devel * cairo-devel @@ -24,7 +24,9 @@ So, the steps for making Tesseract are: You need to install at least English language data file to TESSDATA_PREFIX directory. All language data files can be retrieved from git repository: - $ git clone https://code.google.com/p/tesseract-ocr.tessdata/ tessdata + $ git clone https://github.com/tesseract-ocr/tessdata.git tesseract-ocr.tessdata +(Repository it huge - more that 1.2Gb. You do not need to download +all languages) To compile ScrollView.jar you need to download piccolo2d-core-3.0.jar and piccolo2d-extras-3.0.jar[1] and place them to tesseract/java. @@ -35,10 +37,9 @@ Than run: and follow instruction on Viewer Debugging wiki[2]. [1] http://search.maven.org/#search|ga|1|g%3A%22org.piccolo2d%22 -[2] http://code.google.com/p/tesseract-ocr/wiki/ViewerDebugging - +[2] https://github.com/tesseract-ocr/tesseract/wiki/ViewerDebugging WINDOWS ======= -Please read vs2008/doc/index.html and http://vorba.ch/2014/tesseract-3.03-vs2013.html +Please read http://vorba.ch/2014/tesseract-3.03-vs2013.html diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 000000000..4fefdd298 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,931 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = . +DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ + $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/configure $(am__configure_deps) \ + $(top_srcdir)/config/config.h.in $(srcdir)/tesseract.pc.in \ + COPYING config/config.guess config/config.sub config/depcomp \ + config/install-sh config/missing config/ltmain.sh \ + $(top_srcdir)/config/config.guess \ + $(top_srcdir)/config/config.sub \ + $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ + $(top_srcdir)/config/missing +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config_auto.h +CONFIG_CLEAN_FILES = tesseract.pc +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(pkgconfigdir)" +DATA = $(pkgconfig_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +CSCOPE = cscope +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +DIST_TARGETS = dist-gzip +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +ACLOCAL_AMFLAGS = -I m4 +@ENABLE_TRAINING_TRUE@TRAINING_SUBDIR = training +SUBDIRS = ccutil viewer cutil opencl ccstruct dict classify wordrec neural_networks/runtime textord cube ccmain api . tessdata doc +EXTRA_DIST = ReleaseNotes \ + aclocal.m4 config configure.ac autogen.sh contrib \ + tesseract.pc.in $(TRAINING_SUBDIR) java doc testing + +DIST_SUBDIRS = $(SUBDIRS) $(TRAINING_SUBDIR) +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = tesseract.pc +all: config_auto.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: Makefile + @: +$(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'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__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) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +config_auto.h: stamp-h1 + @if test ! -f $@; then rm -f stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + +stamp-h1: $(top_srcdir)/config/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config_auto.h +$(top_srcdir)/config/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config_auto.h stamp-h1 +tesseract.pc: $(top_builddir)/config.status $(srcdir)/tesseract.pc.in + cd $(top_builddir) && $(SHELL) ./config.status $@ + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool config.lt +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__post_remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) config_auto.h +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +@ENABLE_TRAINING_FALSE@clean-local: +clean: clean-recursive + +clean-am: clean-generic clean-libtool clean-local 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 + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgconfigDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgconfigDATA + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) uninstall-hook +.MAKE: $(am__recursive_targets) all install-am install-strip \ + uninstall-am + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ + dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \ + dist-shar dist-tarZ dist-xz 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-pkgconfigDATA install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags tags-am uninstall uninstall-am uninstall-hook \ + uninstall-pkgconfigDATA + +@ENABLE_TRAINING_TRUE@training: +@ENABLE_TRAINING_TRUE@ @cd "$(top_builddir)/training" && $(MAKE) +@ENABLE_TRAINING_TRUE@training-install: +@ENABLE_TRAINING_TRUE@ @cd "$(top_builddir)/training" && $(MAKE) install +@ENABLE_TRAINING_TRUE@clean-local: +@ENABLE_TRAINING_TRUE@ @cd "$(top_builddir)/training" && $(MAKE) clean +@ENABLE_TRAINING_FALSE@training: +@ENABLE_TRAINING_FALSE@ @echo "Need to reconfigure project, so there are no errors" + +.PHONY: install-langs ScrollView.jar install-jars $(TRAINING_SUBDIR) + +uninstall-hook: + rm -rf $(DESTDIR)$(includedir) + +dist-hook: +# Need to remove .svn directories from directories +# added using EXTRA_DIST. $(distdir)/tessdata would in +# theory suffice. + rm -rf `find $(distdir) -name .svn` + rm -rf `find $(distdir) -name .git` + rm -rf `find $(distdir) -name .deps` + rm -rf `find $(distdir) -name .libs` + rm -rf `find $(distdir) -name *.o` + rm -rf `find $(distdir) -name *.lo` + rm -rf `find $(distdir) -name *.la` + rm -rf `find $(distdir)/training -executable -type f` + rm -rf $(distdir)/doc/html/* + +ScrollView.jar: + @cd "$(top_builddir)/java" && $(MAKE) $@ + +install-jars: + @cd "$(top_builddir)/java" && $(MAKE) $@ + +doc-dummy: + +doc: doc-dummy + -srcdir="$(top_srcdir)" builddir="$(top_builddir)" \ + version="@PACKAGE_VERSION@" name="@PACKAGE_NAME@" \ + doxygen $(top_srcdir)/doc/Doxyfile + +doc-pack: doc + -chmod a+r $(top_srcdir)/doc/html/* + @tar --create --directory=$(top_srcdir)/doc/html --verbose --file=- . | gzip -c -9 > $(top_srcdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@-doc-html.tar.gz; + +doc-clean: + rm -rf $(top_srcdir)/doc/html/* + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/README.md b/README similarity index 63% rename from README.md rename to README index e7a8e9502..cc7436631 100644 --- a/README.md +++ b/README @@ -7,26 +7,29 @@ Introduction ============ This package contains the Tesseract Open Source OCR Engine. -Originally developed at Hewlett Packard Laboratories Bristol and -at Hewlett Packard Co, Greeley Colorado, all the code +Originally developed at Hewlett-Packard Laboratories Bristol and +at Hewlett-Packard Co, Greeley Colorado, all the code in this distribution is now licensed under the Apache License: - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. Dependencies and Licenses ========================= -Leptonica is required. (www.leptonica.com). Tesseract no longer compiles -without Leptonica. +[Leptonica](http://www.leptonica.com) is required. Tesseract no longer +compiles without Leptonica. + Libtiff is no longer required as a direct dependency. @@ -34,15 +37,16 @@ Installing and Running Tesseract -------------------------------- All Users Do NOT Ignore! + The tarballs are split into pieces. tesseract-x.xx.tar.gz contains all the source code. -tesseract-x.xx..tar.gz contains the language data files for . +tesseract-x.xx.``.tar.gz contains the language data files for ``. You need at least one of these or Tesseract will not work. Note that tesseract-x.xx.tar.gz unpacks to the tesseract-ocr directory. -tesseract-x.xx..tar.gz unpacks to the tessdata directory which +tesseract-x.xx.``.tar.gz unpacks to the tessdata directory which belongs inside your tesseract-ocr directory. It is therefore best to download them into your tesseract-x.xx directory, so you can use unpack here or equivalent. You can unpack as many of the language packs as you @@ -52,29 +56,25 @@ before you run make install. If you unpack them as root to the destination directory of make install, then the user ids and access permissions might be messed up. -boxtiff-2.xx..tar.gz contains data that was used in training for +boxtiff-2.xx.``.tar.gz contains data that was used in training for those that want to do their own training. Most users should NOT download these files. Instructions for using the training tools are documented separately at -Tesseract wiki https://github.com/tesseract-ocr/tesseract/wiki +[Tesseract Training wiki](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract) Windows ------- -Please use installer (for 3.00 and above). Tesseract is library with -command line interface. If you need GUI, please check AddOns wiki page - -TODO-UPDATE-WIKI-LINKS - -http://code.google.com/p/tesseract-ocr/wiki/AddOns#GUI +Please use the installer (for 3.00 and above). Tesseract is a library with a +command line interface. If you need a GUI, please check the [3rdParty wiki page](https://github.com/tesseract-ocr/tesseract/wiki/3rdParty#gui). If you are building from the sources, the recommended build platform is VC++ Express 2008 (optionally 2010). The executables are built with static linking, so they stand more chance -of working out of the box on more windows systems. +of working out of the box on more Windows systems. The executable must reside in the same directory as the tessdata directory or you need to set up environment variable TESSDATA_PREFIX. @@ -82,14 +82,10 @@ Installer will set it up for you. The command line is: -tesseract imagename outputbase [-l lang] [-psm pagesegmode] [configfiles...] + tesseract imagename outputbase [-l lang] [-psm pagesegmode] [configfiles...] If you need interface to other applications, please check wrapper section -on AddOns wiki page: - -TODO-UPDATE-WIKI-LINKS - -http://code.google.com/p/tesseract-ocr/wiki/AddOns#Tesseract_3.0x +on [AddOns wiki page](https://github.com/tesseract-ocr/tesseract/wiki/AddOns#for-tesseract-ocr-30x). Non-Windows (or Cygwin) @@ -98,19 +94,19 @@ Non-Windows (or Cygwin) You have to tell Tesseract through a standard unix mechanism where to find its data directory. You must either: -./autogen.sh -./configure -make -make install -sudo ldconfig + ./autogen.sh + ./configure + make + make install + sudo ldconfig to move the data files to the standard place, or: -export TESSDATA_PREFIX="directory in which your tessdata resides/" + export TESSDATA_PREFIX="directory in which your tessdata resides/" In either case the command line is: -tesseract imagename outputbase [-l lang] [-psm pagesegmode] [configfiles...] + tesseract imagename outputbase [-l lang] [-psm pagesegmode] [configfiles...] New there is a tesseract.spec for making rpms. (Thanks to Andrew Ziem for the help.) It might work with your OS if you know how to do that. @@ -126,8 +122,8 @@ instead of `./configure` above. History ======= -The engine was developed at Hewlett Packard Laboratories Bristol and -at Hewlett Packard Co, Greeley Colorado between 1985 and 1994, with some +The engine was developed at Hewlett-Packard Laboratories Bristol and +at Hewlett-Packard Co, Greeley Colorado between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. A lot of the code was written in C, and then some more was written in C++. Since then all the code has been converted to at least compile with a C++ @@ -138,12 +134,12 @@ lists, but has the big negative that if you do get a segmentation violation, it is hard to debug. The most recent change is that Tesseract can now recognize 39 languages, -including Arabic, Hindi, Vietnamese, plus 3 Fraktur variants +including Arabic, Hindi, Vietnamese, plus 3 Fraktur variants, is fully UTF8 capable, and is fully trainable. See TrainingTesseract for more information on training. Tesseract was included in UNLV's Fourth Annual Test of OCR Accuracy. -Results were available on http://www.isri.unlv.edu/downloads/AT-1995.pdf. +Results were available on https://github.com/tesseract-ocr/docs/blob/master/AT-1995.pdf. With Tesseract 2.00, scripts were included to allow anyone to reproduce some of these tests. See TestingTesseract for more details. @@ -156,5 +152,6 @@ Having said that, in 1995, this engine was in the top 3 in terms of character accuracy, and it compiles and runs on both Linux and Windows. As of 3.01, Tesseract is fully unicode (UTF-8) enabled, and can recognize 39 languages "out of the box." Code and documentation is provided for the brave -to train in other languages. See code.google.com/p/tesseract-ocr for more -information on training. +to train in other languages. +See [Tesseract Training wiki](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract) +for more information on training. Additional [code and extracted documentation](http://tesseract-ocr.github.io/) was generated by Doxygen. diff --git a/api/Makefile.in b/api/Makefile.in new file mode 100644 index 000000000..a00f9c1e4 --- /dev/null +++ b/api/Makefile.in @@ -0,0 +1,919 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@USE_OPENCL_TRUE@am__append_1 = -I$(OPENCL_HDR_PATH) +@VISIBILITY_TRUE@am__append_2 = -fvisibility=hidden -fvisibility-inlines-hidden +@USING_MULTIPLELIBS_TRUE@am__append_3 = libtesseract_api.la +@VISIBILITY_TRUE@am__append_4 = -DTESS_EXPORTS +bin_PROGRAMS = tesseract$(EXEEXT) +@VISIBILITY_TRUE@am__append_5 = -DTESS_IMPORTS +@USE_OPENCL_TRUE@am__append_6 = $(OPENCL_LIB) +@T_WIN_TRUE@am__append_7 = -lws2_32 +@T_WIN_TRUE@am__append_8 = -no-undefined -Wl,--as-needed -lws2_32 +@ADD_RT_TRUE@am__append_9 = -lrt +subdir = api +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(include_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ + "$(DESTDIR)$(includedir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +libtesseract_la_DEPENDENCIES = libtesseract_api.la \ + ../ccmain/libtesseract_main.la ../cube/libtesseract_cube.la \ + ../neural_networks/runtime/libtesseract_neural.la \ + ../textord/libtesseract_textord.la \ + ../wordrec/libtesseract_wordrec.la \ + ../classify/libtesseract_classify.la \ + ../dict/libtesseract_dict.la \ + ../ccstruct/libtesseract_ccstruct.la \ + ../cutil/libtesseract_cutil.la \ + ../viewer/libtesseract_viewer.la \ + ../ccutil/libtesseract_ccutil.la \ + ../opencl/libtesseract_opencl.la +am_libtesseract_la_OBJECTS = +libtesseract_la_OBJECTS = $(am_libtesseract_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_TRUE@libtesseract_api_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../opencl/libtesseract_opencl.la +am_libtesseract_api_la_OBJECTS = libtesseract_api_la-baseapi.lo \ + libtesseract_api_la-capi.lo libtesseract_api_la-pdfrenderer.lo \ + libtesseract_api_la-renderer.lo +libtesseract_api_la_OBJECTS = $(am_libtesseract_api_la_OBJECTS) +libtesseract_api_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_api_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_api_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_api_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +PROGRAMS = $(bin_PROGRAMS) +am_tesseract_OBJECTS = tesseract-tesseractmain.$(OBJEXT) +tesseract_OBJECTS = $(am_tesseract_OBJECTS) +am__DEPENDENCIES_1 = +@USE_OPENCL_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +tesseract_DEPENDENCIES = libtesseract.la $(am__DEPENDENCIES_2) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_la_SOURCES) \ + $(nodist_EXTRA_libtesseract_la_SOURCES) \ + $(libtesseract_api_la_SOURCES) $(tesseract_SOURCES) +DIST_SOURCES = $(libtesseract_la_SOURCES) \ + $(libtesseract_api_la_SOURCES) $(tesseract_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(include_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -DLOCALEDIR=\"$(localedir)\" \ + -DUSE_STD_NAMESPACE -I$(top_srcdir)/ccutil \ + -I$(top_srcdir)/ccstruct -I$(top_srcdir)/cube \ + -I$(top_srcdir)/viewer -I$(top_srcdir)/textord \ + -I$(top_srcdir)/dict -I$(top_srcdir)/classify \ + -I$(top_srcdir)/ccmain -I$(top_srcdir)/wordrec \ + -I$(top_srcdir)/cutil -I$(top_srcdir)/opencl $(am__append_1) \ + $(am__append_2) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +include_HEADERS = apitypes.h baseapi.h capi.h renderer.h +lib_LTLIBRARIES = $(am__append_3) libtesseract.la +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_api.la +@USING_MULTIPLELIBS_TRUE@libtesseract_api_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +@USING_MULTIPLELIBS_TRUE@libtesseract_api_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../opencl/libtesseract_opencl.la + +libtesseract_api_la_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_4) +libtesseract_api_la_SOURCES = baseapi.cpp capi.cpp pdfrenderer.cpp renderer.cpp +libtesseract_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) \ + $(am__append_8) +libtesseract_la_SOURCES = +# Dummy C++ source to cause C++ linking. +# see http://www.gnu.org/s/hello/manual/automake/Libtool-Convenience-Libraries.html#Libtool-Convenience-Libraries +nodist_EXTRA_libtesseract_la_SOURCES = dummy.cxx +libtesseract_la_LIBADD = \ + libtesseract_api.la \ + ../ccmain/libtesseract_main.la \ + ../cube/libtesseract_cube.la \ + ../neural_networks/runtime/libtesseract_neural.la \ + ../textord/libtesseract_textord.la \ + ../wordrec/libtesseract_wordrec.la \ + ../classify/libtesseract_classify.la \ + ../dict/libtesseract_dict.la \ + ../ccstruct/libtesseract_ccstruct.la \ + ../cutil/libtesseract_cutil.la \ + ../viewer/libtesseract_viewer.la \ + ../ccutil/libtesseract_ccutil.la \ + ../opencl/libtesseract_opencl.la + +tesseract_SOURCES = tesseractmain.cpp +tesseract_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_5) +tesseract_LDADD = libtesseract.la $(am__append_6) $(am__append_7) \ + $(am__append_9) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .cxx .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu api/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu api/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract.la: $(libtesseract_la_OBJECTS) $(libtesseract_la_DEPENDENCIES) $(EXTRA_libtesseract_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_la_LINK) -rpath $(libdir) $(libtesseract_la_OBJECTS) $(libtesseract_la_LIBADD) $(LIBS) + +libtesseract_api.la: $(libtesseract_api_la_OBJECTS) $(libtesseract_api_la_DEPENDENCIES) $(EXTRA_libtesseract_api_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_api_la_LINK) $(am_libtesseract_api_la_rpath) $(libtesseract_api_la_OBJECTS) $(libtesseract_api_la_LIBADD) $(LIBS) +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +tesseract$(EXEEXT): $(tesseract_OBJECTS) $(tesseract_DEPENDENCIES) $(EXTRA_tesseract_DEPENDENCIES) + @rm -f tesseract$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(tesseract_OBJECTS) $(tesseract_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtesseract_api_la-baseapi.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtesseract_api_la-capi.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtesseract_api_la-pdfrenderer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtesseract_api_la-renderer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tesseract-tesseractmain.Po@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +libtesseract_api_la-baseapi.lo: baseapi.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtesseract_api_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libtesseract_api_la-baseapi.lo -MD -MP -MF $(DEPDIR)/libtesseract_api_la-baseapi.Tpo -c -o libtesseract_api_la-baseapi.lo `test -f 'baseapi.cpp' || echo '$(srcdir)/'`baseapi.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtesseract_api_la-baseapi.Tpo $(DEPDIR)/libtesseract_api_la-baseapi.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='baseapi.cpp' object='libtesseract_api_la-baseapi.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtesseract_api_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libtesseract_api_la-baseapi.lo `test -f 'baseapi.cpp' || echo '$(srcdir)/'`baseapi.cpp + +libtesseract_api_la-capi.lo: capi.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtesseract_api_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libtesseract_api_la-capi.lo -MD -MP -MF $(DEPDIR)/libtesseract_api_la-capi.Tpo -c -o libtesseract_api_la-capi.lo `test -f 'capi.cpp' || echo '$(srcdir)/'`capi.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtesseract_api_la-capi.Tpo $(DEPDIR)/libtesseract_api_la-capi.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='capi.cpp' object='libtesseract_api_la-capi.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtesseract_api_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libtesseract_api_la-capi.lo `test -f 'capi.cpp' || echo '$(srcdir)/'`capi.cpp + +libtesseract_api_la-pdfrenderer.lo: pdfrenderer.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtesseract_api_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libtesseract_api_la-pdfrenderer.lo -MD -MP -MF $(DEPDIR)/libtesseract_api_la-pdfrenderer.Tpo -c -o libtesseract_api_la-pdfrenderer.lo `test -f 'pdfrenderer.cpp' || echo '$(srcdir)/'`pdfrenderer.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtesseract_api_la-pdfrenderer.Tpo $(DEPDIR)/libtesseract_api_la-pdfrenderer.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='pdfrenderer.cpp' object='libtesseract_api_la-pdfrenderer.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtesseract_api_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libtesseract_api_la-pdfrenderer.lo `test -f 'pdfrenderer.cpp' || echo '$(srcdir)/'`pdfrenderer.cpp + +libtesseract_api_la-renderer.lo: renderer.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtesseract_api_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libtesseract_api_la-renderer.lo -MD -MP -MF $(DEPDIR)/libtesseract_api_la-renderer.Tpo -c -o libtesseract_api_la-renderer.lo `test -f 'renderer.cpp' || echo '$(srcdir)/'`renderer.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtesseract_api_la-renderer.Tpo $(DEPDIR)/libtesseract_api_la-renderer.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='renderer.cpp' object='libtesseract_api_la-renderer.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtesseract_api_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libtesseract_api_la-renderer.lo `test -f 'renderer.cpp' || echo '$(srcdir)/'`renderer.cpp + +tesseract-tesseractmain.o: tesseractmain.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tesseract_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tesseract-tesseractmain.o -MD -MP -MF $(DEPDIR)/tesseract-tesseractmain.Tpo -c -o tesseract-tesseractmain.o `test -f 'tesseractmain.cpp' || echo '$(srcdir)/'`tesseractmain.cpp +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tesseract-tesseractmain.Tpo $(DEPDIR)/tesseract-tesseractmain.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='tesseractmain.cpp' object='tesseract-tesseractmain.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tesseract_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tesseract-tesseractmain.o `test -f 'tesseractmain.cpp' || echo '$(srcdir)/'`tesseractmain.cpp + +tesseract-tesseractmain.obj: tesseractmain.cpp +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tesseract_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT tesseract-tesseractmain.obj -MD -MP -MF $(DEPDIR)/tesseract-tesseractmain.Tpo -c -o tesseract-tesseractmain.obj `if test -f 'tesseractmain.cpp'; then $(CYGPATH_W) 'tesseractmain.cpp'; else $(CYGPATH_W) '$(srcdir)/tesseractmain.cpp'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tesseract-tesseractmain.Tpo $(DEPDIR)/tesseract-tesseractmain.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='tesseractmain.cpp' object='tesseract-tesseractmain.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tesseract_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o tesseract-tesseractmain.obj `if test -f 'tesseractmain.cpp'; then $(CYGPATH_W) 'tesseractmain.cpp'; else $(CYGPATH_W) '$(srcdir)/tesseractmain.cpp'; fi` + +.cxx.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cxx.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cxx.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-includeHEADERS: $(include_HEADERS) + @$(NORMAL_INSTALL) + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ + done + +uninstall-includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) +install-binPROGRAMS: install-libLTLIBRARIES + +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ + 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: install-includeHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \ + uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-binPROGRAMS \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-includeHEADERS install-info install-info-am \ + install-libLTLIBRARIES install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-includeHEADERS uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/api/baseapi.cpp b/api/baseapi.cpp index e03642bb0..546570909 100644 --- a/api/baseapi.cpp +++ b/api/baseapi.cpp @@ -1490,8 +1490,10 @@ char* TessBaseAPI::GetHOCRText(int page_number) { hocr_str.add_str_int(" ", bottom); hocr_str.add_str_int("; x_wconf ", res_it->Confidence(RIL_WORD)); if (font_info) { - hocr_str += "; x_font "; - hocr_str += HOcrEscape(font_name); + if (font_name) { + hocr_str += "; x_font "; + hocr_str += HOcrEscape(font_name); + } hocr_str.add_str_int("; x_fsize ", pointsize); } hocr_str += "'"; @@ -2380,7 +2382,8 @@ void TessBaseAPI::AdaptToCharacter(const char *unichar_repr, threshold = tesseract_->matcher_good_threshold; if (blob->outlines) - tesseract_->AdaptToChar(blob, id, kUnknownFontinfoId, threshold); + tesseract_->AdaptToChar(blob, id, kUnknownFontinfoId, threshold, + tesseract_->AdaptedTemplates); delete blob; } diff --git a/api/capi.cpp b/api/capi.cpp index 0716e75f6..3710370e9 100644 --- a/api/capi.cpp +++ b/api/capi.cpp @@ -64,7 +64,7 @@ TESS_API TessResultRenderer* TESS_CALL TessBoxTextRendererCreate(const char* out TESS_API void TESS_CALL TessDeleteResultRenderer(TessResultRenderer* renderer) { - delete [] renderer; + delete renderer; } TESS_API void TESS_CALL TessResultRendererInsert(TessResultRenderer* renderer, TessResultRenderer* next) diff --git a/api/pdfrenderer.cpp b/api/pdfrenderer.cpp index 4acd9897a..5be926f72 100644 --- a/api/pdfrenderer.cpp +++ b/api/pdfrenderer.cpp @@ -615,7 +615,7 @@ bool TessPDFRenderer::BeginDocumentHandler() { if (n >= sizeof(buf)) return false; FILE *fp = fopen(buf, "rb"); if (!fp) { - fprintf(stderr, "Can not open file \"%s\"!\n", buf); + tprintf("Can not open file \"%s\"!\n", buf); return false; } fseek(fp, 0, SEEK_END); @@ -636,7 +636,10 @@ bool TessPDFRenderer::BeginDocumentHandler() { " /Length1 %ld\n" ">>\n" "stream\n", size, size); - if (n >= sizeof(buf)) return false; + if (n >= sizeof(buf)) { + delete[] buffer; + return false; + } AppendString(buf); objsize = strlen(buf); AppendData(buffer, size); diff --git a/autogen.sh b/autogen.sh index e222a6cd0..ac44d3577 100755 --- a/autogen.sh +++ b/autogen.sh @@ -27,7 +27,7 @@ # # All the rest is auto-generated. -if [ "$1" == "clean" ]; then +if [ "$1" = "clean" ]; then echo "Cleaning..." rm configure aclocal.m4 rm m4/* diff --git a/ccmain/Makefile.in b/ccmain/Makefile.in new file mode 100644 index 000000000..64da5e46d --- /dev/null +++ b/ccmain/Makefile.in @@ -0,0 +1,784 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@USE_OPENCL_TRUE@am__append_1 = -I$(OPENCL_HDR_PATH) +@VISIBILITY_TRUE@am__append_2 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = ccmain +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(include_HEADERS) \ + $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +@USING_MULTIPLELIBS_TRUE@libtesseract_main_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../opencl/libtesseract_opencl.la +am_libtesseract_main_la_OBJECTS = adaptions.lo applybox.lo control.lo \ + cube_control.lo cube_reco_context.lo cubeclassifier.lo \ + docqual.lo equationdetect.lo fixspace.lo fixxht.lo \ + ltrresultiterator.lo osdetect.lo output.lo pageiterator.lo \ + pagesegmain.lo pagewalk.lo par_control.lo paragraphs.lo \ + paramsd.lo pgedit.lo recogtraining.lo reject.lo \ + resultiterator.lo superscript.lo tesseract_cube_combiner.lo \ + tessbox.lo tessedit.lo tesseractclass.lo tessvars.lo \ + tfacepp.lo thresholder.lo werdit.lo +libtesseract_main_la_OBJECTS = $(am_libtesseract_main_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_main_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_main_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_main_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_main_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_main_la_SOURCES) +DIST_SOURCES = $(libtesseract_main_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(include_HEADERS) $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -DUSE_STD_NAMESPACE -I$(top_srcdir)/ccutil \ + -I$(top_srcdir)/ccstruct -I$(top_srcdir)/viewer \ + -I$(top_srcdir)/classify -I$(top_srcdir)/dict \ + -I$(top_srcdir)/wordrec -I$(top_srcdir)/cutil \ + -I$(top_srcdir)/neural_networks/runtime -I$(top_srcdir)/cube \ + -I$(top_srcdir)/textord -I$(top_srcdir)/opencl $(am__append_1) \ + $(am__append_2) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +include_HEADERS = \ + thresholder.h ltrresultiterator.h pageiterator.h resultiterator.h \ + osdetect.h + +noinst_HEADERS = \ + control.h cube_reco_context.h cubeclassifier.h docqual.h \ + equationdetect.h fixspace.h mutableiterator.h \ + output.h paragraphs.h paragraphs_internal.h paramsd.h pgedit.h \ + reject.h tessbox.h tessedit.h tesseractclass.h \ + tesseract_cube_combiner.h tessvars.h werdit.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_main.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_main.la +@USING_MULTIPLELIBS_TRUE@libtesseract_main_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +@USING_MULTIPLELIBS_TRUE@libtesseract_main_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../opencl/libtesseract_opencl.la + +libtesseract_main_la_SOURCES = \ + adaptions.cpp applybox.cpp \ + control.cpp cube_control.cpp cube_reco_context.cpp cubeclassifier.cpp \ + docqual.cpp equationdetect.cpp fixspace.cpp fixxht.cpp \ + ltrresultiterator.cpp \ + osdetect.cpp output.cpp pageiterator.cpp pagesegmain.cpp \ + pagewalk.cpp par_control.cpp paragraphs.cpp paramsd.cpp pgedit.cpp recogtraining.cpp \ + reject.cpp resultiterator.cpp superscript.cpp \ + tesseract_cube_combiner.cpp \ + tessbox.cpp tessedit.cpp tesseractclass.cpp tessvars.cpp \ + tfacepp.cpp thresholder.cpp \ + werdit.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ccmain/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu ccmain/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_main.la: $(libtesseract_main_la_OBJECTS) $(libtesseract_main_la_DEPENDENCIES) $(EXTRA_libtesseract_main_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_main_la_LINK) $(am_libtesseract_main_la_rpath) $(libtesseract_main_la_OBJECTS) $(libtesseract_main_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adaptions.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/applybox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/control.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cube_control.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cube_reco_context.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cubeclassifier.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/docqual.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equationdetect.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixspace.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixxht.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ltrresultiterator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osdetect.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pageiterator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pagesegmain.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pagewalk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/par_control.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paragraphs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paramsd.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgedit.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recogtraining.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reject.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resultiterator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/superscript.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessbox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessedit.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tesseract_cube_combiner.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tesseractclass.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessvars.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfacepp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thresholder.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/werdit.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-includeHEADERS: $(include_HEADERS) + @$(NORMAL_INSTALL) + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ + done + +uninstall-includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: install-includeHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-includeHEADERS install-info install-info-am \ + install-libLTLIBRARIES install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ + uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ccmain/control.cpp b/ccmain/control.cpp index aa5add6bb..a6ecb55a8 100644 --- a/ccmain/control.cpp +++ b/ccmain/control.cpp @@ -306,17 +306,22 @@ bool Tesseract::recog_all_words(PAGE_RES* page_res, page_res_it.restart_page(); // ****************** Pass 1 ******************* - // Clear adaptive classifier at the beginning of the page if it is full. - // This is done only at the beginning of the page to ensure that the - // classifier is not reset at an arbitrary point while processing the page, - // which would cripple Passes 2+ if the reset happens towards the end of - // Pass 1 on a page with very difficult text. - // TODO(daria): preemptively clear the classifier if it is almost full. - if (AdaptiveClassifierIsFull()) ResetAdaptiveClassifierInternal(); + // If the adaptive classifier is full switch to one we prepared earlier, + // ie on the previous page. If the current adaptive classifier is non-empty, + // prepare a backup starting at this page, in case it fills up. Do all this + // independently for each language. + if (AdaptiveClassifierIsFull()) { + SwitchAdaptiveClassifier(); + } else if (!AdaptiveClassifierIsEmpty()) { + StartBackupAdaptiveClassifier(); + } // Now check the sub-langs as well. for (int i = 0; i < sub_langs_.size(); ++i) { - if (sub_langs_[i]->AdaptiveClassifierIsFull()) - sub_langs_[i]->ResetAdaptiveClassifierInternal(); + if (sub_langs_[i]->AdaptiveClassifierIsFull()) { + sub_langs_[i]->SwitchAdaptiveClassifier(); + } else if (!sub_langs_[i]->AdaptiveClassifierIsEmpty()) { + sub_langs_[i]->StartBackupAdaptiveClassifier(); + } } // Set up all words ready for recognition, so that if parallelism is on // all the input and output classes are ready to run the classifier. diff --git a/ccmain/pagesegmain.cpp b/ccmain/pagesegmain.cpp index 6ced2d4c4..5d03e9a5f 100644 --- a/ccmain/pagesegmain.cpp +++ b/ccmain/pagesegmain.cpp @@ -242,12 +242,9 @@ int Tesseract::AutoPageSeg(PageSegMode pageseg_mode, BLOCK_LIST* blocks, BLOCK_LIST found_blocks; TO_BLOCK_LIST temp_blocks; - bool single_column = !PSM_COL_FIND_ENABLED(pageseg_mode); - bool osd_enabled = PSM_OSD_ENABLED(pageseg_mode); - bool osd_only = pageseg_mode == PSM_OSD_ONLY; ColumnFinder* finder = SetupPageSegAndDetectOrientation( - single_column, osd_enabled, osd_only, blocks, osd_tess, osr, - &temp_blocks, &photomask_pix, &musicmask_pix); + pageseg_mode, blocks, osd_tess, osr, &temp_blocks, &photomask_pix, + &musicmask_pix); int result = 0; if (finder != NULL) { TO_BLOCK_IT to_block_it(&temp_blocks); @@ -310,9 +307,9 @@ static void AddAllScriptsConverted(const UNICHARSET& sid_set, * The returned ColumnFinder must be deleted after use. */ ColumnFinder* Tesseract::SetupPageSegAndDetectOrientation( - bool single_column, bool osd, bool only_osd, - BLOCK_LIST* blocks, Tesseract* osd_tess, OSResults* osr, - TO_BLOCK_LIST* to_blocks, Pix** photo_mask_pix, Pix** music_mask_pix) { + PageSegMode pageseg_mode, BLOCK_LIST* blocks, Tesseract* osd_tess, + OSResults* osr, TO_BLOCK_LIST* to_blocks, Pix** photo_mask_pix, + Pix** music_mask_pix) { int vertical_x = 0; int vertical_y = 1; TabVector_LIST v_lines; @@ -334,8 +331,7 @@ ColumnFinder* Tesseract::SetupPageSegAndDetectOrientation( *photo_mask_pix = ImageFind::FindImages(pix_binary_); if (tessedit_dump_pageseg_images) pixWrite("tessnoimages.png", pix_binary_, IFF_PNG); - if (single_column) - v_lines.clear(); + if (!PSM_COL_FIND_ENABLED(pageseg_mode)) v_lines.clear(); // The rest of the algorithm uses the usual connected components. textord_.find_components(pix_binary_, blocks, to_blocks); @@ -355,7 +351,7 @@ ColumnFinder* Tesseract::SetupPageSegAndDetectOrientation( textord_tabfind_aligned_gap_fraction, &v_lines, &h_lines, vertical_x, vertical_y); - finder->SetupAndFilterNoise(*photo_mask_pix, to_block); + finder->SetupAndFilterNoise(pageseg_mode, *photo_mask_pix, to_block); if (equ_detect_) { equ_detect_->LabelSpecialText(to_block); @@ -367,13 +363,15 @@ ColumnFinder* Tesseract::SetupPageSegAndDetectOrientation( // We want the text lines horizontal, (vertical text indicates vertical // textlines) which may conflict (eg vertically written CJK). int osd_orientation = 0; - bool vertical_text = textord_tabfind_force_vertical_text; - if (!vertical_text && textord_tabfind_vertical_text) { + bool vertical_text = textord_tabfind_force_vertical_text || + pageseg_mode == PSM_SINGLE_BLOCK_VERT_TEXT; + if (!vertical_text && textord_tabfind_vertical_text && + PSM_ORIENTATION_ENABLED(pageseg_mode)) { vertical_text = finder->IsVerticallyAlignedText(textord_tabfind_vertical_text_ratio, to_block, &osd_blobs); } - if (osd && osd_tess != NULL && osr != NULL) { + if (PSM_OSD_ENABLED(pageseg_mode) && osd_tess != NULL && osr != NULL) { GenericVector osd_scripts; if (osd_tess != this) { // We are running osd as part of layout analysis, so constrain the @@ -385,7 +383,7 @@ ColumnFinder* Tesseract::SetupPageSegAndDetectOrientation( } } os_detect_blobs(&osd_scripts, &osd_blobs, osr, osd_tess); - if (only_osd) { + if (pageseg_mode == PSM_OSD_ONLY) { delete finder; return NULL; } diff --git a/ccmain/paragraphs.cpp b/ccmain/paragraphs.cpp index 17f2d7399..b46f9f3e6 100644 --- a/ccmain/paragraphs.cpp +++ b/ccmain/paragraphs.cpp @@ -2400,8 +2400,9 @@ void InitializeTextAndBoxesPreRecognition(const MutableIterator &it, } word_res = page_res_it.forward(); } while (page_res_it.row() == this_row); - info->lword_box = lword->word->bounding_box(); - info->rword_box = rword->word->bounding_box(); + + if (lword) info->lword_box = lword->word->bounding_box(); + if (rword) info->rword_box = rword->word->bounding_box(); } diff --git a/ccmain/pgedit.cpp b/ccmain/pgedit.cpp index ea44ead7c..d78c0dacc 100644 --- a/ccmain/pgedit.cpp +++ b/ccmain/pgedit.cpp @@ -314,6 +314,7 @@ void Tesseract::do_re_display( image_win->Image(pix_binary_, 0, 0); } + image_win->Brush(ScrollView::NONE); PAGE_RES_IT pr_it(current_page_res); for (WERD_RES* word = pr_it.word(); word != NULL; word = pr_it.forward()) { (this->*word_painter)(&pr_it); diff --git a/ccmain/tessedit.cpp b/ccmain/tessedit.cpp index f5fb03790..d1fc0d2fa 100644 --- a/ccmain/tessedit.cpp +++ b/ccmain/tessedit.cpp @@ -1,8 +1,10 @@ /********************************************************************** * File: tessedit.cpp (Formerly tessedit.c) - * Description: Main program for merge of tess and editor. - * Author: Ray Smith - * Created: Tue Jan 07 15:21:46 GMT 1992 + * Description: (Previously) Main program for merge of tess and editor. + * Now just code to load the language model and various + * engine-specific data files. + * Author: Ray Smith + * Created: Tue Jan 07 15:21:46 GMT 1992 * * (C) Copyright 1992, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ccmain/tesseractclass.h b/ccmain/tesseractclass.h index d488fd30f..cd8851204 100644 --- a/ccmain/tesseractclass.h +++ b/ccmain/tesseractclass.h @@ -287,9 +287,9 @@ class Tesseract : public Wordrec { TO_BLOCK_LIST* to_blocks, BLOBNBOX_LIST* diacritic_blobs, Tesseract* osd_tess, OSResults* osr); ColumnFinder* SetupPageSegAndDetectOrientation( - bool single_column, bool osd, bool only_osd, - BLOCK_LIST* blocks, Tesseract* osd_tess, OSResults* osr, - TO_BLOCK_LIST* to_blocks, Pix** photo_mask_pix, Pix** music_mask_pix); + PageSegMode pageseg_mode, BLOCK_LIST* blocks, Tesseract* osd_tess, + OSResults* osr, TO_BLOCK_LIST* to_blocks, Pix** photo_mask_pix, + Pix** music_mask_pix); // par_control.cpp void PrerecAllWordsPar(const GenericVector& words); diff --git a/ccstruct/Makefile.am b/ccstruct/Makefile.am index abd47c449..13fc4bd7a 100644 --- a/ccstruct/Makefile.am +++ b/ccstruct/Makefile.am @@ -15,7 +15,7 @@ include_HEADERS = publictypes.h noinst_HEADERS = \ blamer.h blckerr.h blobbox.h blobs.h blread.h boxread.h boxword.h ccstruct.h coutln.h crakedge.h \ detlinefit.h dppoint.h fontinfo.h genblob.h hpdsizes.h \ - ## imagedata.h \ + imagedata.h \ ipoints.h \ linlsq.h matrix.h mod128.h normalis.h \ ocrblock.h ocrpara.h ocrrow.h otsuthr.h \ @@ -39,7 +39,7 @@ endif libtesseract_ccstruct_la_SOURCES = \ blamer.cpp blobbox.cpp blobs.cpp blread.cpp boxread.cpp boxword.cpp ccstruct.cpp coutln.cpp \ detlinefit.cpp dppoint.cpp fontinfo.cpp genblob.cpp \ - ## imagedata.cpp \ + imagedata.cpp \ linlsq.cpp matrix.cpp mod128.cpp normalis.cpp \ ocrblock.cpp ocrpara.cpp ocrrow.cpp otsuthr.cpp \ pageres.cpp pdblock.cpp points.cpp polyaprx.cpp polyblk.cpp \ diff --git a/ccstruct/Makefile.in b/ccstruct/Makefile.in new file mode 100644 index 000000000..b2140f69f --- /dev/null +++ b/ccstruct/Makefile.in @@ -0,0 +1,777 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@USE_OPENCL_TRUE@am__append_1 = -I$(OPENCL_HDR_PATH) +@VISIBILITY_TRUE@am__append_2 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = ccstruct +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(include_HEADERS) \ + $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +@USING_MULTIPLELIBS_TRUE@libtesseract_ccstruct_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../opencl/libtesseract_opencl.la +am_libtesseract_ccstruct_la_OBJECTS = blamer.lo blobbox.lo blobs.lo \ + blread.lo boxread.lo boxword.lo ccstruct.lo coutln.lo \ + detlinefit.lo dppoint.lo fontinfo.lo genblob.lo imagedata.lo \ + linlsq.lo matrix.lo mod128.lo normalis.lo ocrblock.lo \ + ocrpara.lo ocrrow.lo otsuthr.lo pageres.lo pdblock.lo \ + points.lo polyaprx.lo polyblk.lo params_training_featdef.lo \ + publictypes.lo quadlsq.lo quspline.lo ratngs.lo rect.lo \ + rejctmap.lo seam.lo split.lo statistc.lo stepblob.lo \ + vecfuncs.lo werd.lo +libtesseract_ccstruct_la_OBJECTS = \ + $(am_libtesseract_ccstruct_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_ccstruct_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_ccstruct_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_ccstruct_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_ccstruct_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_ccstruct_la_SOURCES) +DIST_SOURCES = $(libtesseract_ccstruct_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(include_HEADERS) $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/ccutil \ + -I$(top_srcdir)/cutil -I$(top_srcdir)/viewer \ + -I$(top_srcdir)/opencl $(am__append_1) $(am__append_2) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +include_HEADERS = publictypes.h +noinst_HEADERS = \ + blamer.h blckerr.h blobbox.h blobs.h blread.h boxread.h boxword.h ccstruct.h coutln.h crakedge.h \ + detlinefit.h dppoint.h fontinfo.h genblob.h hpdsizes.h \ + imagedata.h \ + ipoints.h \ + linlsq.h matrix.h mod128.h normalis.h \ + ocrblock.h ocrpara.h ocrrow.h otsuthr.h \ + pageres.h params_training_featdef.h \ + pdblock.h points.h polyaprx.h polyblk.h \ + quadlsq.h quadratc.h quspline.h ratngs.h rect.h rejctmap.h \ + seam.h split.h statistc.h stepblob.h vecfuncs.h werd.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_ccstruct.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_ccstruct.la +@USING_MULTIPLELIBS_TRUE@libtesseract_ccstruct_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +@USING_MULTIPLELIBS_TRUE@libtesseract_ccstruct_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../opencl/libtesseract_opencl.la + +libtesseract_ccstruct_la_SOURCES = \ + blamer.cpp blobbox.cpp blobs.cpp blread.cpp boxread.cpp boxword.cpp ccstruct.cpp coutln.cpp \ + detlinefit.cpp dppoint.cpp fontinfo.cpp genblob.cpp \ + imagedata.cpp \ + linlsq.cpp matrix.cpp mod128.cpp normalis.cpp \ + ocrblock.cpp ocrpara.cpp ocrrow.cpp otsuthr.cpp \ + pageres.cpp pdblock.cpp points.cpp polyaprx.cpp polyblk.cpp \ + params_training_featdef.cpp publictypes.cpp \ + quadlsq.cpp quspline.cpp ratngs.cpp rect.cpp rejctmap.cpp \ + seam.cpp split.cpp statistc.cpp stepblob.cpp \ + vecfuncs.cpp werd.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ccstruct/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu ccstruct/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_ccstruct.la: $(libtesseract_ccstruct_la_OBJECTS) $(libtesseract_ccstruct_la_DEPENDENCIES) $(EXTRA_libtesseract_ccstruct_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_ccstruct_la_LINK) $(am_libtesseract_ccstruct_la_rpath) $(libtesseract_ccstruct_la_OBJECTS) $(libtesseract_ccstruct_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blamer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blobbox.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blobs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boxread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boxword.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccstruct.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coutln.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/detlinefit.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dppoint.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontinfo.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genblob.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagedata.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linlsq.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod128.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ocrblock.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ocrpara.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ocrrow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otsuthr.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pageres.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/params_training_featdef.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdblock.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/points.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polyaprx.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polyblk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/publictypes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quadlsq.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quspline.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ratngs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rect.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rejctmap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seam.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/split.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statistc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stepblob.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vecfuncs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/werd.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-includeHEADERS: $(include_HEADERS) + @$(NORMAL_INSTALL) + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ + done + +uninstall-includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: install-includeHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-includeHEADERS install-info install-info-am \ + install-libLTLIBRARIES install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ + uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ccstruct/matrix.cpp b/ccstruct/matrix.cpp index 282be97e0..88d2340e9 100644 --- a/ccstruct/matrix.cpp +++ b/ccstruct/matrix.cpp @@ -96,11 +96,11 @@ MATRIX* MATRIX::DeepCopy() const { int band_width = bandwidth(); MATRIX* result = new MATRIX(dim, band_width); for (int col = 0; col < dim; ++col) { - for (int row = col; row < col + band_width; ++row) { + for (int row = col; row < dim && row < col + band_width; ++row) { BLOB_CHOICE_LIST* choices = get(col, row); if (choices != NULL) { BLOB_CHOICE_LIST* copy_choices = new BLOB_CHOICE_LIST; - choices->deep_copy(copy_choices, &BLOB_CHOICE::deep_copy); + copy_choices->deep_copy(choices, &BLOB_CHOICE::deep_copy); result->put(col, row, copy_choices); } } diff --git a/ccstruct/pageres.cpp b/ccstruct/pageres.cpp index ad835a2fd..4d1f179c1 100644 --- a/ccstruct/pageres.cpp +++ b/ccstruct/pageres.cpp @@ -1,7 +1,12 @@ /********************************************************************** * File: pageres.cpp (Formerly page_res.c) - * Description: Results classes used by control.c - * Author: Phil Cheatle + * Description: Hierarchy of results classes from PAGE_RES to WERD_RES + * and an iterator class to iterate over the words. + * Main purposes: + * Easy way to iterate over the words without a 3-nested loop. + * Holds data used during word recognition. + * Holds information about alternative spacing paths. + * Author: Phil Cheatle * Created: Tue Sep 22 08:42:49 BST 1992 * * (C) Copyright 1992, Hewlett-Packard Ltd. @@ -1478,8 +1483,6 @@ void PAGE_RES_IT::MakeCurrentWordFuzzy() { WERD* real_word = word_res->word; if (!real_word->flag(W_FUZZY_SP) && !real_word->flag(W_FUZZY_NON)) { real_word->set_flag(W_FUZZY_SP, true); - tprintf("Made word fuzzy at:"); - real_word->bounding_box().print(); if (word_res->combination) { // The next word should be the corresponding part of combo, but we have // already stepped past it, so find it by search. @@ -1493,8 +1496,6 @@ void PAGE_RES_IT::MakeCurrentWordFuzzy() { ASSERT_HOST(!real_word->flag(W_FUZZY_SP) && !real_word->flag(W_FUZZY_NON)); real_word->set_flag(W_FUZZY_SP, true); - tprintf("Made part of combo word fuzzy at:"); - real_word->bounding_box().print(); } } } diff --git a/ccstruct/publictypes.h b/ccstruct/publictypes.h index 74de92b41..6cb9f3ba1 100644 --- a/ccstruct/publictypes.h +++ b/ccstruct/publictypes.h @@ -179,6 +179,9 @@ enum PageSegMode { inline bool PSM_OSD_ENABLED(int pageseg_mode) { return pageseg_mode <= PSM_AUTO_OSD || pageseg_mode == PSM_SPARSE_TEXT_OSD; } +inline bool PSM_ORIENTATION_ENABLED(int pageseg_mode) { + return pageseg_mode <= PSM_AUTO || pageseg_mode == PSM_SPARSE_TEXT_OSD; +} inline bool PSM_COL_FIND_ENABLED(int pageseg_mode) { return pageseg_mode >= PSM_AUTO_OSD && pageseg_mode <= PSM_AUTO; } diff --git a/ccstruct/seam.h b/ccstruct/seam.h index 9ae63148e..4bafbcb84 100644 --- a/ccstruct/seam.h +++ b/ccstruct/seam.h @@ -25,6 +25,11 @@ #ifndef SEAM_H #define SEAM_H +// Include automatically generated configuration file if running autoconf. +#ifdef HAVE_CONFIG_H +#include "config_auto.h" +#endif + /*---------------------------------------------------------------------- I n c l u d e s ----------------------------------------------------------------------*/ diff --git a/ccstruct/werd.cpp b/ccstruct/werd.cpp index aaaee9cc2..4410a06fd 100644 --- a/ccstruct/werd.cpp +++ b/ccstruct/werd.cpp @@ -50,17 +50,14 @@ WERD::WERD(C_BLOB_LIST *blob_list, uinT8 blank_count, const char *text) flags(0), script_id_(0), correct(text) { - C_BLOB_IT start_it = blob_list; - C_BLOB_IT end_it = blob_list; + C_BLOB_IT start_it = &cblobs; C_BLOB_IT rej_cblob_it = &rej_cblobs; C_OUTLINE_IT c_outline_it; inT16 inverted_vote = 0; inT16 non_inverted_vote = 0; // Move blob_list's elements into cblobs. - while (!end_it.at_last()) - end_it.forward(); - cblobs.assign_to_sublist(&start_it, &end_it); + start_it.add_list_after(blob_list); /* Set white on black flag for the WERD, moving any duff blobs onto the diff --git a/ccutil/Makefile.in b/ccutil/Makefile.in new file mode 100644 index 000000000..9dea11800 --- /dev/null +++ b/ccutil/Makefile.in @@ -0,0 +1,892 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@NO_TESSDATA_PREFIX_FALSE@am__append_1 = -DTESSDATA_PREFIX=@datadir@/ +@VISIBILITY_TRUE@am__append_2 = -fvisibility=hidden -fvisibility-inlines-hidden +@VISIBILITY_TRUE@am__append_3 = -DTESS_EXPORTS +@T_WIN_TRUE@am__append_4 = -I$(top_srcdir)/vs2008/port -DWINDLLNAME=\"lib@GENERIC_LIBRARY_NAME@\" +@T_WIN_TRUE@am__append_5 = ../vs2010/port/strtok_r.h +@T_WIN_TRUE@am__append_6 = ../vs2010/port/strtok_r.cpp +subdir = ccutil +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(include_HEADERS) \ + $(am__noinst_HEADERS_DIST) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +libtesseract_ccutil_la_LIBADD = +am__libtesseract_ccutil_la_SOURCES_DIST = ambigs.cpp basedir.cpp \ + bits16.cpp bitvector.cpp ccutil.cpp clst.cpp elst2.cpp \ + elst.cpp errcode.cpp globaloc.cpp indexmapbidi.cpp mainblk.cpp \ + memry.cpp serialis.cpp strngs.cpp scanutils.cpp \ + tessdatamanager.cpp tprintf.cpp unichar.cpp unicharmap.cpp \ + unicharset.cpp unicodes.cpp params.cpp universalambigs.cpp \ + ../vs2010/port/strtok_r.cpp +am__dirstamp = $(am__leading_dot)dirstamp +@T_WIN_TRUE@am__objects_1 = ../vs2010/port/strtok_r.lo +am_libtesseract_ccutil_la_OBJECTS = ambigs.lo basedir.lo bits16.lo \ + bitvector.lo ccutil.lo clst.lo elst2.lo elst.lo errcode.lo \ + globaloc.lo indexmapbidi.lo mainblk.lo memry.lo serialis.lo \ + strngs.lo scanutils.lo tessdatamanager.lo tprintf.lo \ + unichar.lo unicharmap.lo unicharset.lo unicodes.lo params.lo \ + universalambigs.lo $(am__objects_1) +libtesseract_ccutil_la_OBJECTS = $(am_libtesseract_ccutil_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_ccutil_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_ccutil_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_ccutil_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_ccutil_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_ccutil_la_SOURCES) +DIST_SOURCES = $(am__libtesseract_ccutil_la_SOURCES_DIST) +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__noinst_HEADERS_DIST = ambigs.h bits16.h bitvector.h ccutil.h \ + clst.h doubleptr.h elst2.h elst.h genericheap.h globaloc.h \ + hashfn.h indexmapbidi.h kdpair.h lsterr.h nwmain.h \ + object_cache.h qrsequence.h secname.h sorthelper.h stderr.h \ + scanutils.h tessdatamanager.h tprintf.h unicity_table.h \ + unicodes.h universalambigs.h ../vs2010/port/strtok_r.h +HEADERS = $(include_HEADERS) $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ $(am__append_3) $(am__append_4) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +AUTOMAKE_OPTIONS = subdir-objects +SUBDIRS = +AM_CXXFLAGS = $(am__append_1) $(am__append_2) +include_HEADERS = \ + basedir.h errcode.h fileerr.h genericvector.h helpers.h host.h memry.h \ + ndminx.h params.h ocrclass.h platform.h serialis.h strngs.h \ + tesscallback.h unichar.h unicharmap.h unicharset.h + +noinst_HEADERS = ambigs.h bits16.h bitvector.h ccutil.h clst.h \ + doubleptr.h elst2.h elst.h genericheap.h globaloc.h hashfn.h \ + indexmapbidi.h kdpair.h lsterr.h nwmain.h object_cache.h \ + qrsequence.h secname.h sorthelper.h stderr.h scanutils.h \ + tessdatamanager.h tprintf.h unicity_table.h unicodes.h \ + universalambigs.h $(am__append_5) +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_ccutil.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_ccutil.la +@USING_MULTIPLELIBS_TRUE@libtesseract_ccutil_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +libtesseract_ccutil_la_SOURCES = ambigs.cpp basedir.cpp bits16.cpp \ + bitvector.cpp ccutil.cpp clst.cpp elst2.cpp elst.cpp \ + errcode.cpp globaloc.cpp indexmapbidi.cpp mainblk.cpp \ + memry.cpp serialis.cpp strngs.cpp scanutils.cpp \ + tessdatamanager.cpp tprintf.cpp unichar.cpp unicharmap.cpp \ + unicharset.cpp unicodes.cpp params.cpp universalambigs.cpp \ + $(am__append_6) +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ccutil/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu ccutil/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } +../vs2010/port/$(am__dirstamp): + @$(MKDIR_P) ../vs2010/port + @: > ../vs2010/port/$(am__dirstamp) +../vs2010/port/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../vs2010/port/$(DEPDIR) + @: > ../vs2010/port/$(DEPDIR)/$(am__dirstamp) +../vs2010/port/strtok_r.lo: ../vs2010/port/$(am__dirstamp) \ + ../vs2010/port/$(DEPDIR)/$(am__dirstamp) + +libtesseract_ccutil.la: $(libtesseract_ccutil_la_OBJECTS) $(libtesseract_ccutil_la_DEPENDENCIES) $(EXTRA_libtesseract_ccutil_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_ccutil_la_LINK) $(am_libtesseract_ccutil_la_rpath) $(libtesseract_ccutil_la_OBJECTS) $(libtesseract_ccutil_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ../vs2010/port/*.$(OBJEXT) + -rm -f ../vs2010/port/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@../vs2010/port/$(DEPDIR)/strtok_r.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ambigs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basedir.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bits16.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitvector.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccutil.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clst.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elst.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elst2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errcode.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globaloc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indexmapbidi.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainblk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memry.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/params.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanutils.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serialis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strngs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessdatamanager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tprintf.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unichar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicharmap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicharset.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicodes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/universalambigs.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ../vs2010/port/.libs ../vs2010/port/_libs +install-includeHEADERS: $(include_HEADERS) + @$(NORMAL_INSTALL) + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ + done + +uninstall-includeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ../vs2010/port/$(DEPDIR)/$(am__dirstamp) + -rm -f ../vs2010/port/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ + clean-noinstLTLIBRARIES mostlyclean-am + +distclean: distclean-recursive + -rm -rf ../vs2010/port/$(DEPDIR) ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-includeHEADERS + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ../vs2010/port/$(DEPDIR) ./$(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-includeHEADERS uninstall-libLTLIBRARIES + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libLTLIBRARIES \ + clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am \ + install-includeHEADERS install-info install-info-am \ + install-libLTLIBRARIES install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ + uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ccutil/tessdatamanager.cpp b/ccutil/tessdatamanager.cpp index 01a048334..032d5fee6 100644 --- a/ccutil/tessdatamanager.cpp +++ b/ccutil/tessdatamanager.cpp @@ -50,7 +50,10 @@ bool TessdataManager::Init(const char *data_file_name, int debug_level) { ReverseN(&actual_tessdata_num_entries_, sizeof(actual_tessdata_num_entries_)); } - ASSERT_HOST(actual_tessdata_num_entries_ <= TESSDATA_NUM_ENTRIES); + if (actual_tessdata_num_entries_ > TESSDATA_NUM_ENTRIES) { + // For forward compatability, truncate to the number we can handle. + actual_tessdata_num_entries_ = TESSDATA_NUM_ENTRIES; + } fread(offset_table_, sizeof(inT64), actual_tessdata_num_entries_, data_file_); if (swap_) { diff --git a/ccutil/unicharset.cpp b/ccutil/unicharset.cpp index 26b4c35a8..b2b1fae98 100644 --- a/ccutil/unicharset.cpp +++ b/ccutil/unicharset.cpp @@ -99,12 +99,12 @@ void UNICHARSET::UNICHAR_PROPERTIES::SetRangesOpen() { max_bottom = MAX_UINT8; min_top = 0; max_top = MAX_UINT8; - min_width = 0; - max_width = MAX_INT16; - min_bearing = 0; - max_bearing = MAX_INT16; - min_advance = 0; - max_advance = MAX_INT16; + width = 0.0f; + width_sd = 0.0f; + bearing = 0.0f; + bearing_sd = 0.0f; + advance = 0.0f; + advance_sd = 0.0f; } // Sets all ranges to empty. Used before expanding with font-based data. @@ -113,20 +113,18 @@ void UNICHARSET::UNICHAR_PROPERTIES::SetRangesEmpty() { max_bottom = 0; min_top = MAX_UINT8; max_top = 0; - min_width = MAX_INT16; - max_width = 0; - min_bearing = MAX_INT16; - max_bearing = 0; - min_advance = MAX_INT16; - max_advance = 0; + width = 0.0f; + width_sd = 0.0f; + bearing = 0.0f; + bearing_sd = 0.0f; + advance = 0.0f; + advance_sd = 0.0f; } -// Returns true if any of the top/bottom/width/bearing/advance ranges is -// emtpy. +// Returns true if any of the top/bottom/width/bearing/advance ranges/stats +// is emtpy. bool UNICHARSET::UNICHAR_PROPERTIES::AnyRangeEmpty() const { - return min_bottom > max_bottom || min_top > max_top || - min_width > max_width || min_bearing > max_bearing || - min_advance > max_advance; + return width == 0.0f || advance == 0.0f; } // Expands the ranges with the ranges from the src properties. @@ -136,12 +134,18 @@ void UNICHARSET::UNICHAR_PROPERTIES::ExpandRangesFrom( UpdateRange(src.max_bottom, &min_bottom, &max_bottom); UpdateRange(src.min_top, &min_top, &max_top); UpdateRange(src.max_top, &min_top, &max_top); - UpdateRange(src.min_width, &min_width, &max_width); - UpdateRange(src.max_width, &min_width, &max_width); - UpdateRange(src.min_bearing, &min_bearing, &max_bearing); - UpdateRange(src.max_bearing, &min_bearing, &max_bearing); - UpdateRange(src.min_advance, &min_advance, &max_advance); - UpdateRange(src.max_advance, &min_advance, &max_advance); + if (src.width_sd > width_sd) { + width = src.width; + width_sd = src.width_sd; + } + if (src.bearing_sd > bearing_sd) { + bearing = src.bearing; + bearing_sd = src.bearing_sd; + } + if (src.advance_sd > advance_sd) { + advance = src.advance; + advance_sd = src.advance_sd; + } } // Copies the properties from src into this. @@ -211,34 +215,6 @@ int UNICHARSET::step(const char* str) const { if (encoding.empty() || encoding[0] == INVALID_UNICHAR_ID) return 0; return lengths[0]; } -// As step except constraining the search to unichar-ids that are -// self-normalized. Unlike step, does not encode the whole string, therefore -// should be used on short strings (like those obtained from -// get_normed_unichar.) -int UNICHARSET::normed_step(const char* str) const { - // Find the length of the first matching unicharset member. - int length = ids.minmatch(str); - if (length == 0) - return 0; // Empty string or illegal char. - - while (length <= UNICHAR_LEN) { - if (ids.contains(str, length)) { - int matched_id = unichar_to_id(str, length); - const GenericVector& matched_norms = normed_ids(matched_id); - bool good_start = matched_norms.size() == 1 && - matched_norms[0] == matched_id; - if (str[length] == '\0') { - return good_start ? length : 0; - } - if (normed_step(str + length) > 0) - return length; // This length works! - } else if (str[length] == '\0') { - return 0; // Ran out of string. - } - ++length; - } - return 0; -} // Return whether the given UTF-8 string is encodable with this UNICHARSET. // If not encodable, write the first byte offset which cannot be converted @@ -371,19 +347,13 @@ STRING UNICHARSET::debug_str(UNICHAR_ID id) const { // stored in the file, and needs to be set when the UNICHARSET is loaded. void UNICHARSET::set_normed_ids(UNICHAR_ID unichar_id) { unichars[unichar_id].properties.normed_ids.truncate(0); - int length = unichars[unichar_id].properties.normed.length(); - const char* normed_str = unichars[unichar_id].properties.normed.string(); - int step = 0; - for (int offset = 0; offset < length; offset+= step) { - step = normed_step(normed_str + offset); - if (step == 0) { - unichars[unichar_id].properties.normed_ids.truncate(0); - unichars[unichar_id].properties.normed_ids.push_back(unichar_id); - break; - } - int normed_id = unichar_to_id(normed_str + offset, step); - ASSERT_HOST(normed_id >= 0); - unichars[unichar_id].properties.normed_ids.push_back(normed_id); + if (unichar_id == UNICHAR_SPACE && id_to_unichar(unichar_id)[0] == ' ') { + unichars[unichar_id].properties.normed_ids.push_back(UNICHAR_SPACE); + } else if (!encode_string(unichars[unichar_id].properties.normed.string(), + true, &unichars[unichar_id].properties.normed_ids, + NULL, NULL)) { + unichars[unichar_id].properties.normed_ids.truncate(0); + unichars[unichar_id].properties.normed_ids.push_back(unichar_id); } } @@ -430,8 +400,6 @@ void UNICHARSET::PartialSetPropertiesFromOther(int start_index, } unichars[ch].properties.CopyFrom(properties); set_normed_ids(ch); - } else { - tprintf("Failed to get properties for index %d = %s\n", ch, utf8); } } } @@ -473,15 +441,15 @@ void UNICHARSET::AppendOtherUnicharset(const UNICHARSET& src) { for (int ch = 0; ch < src.size_used; ++ch) { const UNICHAR_PROPERTIES& src_props = src.unichars[ch].properties; const char* utf8 = src.id_to_unichar(ch); - if (strcmp(utf8, " ") != 0 && src_props.AnyRangeEmpty()) { + if (ch >= SPECIAL_UNICHAR_CODES_COUNT && src_props.AnyRangeEmpty()) { // Only use fully valid entries. tprintf("Bad properties for index %d, char %s: " - "%d,%d %d,%d %d,%d %d,%d %d,%d\n", + "%d,%d %d,%d %g,%g %g,%g %g,%g\n", ch, utf8, src_props.min_bottom, src_props.max_bottom, src_props.min_top, src_props.max_top, - src_props.min_width, src_props.max_width, - src_props.min_bearing, src_props.max_bearing, - src_props.min_advance, src_props.max_advance); + src_props.width, src_props.width_sd, + src_props.bearing, src_props.bearing_sd, + src_props.advance, src_props.advance_sd); continue; } int id = size_used; @@ -564,8 +532,6 @@ bool UNICHARSET::GetStrProperties(const char* utf8_str, UNICHAR_PROPERTIES* props) const { props->Init(); props->SetRangesEmpty(); - props->min_advance = 0; - props->max_advance = 0; int total_unicodes = 0; GenericVector encoding; if (!encode_string(utf8_str, true, &encoding, NULL, NULL)) @@ -586,21 +552,16 @@ bool UNICHARSET::GetStrProperties(const char* utf8_str, UpdateRange(src_props.max_bottom, &props->min_bottom, &props->max_bottom); UpdateRange(src_props.min_top, &props->min_top, &props->max_top); UpdateRange(src_props.max_top, &props->min_top, &props->max_top); - int bearing = ClipToRange(props->min_advance + src_props.min_bearing, - -MAX_INT16, MAX_INT16); - if (total_unicodes == 0 || bearing < props->min_bearing) - props->min_bearing = bearing; - bearing = ClipToRange(props->max_advance + src_props.max_bearing, - -MAX_INT16, MAX_INT16); - if (total_unicodes == 0 || bearing < props->max_bearing) - props->max_bearing = bearing; - props->min_advance = ClipToRange(props->min_advance + src_props.min_advance, - -MAX_INT16, MAX_INT16); - props->max_advance = ClipToRange(props->max_advance + src_props.max_advance, - -MAX_INT16, MAX_INT16); + float bearing = props->advance + src_props.bearing; + if (total_unicodes == 0 || bearing < props->bearing) { + props->bearing = bearing; + props->bearing_sd = props->advance_sd + src_props.bearing_sd; + } + props->advance += src_props.advance; + props->advance_sd += src_props.advance_sd; // With a single width, just use the widths stored in the unicharset. - props->min_width = src_props.min_width; - props->max_width = src_props.max_width; + props->width = src_props.width; + props->width_sd = src_props.width_sd; // Use the first script id, other_case, mirror, direction. // Note that these will need translation, except direction. if (total_unicodes == 0) { @@ -616,10 +577,8 @@ bool UNICHARSET::GetStrProperties(const char* utf8_str, } if (total_unicodes > 1) { // Estimate the total widths from the advance - bearing. - props->min_width = ClipToRange(props->min_advance - props->max_bearing, - -MAX_INT16, MAX_INT16); - props->max_width = ClipToRange(props->max_advance - props->min_bearing, - -MAX_INT16, MAX_INT16); + props->width = props->advance - props->bearing; + props->width_sd = props->advance_sd + props->bearing_sd; } return total_unicodes > 0; } @@ -707,12 +666,12 @@ bool UNICHARSET::save_to_string(STRING *str) const { for (UNICHAR_ID id = 0; id < this->size(); ++id) { int min_bottom, max_bottom, min_top, max_top; get_top_bottom(id, &min_bottom, &max_bottom, &min_top, &max_top); - int min_width, max_width; - get_width_range(id, &min_width, &max_width); - int min_bearing, max_bearing; - get_bearing_range(id, &min_bearing, &max_bearing); - int min_advance, max_advance; - get_advance_range(id, &min_advance, &max_advance); + float width, width_sd; + get_width_stats(id, &width, &width_sd); + float bearing, bearing_sd; + get_bearing_stats(id, &bearing, &bearing_sd); + float advance, advance_sd; + get_advance_stats(id, &advance, &advance_sd); unsigned int properties = this->get_properties(id); if (strcmp(this->id_to_unichar(id), " ") == 0) { snprintf(buffer, kFileBufSize, "%s %x %s %d\n", "NULL", properties, @@ -720,10 +679,10 @@ bool UNICHARSET::save_to_string(STRING *str) const { this->get_other_case(id)); } else { snprintf(buffer, kFileBufSize, - "%s %x %d,%d,%d,%d,%d,%d,%d,%d,%d,%d %s %d %d %d %s\t# %s\n", + "%s %x %d,%d,%d,%d,%g,%g,%g,%g,%g,%g %s %d %d %d %s\t# %s\n", this->id_to_unichar(id), properties, - min_bottom, max_bottom, min_top, max_top, min_width, max_width, - min_bearing, max_bearing, min_advance, max_advance, + min_bottom, max_bottom, min_top, max_top, width, width_sd, + bearing, bearing_sd, advance, advance_sd, this->get_script_from_script_id(this->get_script(id)), this->get_other_case(id), this->get_direction(id), this->get_mirror(id), this->get_normed_unichar(id), @@ -821,12 +780,12 @@ bool UNICHARSET::load_via_fgets( int max_bottom = MAX_UINT8; int min_top = 0; int max_top = MAX_UINT8; - int min_width = 0; - int max_width = MAX_INT16; - int min_bearing = 0; - int max_bearing = MAX_INT16; - int min_advance = 0; - int max_advance = MAX_INT16; + float width = 0.0f; + float width_sd = 0.0f; + float bearing = 0.0f; + float bearing_sd = 0.0f; + float advance = 0.0f; + float advance_sd = 0.0f; // TODO(eger): check that this default it ok // after enabling BiDi iterator for Arabic+Cube. int direction = UNICHARSET::U_LEFT_TO_RIGHT; @@ -836,19 +795,19 @@ bool UNICHARSET::load_via_fgets( int v = -1; if (fgets_cb->Run(buffer, sizeof (buffer)) == NULL || ((v = sscanf(buffer, - "%s %x %d,%d,%d,%d,%d,%d,%d,%d,%d,%d %63s %d %d %d %63s", + "%s %x %d,%d,%d,%d,%g,%g,%g,%g,%g,%g %63s %d %d %d %63s", unichar, &properties, &min_bottom, &max_bottom, &min_top, &max_top, - &min_width, &max_width, &min_bearing, &max_bearing, - &min_advance, &max_advance, script, &other_case, + &width, &width_sd, &bearing, &bearing_sd, + &advance, &advance_sd, script, &other_case, &direction, &mirror, normed)) != 17 && (v = sscanf(buffer, - "%s %x %d,%d,%d,%d,%d,%d,%d,%d,%d,%d %63s %d %d %d", + "%s %x %d,%d,%d,%d,%g,%g,%g,%g,%g,%g %63s %d %d %d", unichar, &properties, &min_bottom, &max_bottom, &min_top, &max_top, - &min_width, &max_width, &min_bearing, &max_bearing, - &min_advance, &max_advance, - script, &other_case, &direction, &mirror)) != 16 && + &width, &width_sd, &bearing, &bearing_sd, + &advance, &advance_sd, script, &other_case, + &direction, &mirror)) != 16 && (v = sscanf(buffer, "%s %x %d,%d,%d,%d %63s %d %d %d", unichar, &properties, &min_bottom, &max_bottom, &min_top, &max_top, @@ -888,9 +847,9 @@ bool UNICHARSET::load_via_fgets( this->set_script(id, script); this->unichars[id].properties.enabled = true; this->set_top_bottom(id, min_bottom, max_bottom, min_top, max_top); - this->set_width_range(id, min_width, max_width); - this->set_bearing_range(id, min_bearing, max_bearing); - this->set_advance_range(id, min_advance, max_advance); + this->set_width_stats(id, width, width_sd); + this->set_bearing_stats(id, bearing, bearing_sd); + this->set_advance_stats(id, advance, advance_sd); this->set_direction(id, static_cast(direction)); ASSERT_HOST(other_case < unicharset_size); this->set_other_case(id, (v>3) ? other_case : id); @@ -1022,6 +981,24 @@ void UNICHARSET::set_black_and_whitelist(const char* blacklist, } } +// Returns true if there are any repeated unicodes in the normalized +// text of any unichar-id in the unicharset. +bool UNICHARSET::AnyRepeatedUnicodes() const { + int start_id = 0; + if (has_special_codes()) start_id = SPECIAL_UNICHAR_CODES_COUNT; + for (int id = start_id; id < size_used; ++id) { + // Convert to unicodes. + GenericVector unicodes; + if (UNICHAR::UTF8ToUnicode(get_normed_unichar(id), &unicodes) && + unicodes.size() > 1) { + for (int u = 1; u < unicodes.size(); ++u) { + if (unicodes[u - 1] == unicodes[u]) return true; + } + } + } + return false; +} + int UNICHARSET::add_script(const char* script) { for (int i = 0; i < script_table_size_used; ++i) { if (strcmp(script, script_table[i]) == 0) diff --git a/ccutil/unicharset.h b/ccutil/unicharset.h index 3e1c0f86a..e03544842 100644 --- a/ccutil/unicharset.h +++ b/ccutil/unicharset.h @@ -190,11 +190,6 @@ class UNICHARSET { // WARNING: this function now encodes the whole string for precision. // Use encode_string in preference to repeatedly calling step. int step(const char* str) const; - // As step except constraining the search to unichar-ids that are - // self-normalized. Unlike step, does not encode the whole string, therefore - // should be used on short strings (like those obtained from - // get_normed_unichar.) - int normed_step(const char* str) const; // Return whether the given UTF-8 string is encodable with this UNICHARSET. // If not encodable, write the first byte offset which cannot be converted @@ -554,68 +549,56 @@ class UNICHARSET { unichars[unichar_id].properties.max_top = static_cast(ClipToRange(max_top, 0, MAX_UINT8)); } - // Returns the width range of the given unichar in baseline-normalized - // coordinates, ie, where the baseline is kBlnBaselineOffset and the - // meanline is kBlnBaselineOffset + kBlnXHeight. - // (See normalis.h for the definitions). - void get_width_range(UNICHAR_ID unichar_id, - int* min_width, int* max_width) const { + // Returns the width stats (as mean, sd) of the given unichar relative to the + // median advance of all characters in the character set. + void get_width_stats(UNICHAR_ID unichar_id, + float* width, float* width_sd) const { if (INVALID_UNICHAR_ID == unichar_id) { - *min_width = 0; - *max_width = 256; // kBlnCellHeight; + *width = 0.0f; + *width_sd = 0.0f;; return; } ASSERT_HOST(contains_unichar_id(unichar_id)); - *min_width = unichars[unichar_id].properties.min_width; - *max_width = unichars[unichar_id].properties.max_width; + *width = unichars[unichar_id].properties.width; + *width_sd = unichars[unichar_id].properties.width_sd; } - void set_width_range(UNICHAR_ID unichar_id, int min_width, int max_width) { - unichars[unichar_id].properties.min_width = - static_cast(ClipToRange(min_width, 0, MAX_INT16)); - unichars[unichar_id].properties.max_width = - static_cast(ClipToRange(max_width, 0, MAX_INT16)); + void set_width_stats(UNICHAR_ID unichar_id, float width, float width_sd) { + unichars[unichar_id].properties.width = width; + unichars[unichar_id].properties.width_sd = width_sd; } - // Returns the range of the x-bearing of the given unichar in - // baseline-normalized coordinates, ie, where the baseline is - // kBlnBaselineOffset and the meanline is kBlnBaselineOffset + kBlnXHeight. - // (See normalis.h for the definitions). - void get_bearing_range(UNICHAR_ID unichar_id, - int* min_bearing, int* max_bearing) const { + // Returns the stats of the x-bearing (as mean, sd) of the given unichar + // relative to the median advance of all characters in the character set. + void get_bearing_stats(UNICHAR_ID unichar_id, + float* bearing, float* bearing_sd) const { if (INVALID_UNICHAR_ID == unichar_id) { - *min_bearing = *max_bearing = 0; + *bearing = *bearing_sd = 0.0f; return; } ASSERT_HOST(contains_unichar_id(unichar_id)); - *min_bearing = unichars[unichar_id].properties.min_bearing; - *max_bearing = unichars[unichar_id].properties.max_bearing; + *bearing = unichars[unichar_id].properties.bearing; + *bearing_sd = unichars[unichar_id].properties.bearing_sd; } - void set_bearing_range(UNICHAR_ID unichar_id, - int min_bearing, int max_bearing) { - unichars[unichar_id].properties.min_bearing = - static_cast(ClipToRange(min_bearing, 0, MAX_INT16)); - unichars[unichar_id].properties.max_bearing = - static_cast(ClipToRange(max_bearing, 0, MAX_INT16)); + void set_bearing_stats(UNICHAR_ID unichar_id, + float bearing, float bearing_sd) { + unichars[unichar_id].properties.bearing = bearing; + unichars[unichar_id].properties.bearing_sd = bearing_sd; } - // Returns the range of the x-advance of the given unichar in - // baseline-normalized coordinates, ie, where the baseline is - // kBlnBaselineOffset and the meanline is kBlnBaselineOffset + kBlnXHeight. - // (See normalis.h for the definitions). - void get_advance_range(UNICHAR_ID unichar_id, - int* min_advance, int* max_advance) const { + // Returns the stats of the x-advance of the given unichar (as mean, sd) + // relative to the median advance of all characters in the character set. + void get_advance_stats(UNICHAR_ID unichar_id, + float* advance, float* advance_sd) const { if (INVALID_UNICHAR_ID == unichar_id) { - *min_advance = *max_advance = 0; + *advance = *advance_sd = 0; return; } ASSERT_HOST(contains_unichar_id(unichar_id)); - *min_advance = unichars[unichar_id].properties.min_advance; - *max_advance = unichars[unichar_id].properties.max_advance; + *advance = unichars[unichar_id].properties.advance; + *advance_sd = unichars[unichar_id].properties.advance_sd; } - void set_advance_range(UNICHAR_ID unichar_id, - int min_advance, int max_advance) { - unichars[unichar_id].properties.min_advance = - static_cast(ClipToRange(min_advance, 0, MAX_INT16)); - unichars[unichar_id].properties.max_advance = - static_cast(ClipToRange(max_advance, 0, MAX_INT16)); + void set_advance_stats(UNICHAR_ID unichar_id, + float advance, float advance_sd) { + unichars[unichar_id].properties.advance = advance; + unichars[unichar_id].properties.advance_sd = advance_sd; } // Returns true if the font metrics properties are empty. bool PropertiesIncomplete(UNICHAR_ID unichar_id) const { @@ -690,6 +673,10 @@ class UNICHARSET { kSpecialUnicharCodes[UNICHAR_BROKEN]) == 0; } + // Returns true if there are any repeated unicodes in the normalized + // text of any unichar-id in the unicharset. + bool AnyRepeatedUnicodes() const; + // Return a pointer to the CHAR_FRAGMENT class if the given // unichar id represents a character fragment. const CHAR_FRAGMENT *get_fragment(UNICHAR_ID unichar_id) const { @@ -787,6 +774,7 @@ class UNICHARSET { // Returns normalized version of unichar with the given unichar_id. const char *get_normed_unichar(UNICHAR_ID unichar_id) const { + if (unichar_id == UNICHAR_SPACE && has_special_codes()) return " "; return unichars[unichar_id].properties.normed.string(); } // Returns a vector of UNICHAR_IDs that represent the ids of the normalized @@ -873,8 +861,8 @@ class UNICHARSET { void SetRangesOpen(); // Sets all ranges to empty. Used before expanding with font-based data. void SetRangesEmpty(); - // Returns true if any of the top/bottom/width/bearing/advance ranges is - // emtpy. + // Returns true if any of the top/bottom/width/bearing/advance ranges/stats + // is emtpy. bool AnyRangeEmpty() const; // Expands the ranges with the ranges from the src properties. void ExpandRangesFrom(const UNICHAR_PROPERTIES& src); @@ -896,14 +884,14 @@ class UNICHARSET { uinT8 max_bottom; uinT8 min_top; uinT8 max_top; - // Limits on the widths of bounding box, also in baseline-normalized coords. - inT16 min_width; - inT16 max_width; - // Limits on the x-bearing and advance, also in baseline-normalized coords. - inT16 min_bearing; - inT16 max_bearing; - inT16 min_advance; - inT16 max_advance; + // Statstics of the widths of bounding box, relative to the median advance. + float width; + float width_sd; + // Stats of the x-bearing and advance, also relative to the median advance. + float bearing; + float bearing_sd; + float advance; + float advance_sd; int script_id; UNICHAR_ID other_case; // id of the corresponding upper/lower case unichar Direction direction; // direction of this unichar diff --git a/ccutil/universalambigs.cpp b/ccutil/universalambigs.cpp index f89d9e8a7..aa03c845b 100644 --- a/ccutil/universalambigs.cpp +++ b/ccutil/universalambigs.cpp @@ -21,21348 +21,18999 @@ namespace tesseract { extern const char kUniversalAmbigsFile[] = { - '\166', '\062', '\012', '\047', '\047', '\040', '\042', '\040', - '\061', '\012', '\140', '\047', '\040', '\042', '\040', '\061', - '\012', '\047', '\140', '\040', '\042', '\040', '\061', '\012', - '\342', '\200', '\230', '\047', '\040', '\042', '\040', '\061', - '\012', '\047', '\342', '\200', '\230', '\040', '\042', '\040', - '\061', '\012', '\342', '\200', '\231', '\047', '\040', '\042', - '\040', '\061', '\012', '\047', '\342', '\200', '\231', '\040', - '\042', '\040', '\061', '\012', '\140', '\140', '\040', '\042', - '\040', '\061', '\012', '\140', '\342', '\200', '\230', '\040', - '\042', '\040', '\061', '\012', '\342', '\200', '\230', '\140', - '\040', '\042', '\040', '\061', '\012', '\140', '\342', '\200', - '\231', '\040', '\042', '\040', '\061', '\012', '\342', '\200', - '\231', '\140', '\040', '\042', '\040', '\061', '\012', '\342', - '\200', '\230', '\342', '\200', '\230', '\040', '\342', '\200', - '\234', '\040', '\061', '\012', '\342', '\200', '\230', '\342', - '\200', '\231', '\040', '\042', '\040', '\061', '\012', '\342', - '\200', '\231', '\342', '\200', '\230', '\040', '\042', '\040', - '\061', '\012', '\342', '\200', '\231', '\342', '\200', '\231', - '\040', '\342', '\200', '\235', '\040', '\061', '\012', '\054', - '\054', '\040', '\342', '\200', '\236', '\040', '\061', '\012', - '\155', '\040', '\162', '\156', '\040', '\060', '\012', '\162', - '\156', '\040', '\155', '\040', '\060', '\012', '\155', '\040', - '\151', '\156', '\040', '\060', '\012', '\151', '\156', '\040', - '\155', '\040', '\060', '\012', '\144', '\040', '\143', '\154', - '\040', '\060', '\012', '\143', '\154', '\040', '\144', '\040', - '\060', '\012', '\156', '\156', '\040', '\162', '\155', '\040', - '\060', '\012', '\162', '\155', '\040', '\156', '\156', '\040', - '\060', '\012', '\156', '\040', '\162', '\151', '\040', '\060', - '\012', '\162', '\151', '\040', '\156', '\040', '\060', '\012', - '\154', '\151', '\040', '\150', '\040', '\060', '\012', '\154', - '\162', '\040', '\150', '\040', '\060', '\012', '\151', '\151', - '\040', '\165', '\040', '\060', '\012', '\151', '\151', '\040', - '\156', '\040', '\060', '\012', '\156', '\151', '\040', '\155', - '\040', '\060', '\012', '\151', '\151', '\151', '\040', '\155', - '\040', '\060', '\012', '\154', '\154', '\040', '\110', '\040', - '\060', '\012', '\111', '\055', '\111', '\040', '\110', '\040', - '\060', '\012', '\166', '\166', '\040', '\167', '\040', '\060', - '\012', '\126', '\126', '\040', '\127', '\040', '\060', '\012', - '\164', '\040', '\146', '\040', '\060', '\012', '\146', '\040', - '\164', '\040', '\060', '\012', '\141', '\040', '\157', '\040', - '\060', '\012', '\157', '\040', '\141', '\040', '\060', '\012', - '\145', '\040', '\143', '\040', '\060', '\012', '\143', '\040', - '\145', '\040', '\060', '\012', '\162', '\162', '\040', '\156', - '\040', '\060', '\012', '\105', '\040', '\146', '\151', '\040', - '\060', '\012', '\154', '\074', '\040', '\153', '\040', '\060', - '\012', '\154', '\144', '\040', '\153', '\151', '\040', '\060', - '\012', '\154', '\170', '\040', '\150', '\040', '\060', '\012', - '\170', '\156', '\040', '\155', '\040', '\060', '\012', '\165', - '\170', '\040', '\151', '\156', '\040', '\060', '\012', '\162', - '\040', '\164', '\040', '\060', '\012', '\144', '\040', '\164', - '\154', '\040', '\060', '\012', '\144', '\151', '\040', '\164', - '\150', '\040', '\060', '\012', '\165', '\162', '\040', '\151', - '\156', '\040', '\060', '\012', '\165', '\156', '\040', '\151', - '\155', '\040', '\060', '\012', '\165', '\040', '\141', '\040', - '\060', '\012', '\157', '\040', '\303', '\263', '\040', '\060', - '\012', '\303', '\263', '\040', '\157', '\040', '\060', '\012', - '\151', '\040', '\303', '\255', '\040', '\060', '\012', '\303', - '\255', '\040', '\151', '\040', '\060', '\012', '\141', '\040', - '\303', '\241', '\040', '\060', '\012', '\303', '\241', '\040', - '\141', '\040', '\060', '\012', '\145', '\040', '\303', '\251', - '\040', '\060', '\012', '\303', '\251', '\040', '\145', '\040', - '\060', '\012', '\165', '\040', '\303', '\272', '\040', '\060', - '\012', '\303', '\272', '\040', '\165', '\040', '\060', '\012', - '\156', '\040', '\303', '\261', '\040', '\060', '\012', '\303', - '\261', '\040', '\156', '\040', '\060', '\012', '\060', '\040', - '\157', '\040', '\060', '\012', '\144', '\040', '\164', '\162', - '\040', '\060', '\012', '\156', '\040', '\164', '\162', '\040', - '\060', '\012', '\303', '\261', '\040', '\146', '\151', '\040', - '\060', '\012', '\165', '\040', '\164', '\151', '\040', '\060', - '\012', '\303', '\261', '\040', '\164', '\151', '\040', '\060', - '\012', '\144', '\040', '\164', '\151', '\040', '\060', '\012', - '\144', '\040', '\164', '\303', '\255', '\040', '\060', '\012', - '\144', '\040', '\162', '\303', '\255', '\040', '\060', '\012', - '\141', '\040', '\303', '\240', '\040', '\060', '\012', '\145', - '\040', '\303', '\250', '\040', '\060', '\012', '\156', '\040', - '\151', '\152', '\040', '\060', '\012', '\147', '\040', '\151', - '\152', '\040', '\060', '\012', '\157', '\040', '\303', '\262', - '\040', '\060', '\012', '\105', '\040', '\303', '\211', '\040', - '\060', '\012', '\105', '\040', '\303', '\210', '\040', '\060', - '\012', '\165', '\040', '\303', '\274', '\040', '\060', '\012', - '\170', '\156', '\105', '\040', '\141', '\156', '\040', '\061', - '\012', '\155', '\131', '\170', '\040', '\155', '\145', '\040', - '\061', '\012', '\161', '\164', '\105', '\040', '\156', '\164', - '\040', '\061', '\012', '\124', '\154', '\142', '\040', '\154', - '\145', '\040', '\061', '\012', '\166', '\170', '\116', '\040', - '\166', '\141', '\040', '\061', '\012', '\147', '\152', '\121', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\160', - '\106', '\040', '\151', '\152', '\040', '\061', '\012', '\131', - '\162', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\141', '\161', '\131', '\040', '\141', '\156', '\040', '\061', - '\012', '\172', '\166', '\112', '\040', '\166', '\141', '\040', - '\061', '\012', '\146', '\142', '\114', '\040', '\142', '\145', - '\040', '\061', '\012', '\116', '\166', '\153', '\040', '\166', - '\141', '\040', '\061', '\012', '\146', '\112', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\167', '\170', '\103', - '\040', '\167', '\141', '\040', '\061', '\012', '\143', '\165', - '\112', '\040', '\161', '\165', '\040', '\061', '\012', '\121', - '\172', '\164', '\040', '\164', '\141', '\040', '\061', '\012', - '\161', '\113', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\163', '\143', '\112', '\040', '\163', '\164', '\040', - '\061', '\012', '\160', '\130', '\160', '\040', '\160', '\157', - '\040', '\061', '\012', '\126', '\161', '\151', '\040', '\164', - '\151', '\040', '\061', '\012', '\125', '\170', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\153', '\112', '\166', - '\040', '\153', '\141', '\040', '\061', '\012', '\131', '\153', - '\144', '\040', '\153', '\141', '\040', '\061', '\012', '\166', - '\160', '\130', '\040', '\166', '\141', '\040', '\061', '\012', - '\151', '\102', '\166', '\040', '\164', '\151', '\040', '\061', - '\012', '\172', '\122', '\142', '\040', '\163', '\172', '\040', - '\061', '\012', '\171', '\124', '\155', '\040', '\155', '\151', - '\040', '\061', '\012', '\155', '\113', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\126', '\172', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\130', '\164', '\160', - '\040', '\164', '\151', '\040', '\061', '\012', '\155', '\166', - '\104', '\040', '\166', '\141', '\040', '\061', '\012', '\155', - '\104', '\161', '\040', '\155', '\145', '\040', '\061', '\012', - '\152', '\170', '\120', '\040', '\151', '\152', '\040', '\061', - '\012', '\102', '\170', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\157', '\111', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\122', '\166', '\143', '\040', '\166', - '\141', '\040', '\061', '\012', '\165', '\103', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\157', '\101', '\157', - '\040', '\166', '\157', '\040', '\061', '\012', '\161', '\165', - '\102', '\040', '\164', '\165', '\040', '\061', '\012', '\142', - '\164', '\126', '\040', '\164', '\151', '\040', '\061', '\012', - '\114', '\155', '\143', '\040', '\155', '\145', '\040', '\061', - '\012', '\164', '\126', '\167', '\040', '\164', '\151', '\040', - '\061', '\012', '\131', '\170', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\110', '\170', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\144', '\126', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\131', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\165', '\120', - '\152', '\040', '\164', '\165', '\040', '\061', '\012', '\146', - '\124', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\122', '\152', '\167', '\040', '\151', '\152', '\040', '\061', - '\012', '\170', '\144', '\101', '\040', '\144', '\151', '\040', - '\061', '\012', '\152', '\172', '\116', '\040', '\151', '\152', - '\040', '\061', '\012', '\155', '\170', '\114', '\040', '\155', - '\145', '\040', '\061', '\012', '\171', '\147', '\112', '\040', - '\156', '\147', '\040', '\061', '\012', '\126', '\166', '\147', - '\040', '\166', '\141', '\040', '\061', '\012', '\162', '\152', - '\113', '\040', '\151', '\152', '\040', '\061', '\012', '\171', - '\165', '\126', '\040', '\164', '\165', '\040', '\061', '\012', - '\163', '\127', '\153', '\040', '\153', '\165', '\040', '\061', - '\012', '\120', '\147', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\152', '\110', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\172', '\153', '\125', '\040', '\153', - '\165', '\040', '\061', '\012', '\147', '\166', '\107', '\040', - '\166', '\141', '\040', '\061', '\012', '\150', '\144', '\120', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\126', - '\142', '\040', '\155', '\145', '\040', '\061', '\012', '\121', - '\147', '\144', '\040', '\144', '\151', '\040', '\061', '\012', - '\172', '\143', '\132', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\161', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\163', '\112', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\146', '\116', '\040', '\144', - '\151', '\040', '\061', '\012', '\144', '\147', '\127', '\040', - '\144', '\151', '\040', '\061', '\012', '\167', '\116', '\162', - '\040', '\162', '\151', '\040', '\061', '\012', '\172', '\166', - '\103', '\040', '\166', '\141', '\040', '\061', '\012', '\161', - '\131', '\167', '\040', '\161', '\165', '\040', '\061', '\012', - '\165', '\110', '\171', '\040', '\164', '\165', '\040', '\061', - '\012', '\164', '\116', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\154', '\170', '\112', '\040', '\154', '\151', - '\040', '\061', '\012', '\110', '\142', '\153', '\040', '\153', - '\165', '\040', '\061', '\012', '\170', '\163', '\107', '\040', - '\163', '\164', '\040', '\061', '\012', '\166', '\123', '\142', - '\040', '\166', '\141', '\040', '\061', '\012', '\170', '\106', - '\142', '\040', '\142', '\165', '\040', '\061', '\012', '\116', - '\164', '\147', '\040', '\164', '\150', '\040', '\061', '\012', - '\157', '\102', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\153', '\166', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\126', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\172', '\152', '\124', '\040', '\151', - '\152', '\040', '\061', '\012', '\142', '\166', '\130', '\040', - '\166', '\141', '\040', '\061', '\012', '\157', '\132', '\146', - '\040', '\164', '\157', '\040', '\061', '\012', '\153', '\143', - '\125', '\040', '\153', '\157', '\040', '\061', '\012', '\146', - '\106', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\130', '\142', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\113', '\161', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\122', '\167', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\144', '\166', '\112', '\040', '\166', - '\141', '\040', '\061', '\012', '\172', '\156', '\112', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\161', '\126', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\170', - '\115', '\040', '\160', '\157', '\040', '\061', '\012', '\145', - '\102', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\155', '\112', '\170', '\040', '\155', '\145', '\040', '\061', - '\012', '\170', '\156', '\115', '\040', '\156', '\147', '\040', - '\061', '\012', '\141', '\103', '\161', '\040', '\166', '\141', - '\040', '\061', '\012', '\160', '\110', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\164', '\146', '\121', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\161', '\156', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\123', - '\163', '\040', '\151', '\163', '\040', '\061', '\012', '\163', - '\102', '\167', '\040', '\163', '\164', '\040', '\061', '\012', - '\106', '\150', '\156', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\116', '\142', '\040', '\163', '\172', '\040', - '\061', '\012', '\115', '\166', '\142', '\040', '\166', '\141', - '\040', '\061', '\012', '\142', '\126', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\110', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\114', '\166', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\147', - '\106', '\040', '\156', '\147', '\040', '\061', '\012', '\166', - '\170', '\127', '\040', '\166', '\141', '\040', '\061', '\012', - '\143', '\144', '\131', '\040', '\143', '\150', '\040', '\061', - '\012', '\130', '\162', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\105', '\146', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\161', '\111', '\040', '\161', - '\165', '\040', '\061', '\012', '\114', '\172', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\150', '\130', - '\040', '\164', '\150', '\040', '\061', '\012', '\147', '\150', - '\132', '\040', '\164', '\150', '\040', '\061', '\012', '\154', - '\106', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\166', '\126', '\143', '\040', '\166', '\141', '\040', '\061', - '\012', '\154', '\115', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\124', '\161', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\101', '\170', '\040', '\151', - '\152', '\040', '\061', '\012', '\151', '\115', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\116', '\154', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\172', '\142', - '\120', '\040', '\163', '\172', '\040', '\061', '\012', '\153', - '\126', '\170', '\040', '\153', '\141', '\040', '\061', '\012', - '\145', '\121', '\154', '\040', '\164', '\145', '\040', '\061', - '\012', '\163', '\127', '\142', '\040', '\163', '\164', '\040', - '\061', '\012', '\102', '\161', '\171', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\130', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\166', '\125', '\143', '\040', - '\166', '\141', '\040', '\061', '\012', '\166', '\117', '\142', - '\040', '\166', '\141', '\040', '\061', '\012', '\165', '\110', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\116', '\162', '\040', '\161', '\165', '\040', '\061', '\012', - '\165', '\106', '\172', '\040', '\161', '\165', '\040', '\061', - '\012', '\115', '\154', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\153', '\155', '\132', '\040', '\153', '\141', - '\040', '\061', '\012', '\163', '\122', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\127', '\161', '\166', '\040', - '\161', '\165', '\040', '\061', '\012', '\150', '\146', '\113', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\170', - '\121', '\040', '\166', '\141', '\040', '\061', '\012', '\154', - '\103', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\131', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\164', '\146', '\123', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\144', '\117', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\121', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\170', '\144', '\130', '\040', - '\144', '\145', '\040', '\061', '\012', '\155', '\116', '\170', - '\040', '\155', '\145', '\040', '\061', '\012', '\153', '\106', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\167', - '\152', '\123', '\040', '\151', '\152', '\040', '\061', '\012', - '\171', '\120', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\167', '\143', '\127', '\040', '\143', '\150', '\040', - '\061', '\012', '\116', '\152', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\126', '\160', '\040', '\144', - '\145', '\040', '\061', '\012', '\144', '\161', '\104', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\112', '\163', - '\040', '\163', '\172', '\040', '\061', '\012', '\170', '\160', - '\110', '\040', '\160', '\157', '\040', '\061', '\012', '\170', - '\161', '\122', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\126', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\102', '\164', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\155', '\102', '\040', '\156', '\164', - '\040', '\061', '\012', '\172', '\143', '\115', '\040', '\163', - '\172', '\040', '\061', '\012', '\143', '\146', '\107', '\040', - '\143', '\150', '\040', '\061', '\012', '\155', '\146', '\117', - '\040', '\155', '\145', '\040', '\061', '\012', '\131', '\150', - '\143', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\132', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\155', '\172', '\102', '\040', '\163', '\172', '\040', '\061', - '\012', '\166', '\122', '\167', '\040', '\166', '\141', '\040', - '\061', '\012', '\171', '\104', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\147', '\146', '\040', '\156', - '\147', '\040', '\061', '\012', '\153', '\161', '\124', '\040', - '\161', '\165', '\040', '\061', '\012', '\111', '\165', '\172', - '\040', '\161', '\165', '\040', '\061', '\012', '\162', '\142', - '\127', '\040', '\145', '\162', '\040', '\061', '\012', '\112', - '\155', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\113', '\166', '\152', '\040', '\166', '\141', '\040', '\061', - '\012', '\172', '\143', '\104', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\147', '\103', '\040', '\156', '\147', - '\040', '\061', '\012', '\152', '\103', '\170', '\040', '\151', - '\152', '\040', '\061', '\012', '\142', '\127', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\171', '\167', '\127', - '\040', '\167', '\141', '\040', '\061', '\012', '\112', '\153', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\107', '\163', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\142', '\110', '\040', '\166', '\141', '\040', '\061', - '\012', '\154', '\124', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\145', '\103', '\142', '\040', '\145', '\162', - '\040', '\061', '\012', '\152', '\126', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\152', '\104', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\157', '\121', - '\040', '\160', '\157', '\040', '\061', '\012', '\161', '\164', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\122', - '\161', '\153', '\040', '\161', '\165', '\040', '\061', '\012', - '\110', '\166', '\147', '\040', '\166', '\141', '\040', '\061', - '\012', '\165', '\101', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\146', '\127', '\040', '\155', '\145', - '\040', '\061', '\012', '\164', '\147', '\123', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\161', '\104', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\146', '\131', - '\040', '\163', '\172', '\040', '\061', '\012', '\131', '\150', - '\166', '\040', '\164', '\150', '\040', '\061', '\012', '\165', - '\161', '\115', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\160', '\113', '\040', '\160', '\162', '\040', '\061', - '\012', '\112', '\172', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\121', '\153', '\040', '\143', '\150', - '\040', '\061', '\012', '\164', '\152', '\117', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\170', '\132', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\120', '\166', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\116', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\166', '\121', '\040', '\166', '\141', '\040', '\061', '\012', - '\153', '\107', '\167', '\040', '\153', '\141', '\040', '\061', - '\012', '\170', '\165', '\104', '\040', '\161', '\165', '\040', - '\061', '\012', '\112', '\166', '\171', '\040', '\166', '\141', - '\040', '\061', '\012', '\152', '\131', '\145', '\040', '\164', - '\145', '\040', '\061', '\012', '\146', '\132', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\131', '\157', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\150', - '\111', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\170', '\131', '\040', '\146', '\157', '\040', '\061', '\012', - '\171', '\120', '\146', '\040', '\146', '\157', '\040', '\061', - '\012', '\146', '\107', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\144', '\155', '\124', '\040', '\155', '\145', - '\040', '\061', '\012', '\166', '\146', '\130', '\040', '\166', - '\141', '\040', '\061', '\012', '\170', '\121', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\170', '\123', - '\040', '\143', '\150', '\040', '\061', '\012', '\166', '\172', - '\101', '\040', '\166', '\141', '\040', '\061', '\012', '\161', - '\141', '\101', '\040', '\161', '\165', '\040', '\061', '\012', - '\112', '\142', '\170', '\040', '\142', '\145', '\040', '\061', - '\012', '\153', '\126', '\144', '\040', '\153', '\141', '\040', - '\061', '\012', '\130', '\152', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\150', '\153', '\111', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\121', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\150', '\113', - '\040', '\164', '\150', '\040', '\061', '\012', '\104', '\166', - '\152', '\040', '\166', '\141', '\040', '\061', '\012', '\126', - '\142', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\146', '\160', '\116', '\040', '\160', '\162', '\040', '\061', - '\012', '\160', '\153', '\107', '\040', '\153', '\141', '\040', - '\061', '\012', '\142', '\114', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\164', '\112', '\143', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\167', '\112', '\040', - '\167', '\141', '\040', '\061', '\012', '\132', '\162', '\167', - '\040', '\145', '\162', '\040', '\061', '\012', '\167', '\144', - '\127', '\040', '\144', '\145', '\040', '\061', '\012', '\127', - '\147', '\146', '\040', '\156', '\147', '\040', '\061', '\012', - '\120', '\161', '\172', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\147', '\116', '\040', '\156', '\147', '\040', - '\061', '\012', '\172', '\110', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\124', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\104', '\166', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\155', '\125', - '\040', '\155', '\145', '\040', '\061', '\012', '\170', '\150', - '\155', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\103', '\170', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\167', '\126', '\040', '\166', '\141', '\040', '\061', - '\012', '\172', '\166', '\114', '\040', '\166', '\141', '\040', - '\061', '\012', '\156', '\107', '\146', '\040', '\156', '\164', - '\040', '\061', '\012', '\152', '\152', '\103', '\040', '\151', - '\152', '\040', '\061', '\012', '\125', '\143', '\147', '\040', - '\143', '\150', '\040', '\061', '\012', '\160', '\127', '\146', - '\040', '\160', '\162', '\040', '\061', '\012', '\152', '\170', - '\107', '\040', '\151', '\152', '\040', '\061', '\012', '\115', - '\161', '\156', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\166', '\127', '\040', '\166', '\141', '\040', '\061', - '\012', '\154', '\127', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\155', '\144', '\117', '\040', '\155', '\145', - '\040', '\061', '\012', '\161', '\116', '\155', '\040', '\161', - '\165', '\040', '\061', '\012', '\122', '\167', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\170', '\146', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\165', '\117', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\150', '\132', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\114', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\146', '\102', '\171', '\040', '\146', '\157', '\040', - '\061', '\012', '\156', '\125', '\152', '\040', '\156', '\164', - '\040', '\061', '\012', '\154', '\124', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\154', '\120', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\162', '\122', - '\040', '\145', '\162', '\040', '\061', '\012', '\162', '\130', - '\167', '\040', '\145', '\162', '\040', '\061', '\012', '\145', - '\126', '\167', '\040', '\166', '\145', '\040', '\061', '\012', - '\172', '\127', '\156', '\040', '\156', '\147', '\040', '\061', - '\012', '\155', '\112', '\163', '\040', '\163', '\172', '\040', - '\061', '\012', '\115', '\147', '\171', '\040', '\156', '\147', - '\040', '\061', '\012', '\165', '\132', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\124', '\144', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\155', '\161', '\111', - '\040', '\161', '\165', '\040', '\061', '\012', '\104', '\150', - '\160', '\040', '\164', '\150', '\040', '\061', '\012', '\160', - '\155', '\113', '\040', '\155', '\145', '\040', '\061', '\012', - '\123', '\163', '\146', '\040', '\163', '\172', '\040', '\061', - '\012', '\163', '\127', '\154', '\040', '\163', '\172', '\040', - '\061', '\012', '\151', '\161', '\113', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\152', '\107', '\040', '\156', - '\147', '\040', '\061', '\012', '\144', '\152', '\102', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\113', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\167', '\166', - '\111', '\040', '\166', '\141', '\040', '\061', '\012', '\164', - '\143', '\125', '\040', '\164', '\150', '\040', '\061', '\012', - '\164', '\153', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\125', '\145', '\040', '\164', '\145', '\040', - '\061', '\012', '\154', '\125', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\102', '\147', '\040', '\156', - '\164', '\040', '\061', '\012', '\144', '\110', '\170', '\040', - '\144', '\145', '\040', '\061', '\012', '\127', '\142', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\165', - '\121', '\040', '\161', '\165', '\040', '\061', '\012', '\110', - '\160', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\157', '\126', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\166', '\102', '\142', '\040', '\166', '\141', '\040', - '\061', '\012', '\124', '\144', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\160', '\146', '\126', '\040', '\160', - '\162', '\040', '\061', '\012', '\161', '\147', '\116', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\143', '\125', - '\040', '\143', '\150', '\040', '\061', '\012', '\147', '\143', - '\116', '\040', '\143', '\150', '\040', '\061', '\012', '\166', - '\153', '\101', '\040', '\166', '\141', '\040', '\061', '\012', - '\143', '\121', '\146', '\040', '\143', '\150', '\040', '\061', - '\012', '\131', '\172', '\170', '\040', '\163', '\172', '\040', - '\061', '\012', '\171', '\160', '\106', '\040', '\160', '\162', - '\040', '\061', '\012', '\166', '\102', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\160', '\120', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\161', '\155', '\125', - '\040', '\161', '\165', '\040', '\061', '\012', '\145', '\127', - '\146', '\040', '\166', '\145', '\040', '\061', '\012', '\152', - '\132', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\110', '\167', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\171', '\171', '\111', '\040', '\156', '\171', '\040', - '\061', '\012', '\132', '\146', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\114', '\147', '\167', '\040', '\156', - '\147', '\040', '\061', '\012', '\165', '\161', '\160', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\117', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\144', '\153', - '\112', '\040', '\153', '\157', '\040', '\061', '\012', '\144', - '\161', '\115', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\142', '\127', '\040', '\151', '\163', '\040', '\061', - '\012', '\172', '\115', '\160', '\040', '\163', '\172', '\040', - '\061', '\012', '\156', '\112', '\172', '\040', '\156', '\147', - '\040', '\061', '\012', '\153', '\115', '\143', '\040', '\153', - '\157', '\040', '\061', '\012', '\172', '\161', '\127', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\121', '\153', - '\040', '\166', '\141', '\040', '\061', '\012', '\145', '\161', - '\104', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\106', '\156', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\143', '\132', '\040', '\143', '\150', '\040', '\061', - '\012', '\170', '\107', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\153', '\172', '\146', '\040', '\163', '\172', - '\040', '\061', '\012', '\170', '\132', '\170', '\040', '\170', - '\145', '\040', '\061', '\012', '\161', '\166', '\116', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\153', '\131', - '\040', '\153', '\141', '\040', '\061', '\012', '\142', '\162', - '\110', '\040', '\145', '\162', '\040', '\061', '\012', '\127', - '\162', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\167', '\152', '\105', '\040', '\151', '\152', '\040', '\061', - '\012', '\153', '\152', '\121', '\040', '\153', '\141', '\040', - '\061', '\012', '\146', '\114', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\155', '\147', '\105', '\040', '\156', - '\147', '\040', '\061', '\012', '\170', '\167', '\111', '\040', - '\167', '\141', '\040', '\061', '\012', '\151', '\104', '\167', - '\040', '\164', '\151', '\040', '\061', '\012', '\102', '\164', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\120', '\172', '\040', '\166', '\141', '\040', '\061', '\012', - '\171', '\161', '\110', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\106', '\145', '\040', '\145', '\162', '\040', - '\061', '\012', '\154', '\121', '\171', '\040', '\154', '\145', - '\040', '\061', '\012', '\147', '\102', '\160', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\144', '\131', '\040', - '\144', '\145', '\040', '\061', '\012', '\164', '\166', '\121', - '\040', '\164', '\150', '\040', '\061', '\012', '\154', '\152', - '\117', '\040', '\154', '\145', '\040', '\061', '\012', '\116', - '\163', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\144', '\117', '\040', '\144', '\145', '\040', '\061', - '\012', '\147', '\172', '\127', '\040', '\156', '\147', '\040', - '\061', '\012', '\167', '\164', '\115', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\146', '\122', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\132', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\143', '\142', - '\040', '\143', '\150', '\040', '\061', '\012', '\144', '\166', - '\121', '\040', '\166', '\141', '\040', '\061', '\012', '\152', - '\110', '\142', '\040', '\151', '\152', '\040', '\061', '\012', - '\170', '\142', '\115', '\040', '\142', '\145', '\040', '\061', - '\012', '\156', '\127', '\147', '\040', '\156', '\164', '\040', - '\061', '\012', '\131', '\167', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\130', '\167', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\160', '\170', '\113', '\040', - '\160', '\162', '\040', '\061', '\012', '\171', '\142', '\121', - '\040', '\142', '\145', '\040', '\061', '\012', '\127', '\166', - '\155', '\040', '\166', '\141', '\040', '\061', '\012', '\114', - '\147', '\172', '\040', '\156', '\147', '\040', '\061', '\012', - '\142', '\164', '\123', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\122', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\161', '\161', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\103', '\156', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\106', '\155', '\167', '\040', - '\155', '\145', '\040', '\061', '\012', '\144', '\166', '\120', - '\040', '\166', '\141', '\040', '\061', '\012', '\166', '\161', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\152', '\111', '\040', '\144', '\145', '\040', '\061', '\012', - '\152', '\126', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\166', '\132', '\040', '\166', '\141', '\040', - '\061', '\012', '\103', '\167', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\125', '\171', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\106', '\146', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\163', '\157', '\130', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\150', - '\122', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\127', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\162', '\130', '\040', '\166', '\141', '\040', '\061', - '\012', '\145', '\117', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\167', '\132', '\040', '\142', '\145', - '\040', '\061', '\012', '\144', '\156', '\126', '\040', '\156', - '\147', '\040', '\061', '\012', '\107', '\142', '\167', '\040', - '\142', '\145', '\040', '\061', '\012', '\170', '\107', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\155', '\156', - '\132', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\160', '\116', '\040', '\160', '\162', '\040', '\061', '\012', - '\144', '\172', '\130', '\040', '\144', '\145', '\040', '\061', - '\012', '\102', '\170', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\160', '\170', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\161', '\132', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\124', '\146', '\040', - '\146', '\157', '\040', '\061', '\012', '\167', '\120', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\143', '\170', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\144', '\124', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\167', '\130', '\040', '\167', '\141', '\040', '\061', - '\012', '\125', '\166', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\162', '\113', '\160', '\040', '\145', '\162', - '\040', '\061', '\012', '\163', '\144', '\106', '\040', '\144', - '\145', '\040', '\061', '\012', '\112', '\143', '\147', '\040', - '\143', '\150', '\040', '\061', '\012', '\170', '\172', '\117', - '\040', '\163', '\172', '\040', '\061', '\012', '\170', '\124', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\152', '\120', '\040', '\144', '\145', '\040', '\061', '\012', - '\147', '\124', '\156', '\040', '\156', '\147', '\040', '\061', - '\012', '\107', '\164', '\160', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\147', '\101', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\144', '\114', '\040', '\144', - '\145', '\040', '\061', '\012', '\167', '\172', '\117', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\150', '\111', - '\040', '\164', '\150', '\040', '\061', '\012', '\127', '\155', - '\160', '\040', '\155', '\145', '\040', '\061', '\012', '\121', - '\144', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\131', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\142', '\112', '\040', '\160', '\162', '\040', - '\061', '\012', '\152', '\122', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\130', '\163', '\170', '\040', '\163', - '\172', '\040', '\061', '\012', '\172', '\147', '\111', '\040', - '\156', '\147', '\040', '\061', '\012', '\161', '\150', '\131', - '\040', '\164', '\150', '\040', '\061', '\012', '\107', '\147', - '\152', '\040', '\156', '\147', '\040', '\061', '\012', '\106', - '\152', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\121', '\167', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\172', '\170', '\127', '\040', '\163', '\172', '\040', - '\061', '\012', '\166', '\103', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\143', '\143', '\114', '\040', '\143', - '\150', '\040', '\061', '\012', '\113', '\170', '\163', '\040', - '\163', '\172', '\040', '\061', '\012', '\155', '\131', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\162', '\121', - '\164', '\040', '\145', '\162', '\040', '\061', '\012', '\132', - '\170', '\163', '\040', '\163', '\172', '\040', '\061', '\012', - '\150', '\144', '\121', '\040', '\164', '\150', '\040', '\061', - '\012', '\144', '\167', '\110', '\040', '\144', '\145', '\040', - '\061', '\012', '\131', '\155', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\161', '\126', '\172', '\040', '\161', - '\165', '\040', '\061', '\012', '\122', '\166', '\154', '\040', - '\166', '\141', '\040', '\061', '\012', '\171', '\110', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\127', '\152', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\115', '\167', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\172', '\125', '\040', '\163', '\172', '\040', '\061', - '\012', '\147', '\143', '\114', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\117', '\141', '\040', '\161', '\165', - '\040', '\061', '\012', '\145', '\161', '\111', '\040', '\161', - '\165', '\040', '\061', '\012', '\151', '\131', '\160', '\040', - '\164', '\151', '\040', '\061', '\012', '\166', '\103', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\165', '\157', - '\126', '\040', '\162', '\157', '\040', '\061', '\012', '\146', - '\132', '\170', '\040', '\146', '\157', '\040', '\061', '\012', - '\161', '\121', '\144', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\144', '\105', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\127', '\170', '\040', '\161', '\165', - '\040', '\061', '\012', '\131', '\153', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\106', '\160', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\172', '\107', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\162', '\167', - '\117', '\040', '\145', '\162', '\040', '\061', '\012', '\121', - '\172', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\113', '\161', '\142', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\147', '\124', '\040', '\156', '\147', '\040', - '\061', '\012', '\152', '\163', '\132', '\040', '\163', '\172', - '\040', '\061', '\012', '\141', '\110', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\152', '\114', '\040', - '\151', '\152', '\040', '\061', '\012', '\131', '\143', '\167', - '\040', '\143', '\150', '\040', '\061', '\012', '\142', '\156', - '\120', '\040', '\141', '\156', '\040', '\061', '\012', '\166', - '\127', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\172', '\171', '\131', '\040', '\163', '\172', '\040', '\061', - '\012', '\172', '\122', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\167', '\165', '\120', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\152', '\102', '\040', '\166', - '\141', '\040', '\061', '\012', '\152', '\162', '\124', '\040', - '\145', '\162', '\040', '\061', '\012', '\166', '\167', '\112', - '\040', '\166', '\141', '\040', '\061', '\012', '\144', '\126', - '\152', '\040', '\144', '\145', '\040', '\061', '\012', '\172', - '\166', '\127', '\040', '\166', '\141', '\040', '\061', '\012', - '\144', '\132', '\153', '\040', '\144', '\145', '\040', '\061', - '\012', '\156', '\162', '\107', '\040', '\141', '\156', '\040', - '\061', '\012', '\161', '\163', '\125', '\040', '\161', '\165', - '\040', '\061', '\012', '\120', '\166', '\163', '\040', '\166', - '\141', '\040', '\061', '\012', '\154', '\114', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\103', '\172', - '\040', '\161', '\165', '\040', '\061', '\012', '\144', '\166', - '\126', '\040', '\144', '\145', '\040', '\061', '\012', '\120', - '\152', '\167', '\040', '\151', '\152', '\040', '\061', '\012', - '\113', '\155', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\112', '\146', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\167', '\131', '\040', '\141', '\156', - '\040', '\061', '\012', '\147', '\167', '\103', '\040', '\156', - '\147', '\040', '\061', '\012', '\166', '\107', '\142', '\040', - '\166', '\141', '\040', '\061', '\012', '\161', '\127', '\162', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\160', - '\127', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\113', '\153', '\040', '\144', '\145', '\040', '\061', '\012', - '\171', '\127', '\142', '\040', '\142', '\145', '\040', '\061', - '\012', '\152', '\155', '\116', '\040', '\151', '\152', '\040', - '\061', '\012', '\147', '\160', '\126', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\172', '\123', '\040', '\161', - '\165', '\040', '\061', '\012', '\157', '\132', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\121', '\155', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\116', - '\153', '\040', '\155', '\145', '\040', '\061', '\012', '\171', - '\160', '\115', '\040', '\160', '\162', '\040', '\061', '\012', - '\154', '\167', '\110', '\040', '\154', '\145', '\040', '\061', - '\012', '\172', '\110', '\163', '\040', '\163', '\172', '\040', - '\061', '\012', '\152', '\172', '\103', '\040', '\152', '\157', - '\040', '\061', '\012', '\157', '\112', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\114', '\161', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\150', '\130', '\147', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\105', - '\146', '\040', '\146', '\157', '\040', '\061', '\012', '\165', - '\127', '\170', '\040', '\161', '\165', '\040', '\061', '\012', - '\153', '\166', '\124', '\040', '\166', '\141', '\040', '\061', - '\012', '\172', '\163', '\107', '\040', '\163', '\172', '\040', - '\061', '\012', '\154', '\123', '\170', '\040', '\154', '\145', - '\040', '\061', '\012', '\161', '\113', '\142', '\040', '\161', - '\165', '\040', '\061', '\012', '\121', '\171', '\145', '\040', - '\144', '\145', '\040', '\061', '\012', '\170', '\110', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\103', '\167', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\172', - '\155', '\112', '\040', '\163', '\172', '\040', '\061', '\012', - '\170', '\165', '\114', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\144', '\110', '\040', '\144', '\145', '\040', - '\061', '\012', '\120', '\142', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\161', '\144', '\130', '\040', '\161', - '\165', '\040', '\061', '\012', '\154', '\126', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\142', '\161', '\114', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\116', - '\163', '\040', '\163', '\172', '\040', '\061', '\012', '\166', - '\172', '\116', '\040', '\166', '\141', '\040', '\061', '\012', - '\161', '\152', '\101', '\040', '\161', '\165', '\040', '\061', - '\012', '\132', '\150', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\160', '\112', '\040', '\160', '\162', - '\040', '\061', '\012', '\170', '\115', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\124', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\164', '\114', '\146', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\147', - '\122', '\040', '\156', '\147', '\040', '\061', '\012', '\153', - '\121', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\122', '\152', '\160', '\040', '\151', '\152', '\040', '\061', - '\012', '\170', '\150', '\107', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\103', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\150', '\142', '\106', '\040', '\164', - '\150', '\040', '\061', '\012', '\162', '\170', '\121', '\040', - '\145', '\162', '\040', '\061', '\012', '\161', '\126', '\160', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\153', - '\131', '\040', '\153', '\141', '\040', '\061', '\012', '\161', - '\120', '\154', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\121', '\153', '\040', '\151', '\152', '\040', '\061', - '\012', '\117', '\166', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\126', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\160', '\155', '\125', '\040', '\155', - '\145', '\040', '\061', '\012', '\165', '\106', '\166', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\141', '\132', - '\040', '\166', '\141', '\040', '\061', '\012', '\147', '\107', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\160', - '\147', '\111', '\040', '\156', '\147', '\040', '\061', '\012', - '\172', '\124', '\152', '\040', '\163', '\172', '\040', '\061', - '\012', '\154', '\166', '\103', '\040', '\166', '\141', '\040', - '\061', '\012', '\167', '\107', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\162', '\116', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\121', '\164', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\166', '\116', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\154', '\120', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\112', - '\144', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\130', '\144', '\152', '\040', '\144', '\145', '\040', '\061', - '\012', '\171', '\161', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\151', '\167', '\131', '\040', '\164', '\151', - '\040', '\061', '\012', '\116', '\155', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\124', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\161', '\172', '\121', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\152', - '\101', '\040', '\151', '\152', '\040', '\061', '\012', '\160', - '\166', '\110', '\040', '\166', '\141', '\040', '\061', '\012', - '\170', '\114', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\127', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\126', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\121', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\163', '\166', '\131', '\040', - '\166', '\141', '\040', '\061', '\012', '\146', '\114', '\146', - '\040', '\146', '\157', '\040', '\061', '\012', '\161', '\172', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\104', - '\170', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\165', '\172', '\131', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\126', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\150', '\132', '\142', '\040', '\164', '\150', - '\040', '\061', '\012', '\107', '\160', '\170', '\040', '\160', - '\162', '\040', '\061', '\012', '\170', '\161', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\147', '\143', '\130', - '\040', '\143', '\150', '\040', '\061', '\012', '\110', '\170', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\164', - '\125', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\113', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\151', '\107', '\170', '\040', '\164', '\151', '\040', - '\061', '\012', '\170', '\166', '\121', '\040', '\166', '\141', - '\040', '\061', '\012', '\154', '\170', '\101', '\040', '\154', - '\145', '\040', '\061', '\012', '\163', '\152', '\110', '\040', - '\163', '\164', '\040', '\061', '\012', '\107', '\161', '\157', - '\040', '\161', '\165', '\040', '\061', '\012', '\144', '\147', - '\121', '\040', '\144', '\145', '\040', '\061', '\012', '\171', - '\104', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\132', '\156', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\166', '\146', '\125', '\040', '\166', '\141', '\040', - '\061', '\012', '\166', '\165', '\104', '\040', '\161', '\165', - '\040', '\061', '\012', '\157', '\121', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\142', '\150', '\104', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\114', '\152', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\144', - '\131', '\040', '\144', '\145', '\040', '\061', '\012', '\162', - '\132', '\142', '\040', '\145', '\162', '\040', '\061', '\012', - '\153', '\104', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\146', '\163', '\113', '\040', '\163', '\172', '\040', - '\061', '\012', '\113', '\161', '\146', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\127', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\155', '\126', '\167', '\040', - '\155', '\145', '\040', '\061', '\012', '\155', '\143', '\126', - '\040', '\143', '\150', '\040', '\061', '\012', '\164', '\104', - '\146', '\040', '\164', '\150', '\040', '\061', '\012', '\154', - '\101', '\157', '\040', '\154', '\145', '\040', '\061', '\012', - '\146', '\172', '\122', '\040', '\163', '\172', '\040', '\061', - '\012', '\130', '\162', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\162', '\132', '\040', '\145', '\162', - '\040', '\061', '\012', '\161', '\155', '\116', '\040', '\161', - '\165', '\040', '\061', '\012', '\112', '\156', '\160', '\040', - '\141', '\156', '\040', '\061', '\012', '\152', '\150', '\103', - '\040', '\164', '\150', '\040', '\061', '\012', '\153', '\161', - '\122', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\127', '\156', '\040', '\144', '\145', '\040', '\061', '\012', - '\127', '\155', '\167', '\040', '\155', '\145', '\040', '\061', - '\012', '\122', '\147', '\171', '\040', '\156', '\147', '\040', - '\061', '\012', '\165', '\166', '\116', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\151', '\131', '\040', '\164', - '\151', '\040', '\061', '\012', '\170', '\127', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\171', '\112', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\157', '\110', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\166', '\167', '\040', '\166', '\141', '\040', '\061', '\012', - '\131', '\144', '\156', '\040', '\144', '\145', '\040', '\061', - '\012', '\116', '\166', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\107', '\155', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\170', '\170', '\132', '\040', '\170', - '\145', '\040', '\061', '\012', '\130', '\144', '\146', '\040', - '\144', '\145', '\040', '\061', '\012', '\170', '\131', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\126', '\156', - '\166', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\116', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\127', '\156', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\130', '\167', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\161', '\127', '\172', '\040', '\161', '\165', - '\040', '\061', '\012', '\155', '\121', '\163', '\040', '\163', - '\172', '\040', '\061', '\012', '\126', '\170', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\170', '\167', '\107', - '\040', '\167', '\141', '\040', '\061', '\012', '\167', '\166', - '\160', '\040', '\166', '\141', '\040', '\061', '\012', '\147', - '\155', '\126', '\040', '\156', '\147', '\040', '\061', '\012', - '\122', '\172', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\103', '\160', '\167', '\040', '\160', '\162', '\040', - '\061', '\012', '\107', '\171', '\171', '\040', '\156', '\171', - '\040', '\061', '\012', '\170', '\172', '\101', '\040', '\163', - '\172', '\040', '\061', '\012', '\167', '\107', '\170', '\040', - '\167', '\141', '\040', '\061', '\012', '\142', '\161', '\123', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\150', - '\122', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\120', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\151', '\161', '\107', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\152', '\113', '\040', '\144', '\145', '\040', - '\061', '\012', '\143', '\126', '\153', '\040', '\143', '\150', - '\040', '\061', '\012', '\162', '\167', '\124', '\040', '\145', - '\162', '\040', '\061', '\012', '\126', '\150', '\156', '\040', - '\164', '\150', '\040', '\061', '\012', '\110', '\146', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\142', '\156', - '\112', '\040', '\141', '\156', '\040', '\061', '\012', '\103', - '\160', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\116', '\155', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\144', '\156', '\117', '\040', '\141', '\156', '\040', - '\061', '\012', '\161', '\127', '\143', '\040', '\161', '\165', - '\040', '\061', '\012', '\141', '\126', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\117', '\156', '\040', - '\161', '\165', '\040', '\061', '\012', '\121', '\154', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\161', '\156', - '\116', '\040', '\161', '\165', '\040', '\061', '\012', '\162', - '\114', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\164', '\105', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\147', '\122', '\040', '\156', '\147', '\040', - '\061', '\012', '\131', '\161', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\110', '\167', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\156', '\127', '\153', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\161', '\102', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\101', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\150', - '\132', '\166', '\040', '\164', '\150', '\040', '\061', '\012', - '\113', '\172', '\160', '\040', '\163', '\172', '\040', '\061', - '\012', '\146', '\116', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\124', '\153', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\165', '\131', '\155', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\143', '\122', '\040', - '\143', '\150', '\040', '\061', '\012', '\170', '\116', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\153', '\110', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\142', - '\112', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\152', '\152', '\104', '\040', '\151', '\152', '\040', '\061', - '\012', '\116', '\154', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\144', '\150', '\102', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\130', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\156', '\167', '\102', '\040', - '\141', '\156', '\040', '\061', '\012', '\110', '\172', '\142', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\121', - '\172', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\113', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\152', '\126', '\167', '\040', '\151', '\152', '\040', '\061', - '\012', '\171', '\154', '\125', '\040', '\154', '\145', '\040', - '\061', '\012', '\114', '\172', '\152', '\040', '\163', '\172', - '\040', '\061', '\012', '\163', '\130', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\102', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\111', '\161', '\147', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\152', - '\126', '\040', '\151', '\152', '\040', '\061', '\012', '\167', - '\170', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\172', '\113', '\040', '\163', '\172', '\040', '\061', - '\012', '\162', '\104', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\165', '\121', '\171', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\107', '\167', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\142', '\125', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\125', '\157', - '\040', '\153', '\141', '\040', '\061', '\012', '\144', '\126', - '\155', '\040', '\144', '\145', '\040', '\061', '\012', '\104', - '\144', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\166', '\161', '\103', '\040', '\166', '\157', '\040', '\061', - '\012', '\152', '\153', '\132', '\040', '\151', '\152', '\040', - '\061', '\012', '\114', '\166', '\172', '\040', '\166', '\141', - '\040', '\061', '\012', '\164', '\120', '\171', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\146', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\121', '\150', '\142', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\150', - '\102', '\040', '\164', '\150', '\040', '\061', '\012', '\106', - '\161', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\103', '\166', '\040', '\164', '\150', '\040', '\061', - '\012', '\106', '\152', '\146', '\040', '\151', '\152', '\040', - '\061', '\012', '\121', '\146', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\172', '\167', '\106', '\040', '\163', - '\172', '\040', '\061', '\012', '\106', '\167', '\146', '\040', - '\167', '\141', '\040', '\061', '\012', '\160', '\166', '\125', - '\040', '\166', '\141', '\040', '\061', '\012', '\167', '\150', - '\103', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\124', '\153', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\154', '\121', '\040', '\144', '\145', '\040', '\061', - '\012', '\167', '\172', '\114', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\161', '\123', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\164', '\120', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\150', '\103', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\152', '\102', - '\040', '\151', '\152', '\040', '\061', '\012', '\151', '\124', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\153', - '\114', '\170', '\040', '\153', '\141', '\040', '\061', '\012', - '\122', '\161', '\151', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\152', '\123', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\152', '\111', '\040', '\166', '\141', - '\040', '\061', '\012', '\160', '\107', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\167', '\156', '\126', '\040', - '\141', '\156', '\040', '\061', '\012', '\154', '\121', '\170', - '\040', '\154', '\145', '\040', '\061', '\012', '\165', '\166', - '\123', '\040', '\161', '\165', '\040', '\061', '\012', '\132', - '\147', '\145', '\040', '\144', '\145', '\040', '\061', '\012', - '\147', '\112', '\166', '\040', '\156', '\147', '\040', '\061', - '\012', '\131', '\144', '\142', '\040', '\144', '\145', '\040', - '\061', '\012', '\167', '\104', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\172', '\167', '\126', '\040', '\163', - '\172', '\040', '\061', '\012', '\150', '\116', '\155', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\167', '\121', - '\040', '\163', '\172', '\040', '\061', '\012', '\146', '\122', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\167', - '\126', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\156', '\113', '\147', '\040', '\141', '\156', '\040', '\061', - '\012', '\124', '\147', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\142', '\131', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\154', '\102', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\152', '\160', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\101', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\155', - '\113', '\040', '\155', '\145', '\040', '\061', '\012', '\167', - '\161', '\113', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\152', '\124', '\040', '\166', '\141', '\040', '\061', - '\012', '\114', '\161', '\154', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\156', '\103', '\040', '\141', '\156', - '\040', '\061', '\012', '\146', '\172', '\131', '\040', '\163', - '\172', '\040', '\061', '\012', '\166', '\161', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\107', '\142', - '\040', '\155', '\145', '\040', '\061', '\012', '\146', '\153', - '\120', '\040', '\153', '\141', '\040', '\061', '\012', '\167', - '\121', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\106', '\161', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\126', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\127', '\143', '\170', '\040', '\143', '\150', - '\040', '\061', '\012', '\167', '\160', '\131', '\040', '\167', - '\141', '\040', '\061', '\012', '\154', '\106', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\147', '\167', '\104', - '\040', '\156', '\147', '\040', '\061', '\012', '\147', '\127', - '\160', '\040', '\156', '\147', '\040', '\061', '\012', '\146', - '\152', '\124', '\040', '\151', '\152', '\040', '\061', '\012', - '\160', '\106', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\151', '\111', '\160', '\040', '\151', '\156', '\040', - '\061', '\012', '\164', '\142', '\104', '\040', '\164', '\150', - '\040', '\061', '\012', '\130', '\161', '\143', '\040', '\161', - '\165', '\040', '\061', '\012', '\121', '\153', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\145', '\132', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\120', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\167', '\114', '\040', '\156', '\147', '\040', '\061', '\012', - '\146', '\110', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\170', '\167', '\120', '\040', '\167', '\141', '\040', - '\061', '\012', '\170', '\166', '\102', '\040', '\166', '\141', - '\040', '\061', '\012', '\152', '\123', '\167', '\040', '\151', - '\152', '\040', '\061', '\012', '\160', '\172', '\106', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\131', '\160', - '\040', '\167', '\141', '\040', '\061', '\012', '\144', '\104', - '\170', '\040', '\144', '\145', '\040', '\061', '\012', '\156', - '\102', '\170', '\040', '\141', '\156', '\040', '\061', '\012', - '\143', '\116', '\166', '\040', '\143', '\150', '\040', '\061', - '\012', '\125', '\142', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\170', '\130', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\122', '\154', '\040', '\144', - '\145', '\040', '\061', '\012', '\144', '\102', '\172', '\040', - '\144', '\145', '\040', '\061', '\012', '\130', '\166', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\154', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\155', - '\167', '\131', '\040', '\155', '\145', '\040', '\061', '\012', - '\167', '\150', '\121', '\040', '\164', '\150', '\040', '\061', - '\012', '\115', '\172', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\101', '\161', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\165', '\104', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\143', '\152', '\132', '\040', - '\143', '\150', '\040', '\061', '\012', '\126', '\153', '\146', - '\040', '\153', '\141', '\040', '\061', '\012', '\165', '\107', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\102', '\163', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\114', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\164', '\146', '\127', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\120', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\170', '\157', '\116', '\040', '\157', - '\156', '\040', '\061', '\012', '\131', '\144', '\170', '\040', - '\144', '\145', '\040', '\061', '\012', '\114', '\170', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\143', '\143', - '\132', '\040', '\143', '\150', '\040', '\061', '\012', '\165', - '\112', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\163', '\126', '\160', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\162', '\105', '\040', '\145', '\162', '\040', - '\061', '\012', '\170', '\147', '\120', '\040', '\156', '\147', - '\040', '\061', '\012', '\150', '\120', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\145', '\165', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\132', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\156', - '\113', '\040', '\161', '\165', '\040', '\061', '\012', '\102', - '\147', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\163', '\154', '\121', '\040', '\154', '\145', '\040', '\061', - '\012', '\147', '\170', '\101', '\040', '\156', '\147', '\040', - '\061', '\012', '\152', '\114', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\172', '\156', '\104', '\040', '\141', - '\156', '\040', '\061', '\012', '\153', '\130', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\164', '\146', '\126', - '\040', '\164', '\150', '\040', '\061', '\012', '\126', '\167', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\170', - '\127', '\144', '\040', '\144', '\157', '\040', '\061', '\012', - '\170', '\156', '\110', '\040', '\141', '\156', '\040', '\061', - '\012', '\143', '\117', '\161', '\040', '\143', '\150', '\040', - '\061', '\012', '\114', '\153', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\116', '\166', '\171', '\040', '\166', - '\141', '\040', '\061', '\012', '\170', '\111', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\153', '\113', - '\040', '\153', '\141', '\040', '\061', '\012', '\162', '\115', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\162', - '\155', '\121', '\040', '\145', '\162', '\040', '\061', '\012', - '\142', '\120', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\146', '\101', '\141', '\040', '\141', '\156', '\040', - '\061', '\012', '\166', '\121', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\146', '\110', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\120', '\155', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\166', '\172', '\112', - '\040', '\163', '\172', '\040', '\061', '\012', '\167', '\124', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\127', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\132', '\167', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\147', '\113', '\170', '\040', '\156', '\147', '\040', - '\061', '\012', '\107', '\142', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\115', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\116', '\146', '\170', '\040', - '\146', '\157', '\040', '\061', '\012', '\146', '\101', '\157', - '\040', '\157', '\156', '\040', '\061', '\012', '\144', '\110', - '\142', '\040', '\144', '\145', '\040', '\061', '\012', '\154', - '\170', '\110', '\040', '\154', '\145', '\040', '\061', '\012', - '\144', '\161', '\117', '\040', '\161', '\165', '\040', '\061', - '\012', '\124', '\154', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\131', '\152', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\111', '\171', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\165', '\157', '\131', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\150', '\110', - '\040', '\164', '\150', '\040', '\061', '\012', '\154', '\115', - '\152', '\040', '\154', '\145', '\040', '\061', '\012', '\146', - '\172', '\106', '\040', '\163', '\172', '\040', '\061', '\012', - '\146', '\162', '\122', '\040', '\145', '\162', '\040', '\061', - '\012', '\171', '\116', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\141', '\120', '\166', '\040', '\141', '\156', - '\040', '\061', '\012', '\171', '\167', '\107', '\040', '\167', - '\141', '\040', '\061', '\012', '\103', '\155', '\167', '\040', - '\155', '\145', '\040', '\061', '\012', '\163', '\166', '\113', - '\040', '\166', '\141', '\040', '\061', '\012', '\163', '\162', - '\117', '\040', '\145', '\162', '\040', '\061', '\012', '\125', - '\150', '\172', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\120', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\172', '\124', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\172', '\110', '\040', '\163', '\172', - '\040', '\061', '\012', '\111', '\157', '\170', '\040', '\157', - '\156', '\040', '\061', '\012', '\146', '\121', '\141', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\132', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\156', '\161', - '\125', '\040', '\141', '\156', '\040', '\061', '\012', '\167', - '\120', '\142', '\040', '\167', '\141', '\040', '\061', '\012', - '\124', '\172', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\160', '\156', '\122', '\040', '\141', '\156', '\040', - '\061', '\012', '\166', '\146', '\112', '\040', '\166', '\141', - '\040', '\061', '\012', '\166', '\171', '\130', '\040', '\166', - '\141', '\040', '\061', '\012', '\146', '\114', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\172', '\152', '\120', - '\040', '\163', '\172', '\040', '\061', '\012', '\160', '\155', - '\122', '\040', '\155', '\145', '\040', '\061', '\012', '\145', - '\120', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\171', '\124', '\040', '\151', '\152', '\040', '\061', - '\012', '\155', '\152', '\120', '\040', '\151', '\152', '\040', - '\061', '\012', '\146', '\163', '\110', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\167', '\102', '\040', '\166', - '\141', '\040', '\061', '\012', '\131', '\156', '\162', '\040', - '\141', '\156', '\040', '\061', '\012', '\124', '\161', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\114', '\166', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\164', - '\103', '\146', '\040', '\164', '\150', '\040', '\061', '\012', - '\167', '\160', '\102', '\040', '\167', '\141', '\040', '\061', - '\012', '\167', '\130', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\155', '\150', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\131', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\104', '\160', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\171', '\147', '\122', - '\040', '\156', '\147', '\040', '\061', '\012', '\122', '\146', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\112', - '\171', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\170', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\120', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\141', '\117', '\152', '\040', '\141', '\156', - '\040', '\061', '\012', '\132', '\167', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\146', '\106', '\170', '\040', - '\146', '\157', '\040', '\061', '\012', '\142', '\104', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\113', - '\170', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\110', '\170', '\040', '\167', '\141', '\040', '\061', '\012', - '\150', '\162', '\130', '\040', '\164', '\150', '\040', '\061', - '\012', '\162', '\106', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\154', '\114', '\170', '\040', '\154', '\145', - '\040', '\061', '\012', '\141', '\131', '\152', '\040', '\141', - '\156', '\040', '\061', '\012', '\153', '\103', '\163', '\040', - '\163', '\172', '\040', '\061', '\012', '\154', '\127', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\160', '\144', - '\131', '\040', '\144', '\145', '\040', '\061', '\012', '\163', - '\167', '\111', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\114', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\115', '\172', '\170', '\040', '\163', '\172', '\040', - '\061', '\012', '\143', '\113', '\153', '\040', '\143', '\150', - '\040', '\061', '\012', '\150', '\115', '\172', '\040', '\164', - '\150', '\040', '\061', '\012', '\112', '\143', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\152', '\102', - '\040', '\151', '\152', '\040', '\061', '\012', '\115', '\161', - '\145', '\040', '\161', '\165', '\040', '\061', '\012', '\162', - '\170', '\127', '\040', '\145', '\162', '\040', '\061', '\012', - '\147', '\132', '\166', '\040', '\156', '\147', '\040', '\061', - '\012', '\122', '\146', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\160', '\167', '\104', '\040', '\167', '\141', - '\040', '\061', '\012', '\154', '\150', '\130', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\126', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\146', '\127', - '\040', '\166', '\141', '\040', '\061', '\012', '\154', '\170', - '\120', '\040', '\154', '\145', '\040', '\061', '\012', '\131', - '\171', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\150', '\120', '\147', '\040', '\164', '\150', '\040', '\061', - '\012', '\125', '\170', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\144', '\117', '\040', '\144', '\145', - '\040', '\061', '\012', '\142', '\122', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\144', '\130', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\122', '\152', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\147', - '\126', '\040', '\156', '\147', '\040', '\061', '\012', '\170', - '\101', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\167', '\130', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\113', '\166', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\163', '\166', '\114', '\040', '\166', '\141', - '\040', '\061', '\012', '\146', '\127', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\144', '\162', '\121', '\040', - '\145', '\162', '\040', '\061', '\012', '\114', '\160', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\161', '\113', - '\160', '\040', '\161', '\165', '\040', '\061', '\012', '\145', - '\103', '\166', '\040', '\145', '\162', '\040', '\061', '\012', - '\170', '\167', '\110', '\040', '\167', '\141', '\040', '\061', - '\012', '\143', '\166', '\103', '\040', '\143', '\150', '\040', - '\061', '\012', '\153', '\125', '\146', '\040', '\153', '\141', - '\040', '\061', '\012', '\157', '\120', '\170', '\040', '\157', - '\156', '\040', '\061', '\012', '\164', '\152', '\112', '\040', - '\164', '\150', '\040', '\061', '\012', '\142', '\102', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\166', '\160', - '\111', '\040', '\166', '\141', '\040', '\061', '\012', '\147', - '\172', '\131', '\040', '\156', '\147', '\040', '\061', '\012', - '\157', '\132', '\163', '\040', '\157', '\156', '\040', '\061', - '\012', '\160', '\113', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\113', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\143', '\110', '\040', '\161', - '\165', '\040', '\061', '\012', '\126', '\146', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\163', '\166', '\115', - '\040', '\166', '\141', '\040', '\061', '\012', '\126', '\152', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\154', - '\126', '\167', '\040', '\154', '\145', '\040', '\061', '\012', - '\167', '\127', '\146', '\040', '\167', '\141', '\040', '\061', - '\012', '\130', '\160', '\170', '\040', '\160', '\162', '\040', - '\061', '\012', '\154', '\143', '\101', '\040', '\143', '\150', - '\040', '\061', '\012', '\164', '\114', '\143', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\104', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\130', '\152', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\144', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\162', - '\113', '\155', '\040', '\145', '\162', '\040', '\061', '\012', - '\146', '\156', '\127', '\040', '\141', '\156', '\040', '\061', - '\012', '\124', '\143', '\142', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\147', '\130', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\132', '\157', '\040', '\161', - '\165', '\040', '\061', '\012', '\145', '\112', '\166', '\040', - '\145', '\162', '\040', '\061', '\012', '\131', '\170', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\153', '\146', - '\115', '\040', '\153', '\141', '\040', '\061', '\012', '\161', - '\113', '\145', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\115', '\146', '\040', '\166', '\141', '\040', '\061', - '\012', '\144', '\147', '\131', '\040', '\144', '\145', '\040', - '\061', '\012', '\147', '\107', '\144', '\040', '\156', '\147', - '\040', '\061', '\012', '\126', '\143', '\152', '\040', '\143', - '\150', '\040', '\061', '\012', '\123', '\146', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\170', '\104', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\146', '\124', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\122', '\167', '\040', '\161', '\165', '\040', '\061', '\012', - '\164', '\117', '\141', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\165', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\147', '\112', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\122', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\153', '\131', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\167', '\104', - '\040', '\167', '\141', '\040', '\061', '\012', '\166', '\130', - '\163', '\040', '\166', '\141', '\040', '\061', '\012', '\172', - '\154', '\103', '\040', '\154', '\145', '\040', '\061', '\012', - '\153', '\155', '\110', '\040', '\153', '\141', '\040', '\061', - '\012', '\152', '\150', '\132', '\040', '\164', '\150', '\040', - '\061', '\012', '\127', '\170', '\157', '\040', '\157', '\156', - '\040', '\061', '\012', '\166', '\164', '\130', '\040', '\164', - '\150', '\040', '\061', '\012', '\151', '\127', '\155', '\040', - '\151', '\156', '\040', '\061', '\012', '\161', '\126', '\170', - '\040', '\161', '\165', '\040', '\061', '\012', '\110', '\152', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\120', - '\170', '\163', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\131', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\167', '\147', '\107', '\040', '\156', '\147', '\040', - '\061', '\012', '\112', '\166', '\163', '\040', '\166', '\141', - '\040', '\061', '\012', '\147', '\110', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\113', '\172', '\171', '\040', - '\163', '\172', '\040', '\061', '\012', '\170', '\152', '\111', - '\040', '\151', '\152', '\040', '\061', '\012', '\165', '\126', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\120', - '\172', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\170', '\103', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\120', '\171', '\040', '\167', '\141', '\040', - '\061', '\012', '\142', '\130', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\172', '\131', '\040', '\163', - '\172', '\040', '\061', '\012', '\146', '\161', '\112', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\170', '\130', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\146', - '\102', '\040', '\166', '\141', '\040', '\061', '\012', '\160', - '\120', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\142', '\160', '\103', '\040', '\160', '\162', '\040', '\061', - '\012', '\150', '\106', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\103', '\161', '\154', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\167', '\111', '\040', '\144', - '\145', '\040', '\061', '\012', '\124', '\143', '\161', '\040', - '\143', '\150', '\040', '\061', '\012', '\132', '\152', '\170', - '\040', '\151', '\152', '\040', '\061', '\012', '\167', '\117', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\112', - '\146', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\151', '\132', '\162', '\040', '\151', '\156', '\040', '\061', - '\012', '\126', '\170', '\146', '\040', '\146', '\157', '\040', - '\061', '\012', '\114', '\160', '\170', '\040', '\160', '\162', - '\040', '\061', '\012', '\146', '\110', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\150', '\106', '\171', '\040', - '\164', '\150', '\040', '\061', '\012', '\154', '\143', '\104', - '\040', '\143', '\150', '\040', '\061', '\012', '\166', '\115', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\171', '\125', '\040', '\156', '\171', '\040', '\061', '\012', - '\155', '\107', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\112', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\172', '\113', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\154', '\115', '\155', '\040', '\154', - '\145', '\040', '\061', '\012', '\155', '\161', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\110', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\154', '\107', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\145', - '\111', '\152', '\040', '\164', '\145', '\040', '\061', '\012', - '\126', '\144', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\162', '\103', '\153', '\040', '\145', '\162', '\040', - '\061', '\012', '\167', '\121', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\131', '\167', '\146', '\040', '\167', - '\141', '\040', '\061', '\012', '\172', '\125', '\146', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\132', '\163', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\116', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\104', - '\170', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\143', '\131', '\162', '\040', '\143', '\150', '\040', '\061', - '\012', '\144', '\113', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\104', '\160', '\040', '\166', '\141', - '\040', '\061', '\012', '\161', '\156', '\106', '\040', '\141', - '\156', '\040', '\061', '\012', '\114', '\163', '\152', '\040', - '\163', '\172', '\040', '\061', '\012', '\170', '\110', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\103', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\156', '\130', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\102', '\170', '\040', '\146', '\157', '\040', '\061', - '\012', '\152', '\126', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\117', '\171', '\040', '\161', '\165', - '\040', '\061', '\012', '\165', '\161', '\104', '\040', '\161', - '\165', '\040', '\061', '\012', '\122', '\146', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\143', '\152', '\123', - '\040', '\143', '\150', '\040', '\061', '\012', '\165', '\146', - '\130', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\166', '\111', '\040', '\166', '\141', '\040', '\061', '\012', - '\117', '\167', '\170', '\040', '\167', '\141', '\040', '\061', - '\012', '\147', '\130', '\167', '\040', '\156', '\147', '\040', - '\061', '\012', '\157', '\103', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\115', '\162', '\170', '\040', '\145', - '\162', '\040', '\061', '\012', '\143', '\111', '\142', '\040', - '\143', '\150', '\040', '\061', '\012', '\146', '\112', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\153', '\161', - '\115', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\161', '\114', '\040', '\161', '\165', '\040', '\061', '\012', - '\162', '\120', '\172', '\040', '\145', '\162', '\040', '\061', - '\012', '\151', '\167', '\127', '\040', '\151', '\156', '\040', - '\061', '\012', '\143', '\115', '\160', '\040', '\143', '\150', - '\040', '\061', '\012', '\154', '\126', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\124', '\142', '\040', - '\166', '\141', '\040', '\061', '\012', '\111', '\167', '\146', - '\040', '\167', '\141', '\040', '\061', '\012', '\170', '\154', - '\132', '\040', '\154', '\145', '\040', '\061', '\012', '\166', - '\152', '\121', '\040', '\166', '\141', '\040', '\061', '\012', - '\151', '\120', '\142', '\040', '\151', '\156', '\040', '\061', - '\012', '\127', '\150', '\153', '\040', '\164', '\150', '\040', - '\061', '\012', '\127', '\166', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\155', '\172', '\104', '\040', '\163', - '\172', '\040', '\061', '\012', '\110', '\161', '\153', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\161', '\102', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\150', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\160', - '\162', '\122', '\040', '\145', '\162', '\040', '\061', '\012', - '\156', '\154', '\126', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\131', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\126', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\160', '\117', '\040', '\166', - '\141', '\040', '\061', '\012', '\122', '\166', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\163', '\143', '\131', - '\040', '\143', '\150', '\040', '\061', '\012', '\161', '\144', - '\101', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\114', '\153', '\040', '\166', '\141', '\040', '\061', '\012', - '\163', '\166', '\111', '\040', '\166', '\141', '\040', '\061', - '\012', '\155', '\144', '\105', '\040', '\144', '\145', '\040', - '\061', '\012', '\150', '\102', '\170', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\162', '\166', '\040', '\145', - '\162', '\040', '\061', '\012', '\152', '\127', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\124', '\170', - '\040', '\146', '\157', '\040', '\061', '\012', '\131', '\160', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\115', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\146', '\144', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\143', '\113', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\103', '\171', '\040', '\156', '\171', - '\040', '\061', '\012', '\146', '\126', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\141', '\120', '\170', '\040', - '\141', '\156', '\040', '\061', '\012', '\146', '\160', '\125', - '\040', '\160', '\162', '\040', '\061', '\012', '\126', '\153', - '\142', '\040', '\153', '\141', '\040', '\061', '\012', '\164', - '\142', '\115', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\121', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\170', '\126', '\040', '\156', '\147', '\040', - '\061', '\012', '\123', '\146', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\160', '\131', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\147', '\127', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\105', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\155', '\130', - '\171', '\040', '\155', '\145', '\040', '\061', '\012', '\154', - '\156', '\121', '\040', '\141', '\156', '\040', '\061', '\012', - '\161', '\155', '\114', '\040', '\161', '\165', '\040', '\061', - '\012', '\126', '\153', '\171', '\040', '\153', '\141', '\040', - '\061', '\012', '\167', '\167', '\130', '\040', '\167', '\141', - '\040', '\061', '\012', '\125', '\167', '\170', '\040', '\167', - '\141', '\040', '\061', '\012', '\143', '\146', '\102', '\040', - '\143', '\150', '\040', '\061', '\012', '\107', '\170', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\146', '\160', - '\114', '\040', '\160', '\162', '\040', '\061', '\012', '\152', - '\124', '\170', '\040', '\151', '\152', '\040', '\061', '\012', - '\143', '\132', '\166', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\154', '\113', '\040', '\154', '\145', '\040', - '\061', '\012', '\150', '\102', '\143', '\040', '\164', '\150', - '\040', '\061', '\012', '\127', '\161', '\151', '\040', '\161', - '\165', '\040', '\061', '\012', '\154', '\107', '\163', '\040', - '\154', '\145', '\040', '\061', '\012', '\104', '\161', '\172', - '\040', '\161', '\165', '\040', '\061', '\012', '\112', '\147', - '\167', '\040', '\156', '\147', '\040', '\061', '\012', '\147', - '\103', '\170', '\040', '\156', '\147', '\040', '\061', '\012', - '\143', '\116', '\152', '\040', '\143', '\150', '\040', '\061', - '\012', '\143', '\161', '\112', '\040', '\143', '\150', '\040', - '\061', '\012', '\142', '\154', '\104', '\040', '\154', '\145', - '\040', '\061', '\012', '\161', '\130', '\162', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\130', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\153', '\150', '\113', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\132', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\123', '\163', '\040', '\163', '\172', '\040', '\061', '\012', - '\171', '\152', '\170', '\040', '\151', '\152', '\040', '\061', - '\012', '\110', '\167', '\146', '\040', '\167', '\141', '\040', - '\061', '\012', '\146', '\130', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\147', '\172', '\040', '\161', - '\165', '\040', '\061', '\012', '\130', '\144', '\167', '\040', - '\144', '\145', '\040', '\061', '\012', '\150', '\143', '\116', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\112', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\143', - '\155', '\121', '\040', '\143', '\150', '\040', '\061', '\012', - '\155', '\166', '\126', '\040', '\166', '\141', '\040', '\061', - '\012', '\116', '\161', '\145', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\170', '\123', '\040', '\163', '\172', - '\040', '\061', '\012', '\153', '\107', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\164', '\106', '\147', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\172', '\115', - '\040', '\163', '\172', '\040', '\061', '\012', '\130', '\162', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\144', - '\143', '\112', '\040', '\143', '\150', '\040', '\061', '\012', - '\144', '\121', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\116', '\171', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\170', '\124', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\167', '\102', '\040', '\164', - '\150', '\040', '\061', '\012', '\102', '\161', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\162', '\113', - '\040', '\145', '\162', '\040', '\061', '\012', '\172', '\144', - '\103', '\040', '\144', '\145', '\040', '\061', '\012', '\171', - '\101', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\144', '\114', '\164', '\040', '\163', '\164', '\040', '\061', - '\012', '\160', '\147', '\106', '\040', '\156', '\147', '\040', - '\061', '\012', '\166', '\147', '\127', '\040', '\156', '\147', - '\040', '\061', '\012', '\166', '\160', '\116', '\040', '\166', - '\141', '\040', '\061', '\012', '\111', '\166', '\170', '\040', - '\166', '\141', '\040', '\061', '\012', '\166', '\131', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\170', '\122', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\152', - '\120', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\117', '\161', '\162', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\152', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\144', '\160', '\110', '\040', '\144', '\145', - '\040', '\061', '\012', '\171', '\104', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\170', '\146', '\112', '\040', - '\146', '\157', '\040', '\061', '\012', '\146', '\161', '\126', - '\040', '\161', '\165', '\040', '\061', '\012', '\145', '\102', - '\146', '\040', '\145', '\162', '\040', '\061', '\012', '\132', - '\153', '\167', '\040', '\153', '\141', '\040', '\061', '\012', - '\161', '\110', '\160', '\040', '\161', '\165', '\040', '\061', - '\012', '\101', '\161', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\116', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\146', '\152', '\130', '\040', '\151', - '\152', '\040', '\061', '\012', '\146', '\161', '\123', '\040', - '\161', '\165', '\040', '\061', '\012', '\154', '\152', '\113', - '\040', '\154', '\145', '\040', '\061', '\012', '\107', '\153', - '\146', '\040', '\153', '\141', '\040', '\061', '\012', '\142', - '\123', '\146', '\040', '\142', '\145', '\040', '\061', '\012', - '\115', '\170', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\104', '\161', '\155', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\113', '\160', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\106', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\155', '\112', '\040', - '\155', '\145', '\040', '\061', '\012', '\166', '\172', '\124', - '\040', '\166', '\141', '\040', '\061', '\012', '\162', '\150', - '\112', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\110', '\146', '\040', '\141', '\156', '\040', '\061', '\012', - '\152', '\112', '\157', '\040', '\157', '\156', '\040', '\061', - '\012', '\161', '\127', '\171', '\040', '\161', '\165', '\040', - '\061', '\012', '\127', '\166', '\153', '\040', '\166', '\141', - '\040', '\061', '\012', '\147', '\153', '\102', '\040', '\156', - '\147', '\040', '\061', '\012', '\155', '\105', '\167', '\040', - '\155', '\145', '\040', '\061', '\012', '\125', '\147', '\170', - '\040', '\156', '\147', '\040', '\061', '\012', '\121', '\155', - '\171', '\040', '\155', '\145', '\040', '\061', '\012', '\114', - '\152', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\107', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\154', '\110', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\143', '\107', '\147', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\106', '\153', '\040', '\156', - '\147', '\040', '\061', '\012', '\170', '\156', '\126', '\040', - '\141', '\156', '\040', '\061', '\012', '\145', '\106', '\171', - '\040', '\145', '\162', '\040', '\061', '\012', '\116', '\146', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\150', - '\123', '\146', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\130', '\152', '\040', '\156', '\147', '\040', '\061', - '\012', '\170', '\110', '\146', '\040', '\146', '\157', '\040', - '\061', '\012', '\165', '\161', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\130', '\141', '\040', '\141', - '\156', '\040', '\061', '\012', '\166', '\143', '\124', '\040', - '\143', '\150', '\040', '\061', '\012', '\165', '\112', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\127', - '\170', '\040', '\160', '\162', '\040', '\061', '\012', '\161', - '\160', '\121', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\161', '\105', '\040', '\164', '\150', '\040', '\061', - '\012', '\131', '\146', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\152', '\162', '\111', '\040', '\145', '\162', - '\040', '\061', '\012', '\143', '\147', '\113', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\171', '\120', '\040', - '\156', '\171', '\040', '\061', '\012', '\132', '\155', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\114', '\153', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\145', - '\125', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\162', '\131', '\040', '\145', '\162', '\040', '\061', - '\012', '\153', '\106', '\163', '\040', '\163', '\172', '\040', - '\061', '\012', '\163', '\125', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\154', '\132', '\040', '\154', - '\145', '\040', '\061', '\012', '\143', '\156', '\126', '\040', - '\143', '\150', '\040', '\061', '\012', '\141', '\120', '\152', - '\040', '\141', '\156', '\040', '\061', '\012', '\155', '\152', - '\105', '\040', '\151', '\152', '\040', '\061', '\012', '\160', - '\132', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\165', '\106', '\163', '\040', '\161', '\165', '\040', '\061', - '\012', '\113', '\156', '\146', '\040', '\141', '\156', '\040', - '\061', '\012', '\106', '\160', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\150', '\146', '\122', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\156', '\103', '\040', - '\141', '\156', '\040', '\061', '\012', '\104', '\154', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\162', - '\115', '\040', '\145', '\162', '\040', '\061', '\012', '\163', - '\146', '\102', '\040', '\163', '\172', '\040', '\061', '\012', - '\107', '\170', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\106', '\153', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\166', '\107', '\153', '\040', '\166', '\141', - '\040', '\061', '\012', '\147', '\122', '\155', '\040', '\156', - '\147', '\040', '\061', '\012', '\162', '\127', '\146', '\040', - '\145', '\162', '\040', '\061', '\012', '\162', '\131', '\166', - '\040', '\145', '\162', '\040', '\061', '\012', '\161', '\105', - '\144', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\110', '\162', '\040', '\161', '\165', '\040', '\061', '\012', - '\123', '\155', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\154', '\106', '\160', '\040', '\154', '\145', '\040', - '\061', '\012', '\153', '\104', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\123', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\162', '\114', '\167', '\040', - '\145', '\162', '\040', '\061', '\012', '\143', '\156', '\132', - '\040', '\141', '\156', '\040', '\061', '\012', '\127', '\152', - '\160', '\040', '\151', '\152', '\040', '\061', '\012', '\160', - '\124', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\113', '\143', '\170', '\040', '\143', '\150', '\040', '\061', - '\012', '\166', '\113', '\163', '\040', '\166', '\141', '\040', - '\061', '\012', '\142', '\143', '\113', '\040', '\143', '\150', - '\040', '\061', '\012', '\166', '\167', '\171', '\040', '\166', - '\141', '\040', '\061', '\012', '\125', '\152', '\170', '\040', - '\151', '\152', '\040', '\061', '\012', '\121', '\166', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\144', '\143', - '\126', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\126', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\165', '\111', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\154', '\116', '\040', '\154', '\145', '\040', - '\061', '\012', '\166', '\167', '\114', '\040', '\166', '\141', - '\040', '\061', '\012', '\146', '\127', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\120', '\170', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\162', '\122', '\142', - '\040', '\145', '\162', '\040', '\061', '\012', '\142', '\146', - '\104', '\040', '\142', '\145', '\040', '\061', '\012', '\171', - '\103', '\170', '\040', '\156', '\171', '\040', '\061', '\012', - '\156', '\112', '\163', '\040', '\141', '\156', '\040', '\061', - '\012', '\144', '\103', '\155', '\040', '\144', '\145', '\040', - '\061', '\012', '\143', '\142', '\107', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\103', '\146', '\040', '\156', - '\147', '\040', '\061', '\012', '\164', '\155', '\126', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\145', '\103', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\156', - '\123', '\040', '\141', '\156', '\040', '\061', '\012', '\147', - '\167', '\131', '\040', '\156', '\147', '\040', '\061', '\012', - '\127', '\152', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\155', '\111', '\167', '\040', '\155', '\145', '\040', - '\061', '\012', '\161', '\152', '\127', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\167', '\166', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\112', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\143', '\156', '\101', - '\040', '\141', '\156', '\040', '\061', '\012', '\142', '\102', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\147', - '\106', '\167', '\040', '\156', '\147', '\040', '\061', '\012', - '\167', '\104', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\147', '\114', '\040', '\161', '\165', '\040', - '\061', '\012', '\154', '\125', '\141', '\040', '\141', '\156', - '\040', '\061', '\012', '\150', '\104', '\156', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\110', '\170', '\040', - '\153', '\141', '\040', '\061', '\012', '\167', '\130', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\161', '\171', - '\131', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\153', '\104', '\040', '\153', '\141', '\040', '\061', '\012', - '\163', '\114', '\172', '\040', '\163', '\164', '\040', '\061', - '\012', '\172', '\170', '\106', '\040', '\163', '\172', '\040', - '\061', '\012', '\166', '\115', '\170', '\040', '\166', '\141', - '\040', '\061', '\012', '\160', '\154', '\122', '\040', '\154', - '\145', '\040', '\061', '\012', '\160', '\167', '\132', '\040', - '\160', '\162', '\040', '\061', '\012', '\160', '\131', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\172', '\146', - '\114', '\040', '\163', '\172', '\040', '\061', '\012', '\172', - '\164', '\113', '\040', '\164', '\150', '\040', '\061', '\012', - '\155', '\124', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\144', '\103', '\160', '\040', '\144', '\145', '\040', - '\061', '\012', '\142', '\167', '\170', '\040', '\167', '\141', - '\040', '\061', '\012', '\170', '\103', '\163', '\040', '\163', - '\172', '\040', '\061', '\012', '\164', '\146', '\106', '\040', - '\164', '\150', '\040', '\061', '\012', '\114', '\156', '\161', - '\040', '\141', '\156', '\040', '\061', '\012', '\144', '\131', - '\151', '\040', '\151', '\156', '\040', '\061', '\012', '\160', - '\127', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\157', '\111', '\170', '\040', '\157', '\156', '\040', '\061', - '\012', '\171', '\167', '\105', '\040', '\167', '\141', '\040', - '\061', '\012', '\167', '\116', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\152', '\167', '\117', '\040', '\151', - '\152', '\040', '\061', '\012', '\170', '\132', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\107', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\143', '\126', - '\167', '\040', '\143', '\150', '\040', '\061', '\012', '\142', - '\152', '\113', '\040', '\151', '\152', '\040', '\061', '\012', - '\107', '\172', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\153', '\167', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\160', '\102', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\143', '\124', '\170', '\040', '\143', - '\150', '\040', '\061', '\012', '\162', '\110', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\127', '\163', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\170', '\105', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\162', '\113', '\040', '\145', '\162', '\040', '\061', '\012', - '\155', '\115', '\142', '\040', '\155', '\145', '\040', '\061', - '\012', '\160', '\110', '\167', '\040', '\160', '\162', '\040', - '\061', '\012', '\143', '\152', '\116', '\040', '\143', '\150', - '\040', '\061', '\012', '\156', '\130', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\142', '\167', '\117', '\040', - '\167', '\141', '\040', '\061', '\012', '\146', '\154', '\102', - '\040', '\154', '\145', '\040', '\061', '\012', '\121', '\161', - '\152', '\040', '\161', '\165', '\040', '\061', '\012', '\155', - '\113', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\146', '\106', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\167', '\146', '\107', '\040', '\167', '\141', '\040', - '\061', '\012', '\167', '\146', '\102', '\040', '\167', '\141', - '\040', '\061', '\012', '\112', '\161', '\153', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\167', '\113', '\040', - '\167', '\141', '\040', '\061', '\012', '\150', '\150', '\111', - '\040', '\164', '\150', '\040', '\061', '\012', '\154', '\125', - '\145', '\040', '\145', '\162', '\040', '\061', '\012', '\167', - '\106', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\166', '\153', '\124', '\040', '\166', '\141', '\040', '\061', - '\012', '\170', '\114', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\146', '\150', '\102', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\155', '\126', '\040', '\155', - '\145', '\040', '\061', '\012', '\164', '\155', '\106', '\040', - '\164', '\150', '\040', '\061', '\012', '\122', '\164', '\143', - '\040', '\164', '\150', '\040', '\061', '\012', '\144', '\171', - '\131', '\040', '\144', '\145', '\040', '\061', '\012', '\152', - '\171', '\167', '\040', '\151', '\152', '\040', '\061', '\012', - '\153', '\122', '\146', '\040', '\153', '\141', '\040', '\061', - '\012', '\146', '\130', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\132', '\156', '\172', '\040', '\141', '\156', - '\040', '\061', '\012', '\167', '\161', '\130', '\040', '\161', - '\165', '\040', '\061', '\012', '\165', '\115', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\167', '\126', - '\040', '\156', '\147', '\040', '\061', '\012', '\120', '\142', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\143', '\115', '\040', '\143', '\150', '\040', '\061', '\012', - '\156', '\120', '\172', '\040', '\141', '\156', '\040', '\061', - '\012', '\143', '\167', '\125', '\040', '\143', '\150', '\040', - '\061', '\012', '\166', '\112', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\147', '\171', '\121', '\040', '\156', - '\147', '\040', '\061', '\012', '\146', '\130', '\151', '\040', - '\151', '\156', '\040', '\061', '\012', '\142', '\163', '\132', - '\040', '\163', '\172', '\040', '\061', '\012', '\102', '\161', - '\151', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\107', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\153', '\156', '\116', '\040', '\141', '\156', '\040', '\061', - '\012', '\167', '\131', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\124', '\142', '\040', '\164', '\150', - '\040', '\061', '\012', '\142', '\155', '\120', '\040', '\155', - '\145', '\040', '\061', '\012', '\152', '\160', '\132', '\040', - '\151', '\152', '\040', '\061', '\012', '\115', '\161', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\152', - '\115', '\040', '\166', '\141', '\040', '\061', '\012', '\161', - '\126', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\165', '\131', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\102', '\153', '\040', '\145', '\162', '\040', - '\061', '\012', '\152', '\165', '\111', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\105', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\127', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\146', '\172', '\110', - '\040', '\163', '\172', '\040', '\061', '\012', '\164', '\114', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\116', - '\143', '\146', '\040', '\143', '\150', '\040', '\061', '\012', - '\153', '\146', '\116', '\040', '\153', '\141', '\040', '\061', - '\012', '\165', '\125', '\157', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\103', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\164', '\103', '\166', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\125', '\171', '\040', - '\163', '\172', '\040', '\061', '\012', '\160', '\102', '\146', - '\040', '\160', '\162', '\040', '\061', '\012', '\152', '\102', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\166', - '\104', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\155', '\170', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\164', '\113', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\143', '\123', '\040', '\143', '\150', - '\040', '\061', '\012', '\166', '\120', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\121', '\155', '\040', - '\156', '\147', '\040', '\061', '\012', '\150', '\172', '\122', - '\040', '\164', '\150', '\040', '\061', '\012', '\144', '\143', - '\114', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\162', '\111', '\040', '\145', '\162', '\040', '\061', '\012', - '\144', '\166', '\116', '\040', '\166', '\141', '\040', '\061', - '\012', '\103', '\167', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\170', '\150', '\121', '\040', '\164', '\150', - '\040', '\061', '\012', '\107', '\172', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\144', '\117', '\040', - '\144', '\145', '\040', '\061', '\012', '\102', '\161', '\162', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\114', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\154', - '\170', '\146', '\040', '\154', '\145', '\040', '\061', '\012', - '\166', '\131', '\153', '\040', '\166', '\141', '\040', '\061', - '\012', '\167', '\123', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\153', '\123', '\040', '\153', '\141', - '\040', '\061', '\012', '\172', '\113', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\164', '\120', '\155', '\040', - '\164', '\150', '\040', '\061', '\012', '\120', '\155', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\154', '\127', - '\165', '\040', '\161', '\165', '\040', '\061', '\012', '\130', - '\165', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\143', '\130', '\040', '\143', '\150', '\040', '\061', - '\012', '\170', '\172', '\121', '\040', '\163', '\172', '\040', - '\061', '\012', '\107', '\172', '\167', '\040', '\163', '\172', - '\040', '\061', '\012', '\145', '\120', '\155', '\040', '\145', - '\162', '\040', '\061', '\012', '\146', '\167', '\127', '\040', - '\167', '\141', '\040', '\061', '\012', '\161', '\167', '\101', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\121', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\170', '\120', '\040', '\142', '\145', '\040', '\061', '\012', - '\144', '\155', '\104', '\040', '\144', '\145', '\040', '\061', - '\012', '\141', '\167', '\121', '\040', '\141', '\156', '\040', - '\061', '\012', '\146', '\126', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\142', '\167', '\131', '\040', '\167', - '\141', '\040', '\061', '\012', '\132', '\170', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\130', '\150', '\153', - '\040', '\164', '\150', '\040', '\061', '\012', '\147', '\131', - '\153', '\040', '\156', '\147', '\040', '\061', '\012', '\172', - '\103', '\146', '\040', '\163', '\172', '\040', '\061', '\012', - '\171', '\146', '\121', '\040', '\156', '\171', '\040', '\061', - '\012', '\172', '\107', '\167', '\040', '\163', '\172', '\040', - '\061', '\012', '\147', '\166', '\105', '\040', '\156', '\147', - '\040', '\061', '\012', '\147', '\103', '\166', '\040', '\156', - '\147', '\040', '\061', '\012', '\157', '\120', '\146', '\040', - '\157', '\156', '\040', '\061', '\012', '\172', '\130', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\150', '\166', - '\111', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\172', '\123', '\040', '\164', '\150', '\040', '\061', '\012', - '\155', '\146', '\130', '\040', '\155', '\145', '\040', '\061', - '\012', '\144', '\120', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\114', '\162', '\146', '\040', '\145', '\162', - '\040', '\061', '\012', '\154', '\162', '\107', '\040', '\145', - '\162', '\040', '\061', '\012', '\155', '\131', '\146', '\040', - '\155', '\145', '\040', '\061', '\012', '\150', '\116', '\152', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\101', - '\152', '\040', '\161', '\165', '\040', '\061', '\012', '\163', - '\170', '\121', '\040', '\163', '\164', '\040', '\061', '\012', - '\153', '\124', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\117', '\146', '\040', '\161', '\165', '\040', - '\061', '\012', '\112', '\144', '\170', '\040', '\144', '\145', - '\040', '\061', '\012', '\163', '\167', '\113', '\040', '\163', - '\172', '\040', '\061', '\012', '\152', '\121', '\142', '\040', - '\151', '\152', '\040', '\061', '\012', '\104', '\161', '\160', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\127', - '\166', '\040', '\143', '\150', '\040', '\061', '\012', '\144', - '\170', '\105', '\040', '\144', '\145', '\040', '\061', '\012', - '\163', '\130', '\152', '\040', '\163', '\172', '\040', '\061', - '\012', '\156', '\166', '\102', '\040', '\141', '\156', '\040', - '\061', '\012', '\167', '\130', '\146', '\040', '\167', '\141', - '\040', '\061', '\012', '\103', '\161', '\151', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\172', '\127', '\040', - '\163', '\172', '\040', '\061', '\012', '\162', '\122', '\146', - '\040', '\145', '\162', '\040', '\061', '\012', '\155', '\132', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\142', - '\156', '\106', '\040', '\141', '\156', '\040', '\061', '\012', - '\161', '\141', '\107', '\040', '\141', '\156', '\040', '\061', - '\012', '\102', '\161', '\163', '\040', '\161', '\165', '\040', - '\061', '\012', '\154', '\115', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\167', '\110', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\114', '\152', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\115', '\167', '\146', - '\040', '\167', '\141', '\040', '\061', '\012', '\160', '\172', - '\113', '\040', '\163', '\172', '\040', '\061', '\012', '\155', - '\120', '\142', '\040', '\155', '\145', '\040', '\061', '\012', - '\161', '\152', '\105', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\122', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\170', '\132', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\156', '\161', '\107', '\040', '\141', - '\156', '\040', '\061', '\012', '\166', '\126', '\142', '\040', - '\166', '\141', '\040', '\061', '\012', '\160', '\152', '\103', - '\040', '\151', '\152', '\040', '\061', '\012', '\165', '\110', - '\154', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\104', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\160', '\161', '\130', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\161', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\147', '\125', '\040', '\156', '\147', - '\040', '\061', '\012', '\167', '\112', '\170', '\040', '\167', - '\141', '\040', '\061', '\012', '\172', '\156', '\113', '\040', - '\141', '\156', '\040', '\061', '\012', '\162', '\150', '\102', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\104', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\163', - '\112', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\130', '\153', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\156', '\112', '\040', '\141', '\156', '\040', - '\061', '\012', '\142', '\122', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\172', '\101', '\040', '\163', - '\172', '\040', '\061', '\012', '\142', '\121', '\145', '\040', - '\145', '\162', '\040', '\061', '\012', '\124', '\170', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\142', '\153', - '\107', '\040', '\153', '\141', '\040', '\061', '\012', '\171', - '\167', '\132', '\040', '\167', '\141', '\040', '\061', '\012', - '\172', '\127', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\154', '\150', '\114', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\155', '\106', '\040', '\156', '\147', - '\040', '\061', '\012', '\163', '\146', '\121', '\040', '\163', - '\172', '\040', '\061', '\012', '\172', '\155', '\107', '\040', - '\163', '\172', '\040', '\061', '\012', '\117', '\147', '\172', - '\040', '\156', '\147', '\040', '\061', '\012', '\170', '\165', - '\101', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\101', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\104', '\167', '\040', '\163', '\172', '\040', '\061', - '\012', '\154', '\126', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\122', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\170', '\155', '\115', '\040', '\155', - '\145', '\040', '\061', '\012', '\160', '\170', '\102', '\040', - '\160', '\162', '\040', '\061', '\012', '\172', '\164', '\124', - '\040', '\164', '\150', '\040', '\061', '\012', '\153', '\172', - '\112', '\040', '\163', '\172', '\040', '\061', '\012', '\156', - '\106', '\172', '\040', '\141', '\156', '\040', '\061', '\012', - '\165', '\126', '\172', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\156', '\121', '\040', '\141', '\156', '\040', - '\061', '\012', '\160', '\107', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\130', '\144', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\146', '\126', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\115', '\150', '\147', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\161', - '\157', '\040', '\161', '\165', '\040', '\061', '\012', '\163', - '\110', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\167', '\103', '\040', '\151', '\152', '\040', '\061', - '\012', '\166', '\153', '\107', '\040', '\166', '\141', '\040', - '\061', '\012', '\130', '\153', '\170', '\040', '\153', '\141', - '\040', '\061', '\012', '\164', '\122', '\147', '\040', '\164', - '\150', '\040', '\061', '\012', '\156', '\166', '\126', '\040', - '\141', '\156', '\040', '\061', '\012', '\161', '\167', '\107', - '\040', '\161', '\165', '\040', '\061', '\012', '\126', '\150', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\167', '\117', '\040', '\163', '\172', '\040', '\061', '\012', - '\161', '\121', '\142', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\162', '\122', '\040', '\143', '\150', '\040', - '\061', '\012', '\115', '\162', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\157', '\121', '\145', '\040', '\145', - '\162', '\040', '\061', '\012', '\155', '\102', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\166', '\125', '\171', - '\040', '\166', '\141', '\040', '\061', '\012', '\164', '\167', - '\127', '\040', '\164', '\150', '\040', '\061', '\012', '\121', - '\147', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\116', '\170', '\165', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\150', '\106', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\160', '\130', '\040', '\160', '\162', - '\040', '\061', '\012', '\146', '\166', '\104', '\040', '\166', - '\141', '\040', '\061', '\012', '\103', '\166', '\171', '\040', - '\166', '\141', '\040', '\061', '\012', '\157', '\110', '\152', - '\040', '\157', '\156', '\040', '\061', '\012', '\121', '\161', - '\157', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\131', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\170', '\150', '\126', '\040', '\164', '\150', '\040', '\061', - '\012', '\146', '\132', '\146', '\040', '\146', '\157', '\040', - '\061', '\012', '\171', '\113', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\170', '\131', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\143', '\125', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\105', '\160', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\130', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\155', - '\154', '\121', '\040', '\154', '\145', '\040', '\061', '\012', - '\107', '\147', '\172', '\040', '\156', '\147', '\040', '\061', - '\012', '\143', '\114', '\160', '\040', '\143', '\150', '\040', - '\061', '\012', '\171', '\170', '\125', '\040', '\156', '\171', - '\040', '\061', '\012', '\147', '\166', '\112', '\040', '\156', - '\147', '\040', '\061', '\012', '\167', '\161', '\104', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\163', '\116', - '\040', '\163', '\172', '\040', '\061', '\012', '\111', '\152', - '\146', '\040', '\151', '\152', '\040', '\061', '\012', '\152', - '\142', '\112', '\040', '\151', '\152', '\040', '\061', '\012', - '\142', '\115', '\170', '\040', '\142', '\145', '\040', '\061', - '\012', '\153', '\130', '\163', '\040', '\163', '\172', '\040', - '\061', '\012', '\147', '\162', '\124', '\040', '\156', '\147', - '\040', '\061', '\012', '\167', '\117', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\160', '\107', '\167', '\040', - '\160', '\162', '\040', '\061', '\012', '\107', '\153', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\161', '\103', - '\152', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\161', '\131', '\040', '\164', '\150', '\040', '\061', '\012', - '\162', '\104', '\160', '\040', '\145', '\162', '\040', '\061', - '\012', '\156', '\121', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\144', '\126', '\040', '\144', '\145', - '\040', '\061', '\012', '\142', '\147', '\123', '\040', '\156', - '\147', '\040', '\061', '\012', '\124', '\161', '\157', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\105', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\150', '\132', - '\163', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\131', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\142', '\120', '\170', '\040', '\142', '\145', '\040', '\061', - '\012', '\150', '\147', '\131', '\040', '\164', '\150', '\040', - '\061', '\012', '\120', '\166', '\171', '\040', '\166', '\141', - '\040', '\061', '\012', '\146', '\170', '\113', '\040', '\146', - '\157', '\040', '\061', '\012', '\110', '\167', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\170', '\122', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\144', '\155', - '\120', '\040', '\144', '\145', '\040', '\061', '\012', '\155', - '\143', '\131', '\040', '\143', '\150', '\040', '\061', '\012', - '\142', '\170', '\122', '\040', '\142', '\145', '\040', '\061', - '\012', '\114', '\163', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\150', '\122', '\154', '\040', '\164', '\150', - '\040', '\061', '\012', '\151', '\167', '\121', '\040', '\151', - '\156', '\040', '\061', '\012', '\127', '\161', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\146', '\126', - '\040', '\153', '\141', '\040', '\061', '\012', '\161', '\167', - '\116', '\040', '\161', '\165', '\040', '\061', '\012', '\121', - '\160', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\155', '\162', '\117', '\040', '\145', '\162', '\040', '\061', - '\012', '\151', '\106', '\143', '\040', '\164', '\151', '\040', - '\061', '\012', '\167', '\172', '\104', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\142', '\106', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\146', '\123', '\040', - '\146', '\157', '\040', '\061', '\012', '\120', '\161', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\131', - '\142', '\040', '\142', '\145', '\040', '\061', '\012', '\154', - '\104', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\164', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\130', '\172', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\152', '\113', '\040', '\151', '\152', - '\040', '\061', '\012', '\152', '\104', '\170', '\040', '\151', - '\152', '\040', '\061', '\012', '\156', '\103', '\152', '\040', - '\141', '\156', '\040', '\061', '\012', '\155', '\103', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\161', '\170', - '\120', '\040', '\161', '\165', '\040', '\061', '\012', '\157', - '\115', '\166', '\040', '\157', '\156', '\040', '\061', '\012', - '\143', '\147', '\131', '\040', '\143', '\150', '\040', '\061', - '\012', '\127', '\161', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\153', '\121', '\040', '\153', '\141', - '\040', '\061', '\012', '\164', '\161', '\117', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\156', '\103', '\040', - '\141', '\156', '\040', '\061', '\012', '\146', '\107', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\102', '\146', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\166', - '\131', '\151', '\040', '\151', '\156', '\040', '\061', '\012', - '\160', '\143', '\114', '\040', '\143', '\150', '\040', '\061', - '\012', '\106', '\147', '\160', '\040', '\156', '\147', '\040', - '\061', '\012', '\152', '\164', '\122', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\150', '\106', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\125', '\151', '\040', - '\151', '\156', '\040', '\061', '\012', '\156', '\116', '\152', - '\040', '\141', '\156', '\040', '\061', '\012', '\152', '\124', - '\167', '\040', '\151', '\152', '\040', '\061', '\012', '\161', - '\163', '\115', '\040', '\161', '\165', '\040', '\061', '\012', - '\141', '\112', '\147', '\040', '\141', '\156', '\040', '\061', - '\012', '\152', '\121', '\145', '\040', '\145', '\162', '\040', - '\061', '\012', '\107', '\156', '\152', '\040', '\141', '\156', - '\040', '\061', '\012', '\146', '\155', '\115', '\040', '\155', - '\145', '\040', '\061', '\012', '\172', '\161', '\115', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\152', '\132', - '\040', '\156', '\147', '\040', '\061', '\012', '\156', '\170', - '\110', '\040', '\141', '\156', '\040', '\061', '\012', '\143', - '\144', '\117', '\040', '\143', '\150', '\040', '\061', '\012', - '\141', '\101', '\170', '\040', '\141', '\156', '\040', '\061', - '\012', '\164', '\125', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\130', '\153', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\102', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\147', '\113', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\132', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\112', '\153', - '\170', '\040', '\153', '\141', '\040', '\061', '\012', '\160', - '\166', '\104', '\040', '\166', '\141', '\040', '\061', '\012', - '\142', '\155', '\124', '\040', '\155', '\145', '\040', '\061', - '\012', '\157', '\131', '\170', '\040', '\157', '\156', '\040', - '\061', '\012', '\150', '\167', '\126', '\040', '\164', '\150', - '\040', '\061', '\012', '\155', '\152', '\102', '\040', '\151', - '\152', '\040', '\061', '\012', '\142', '\131', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\151', '\110', '\170', - '\040', '\151', '\156', '\040', '\061', '\012', '\154', '\131', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\103', '\151', '\040', '\151', '\156', '\040', '\061', '\012', - '\146', '\150', '\122', '\040', '\164', '\150', '\040', '\061', - '\012', '\156', '\104', '\146', '\040', '\141', '\156', '\040', - '\061', '\012', '\150', '\103', '\144', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\170', '\102', '\040', '\154', - '\145', '\040', '\061', '\012', '\145', '\130', '\152', '\040', - '\145', '\162', '\040', '\061', '\012', '\146', '\166', '\127', - '\040', '\166', '\141', '\040', '\061', '\012', '\143', '\143', - '\127', '\040', '\143', '\150', '\040', '\061', '\012', '\144', - '\124', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\163', '\161', '\101', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\116', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\153', '\115', '\040', '\163', '\172', - '\040', '\061', '\012', '\154', '\122', '\166', '\040', '\154', - '\145', '\040', '\061', '\012', '\161', '\156', '\111', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\167', '\103', - '\040', '\167', '\141', '\040', '\061', '\012', '\172', '\161', - '\131', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\121', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\170', '\162', '\103', '\040', '\145', '\162', '\040', '\061', - '\012', '\170', '\106', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\157', '\145', '\121', '\040', '\145', '\162', - '\040', '\061', '\012', '\155', '\114', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\152', '\167', '\124', '\040', - '\151', '\152', '\040', '\061', '\012', '\146', '\167', '\104', - '\040', '\167', '\141', '\040', '\061', '\012', '\166', '\160', - '\105', '\040', '\166', '\141', '\040', '\061', '\012', '\146', - '\154', '\131', '\040', '\154', '\145', '\040', '\061', '\012', - '\163', '\122', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\166', '\123', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\167', '\165', '\122', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\162', '\111', '\040', '\145', - '\162', '\040', '\061', '\012', '\131', '\163', '\156', '\040', - '\163', '\164', '\040', '\061', '\012', '\126', '\150', '\152', - '\040', '\164', '\150', '\040', '\061', '\012', '\103', '\161', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\131', - '\147', '\142', '\040', '\156', '\147', '\040', '\061', '\012', - '\150', '\120', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\155', '\153', '\102', '\040', '\153', '\141', '\040', - '\061', '\012', '\164', '\122', '\161', '\040', '\164', '\150', - '\040', '\061', '\012', '\141', '\152', '\121', '\040', '\141', - '\156', '\040', '\061', '\012', '\150', '\143', '\122', '\040', - '\164', '\150', '\040', '\061', '\012', '\166', '\104', '\167', - '\040', '\166', '\141', '\040', '\061', '\012', '\160', '\121', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\170', - '\145', '\125', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\143', '\115', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\126', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\142', '\122', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\165', '\106', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\142', '\127', '\040', - '\142', '\145', '\040', '\061', '\012', '\165', '\125', '\166', - '\040', '\161', '\165', '\040', '\061', '\012', '\116', '\150', - '\166', '\040', '\164', '\150', '\040', '\061', '\012', '\131', - '\153', '\170', '\040', '\153', '\141', '\040', '\061', '\012', - '\127', '\164', '\160', '\040', '\164', '\150', '\040', '\061', - '\012', '\115', '\172', '\152', '\040', '\163', '\172', '\040', - '\061', '\012', '\156', '\160', '\124', '\040', '\151', '\156', - '\040', '\061', '\012', '\130', '\161', '\153', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\167', '\116', '\040', - '\167', '\141', '\040', '\061', '\012', '\150', '\130', '\167', - '\040', '\164', '\150', '\040', '\061', '\012', '\172', '\114', - '\142', '\040', '\163', '\172', '\040', '\061', '\012', '\107', - '\170', '\171', '\040', '\156', '\171', '\040', '\061', '\012', - '\144', '\104', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\102', '\146', '\171', '\040', '\156', '\171', '\040', - '\061', '\012', '\146', '\153', '\170', '\040', '\153', '\141', - '\040', '\061', '\012', '\152', '\117', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\104', '\144', '\153', '\040', - '\144', '\145', '\040', '\061', '\012', '\116', '\152', '\160', - '\040', '\151', '\152', '\040', '\061', '\012', '\170', '\152', - '\112', '\040', '\151', '\152', '\040', '\061', '\012', '\161', - '\150', '\123', '\040', '\164', '\150', '\040', '\061', '\012', - '\121', '\167', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\171', '\127', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\156', '\106', '\166', '\040', '\141', '\156', - '\040', '\061', '\012', '\160', '\114', '\142', '\040', '\160', - '\162', '\040', '\061', '\012', '\161', '\142', '\102', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\155', '\130', - '\040', '\163', '\172', '\040', '\061', '\012', '\164', '\156', - '\132', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\121', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\106', '\172', '\142', '\040', '\163', '\172', '\040', '\061', - '\012', '\143', '\116', '\142', '\040', '\143', '\150', '\040', - '\061', '\012', '\150', '\160', '\126', '\040', '\164', '\150', - '\040', '\061', '\012', '\102', '\170', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\170', '\147', '\107', '\040', - '\156', '\147', '\040', '\061', '\012', '\122', '\154', '\152', - '\040', '\154', '\145', '\040', '\061', '\012', '\151', '\110', - '\161', '\040', '\151', '\156', '\040', '\061', '\012', '\163', - '\167', '\116', '\040', '\163', '\172', '\040', '\061', '\012', - '\116', '\152', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\167', '\120', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\157', '\122', '\166', '\040', '\157', '\156', - '\040', '\061', '\012', '\160', '\112', '\163', '\040', '\163', - '\172', '\040', '\061', '\012', '\153', '\132', '\167', '\040', - '\153', '\141', '\040', '\061', '\012', '\166', '\126', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\126', '\142', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\106', - '\146', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\155', '\172', '\121', '\040', '\163', '\172', '\040', '\061', - '\012', '\107', '\166', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\120', '\147', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\120', '\160', '\040', '\154', - '\145', '\040', '\061', '\012', '\166', '\103', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\153', '\116', '\146', - '\040', '\153', '\141', '\040', '\061', '\012', '\142', '\155', - '\104', '\040', '\155', '\145', '\040', '\061', '\012', '\155', - '\127', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\163', '\154', '\106', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\151', '\130', '\040', '\151', '\156', '\040', - '\061', '\012', '\171', '\122', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\161', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\154', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\146', '\132', - '\040', '\163', '\172', '\040', '\061', '\012', '\127', '\146', - '\171', '\040', '\156', '\171', '\040', '\061', '\012', '\166', - '\162', '\117', '\040', '\145', '\162', '\040', '\061', '\012', - '\147', '\170', '\124', '\040', '\156', '\147', '\040', '\061', - '\012', '\154', '\167', '\105', '\040', '\154', '\145', '\040', - '\061', '\012', '\161', '\144', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\131', '\160', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\121', '\160', '\146', '\040', - '\160', '\162', '\040', '\061', '\012', '\132', '\156', '\167', - '\040', '\141', '\156', '\040', '\061', '\012', '\142', '\146', - '\112', '\040', '\142', '\145', '\040', '\061', '\012', '\161', - '\121', '\171', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\101', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\141', '\161', '\127', '\040', '\141', '\156', '\040', - '\061', '\012', '\161', '\161', '\111', '\040', '\161', '\165', - '\040', '\061', '\012', '\114', '\167', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\116', '\156', '\167', '\040', - '\141', '\156', '\040', '\061', '\012', '\143', '\114', '\166', - '\040', '\143', '\150', '\040', '\061', '\012', '\127', '\164', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\143', '\161', '\040', '\143', '\150', '\040', '\061', '\012', - '\163', '\152', '\122', '\040', '\163', '\172', '\040', '\061', - '\012', '\154', '\127', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\132', '\155', '\170', '\040', '\155', '\145', - '\040', '\061', '\012', '\161', '\132', '\147', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\131', '\172', '\040', - '\164', '\150', '\040', '\061', '\012', '\147', '\126', '\170', - '\040', '\156', '\147', '\040', '\061', '\012', '\155', '\130', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\167', '\112', '\040', '\141', '\156', '\040', '\061', '\012', - '\152', '\167', '\132', '\040', '\151', '\152', '\040', '\061', - '\012', '\154', '\167', '\114', '\040', '\154', '\145', '\040', - '\061', '\012', '\145', '\107', '\170', '\040', '\145', '\162', - '\040', '\061', '\012', '\123', '\161', '\153', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\102', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\172', '\163', '\123', - '\040', '\163', '\172', '\040', '\061', '\012', '\153', '\156', - '\121', '\040', '\141', '\156', '\040', '\061', '\012', '\116', - '\156', '\146', '\040', '\141', '\156', '\040', '\061', '\012', - '\161', '\155', '\124', '\040', '\161', '\165', '\040', '\061', - '\012', '\123', '\161', '\160', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\146', '\121', '\040', '\146', '\157', - '\040', '\061', '\012', '\126', '\143', '\166', '\040', '\143', - '\150', '\040', '\061', '\012', '\146', '\155', '\104', '\040', - '\155', '\145', '\040', '\061', '\012', '\172', '\131', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\142', '\101', - '\170', '\040', '\142', '\145', '\040', '\061', '\012', '\156', - '\142', '\127', '\040', '\141', '\156', '\040', '\061', '\012', - '\147', '\112', '\155', '\040', '\156', '\147', '\040', '\061', - '\012', '\112', '\167', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\155', '\170', '\112', '\040', '\155', '\145', - '\040', '\061', '\012', '\170', '\142', '\103', '\040', '\142', - '\145', '\040', '\061', '\012', '\122', '\142', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\132', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\142', '\112', - '\171', '\040', '\142', '\145', '\040', '\061', '\012', '\130', - '\171', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\172', '\153', '\126', '\040', '\163', '\172', '\040', '\061', - '\012', '\165', '\157', '\106', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\143', '\125', '\040', '\143', '\150', - '\040', '\061', '\012', '\143', '\132', '\161', '\040', '\143', - '\150', '\040', '\061', '\012', '\162', '\120', '\155', '\040', - '\145', '\162', '\040', '\061', '\012', '\162', '\107', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\154', '\143', - '\114', '\040', '\143', '\150', '\040', '\061', '\012', '\162', - '\126', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\103', '\147', '\167', '\040', '\156', '\147', '\040', '\061', - '\012', '\103', '\164', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\145', '\107', '\166', '\040', '\145', '\162', - '\040', '\061', '\012', '\122', '\172', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\121', '\150', '\172', '\040', - '\164', '\150', '\040', '\061', '\012', '\163', '\114', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\126', '\161', - '\155', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\144', '\112', '\040', '\144', '\145', '\040', '\061', '\012', - '\170', '\126', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\164', '\114', '\153', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\146', '\171', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\170', '\126', '\040', '\167', - '\141', '\040', '\061', '\012', '\171', '\122', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\126', '\170', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\131', - '\172', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\150', '\115', '\040', '\164', '\150', '\040', '\061', '\012', - '\155', '\114', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\132', '\166', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\106', '\166', '\155', '\040', '\166', '\141', - '\040', '\061', '\012', '\150', '\143', '\115', '\040', '\164', - '\150', '\040', '\061', '\012', '\115', '\167', '\160', '\040', - '\167', '\141', '\040', '\061', '\012', '\143', '\124', '\147', - '\040', '\143', '\150', '\040', '\061', '\012', '\154', '\130', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\146', - '\121', '\145', '\040', '\145', '\162', '\040', '\061', '\012', - '\112', '\142', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\171', '\146', '\107', '\040', '\156', '\171', '\040', - '\061', '\012', '\160', '\150', '\113', '\040', '\164', '\150', - '\040', '\061', '\012', '\147', '\152', '\110', '\040', '\156', - '\147', '\040', '\061', '\012', '\127', '\144', '\147', '\040', - '\144', '\145', '\040', '\061', '\012', '\160', '\120', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\102', '\167', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\172', - '\156', '\102', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\167', '\112', '\040', '\167', '\141', '\040', '\061', - '\012', '\165', '\164', '\121', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\152', '\103', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\126', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\143', '\124', '\155', '\040', - '\143', '\150', '\040', '\061', '\012', '\167', '\115', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\113', '\147', - '\153', '\040', '\156', '\147', '\040', '\061', '\012', '\156', - '\122', '\144', '\040', '\141', '\156', '\040', '\061', '\012', - '\155', '\115', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\152', '\121', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\131', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\163', '\131', '\152', '\040', '\163', - '\164', '\040', '\061', '\012', '\152', '\116', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\130', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\172', - '\102', '\040', '\163', '\172', '\040', '\061', '\012', '\123', - '\152', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\164', '\106', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\131', '\151', '\040', '\151', '\156', '\040', - '\061', '\012', '\147', '\154', '\124', '\040', '\156', '\147', - '\040', '\061', '\012', '\125', '\165', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\165', '\117', '\160', '\040', - '\161', '\165', '\040', '\061', '\012', '\151', '\102', '\170', - '\040', '\151', '\156', '\040', '\061', '\012', '\122', '\161', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\127', '\152', '\040', '\163', '\172', '\040', '\061', '\012', - '\110', '\143', '\170', '\040', '\143', '\150', '\040', '\061', - '\012', '\152', '\116', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\172', '\121', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\151', '\110', '\144', '\040', '\151', - '\156', '\040', '\061', '\012', '\127', '\160', '\170', '\040', - '\160', '\162', '\040', '\061', '\012', '\156', '\146', '\131', - '\040', '\141', '\156', '\040', '\061', '\012', '\122', '\153', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\113', - '\161', '\147', '\040', '\161', '\165', '\040', '\061', '\012', - '\107', '\146', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\153', '\162', '\103', '\040', '\145', '\162', '\040', - '\061', '\012', '\127', '\150', '\143', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\152', '\115', '\040', '\154', - '\145', '\040', '\061', '\012', '\171', '\170', '\107', '\040', - '\156', '\171', '\040', '\061', '\012', '\146', '\160', '\127', - '\040', '\160', '\162', '\040', '\061', '\012', '\142', '\143', - '\106', '\040', '\143', '\150', '\040', '\061', '\012', '\153', - '\162', '\170', '\040', '\145', '\162', '\040', '\061', '\012', - '\165', '\104', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\106', '\172', '\157', '\040', '\157', '\156', '\040', - '\061', '\012', '\167', '\120', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\114', '\146', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\102', '\153', '\160', '\040', - '\153', '\141', '\040', '\061', '\012', '\130', '\153', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\170', - '\110', '\040', '\151', '\152', '\040', '\061', '\012', '\166', - '\111', '\152', '\040', '\166', '\141', '\040', '\061', '\012', - '\147', '\124', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\150', '\105', '\152', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\161', '\102', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\154', '\104', '\040', '\154', - '\145', '\040', '\061', '\012', '\164', '\106', '\146', '\040', - '\164', '\150', '\040', '\061', '\012', '\116', '\146', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\106', '\161', - '\145', '\040', '\161', '\165', '\040', '\061', '\012', '\124', - '\172', '\160', '\040', '\163', '\172', '\040', '\061', '\012', - '\163', '\112', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\161', '\111', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\106', '\142', '\040', '\144', '\145', - '\040', '\061', '\012', '\161', '\172', '\105', '\040', '\161', - '\165', '\040', '\061', '\012', '\155', '\126', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\126', '\161', '\141', - '\040', '\141', '\156', '\040', '\061', '\012', '\142', '\161', - '\115', '\040', '\161', '\165', '\040', '\061', '\012', '\155', - '\144', '\112', '\040', '\144', '\145', '\040', '\061', '\012', - '\144', '\111', '\160', '\040', '\144', '\145', '\040', '\061', - '\012', '\132', '\156', '\170', '\040', '\141', '\156', '\040', - '\061', '\012', '\152', '\153', '\113', '\040', '\151', '\152', - '\040', '\061', '\012', '\162', '\146', '\121', '\040', '\145', - '\162', '\040', '\061', '\012', '\170', '\153', '\111', '\040', - '\153', '\165', '\040', '\061', '\012', '\146', '\111', '\157', - '\040', '\162', '\157', '\040', '\061', '\012', '\154', '\161', - '\126', '\040', '\161', '\165', '\040', '\061', '\012', '\121', - '\160', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\160', '\101', '\170', '\040', '\160', '\162', '\040', '\061', - '\012', '\162', '\162', '\121', '\040', '\145', '\162', '\040', - '\061', '\012', '\142', '\111', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\104', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\157', '\110', '\170', '\040', - '\157', '\156', '\040', '\061', '\012', '\167', '\112', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\103', '\161', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\166', '\102', '\040', '\166', '\141', '\040', '\061', '\012', - '\171', '\161', '\125', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\114', '\170', '\040', '\145', '\162', '\040', - '\061', '\012', '\106', '\172', '\170', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\132', '\146', '\040', '\144', - '\145', '\040', '\061', '\012', '\116', '\161', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\122', '\156', '\172', - '\040', '\141', '\156', '\040', '\061', '\012', '\150', '\124', - '\143', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\126', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\106', '\144', '\155', '\040', '\144', '\145', '\040', '\061', - '\012', '\166', '\146', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\150', '\167', '\123', '\040', '\164', '\150', - '\040', '\061', '\012', '\172', '\120', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\107', '\170', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\106', '\166', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\132', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\172', - '\126', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\155', '\102', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\146', '\130', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\120', '\154', '\167', '\040', '\154', '\145', - '\040', '\061', '\012', '\116', '\154', '\170', '\040', '\154', - '\145', '\040', '\061', '\012', '\152', '\103', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\113', '\167', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\112', '\161', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\172', - '\107', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\146', '\165', '\126', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\172', '\114', '\040', '\163', '\172', '\040', - '\061', '\012', '\151', '\106', '\170', '\040', '\151', '\156', - '\040', '\061', '\012', '\146', '\124', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\171', '\127', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\143', '\110', '\166', - '\040', '\143', '\150', '\040', '\061', '\012', '\146', '\106', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\155', - '\161', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\141', '\121', '\153', '\040', '\141', '\156', '\040', '\061', - '\012', '\165', '\104', '\146', '\040', '\161', '\165', '\040', - '\061', '\012', '\126', '\142', '\146', '\040', '\142', '\145', - '\040', '\061', '\012', '\160', '\147', '\112', '\040', '\156', - '\147', '\040', '\061', '\012', '\146', '\153', '\116', '\040', - '\153', '\141', '\040', '\061', '\012', '\160', '\102', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\102', '\144', - '\166', '\040', '\144', '\145', '\040', '\061', '\012', '\152', - '\155', '\127', '\040', '\151', '\152', '\040', '\061', '\012', - '\112', '\166', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\130', '\160', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\161', '\121', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\153', '\144', '\107', '\040', '\144', - '\145', '\040', '\061', '\012', '\161', '\153', '\120', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\123', '\144', - '\040', '\143', '\150', '\040', '\061', '\012', '\106', '\144', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\147', '\113', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\144', '\110', '\040', '\161', '\165', '\040', '\061', - '\012', '\165', '\116', '\166', '\040', '\161', '\165', '\040', - '\061', '\012', '\145', '\126', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\144', '\146', '\101', '\040', '\144', - '\145', '\040', '\061', '\012', '\110', '\172', '\171', '\040', - '\163', '\172', '\040', '\061', '\012', '\154', '\127', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\166', '\170', - '\110', '\040', '\166', '\141', '\040', '\061', '\012', '\150', - '\170', '\127', '\040', '\164', '\150', '\040', '\061', '\012', - '\113', '\150', '\160', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\121', '\142', '\040', '\142', '\145', '\040', - '\061', '\012', '\160', '\167', '\124', '\040', '\160', '\162', - '\040', '\061', '\012', '\114', '\167', '\146', '\040', '\167', - '\141', '\040', '\061', '\012', '\172', '\104', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\170', '\113', - '\040', '\153', '\141', '\040', '\061', '\012', '\155', '\164', - '\131', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\150', '\124', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\167', '\122', '\040', '\167', '\141', '\040', '\061', - '\012', '\152', '\111', '\141', '\040', '\141', '\156', '\040', - '\061', '\012', '\127', '\172', '\145', '\040', '\145', '\162', - '\040', '\061', '\012', '\150', '\161', '\113', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\154', '\132', '\040', - '\154', '\145', '\040', '\061', '\012', '\161', '\115', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\167', '\160', - '\122', '\040', '\167', '\141', '\040', '\061', '\012', '\161', - '\110', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\141', '\117', '\167', '\040', '\141', '\156', '\040', '\061', - '\012', '\144', '\153', '\125', '\040', '\144', '\145', '\040', - '\061', '\012', '\166', '\122', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\166', '\152', '\130', '\040', '\166', - '\141', '\040', '\061', '\012', '\143', '\165', '\121', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\155', '\112', - '\040', '\161', '\165', '\040', '\061', '\012', '\165', '\165', - '\112', '\040', '\157', '\165', '\040', '\061', '\012', '\171', - '\127', '\170', '\040', '\156', '\171', '\040', '\061', '\012', - '\150', '\125', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\166', '\172', '\120', '\040', '\166', '\141', '\040', - '\061', '\012', '\162', '\123', '\170', '\040', '\145', '\162', - '\040', '\061', '\012', '\161', '\147', '\171', '\040', '\161', - '\165', '\040', '\061', '\012', '\122', '\172', '\146', '\040', - '\163', '\172', '\040', '\061', '\012', '\172', '\152', '\102', - '\040', '\163', '\172', '\040', '\061', '\012', '\123', '\152', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\170', - '\146', '\101', '\040', '\146', '\157', '\040', '\061', '\012', - '\146', '\110', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\153', '\102', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\144', '\106', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\127', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\152', '\142', '\101', '\040', - '\151', '\152', '\040', '\061', '\012', '\102', '\155', '\142', - '\040', '\155', '\145', '\040', '\061', '\012', '\171', '\152', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\162', - '\170', '\132', '\040', '\145', '\162', '\040', '\061', '\012', - '\126', '\155', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\151', '\111', '\161', '\040', '\151', '\156', '\040', - '\061', '\012', '\127', '\147', '\154', '\040', '\156', '\147', - '\040', '\061', '\012', '\155', '\122', '\160', '\040', '\155', - '\145', '\040', '\061', '\012', '\167', '\166', '\123', '\040', - '\166', '\141', '\040', '\061', '\012', '\125', '\166', '\171', - '\040', '\166', '\141', '\040', '\061', '\012', '\171', '\160', - '\121', '\040', '\160', '\162', '\040', '\061', '\012', '\166', - '\106', '\167', '\040', '\166', '\157', '\040', '\061', '\012', - '\146', '\161', '\105', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\167', '\112', '\040', '\163', '\164', '\040', - '\061', '\012', '\112', '\162', '\170', '\040', '\145', '\162', - '\040', '\061', '\012', '\143', '\170', '\105', '\040', '\143', - '\150', '\040', '\061', '\012', '\154', '\132', '\153', '\040', - '\154', '\145', '\040', '\061', '\012', '\146', '\126', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\142', '\150', - '\132', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\150', '\122', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\123', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\121', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\146', '\110', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\166', '\165', '\116', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\160', '\107', '\040', - '\151', '\152', '\040', '\061', '\012', '\120', '\153', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\147', '\121', - '\142', '\040', '\156', '\147', '\040', '\061', '\012', '\160', - '\106', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\107', '\152', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\163', '\113', '\040', '\164', '\150', '\040', - '\061', '\012', '\164', '\167', '\170', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\171', '\121', '\040', '\156', - '\171', '\040', '\061', '\012', '\144', '\161', '\106', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\110', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\115', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\113', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\114', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\152', '\155', '\117', '\040', '\151', '\152', '\040', - '\061', '\012', '\167', '\102', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\160', '\152', '\121', '\040', '\151', - '\152', '\040', '\061', '\012', '\170', '\132', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\161', '\111', '\165', - '\040', '\165', '\156', '\040', '\061', '\012', '\171', '\143', - '\131', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\104', '\146', '\040', '\155', '\145', '\040', '\061', '\012', - '\171', '\112', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\111', '\163', '\170', '\040', '\163', '\164', '\040', - '\061', '\012', '\121', '\161', '\162', '\040', '\161', '\165', - '\040', '\061', '\012', '\106', '\153', '\167', '\040', '\153', - '\141', '\040', '\061', '\012', '\103', '\160', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\131', '\166', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\152', - '\107', '\040', '\163', '\172', '\040', '\061', '\012', '\147', - '\107', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\130', '\144', '\155', '\040', '\144', '\145', '\040', '\061', - '\012', '\150', '\102', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\127', '\170', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\131', '\167', '\142', '\040', '\157', - '\167', '\040', '\061', '\012', '\126', '\164', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\164', '\152', '\131', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\104', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\165', - '\107', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\166', '\106', '\040', '\166', '\141', '\040', '\061', - '\012', '\165', '\161', '\147', '\040', '\161', '\165', '\040', - '\061', '\012', '\122', '\167', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\102', '\147', '\142', '\040', '\156', - '\147', '\040', '\061', '\012', '\155', '\156', '\125', '\040', - '\141', '\156', '\040', '\061', '\012', '\144', '\160', '\111', - '\040', '\144', '\145', '\040', '\061', '\012', '\167', '\113', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\171', - '\130', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\153', '\114', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\147', '\131', '\170', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\170', '\153', '\040', '\161', '\165', - '\040', '\061', '\012', '\110', '\150', '\171', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\160', '\112', '\040', - '\160', '\162', '\040', '\061', '\012', '\143', '\126', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\153', '\126', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\112', - '\172', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\156', '\104', '\167', '\040', '\141', '\156', '\040', '\061', - '\012', '\164', '\152', '\106', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\132', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\155', '\161', '\114', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\106', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\156', '\116', '\167', - '\040', '\141', '\156', '\040', '\061', '\012', '\167', '\106', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\147', - '\110', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\122', '\170', '\040', '\161', '\165', '\040', '\061', - '\012', '\112', '\170', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\126', '\160', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\156', '\115', '\153', '\040', '\141', - '\156', '\040', '\061', '\012', '\164', '\152', '\116', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\150', '\121', - '\040', '\164', '\150', '\040', '\061', '\012', '\142', '\160', - '\104', '\040', '\160', '\162', '\040', '\061', '\012', '\104', - '\146', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\152', '\171', '\117', '\040', '\151', '\152', '\040', '\061', - '\012', '\152', '\150', '\126', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\126', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\156', '\113', '\143', '\040', '\141', - '\156', '\040', '\061', '\012', '\152', '\153', '\112', '\040', - '\151', '\152', '\040', '\061', '\012', '\143', '\167', '\123', - '\040', '\143', '\150', '\040', '\061', '\012', '\157', '\104', - '\146', '\040', '\157', '\156', '\040', '\061', '\012', '\155', - '\153', '\131', '\040', '\153', '\141', '\040', '\061', '\012', - '\147', '\144', '\126', '\040', '\156', '\147', '\040', '\061', - '\012', '\130', '\150', '\142', '\040', '\164', '\150', '\040', - '\061', '\012', '\152', '\125', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\141', '\112', '\146', '\040', '\141', - '\156', '\040', '\061', '\012', '\121', '\170', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\170', '\172', '\123', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\125', - '\167', '\040', '\166', '\141', '\040', '\061', '\012', '\150', - '\124', '\152', '\040', '\164', '\150', '\040', '\061', '\012', - '\157', '\126', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\144', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\110', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\170', '\113', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\142', '\106', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\147', '\127', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\131', '\161', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\144', - '\155', '\110', '\040', '\144', '\145', '\040', '\061', '\012', - '\124', '\164', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\151', '\121', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\152', '\106', '\150', '\040', '\151', '\152', - '\040', '\061', '\012', '\146', '\143', '\131', '\040', '\143', - '\150', '\040', '\061', '\012', '\146', '\163', '\122', '\040', - '\163', '\164', '\040', '\061', '\012', '\151', '\127', '\147', - '\040', '\151', '\156', '\040', '\061', '\012', '\130', '\171', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\130', - '\152', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\170', '\160', '\142', '\040', '\160', '\162', '\040', '\061', - '\012', '\154', '\172', '\131', '\040', '\154', '\145', '\040', - '\061', '\012', '\160', '\172', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\144', '\126', '\167', '\040', '\144', - '\145', '\040', '\061', '\012', '\111', '\152', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\146', '\166', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\126', '\156', - '\142', '\040', '\141', '\156', '\040', '\061', '\012', '\172', - '\144', '\110', '\040', '\144', '\145', '\040', '\061', '\012', - '\143', '\104', '\144', '\040', '\143', '\150', '\040', '\061', - '\012', '\167', '\161', '\111', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\146', '\125', '\040', '\156', '\171', - '\040', '\061', '\012', '\161', '\157', '\110', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\153', '\167', '\040', - '\153', '\141', '\040', '\061', '\012', '\113', '\143', '\153', - '\040', '\143', '\150', '\040', '\061', '\012', '\155', '\125', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\127', '\155', '\040', '\163', '\172', '\040', '\061', '\012', - '\102', '\146', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\162', '\121', '\152', '\040', '\145', '\162', '\040', - '\061', '\012', '\161', '\145', '\127', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\160', '\103', '\040', '\161', - '\165', '\040', '\061', '\012', '\157', '\161', '\115', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\172', '\117', - '\040', '\163', '\172', '\040', '\061', '\012', '\143', '\152', - '\121', '\040', '\143', '\150', '\040', '\061', '\012', '\172', - '\124', '\170', '\040', '\163', '\172', '\040', '\061', '\012', - '\147', '\122', '\167', '\040', '\156', '\147', '\040', '\061', - '\012', '\153', '\144', '\121', '\040', '\144', '\145', '\040', - '\061', '\012', '\167', '\142', '\121', '\040', '\167', '\141', - '\040', '\061', '\012', '\121', '\160', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\172', '\111', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\171', '\170', '\116', - '\040', '\156', '\171', '\040', '\061', '\012', '\156', '\103', - '\153', '\040', '\141', '\156', '\040', '\061', '\012', '\112', - '\161', '\172', '\040', '\161', '\165', '\040', '\061', '\012', - '\144', '\105', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\144', '\105', '\040', '\156', '\147', '\040', - '\061', '\012', '\167', '\103', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\160', '\121', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\113', '\145', '\040', - '\145', '\162', '\040', '\061', '\012', '\124', '\152', '\155', - '\040', '\151', '\152', '\040', '\061', '\012', '\132', '\143', - '\171', '\040', '\143', '\150', '\040', '\061', '\012', '\153', - '\155', '\122', '\040', '\153', '\141', '\040', '\061', '\012', - '\143', '\124', '\160', '\040', '\143', '\150', '\040', '\061', - '\012', '\142', '\161', '\105', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\166', '\132', '\040', '\166', '\141', - '\040', '\061', '\012', '\143', '\114', '\167', '\040', '\143', - '\150', '\040', '\061', '\012', '\157', '\111', '\167', '\040', - '\157', '\156', '\040', '\061', '\012', '\170', '\152', '\107', - '\040', '\151', '\152', '\040', '\061', '\012', '\166', '\164', - '\125', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\143', '\110', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\147', '\124', '\040', '\156', '\147', '\040', '\061', - '\012', '\166', '\161', '\122', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\165', '\115', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\163', '\131', '\040', '\163', - '\164', '\040', '\061', '\012', '\152', '\103', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\106', '\142', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\143', '\161', - '\110', '\040', '\143', '\150', '\040', '\061', '\012', '\130', - '\152', '\172', '\040', '\151', '\152', '\040', '\061', '\012', - '\146', '\147', '\122', '\040', '\156', '\147', '\040', '\061', - '\012', '\171', '\151', '\130', '\040', '\151', '\156', '\040', - '\061', '\012', '\161', '\156', '\117', '\040', '\141', '\156', - '\040', '\061', '\012', '\167', '\155', '\116', '\040', '\155', - '\145', '\040', '\061', '\012', '\167', '\147', '\110', '\040', - '\156', '\147', '\040', '\061', '\012', '\164', '\142', '\132', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\153', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\160', - '\172', '\103', '\040', '\160', '\157', '\040', '\061', '\012', - '\154', '\146', '\130', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\102', '\165', '\040', '\165', '\156', '\040', - '\061', '\012', '\155', '\114', '\167', '\040', '\155', '\145', - '\040', '\061', '\012', '\160', '\155', '\131', '\040', '\155', - '\145', '\040', '\061', '\012', '\170', '\161', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\152', '\131', - '\040', '\145', '\162', '\040', '\061', '\012', '\166', '\162', - '\110', '\040', '\145', '\162', '\040', '\061', '\012', '\111', - '\165', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\146', '\104', '\040', '\156', '\171', '\040', '\061', - '\012', '\143', '\154', '\107', '\040', '\143', '\150', '\040', - '\061', '\012', '\143', '\144', '\132', '\040', '\143', '\150', - '\040', '\061', '\012', '\145', '\124', '\144', '\040', '\145', - '\162', '\040', '\061', '\012', '\154', '\130', '\166', '\040', - '\154', '\145', '\040', '\061', '\012', '\153', '\160', '\126', - '\040', '\153', '\141', '\040', '\061', '\012', '\163', '\132', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\127', - '\170', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\166', '\155', '\112', '\040', '\166', '\141', '\040', '\061', - '\012', '\150', '\153', '\105', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\125', '\167', '\040', '\160', '\162', - '\040', '\061', '\012', '\103', '\161', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\103', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\160', '\170', '\121', - '\040', '\160', '\162', '\040', '\061', '\012', '\131', '\167', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\170', - '\167', '\142', '\040', '\167', '\141', '\040', '\061', '\012', - '\127', '\152', '\155', '\040', '\151', '\152', '\040', '\061', - '\012', '\172', '\161', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\147', '\124', '\160', '\040', '\156', '\147', - '\040', '\061', '\012', '\165', '\132', '\166', '\040', '\161', - '\165', '\040', '\061', '\012', '\155', '\144', '\110', '\040', - '\144', '\145', '\040', '\061', '\012', '\152', '\165', '\121', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\126', - '\155', '\040', '\156', '\147', '\040', '\061', '\012', '\172', - '\152', '\131', '\040', '\151', '\152', '\040', '\061', '\012', - '\146', '\150', '\116', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\146', '\104', '\040', '\167', '\141', '\040', - '\061', '\012', '\132', '\152', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\151', '\120', '\166', '\040', '\151', - '\156', '\040', '\061', '\012', '\155', '\172', '\127', '\040', - '\163', '\172', '\040', '\061', '\012', '\166', '\130', '\155', - '\040', '\166', '\141', '\040', '\061', '\012', '\146', '\105', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\117', - '\172', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\105', '\160', '\040', '\156', '\147', '\040', '\061', - '\012', '\153', '\104', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\132', '\154', '\167', '\040', '\154', '\145', - '\040', '\061', '\012', '\172', '\142', '\122', '\040', '\163', - '\172', '\040', '\061', '\012', '\172', '\103', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\157', '\131', - '\040', '\157', '\156', '\040', '\061', '\012', '\160', '\153', - '\124', '\040', '\153', '\141', '\040', '\061', '\012', '\153', - '\142', '\111', '\040', '\153', '\141', '\040', '\061', '\012', - '\150', '\144', '\127', '\040', '\144', '\145', '\040', '\061', - '\012', '\110', '\163', '\170', '\040', '\163', '\164', '\040', - '\061', '\012', '\172', '\160', '\130', '\040', '\163', '\172', - '\040', '\061', '\012', '\172', '\146', '\126', '\040', '\163', - '\172', '\040', '\061', '\012', '\104', '\150', '\153', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\115', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\150', '\172', - '\112', '\040', '\164', '\150', '\040', '\061', '\012', '\114', - '\167', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\172', '\155', '\116', '\040', '\163', '\172', '\040', '\061', - '\012', '\170', '\146', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\152', '\121', '\040', '\163', '\172', - '\040', '\061', '\012', '\172', '\153', '\113', '\040', '\163', - '\172', '\040', '\061', '\012', '\142', '\102', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\142', '\144', '\105', - '\040', '\144', '\145', '\040', '\061', '\012', '\121', '\170', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\161', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\150', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\146', '\131', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\170', '\150', '\105', '\040', '\164', '\150', - '\040', '\061', '\012', '\143', '\142', '\106', '\040', '\143', - '\150', '\040', '\061', '\012', '\112', '\156', '\142', '\040', - '\141', '\156', '\040', '\061', '\012', '\152', '\170', '\116', - '\040', '\151', '\152', '\040', '\061', '\012', '\146', '\131', - '\170', '\040', '\146', '\157', '\040', '\061', '\012', '\150', - '\112', '\160', '\040', '\164', '\150', '\040', '\061', '\012', - '\143', '\122', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\156', '\123', '\040', '\141', '\156', '\040', - '\061', '\012', '\166', '\114', '\160', '\040', '\166', '\141', - '\040', '\061', '\012', '\143', '\102', '\144', '\040', '\143', - '\150', '\040', '\061', '\012', '\161', '\161', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\123', '\144', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\170', '\145', - '\132', '\040', '\145', '\162', '\040', '\061', '\012', '\112', - '\167', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\144', '\120', '\146', '\040', '\144', '\145', '\040', '\061', - '\012', '\146', '\116', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\153', '\111', '\142', '\040', '\153', '\141', - '\040', '\061', '\012', '\143', '\142', '\114', '\040', '\143', - '\150', '\040', '\061', '\012', '\121', '\144', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\115', '\146', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\152', '\112', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\155', - '\170', '\131', '\040', '\155', '\145', '\040', '\061', '\012', - '\154', '\106', '\144', '\040', '\154', '\145', '\040', '\061', - '\012', '\164', '\167', '\124', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\106', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\143', '\162', '\102', '\040', '\143', - '\150', '\040', '\061', '\012', '\152', '\122', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\110', '\164', '\172', - '\040', '\164', '\150', '\040', '\061', '\012', '\160', '\131', - '\146', '\040', '\160', '\162', '\040', '\061', '\012', '\162', - '\126', '\143', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\122', '\146', '\040', '\166', '\141', '\040', '\061', - '\012', '\167', '\126', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\160', '\101', '\040', '\163', '\172', - '\040', '\061', '\012', '\147', '\154', '\131', '\040', '\154', - '\145', '\040', '\061', '\012', '\163', '\116', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\166', '\113', '\170', - '\040', '\166', '\141', '\040', '\061', '\012', '\164', '\166', - '\102', '\040', '\164', '\150', '\040', '\061', '\012', '\131', - '\152', '\146', '\040', '\151', '\152', '\040', '\061', '\012', - '\155', '\167', '\120', '\040', '\155', '\145', '\040', '\061', - '\012', '\112', '\171', '\142', '\040', '\142', '\145', '\040', - '\061', '\012', '\164', '\102', '\143', '\040', '\164', '\150', - '\040', '\061', '\012', '\147', '\123', '\142', '\040', '\156', - '\147', '\040', '\061', '\012', '\143', '\115', '\154', '\040', - '\143', '\150', '\040', '\061', '\012', '\147', '\152', '\112', - '\040', '\156', '\147', '\040', '\061', '\012', '\144', '\131', - '\172', '\040', '\144', '\145', '\040', '\061', '\012', '\172', - '\120', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\153', '\161', '\102', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\106', '\166', '\040', '\163', '\164', '\040', - '\061', '\012', '\170', '\153', '\110', '\040', '\153', '\141', - '\040', '\061', '\012', '\146', '\132', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\150', '\122', '\040', - '\164', '\150', '\040', '\061', '\012', '\142', '\167', '\116', - '\040', '\167', '\141', '\040', '\061', '\012', '\161', '\152', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\156', - '\121', '\155', '\040', '\141', '\156', '\040', '\061', '\012', - '\161', '\115', '\162', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\143', '\127', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\112', '\166', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\124', '\155', '\040', '\156', - '\147', '\040', '\061', '\012', '\153', '\155', '\121', '\040', - '\153', '\141', '\040', '\061', '\012', '\127', '\154', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\153', '\131', - '\146', '\040', '\153', '\141', '\040', '\061', '\012', '\145', - '\112', '\160', '\040', '\145', '\162', '\040', '\061', '\012', - '\124', '\153', '\142', '\040', '\153', '\141', '\040', '\061', - '\012', '\150', '\146', '\115', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\170', '\131', '\040', '\141', '\156', - '\040', '\061', '\012', '\160', '\104', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\167', '\143', '\116', '\040', - '\143', '\150', '\040', '\061', '\012', '\160', '\121', '\141', - '\040', '\141', '\156', '\040', '\061', '\012', '\157', '\150', - '\132', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\122', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\154', '\142', '\126', '\040', '\154', '\145', '\040', '\061', - '\012', '\154', '\113', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\167', '\170', '\102', '\040', '\167', '\141', - '\040', '\061', '\012', '\114', '\167', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\146', '\161', '\121', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\153', '\132', - '\040', '\153', '\141', '\040', '\061', '\012', '\151', '\167', - '\117', '\040', '\151', '\156', '\040', '\061', '\012', '\144', - '\147', '\125', '\040', '\156', '\147', '\040', '\061', '\012', - '\144', '\166', '\117', '\040', '\144', '\145', '\040', '\061', - '\012', '\160', '\104', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\166', '\113', '\040', '\153', '\141', - '\040', '\061', '\012', '\152', '\154', '\126', '\040', '\154', - '\145', '\040', '\061', '\012', '\170', '\130', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\171', '\153', '\106', - '\040', '\153', '\165', '\040', '\061', '\012', '\151', '\171', - '\124', '\040', '\151', '\156', '\040', '\061', '\012', '\125', - '\146', '\170', '\040', '\146', '\157', '\040', '\061', '\012', - '\156', '\172', '\125', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\142', '\110', '\040', '\142', '\165', '\040', - '\061', '\012', '\154', '\123', '\142', '\040', '\154', '\145', - '\040', '\061', '\012', '\130', '\160', '\146', '\040', '\160', - '\162', '\040', '\061', '\012', '\125', '\166', '\146', '\040', - '\166', '\141', '\040', '\061', '\012', '\171', '\171', '\106', - '\040', '\156', '\171', '\040', '\061', '\012', '\146', '\170', - '\120', '\040', '\146', '\157', '\040', '\061', '\012', '\152', - '\131', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\152', '\142', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\170', '\114', '\040', '\156', '\147', '\040', - '\061', '\012', '\160', '\167', '\111', '\040', '\160', '\162', - '\040', '\061', '\012', '\152', '\125', '\145', '\040', '\145', - '\162', '\040', '\061', '\012', '\162', '\106', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\146', '\163', '\106', - '\040', '\163', '\164', '\040', '\061', '\012', '\143', '\144', - '\127', '\040', '\143', '\150', '\040', '\061', '\012', '\130', - '\167', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\170', '\144', '\110', '\040', '\144', '\145', '\040', '\061', - '\012', '\152', '\131', '\163', '\040', '\151', '\152', '\040', - '\061', '\012', '\142', '\106', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\161', '\111', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\111', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\124', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\167', '\146', - '\105', '\040', '\167', '\141', '\040', '\061', '\012', '\161', - '\122', '\142', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\150', '\113', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\115', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\143', '\160', '\102', '\040', '\143', '\150', - '\040', '\061', '\012', '\164', '\170', '\116', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\120', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\156', '\142', '\102', - '\040', '\141', '\156', '\040', '\061', '\012', '\163', '\153', - '\121', '\040', '\163', '\164', '\040', '\061', '\012', '\165', - '\113', '\167', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\121', '\146', '\040', '\167', '\141', '\040', '\061', - '\012', '\153', '\127', '\146', '\040', '\153', '\141', '\040', - '\061', '\012', '\167', '\161', '\101', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\167', '\101', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\112', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\150', '\143', '\104', - '\040', '\164', '\150', '\040', '\061', '\012', '\156', '\146', - '\113', '\040', '\141', '\156', '\040', '\061', '\012', '\165', - '\130', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\143', '\147', '\101', '\040', '\143', '\150', '\040', '\061', - '\012', '\120', '\152', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\114', '\161', '\163', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\167', '\103', '\040', '\163', - '\172', '\040', '\061', '\012', '\154', '\152', '\116', '\040', - '\154', '\145', '\040', '\061', '\012', '\166', '\153', '\120', - '\040', '\153', '\141', '\040', '\061', '\012', '\122', '\161', - '\160', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\107', '\170', '\040', '\163', '\172', '\040', '\061', '\012', - '\152', '\120', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\153', '\142', '\124', '\040', '\153', '\141', '\040', - '\061', '\012', '\153', '\160', '\121', '\040', '\153', '\141', - '\040', '\061', '\012', '\115', '\172', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\107', '\152', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\153', '\104', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\152', '\167', - '\122', '\040', '\151', '\152', '\040', '\061', '\012', '\127', - '\171', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\170', '\123', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\107', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\127', '\166', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\172', '\116', '\170', '\040', '\163', - '\172', '\040', '\061', '\012', '\166', '\103', '\155', '\040', - '\166', '\141', '\040', '\061', '\012', '\150', '\154', '\104', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\102', - '\160', '\040', '\166', '\141', '\040', '\061', '\012', '\155', - '\112', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\150', '\106', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\166', '\104', '\155', '\040', '\166', '\141', '\040', - '\061', '\012', '\160', '\146', '\103', '\040', '\160', '\162', - '\040', '\061', '\012', '\114', '\160', '\171', '\040', '\160', - '\162', '\040', '\061', '\012', '\106', '\150', '\144', '\040', - '\164', '\150', '\040', '\061', '\012', '\144', '\170', '\123', - '\040', '\144', '\145', '\040', '\061', '\012', '\167', '\127', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\106', - '\147', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\156', '\106', '\146', '\040', '\141', '\156', '\040', '\061', - '\012', '\143', '\170', '\106', '\040', '\143', '\150', '\040', - '\061', '\012', '\141', '\126', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\123', '\161', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\126', '\152', '\172', '\040', - '\151', '\152', '\040', '\061', '\012', '\172', '\156', '\103', - '\040', '\141', '\156', '\040', '\061', '\012', '\161', '\161', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\162', '\132', '\040', '\145', '\162', '\040', '\061', '\012', - '\142', '\116', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\156', '\166', '\127', '\040', '\141', '\156', '\040', - '\061', '\012', '\121', '\171', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\106', '\150', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\107', '\166', '\040', - '\151', '\152', '\040', '\061', '\012', '\147', '\114', '\160', - '\040', '\156', '\147', '\040', '\061', '\012', '\147', '\114', - '\142', '\040', '\156', '\147', '\040', '\061', '\012', '\161', - '\113', '\152', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\112', '\144', '\040', '\164', '\150', '\040', '\061', - '\012', '\132', '\152', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\156', '\121', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\156', '\160', '\130', '\040', '\141', - '\156', '\040', '\061', '\012', '\161', '\151', '\117', '\040', - '\151', '\156', '\040', '\061', '\012', '\166', '\166', '\107', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\117', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\150', - '\150', '\105', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\144', '\116', '\040', '\144', '\145', '\040', '\061', - '\012', '\103', '\172', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\147', '\152', '\125', '\040', '\156', '\147', - '\040', '\061', '\012', '\150', '\126', '\142', '\040', '\164', - '\150', '\040', '\061', '\012', '\113', '\143', '\147', '\040', - '\143', '\150', '\040', '\061', '\012', '\144', '\166', '\110', - '\040', '\144', '\145', '\040', '\061', '\012', '\167', '\164', - '\104', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\111', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\152', '\121', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\106', '\171', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\143', '\160', '\125', '\040', '\143', '\150', - '\040', '\061', '\012', '\150', '\170', '\131', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\142', '\104', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\166', '\112', - '\040', '\163', '\164', '\040', '\061', '\012', '\166', '\152', - '\127', '\040', '\151', '\152', '\040', '\061', '\012', '\147', - '\160', '\131', '\040', '\156', '\147', '\040', '\061', '\012', - '\161', '\156', '\122', '\040', '\141', '\156', '\040', '\061', - '\012', '\147', '\121', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\103', '\166', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\153', '\102', '\040', '\153', - '\141', '\040', '\061', '\012', '\170', '\147', '\102', '\040', - '\156', '\147', '\040', '\061', '\012', '\172', '\146', '\104', - '\040', '\163', '\172', '\040', '\061', '\012', '\171', '\110', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\161', - '\144', '\107', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\124', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\154', '\124', '\155', '\040', '\154', '\145', '\040', - '\061', '\012', '\152', '\147', '\102', '\040', '\156', '\147', - '\040', '\061', '\012', '\147', '\170', '\123', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\120', '\145', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\160', '\121', - '\040', '\160', '\162', '\040', '\061', '\012', '\171', '\170', - '\127', '\040', '\156', '\171', '\040', '\061', '\012', '\110', - '\152', '\153', '\040', '\151', '\152', '\040', '\061', '\012', - '\153', '\116', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\143', '\156', '\112', '\040', '\141', '\156', '\040', - '\061', '\012', '\165', '\110', '\144', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\166', '\110', '\040', '\151', - '\152', '\040', '\061', '\012', '\107', '\147', '\156', '\040', - '\156', '\147', '\040', '\061', '\012', '\154', '\142', '\123', - '\040', '\154', '\145', '\040', '\061', '\012', '\121', '\143', - '\170', '\040', '\143', '\150', '\040', '\061', '\012', '\143', - '\161', '\122', '\040', '\143', '\150', '\040', '\061', '\012', - '\112', '\171', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\167', '\122', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\156', '\146', '\101', '\040', '\141', '\156', - '\040', '\061', '\012', '\154', '\130', '\167', '\040', '\154', - '\145', '\040', '\061', '\012', '\143', '\155', '\112', '\040', - '\143', '\150', '\040', '\061', '\012', '\131', '\163', '\167', - '\040', '\163', '\164', '\040', '\061', '\012', '\161', '\121', - '\163', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\163', '\130', '\040', '\156', '\147', '\040', '\061', '\012', - '\143', '\111', '\161', '\040', '\143', '\150', '\040', '\061', - '\012', '\152', '\152', '\132', '\040', '\151', '\152', '\040', - '\061', '\012', '\114', '\154', '\142', '\040', '\154', '\145', - '\040', '\061', '\012', '\155', '\115', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\154', '\126', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\106', '\160', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\132', '\155', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\170', - '\115', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\107', '\167', '\142', '\040', '\167', '\141', '\040', '\061', - '\012', '\121', '\152', '\166', '\040', '\151', '\152', '\040', - '\061', '\012', '\154', '\161', '\132', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\112', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\127', '\153', '\171', '\040', - '\153', '\141', '\040', '\061', '\012', '\150', '\104', '\153', - '\040', '\164', '\150', '\040', '\061', '\012', '\171', '\114', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\144', - '\131', '\167', '\040', '\144', '\145', '\040', '\061', '\012', - '\144', '\103', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\107', '\155', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\124', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\153', '\106', '\040', '\153', - '\141', '\040', '\061', '\012', '\150', '\106', '\160', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\156', '\102', - '\040', '\141', '\156', '\040', '\061', '\012', '\170', '\171', - '\112', '\040', '\156', '\171', '\040', '\061', '\012', '\156', - '\111', '\152', '\040', '\141', '\156', '\040', '\061', '\012', - '\170', '\131', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\127', '\161', '\162', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\161', '\126', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\131', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\121', '\144', '\172', '\040', - '\144', '\145', '\040', '\061', '\012', '\146', '\142', '\116', - '\040', '\142', '\145', '\040', '\061', '\012', '\161', '\167', - '\131', '\040', '\161', '\165', '\040', '\061', '\012', '\125', - '\142', '\170', '\040', '\142', '\145', '\040', '\061', '\012', - '\167', '\164', '\114', '\040', '\164', '\150', '\040', '\061', - '\012', '\156', '\121', '\167', '\040', '\141', '\156', '\040', - '\061', '\012', '\152', '\112', '\153', '\040', '\151', '\152', - '\040', '\061', '\012', '\116', '\172', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\144', '\103', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\116', '\146', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\110', '\147', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\110', - '\143', '\161', '\040', '\143', '\150', '\040', '\061', '\012', - '\130', '\166', '\142', '\040', '\166', '\141', '\040', '\061', - '\012', '\163', '\170', '\112', '\040', '\163', '\164', '\040', - '\061', '\012', '\167', '\115', '\170', '\040', '\167', '\141', - '\040', '\061', '\012', '\161', '\106', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\107', '\172', '\146', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\146', '\112', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\144', - '\121', '\040', '\144', '\145', '\040', '\061', '\012', '\130', - '\147', '\172', '\040', '\156', '\147', '\040', '\061', '\012', - '\146', '\153', '\111', '\040', '\153', '\141', '\040', '\061', - '\012', '\160', '\166', '\113', '\040', '\166', '\141', '\040', - '\061', '\012', '\103', '\161', '\162', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\106', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\157', '\110', '\155', '\040', - '\157', '\156', '\040', '\061', '\012', '\141', '\112', '\152', - '\040', '\141', '\156', '\040', '\061', '\012', '\106', '\172', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\144', - '\127', '\153', '\040', '\144', '\145', '\040', '\061', '\012', - '\167', '\155', '\105', '\040', '\155', '\145', '\040', '\061', - '\012', '\163', '\115', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\164', '\102', '\160', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\116', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\121', '\144', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\150', '\107', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\101', - '\160', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\162', '\115', '\040', '\145', '\162', '\040', '\061', '\012', - '\162', '\110', '\167', '\040', '\145', '\162', '\040', '\061', - '\012', '\114', '\166', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\147', '\122', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\171', '\152', '\126', '\040', '\151', - '\152', '\040', '\061', '\012', '\150', '\122', '\153', '\040', - '\164', '\150', '\040', '\061', '\012', '\142', '\153', '\126', - '\040', '\153', '\141', '\040', '\061', '\012', '\152', '\127', - '\155', '\040', '\151', '\152', '\040', '\061', '\012', '\171', - '\131', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\124', '\171', '\040', '\166', '\141', '\040', '\061', - '\012', '\144', '\170', '\126', '\040', '\144', '\145', '\040', - '\061', '\012', '\155', '\113', '\171', '\040', '\155', '\145', - '\040', '\061', '\012', '\121', '\154', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\125', '\160', '\170', '\040', - '\160', '\162', '\040', '\061', '\012', '\121', '\160', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\114', '\167', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\171', - '\130', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\147', '\124', '\153', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\156', '\124', '\040', '\141', '\156', '\040', - '\061', '\012', '\126', '\154', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\121', '\161', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\132', '\144', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\130', '\161', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\104', '\146', - '\142', '\040', '\142', '\145', '\040', '\061', '\012', '\157', - '\145', '\117', '\040', '\157', '\156', '\040', '\061', '\012', - '\156', '\103', '\170', '\040', '\141', '\156', '\040', '\061', - '\012', '\154', '\130', '\144', '\040', '\154', '\145', '\040', - '\061', '\012', '\166', '\110', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\166', '\101', '\142', '\040', '\166', - '\141', '\040', '\061', '\012', '\131', '\142', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\172', '\104', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\144', '\107', - '\153', '\040', '\144', '\145', '\040', '\061', '\012', '\160', - '\154', '\110', '\040', '\154', '\145', '\040', '\061', '\012', - '\154', '\170', '\107', '\040', '\154', '\145', '\040', '\061', - '\012', '\110', '\147', '\160', '\040', '\156', '\147', '\040', - '\061', '\012', '\152', '\122', '\172', '\040', '\151', '\152', - '\040', '\061', '\012', '\144', '\124', '\163', '\040', '\144', - '\145', '\040', '\061', '\012', '\155', '\103', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\154', '\110', '\146', - '\040', '\154', '\145', '\040', '\061', '\012', '\154', '\114', - '\152', '\040', '\154', '\145', '\040', '\061', '\012', '\164', - '\116', '\142', '\040', '\164', '\150', '\040', '\061', '\012', - '\155', '\113', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\147', '\107', '\152', '\040', '\156', '\147', '\040', - '\061', '\012', '\152', '\154', '\121', '\040', '\154', '\145', - '\040', '\061', '\012', '\131', '\171', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\146', '\104', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\172', '\130', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\161', '\172', - '\132', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\105', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\154', '\150', '\123', '\040', '\164', '\150', '\040', '\061', - '\012', '\155', '\172', '\115', '\040', '\163', '\172', '\040', - '\061', '\012', '\170', '\161', '\124', '\040', '\161', '\165', - '\040', '\061', '\012', '\131', '\143', '\152', '\040', '\143', - '\150', '\040', '\061', '\012', '\146', '\142', '\106', '\040', - '\142', '\145', '\040', '\061', '\012', '\130', '\163', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\114', '\156', - '\143', '\040', '\141', '\156', '\040', '\061', '\012', '\107', - '\161', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\152', '\117', '\040', '\151', '\152', '\040', '\061', - '\012', '\172', '\150', '\111', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\147', '\110', '\040', '\156', '\147', - '\040', '\061', '\012', '\147', '\127', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\113', '\146', '\040', - '\156', '\171', '\040', '\061', '\012', '\165', '\121', '\144', - '\040', '\161', '\165', '\040', '\061', '\012', '\113', '\167', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\144', - '\170', '\107', '\040', '\144', '\145', '\040', '\061', '\012', - '\131', '\161', '\167', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\113', '\143', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\127', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\150', '\143', '\111', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\146', '\131', '\040', - '\167', '\141', '\040', '\061', '\012', '\162', '\102', '\160', - '\040', '\145', '\162', '\040', '\061', '\012', '\143', '\112', - '\144', '\040', '\143', '\150', '\040', '\061', '\012', '\163', - '\131', '\146', '\040', '\163', '\172', '\040', '\061', '\012', - '\123', '\161', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\153', '\121', '\166', '\040', '\153', '\141', '\040', - '\061', '\012', '\170', '\160', '\106', '\040', '\160', '\162', - '\040', '\061', '\012', '\146', '\143', '\130', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\146', '\113', '\040', - '\156', '\171', '\040', '\061', '\012', '\152', '\121', '\157', - '\040', '\157', '\156', '\040', '\061', '\012', '\147', '\124', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\121', - '\167', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\120', '\156', '\170', '\040', '\141', '\156', '\040', '\061', - '\012', '\171', '\132', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\120', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\165', '\130', '\040', '\161', - '\165', '\040', '\061', '\012', '\114', '\170', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\151', '\130', '\162', - '\040', '\151', '\156', '\040', '\061', '\012', '\160', '\143', - '\105', '\040', '\143', '\150', '\040', '\061', '\012', '\116', - '\161', '\171', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\152', '\111', '\040', '\164', '\150', '\040', '\061', - '\012', '\150', '\172', '\126', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\155', '\106', '\040', '\141', '\156', - '\040', '\061', '\012', '\160', '\166', '\127', '\040', '\166', - '\141', '\040', '\061', '\012', '\145', '\112', '\167', '\040', - '\145', '\162', '\040', '\061', '\012', '\111', '\161', '\144', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\130', - '\171', '\040', '\156', '\147', '\040', '\061', '\012', '\167', - '\146', '\127', '\040', '\167', '\141', '\040', '\061', '\012', - '\126', '\144', '\167', '\040', '\144', '\145', '\040', '\061', - '\012', '\161', '\112', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\120', '\144', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\102', '\152', '\142', '\040', '\151', - '\152', '\040', '\061', '\012', '\161', '\114', '\154', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\144', '\127', - '\040', '\144', '\145', '\040', '\061', '\012', '\146', '\121', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\170', - '\172', '\127', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\167', '\121', '\040', '\166', '\141', '\040', '\061', - '\012', '\162', '\167', '\125', '\040', '\145', '\162', '\040', - '\061', '\012', '\161', '\120', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\142', '\106', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\166', '\110', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\150', '\127', '\154', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\147', - '\117', '\040', '\156', '\147', '\040', '\061', '\012', '\150', - '\114', '\153', '\040', '\164', '\150', '\040', '\061', '\012', - '\112', '\153', '\142', '\040', '\153', '\141', '\040', '\061', - '\012', '\172', '\102', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\104', '\150', '\170', '\040', '\164', '\150', - '\040', '\061', '\012', '\106', '\147', '\166', '\040', '\156', - '\147', '\040', '\061', '\012', '\142', '\160', '\101', '\040', - '\160', '\162', '\040', '\061', '\012', '\172', '\170', '\103', - '\040', '\163', '\172', '\040', '\061', '\012', '\147', '\146', - '\123', '\040', '\156', '\147', '\040', '\061', '\012', '\115', - '\166', '\170', '\040', '\166', '\141', '\040', '\061', '\012', - '\165', '\120', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\126', '\161', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\171', '\161', '\103', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\115', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\167', '\161', '\114', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\162', '\112', - '\040', '\145', '\162', '\040', '\061', '\012', '\143', '\144', - '\116', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\167', '\122', '\040', '\160', '\162', '\040', '\061', '\012', - '\150', '\115', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\120', '\146', '\040', '\151', '\152', '\040', - '\061', '\012', '\126', '\142', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\161', '\172', '\106', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\116', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\112', '\142', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\124', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\132', - '\146', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\106', '\172', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\113', '\143', '\167', '\040', '\143', '\150', '\040', - '\061', '\012', '\145', '\113', '\146', '\040', '\145', '\162', - '\040', '\061', '\012', '\160', '\161', '\132', '\040', '\161', - '\165', '\040', '\061', '\012', '\127', '\160', '\142', '\040', - '\160', '\162', '\040', '\061', '\012', '\152', '\153', '\106', - '\040', '\151', '\152', '\040', '\061', '\012', '\126', '\170', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\150', - '\107', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\102', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\146', '\143', '\124', '\040', '\143', '\150', '\040', - '\061', '\012', '\152', '\115', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\132', '\166', '\040', '\153', - '\141', '\040', '\061', '\012', '\161', '\153', '\107', '\040', - '\161', '\165', '\040', '\061', '\012', '\111', '\146', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\144', '\122', - '\167', '\040', '\144', '\145', '\040', '\061', '\012', '\132', - '\154', '\152', '\040', '\154', '\145', '\040', '\061', '\012', - '\113', '\167', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\146', '\116', '\142', '\040', '\142', '\145', '\040', - '\061', '\012', '\144', '\131', '\171', '\040', '\144', '\145', - '\040', '\061', '\012', '\150', '\132', '\154', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\164', '\120', '\040', - '\164', '\150', '\040', '\061', '\012', '\150', '\120', '\172', - '\040', '\164', '\150', '\040', '\061', '\012', '\131', '\153', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\112', - '\154', '\167', '\040', '\154', '\145', '\040', '\061', '\012', - '\152', '\116', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\162', '\127', '\040', '\145', '\162', '\040', - '\061', '\012', '\147', '\127', '\144', '\040', '\156', '\147', - '\040', '\061', '\012', '\171', '\130', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\146', '\121', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\152', '\146', '\106', - '\040', '\151', '\152', '\040', '\061', '\012', '\105', '\152', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\146', - '\107', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\132', '\152', '\172', '\040', '\151', '\152', '\040', '\061', - '\012', '\167', '\144', '\115', '\040', '\144', '\145', '\040', - '\061', '\012', '\152', '\154', '\106', '\040', '\154', '\145', - '\040', '\061', '\012', '\143', '\170', '\132', '\040', '\143', - '\150', '\040', '\061', '\012', '\132', '\147', '\153', '\040', - '\156', '\147', '\040', '\061', '\012', '\155', '\143', '\112', - '\040', '\143', '\150', '\040', '\061', '\012', '\163', '\154', - '\105', '\040', '\154', '\145', '\040', '\061', '\012', '\156', - '\131', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\127', '\146', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\172', '\112', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\142', '\166', '\106', '\040', '\166', '\141', - '\040', '\061', '\012', '\110', '\156', '\172', '\040', '\141', - '\156', '\040', '\061', '\012', '\127', '\153', '\166', '\040', - '\153', '\141', '\040', '\061', '\012', '\115', '\166', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\104', '\170', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\102', - '\166', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\163', '\115', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\167', '\122', '\146', '\040', '\167', '\141', '\040', - '\061', '\012', '\166', '\114', '\142', '\040', '\166', '\141', - '\040', '\061', '\012', '\172', '\107', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\155', '\106', '\160', '\040', - '\155', '\145', '\040', '\061', '\012', '\147', '\116', '\142', - '\040', '\156', '\147', '\040', '\061', '\012', '\160', '\103', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\170', - '\106', '\163', '\040', '\163', '\172', '\040', '\061', '\012', - '\152', '\113', '\146', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\112', '\142', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\172', '\111', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\147', '\107', '\040', '\156', - '\147', '\040', '\061', '\012', '\160', '\113', '\163', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\161', '\104', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\170', - '\121', '\040', '\156', '\147', '\040', '\061', '\012', '\146', - '\166', '\107', '\040', '\166', '\141', '\040', '\061', '\012', - '\167', '\147', '\106', '\040', '\156', '\147', '\040', '\061', - '\012', '\130', '\170', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\114', '\167', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\154', '\130', '\040', '\154', - '\145', '\040', '\061', '\012', '\154', '\120', '\172', '\040', - '\154', '\145', '\040', '\061', '\012', '\127', '\161', '\153', - '\040', '\161', '\165', '\040', '\061', '\012', '\130', '\172', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\165', - '\110', '\152', '\040', '\161', '\165', '\040', '\061', '\012', - '\165', '\106', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\166', '\126', '\040', '\151', '\152', '\040', - '\061', '\012', '\152', '\130', '\145', '\040', '\154', '\145', - '\040', '\061', '\012', '\132', '\146', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\161', '\111', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\142', '\102', - '\040', '\163', '\172', '\040', '\061', '\012', '\171', '\132', - '\146', '\040', '\156', '\171', '\040', '\061', '\012', '\163', - '\113', '\153', '\040', '\163', '\172', '\040', '\061', '\012', - '\172', '\160', '\114', '\040', '\163', '\172', '\040', '\061', - '\012', '\161', '\113', '\147', '\040', '\161', '\165', '\040', - '\061', '\012', '\111', '\142', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\151', '\121', '\142', '\040', '\151', - '\156', '\040', '\061', '\012', '\106', '\170', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\106', '\160', '\142', - '\040', '\160', '\162', '\040', '\061', '\012', '\127', '\166', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\146', - '\172', '\104', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\153', '\124', '\040', '\153', '\141', '\040', '\061', - '\012', '\131', '\153', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\152', '\107', '\040', '\141', '\156', - '\040', '\061', '\012', '\125', '\166', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\146', '\124', '\040', - '\156', '\147', '\040', '\061', '\012', '\172', '\143', '\111', - '\040', '\143', '\150', '\040', '\061', '\012', '\142', '\104', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\112', - '\144', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\115', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\112', '\142', '\171', '\040', '\142', '\145', '\040', - '\061', '\012', '\154', '\167', '\112', '\040', '\154', '\145', - '\040', '\061', '\012', '\163', '\127', '\167', '\040', '\163', - '\172', '\040', '\061', '\012', '\123', '\166', '\167', '\040', - '\166', '\141', '\040', '\061', '\012', '\156', '\162', '\130', - '\040', '\141', '\156', '\040', '\061', '\012', '\165', '\166', - '\126', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\126', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\164', '\161', '\102', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\126', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\153', '\121', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\146', '\142', '\107', '\040', '\142', - '\145', '\040', '\061', '\012', '\162', '\161', '\115', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\110', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\146', '\150', - '\131', '\040', '\164', '\150', '\040', '\061', '\012', '\131', - '\172', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\106', '\146', '\040', '\166', '\141', '\040', '\061', - '\012', '\121', '\160', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\165', '\101', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\170', '\120', '\040', '\163', - '\172', '\040', '\061', '\012', '\152', '\103', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\161', '\141', '\115', - '\040', '\141', '\156', '\040', '\061', '\012', '\170', '\154', - '\131', '\040', '\154', '\145', '\040', '\061', '\012', '\143', - '\124', '\146', '\040', '\143', '\150', '\040', '\061', '\012', - '\153', '\102', '\146', '\040', '\153', '\141', '\040', '\061', - '\012', '\143', '\121', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\122', '\142', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\153', '\126', '\163', '\040', '\163', - '\172', '\040', '\061', '\012', '\142', '\107', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\167', '\144', '\116', - '\040', '\144', '\145', '\040', '\061', '\012', '\147', '\146', - '\116', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\120', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\147', '\143', '\111', '\040', '\143', '\150', '\040', '\061', - '\012', '\147', '\170', '\152', '\040', '\156', '\147', '\040', - '\061', '\012', '\162', '\110', '\142', '\040', '\145', '\162', - '\040', '\061', '\012', '\160', '\126', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\162', '\126', '\152', '\040', - '\145', '\162', '\040', '\061', '\012', '\166', '\147', '\123', - '\040', '\156', '\147', '\040', '\061', '\012', '\106', '\161', - '\172', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\115', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\161', '\121', '\155', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\132', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\152', '\102', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\165', '\167', '\131', '\040', '\161', - '\165', '\040', '\061', '\012', '\162', '\110', '\146', '\040', - '\145', '\162', '\040', '\061', '\012', '\143', '\172', '\130', - '\040', '\143', '\150', '\040', '\061', '\012', '\172', '\143', - '\124', '\040', '\143', '\150', '\040', '\061', '\012', '\142', - '\106', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\161', '\143', '\102', '\040', '\143', '\150', '\040', '\061', - '\012', '\150', '\146', '\124', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\161', '\117', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\146', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\152', '\125', '\040', - '\151', '\152', '\040', '\061', '\012', '\142', '\150', '\122', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\127', - '\166', '\040', '\164', '\150', '\040', '\061', '\012', '\151', - '\161', '\105', '\040', '\151', '\156', '\040', '\061', '\012', - '\147', '\160', '\125', '\040', '\156', '\147', '\040', '\061', - '\012', '\151', '\127', '\142', '\040', '\151', '\156', '\040', - '\061', '\012', '\164', '\154', '\120', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\131', '\161', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\103', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\157', '\113', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\123', '\147', - '\152', '\040', '\156', '\147', '\040', '\061', '\012', '\150', - '\166', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\153', '\146', '\131', '\040', '\153', '\141', '\040', '\061', - '\012', '\172', '\142', '\115', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\166', '\101', '\040', '\163', '\172', - '\040', '\061', '\012', '\143', '\110', '\160', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\166', '\113', '\040', - '\166', '\141', '\040', '\061', '\012', '\146', '\160', '\132', - '\040', '\160', '\162', '\040', '\061', '\012', '\144', '\146', - '\130', '\040', '\144', '\145', '\040', '\061', '\012', '\167', - '\162', '\113', '\040', '\145', '\162', '\040', '\061', '\012', - '\170', '\145', '\105', '\040', '\145', '\162', '\040', '\061', - '\012', '\146', '\153', '\131', '\040', '\153', '\141', '\040', - '\061', '\012', '\163', '\142', '\130', '\040', '\163', '\172', - '\040', '\061', '\012', '\146', '\143', '\123', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\113', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\121', '\154', '\170', - '\040', '\154', '\145', '\040', '\061', '\012', '\132', '\161', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\127', '\147', '\040', '\161', '\165', '\040', '\061', '\012', - '\143', '\144', '\114', '\040', '\143', '\150', '\040', '\061', - '\012', '\152', '\166', '\107', '\040', '\151', '\152', '\040', - '\061', '\012', '\115', '\147', '\170', '\040', '\156', '\147', - '\040', '\061', '\012', '\147', '\167', '\106', '\040', '\156', - '\147', '\040', '\061', '\012', '\153', '\144', '\120', '\040', - '\144', '\145', '\040', '\061', '\012', '\165', '\115', '\162', - '\040', '\161', '\165', '\040', '\061', '\012', '\164', '\143', - '\104', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\162', '\114', '\040', '\161', '\165', '\040', '\061', '\012', - '\115', '\164', '\155', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\121', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\110', '\160', '\170', '\040', '\160', '\162', - '\040', '\061', '\012', '\172', '\160', '\111', '\040', '\163', - '\172', '\040', '\061', '\012', '\152', '\153', '\122', '\040', - '\151', '\152', '\040', '\061', '\012', '\153', '\150', '\110', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\123', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\106', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\152', '\165', '\117', '\040', '\161', '\165', '\040', '\061', - '\012', '\130', '\171', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\107', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\131', '\172', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\167', '\142', '\103', '\040', - '\167', '\141', '\040', '\061', '\012', '\167', '\123', '\142', - '\040', '\167', '\141', '\040', '\061', '\012', '\163', '\132', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\122', - '\172', '\170', '\040', '\163', '\172', '\040', '\061', '\012', - '\106', '\154', '\170', '\040', '\154', '\145', '\040', '\061', - '\012', '\142', '\161', '\103', '\040', '\161', '\165', '\040', - '\061', '\012', '\154', '\143', '\110', '\040', '\143', '\150', - '\040', '\061', '\012', '\167', '\155', '\107', '\040', '\155', - '\145', '\040', '\061', '\012', '\172', '\103', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\170', '\141', '\104', - '\040', '\141', '\156', '\040', '\061', '\012', '\151', '\167', - '\110', '\040', '\151', '\156', '\040', '\061', '\012', '\161', - '\104', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\107', '\170', '\040', '\163', '\172', '\040', '\061', - '\012', '\130', '\150', '\171', '\040', '\164', '\150', '\040', - '\061', '\012', '\145', '\126', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\167', '\153', '\112', '\040', '\167', - '\141', '\040', '\061', '\012', '\114', '\143', '\146', '\040', - '\143', '\150', '\040', '\061', '\012', '\154', '\147', '\121', - '\040', '\156', '\147', '\040', '\061', '\012', '\104', '\150', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\146', '\117', '\040', '\163', '\172', '\040', '\061', '\012', - '\153', '\126', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\150', '\155', '\114', '\040', '\164', '\150', '\040', - '\061', '\012', '\117', '\167', '\146', '\040', '\167', '\141', - '\040', '\061', '\012', '\167', '\132', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\144', '\156', '\116', '\040', - '\141', '\156', '\040', '\061', '\012', '\115', '\172', '\160', - '\040', '\163', '\172', '\040', '\061', '\012', '\155', '\131', - '\167', '\040', '\155', '\145', '\040', '\061', '\012', '\171', - '\114', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\130', '\170', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\161', '\167', '\111', '\040', '\161', '\165', '\040', - '\061', '\012', '\124', '\170', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\171', '\113', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\142', '\152', '\130', '\040', - '\151', '\152', '\040', '\061', '\012', '\160', '\142', '\123', - '\040', '\160', '\162', '\040', '\061', '\012', '\172', '\162', - '\120', '\040', '\145', '\162', '\040', '\061', '\012', '\150', - '\112', '\155', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\147', '\101', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\167', '\131', '\040', '\163', '\172', '\040', - '\061', '\012', '\162', '\130', '\153', '\040', '\145', '\162', - '\040', '\061', '\012', '\156', '\104', '\170', '\040', '\141', - '\156', '\040', '\061', '\012', '\166', '\107', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\155', '\121', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\165', '\160', - '\131', '\040', '\161', '\165', '\040', '\061', '\012', '\162', - '\114', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\126', '\146', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\167', '\103', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\143', '\147', '\170', '\040', '\143', '\150', - '\040', '\061', '\012', '\153', '\132', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\127', '\152', '\167', '\040', - '\151', '\152', '\040', '\061', '\012', '\121', '\141', '\170', - '\040', '\141', '\156', '\040', '\061', '\012', '\147', '\162', - '\107', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\112', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\144', '\112', '\170', '\040', '\144', '\145', '\040', '\061', - '\012', '\143', '\115', '\144', '\040', '\143', '\150', '\040', - '\061', '\012', '\121', '\143', '\163', '\040', '\143', '\150', - '\040', '\061', '\012', '\155', '\153', '\113', '\040', '\153', - '\141', '\040', '\061', '\012', '\152', '\116', '\170', '\040', - '\151', '\152', '\040', '\061', '\012', '\155', '\162', '\131', - '\040', '\145', '\162', '\040', '\061', '\012', '\130', '\167', - '\170', '\040', '\167', '\141', '\040', '\061', '\012', '\162', - '\132', '\154', '\040', '\145', '\162', '\040', '\061', '\012', - '\147', '\170', '\125', '\040', '\156', '\147', '\040', '\061', - '\012', '\114', '\156', '\166', '\040', '\141', '\156', '\040', - '\061', '\012', '\171', '\147', '\103', '\040', '\156', '\147', - '\040', '\061', '\012', '\104', '\161', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\114', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\155', '\156', '\121', - '\040', '\141', '\156', '\040', '\061', '\012', '\153', '\152', - '\125', '\040', '\151', '\152', '\040', '\061', '\012', '\142', - '\166', '\117', '\040', '\166', '\141', '\040', '\061', '\012', - '\157', '\126', '\155', '\040', '\157', '\156', '\040', '\061', - '\012', '\166', '\127', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\162', '\107', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\164', '\142', '\112', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\123', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\167', '\112', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\146', '\112', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\157', - '\121', '\166', '\040', '\157', '\156', '\040', '\061', '\012', - '\126', '\167', '\163', '\040', '\163', '\172', '\040', '\061', - '\012', '\160', '\156', '\125', '\040', '\141', '\156', '\040', - '\061', '\012', '\116', '\155', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\143', '\124', '\161', '\040', '\143', - '\150', '\040', '\061', '\012', '\105', '\144', '\170', '\040', - '\144', '\145', '\040', '\061', '\012', '\165', '\161', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\131', '\162', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\121', - '\156', '\170', '\040', '\141', '\156', '\040', '\061', '\012', - '\155', '\112', '\146', '\040', '\155', '\145', '\040', '\061', - '\012', '\153', '\104', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\130', '\150', '\144', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\114', '\170', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\153', '\125', '\040', - '\153', '\141', '\040', '\061', '\012', '\146', '\161', '\124', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\131', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\106', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\170', '\142', '\121', '\040', '\142', '\145', '\040', '\061', - '\012', '\166', '\143', '\123', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\161', '\124', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\153', '\106', '\040', '\156', - '\147', '\040', '\061', '\012', '\172', '\106', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\160', '\105', - '\040', '\153', '\141', '\040', '\061', '\012', '\107', '\170', - '\142', '\040', '\142', '\145', '\040', '\061', '\012', '\132', - '\164', '\167', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\111', '\154', '\040', '\161', '\165', '\040', '\061', - '\012', '\121', '\153', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\167', '\144', '\126', '\040', '\144', '\145', - '\040', '\061', '\012', '\162', '\167', '\120', '\040', '\145', - '\162', '\040', '\061', '\012', '\141', '\103', '\147', '\040', - '\141', '\156', '\040', '\061', '\012', '\132', '\162', '\163', - '\040', '\145', '\162', '\040', '\061', '\012', '\172', '\155', - '\127', '\040', '\163', '\172', '\040', '\061', '\012', '\166', - '\146', '\117', '\040', '\166', '\141', '\040', '\061', '\012', - '\150', '\102', '\152', '\040', '\164', '\150', '\040', '\061', - '\012', '\164', '\142', '\110', '\040', '\164', '\150', '\040', - '\061', '\012', '\104', '\170', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\172', '\144', '\104', '\040', '\144', - '\145', '\040', '\061', '\012', '\156', '\102', '\167', '\040', - '\141', '\156', '\040', '\061', '\012', '\154', '\162', '\126', - '\040', '\145', '\162', '\040', '\061', '\012', '\147', '\121', - '\161', '\040', '\156', '\147', '\040', '\061', '\012', '\164', - '\154', '\113', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\164', '\120', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\161', '\126', '\040', '\161', '\165', '\040', - '\061', '\012', '\156', '\122', '\155', '\040', '\141', '\156', - '\040', '\061', '\012', '\152', '\126', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\103', '\162', '\161', '\040', - '\145', '\162', '\040', '\061', '\012', '\146', '\106', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\130', '\152', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\103', - '\155', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\161', '\127', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\172', '\117', '\040', '\151', '\152', '\040', - '\061', '\012', '\115', '\144', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\155', '\164', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\162', '\107', '\166', '\040', - '\145', '\162', '\040', '\061', '\012', '\153', '\107', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\155', '\114', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\165', - '\127', '\152', '\040', '\161', '\165', '\040', '\061', '\012', - '\122', '\143', '\161', '\040', '\143', '\150', '\040', '\061', - '\012', '\143', '\126', '\160', '\040', '\143', '\150', '\040', - '\061', '\012', '\142', '\127', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\130', '\172', '\170', '\040', '\163', - '\172', '\040', '\061', '\012', '\127', '\153', '\142', '\040', - '\153', '\141', '\040', '\061', '\012', '\170', '\172', '\110', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\165', - '\120', '\040', '\165', '\156', '\040', '\061', '\012', '\144', - '\110', '\166', '\040', '\144', '\145', '\040', '\061', '\012', - '\104', '\155', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\104', '\147', '\166', '\040', '\156', '\147', '\040', - '\061', '\012', '\164', '\147', '\131', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\164', '\115', '\040', '\164', - '\150', '\040', '\061', '\012', '\164', '\115', '\172', '\040', - '\164', '\150', '\040', '\061', '\012', '\142', '\110', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\132', '\146', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\170', - '\132', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\152', '\153', '\110', '\040', '\151', '\152', '\040', '\061', - '\012', '\162', '\116', '\160', '\040', '\145', '\162', '\040', - '\061', '\012', '\170', '\115', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\167', '\160', '\106', '\040', '\160', - '\162', '\040', '\061', '\012', '\144', '\152', '\104', '\040', - '\144', '\145', '\040', '\061', '\012', '\142', '\170', '\126', - '\040', '\142', '\145', '\040', '\061', '\012', '\150', '\147', - '\123', '\040', '\164', '\150', '\040', '\061', '\012', '\120', - '\153', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\104', '\170', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\155', '\115', '\170', '\040', '\155', '\145', '\040', - '\061', '\012', '\144', '\107', '\152', '\040', '\144', '\145', - '\040', '\061', '\012', '\153', '\142', '\110', '\040', '\153', - '\141', '\040', '\061', '\012', '\114', '\150', '\147', '\040', - '\164', '\150', '\040', '\061', '\012', '\104', '\166', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\162', - '\124', '\040', '\161', '\165', '\040', '\061', '\012', '\111', - '\152', '\167', '\040', '\151', '\152', '\040', '\061', '\012', - '\167', '\165', '\111', '\040', '\161', '\165', '\040', '\061', - '\012', '\132', '\167', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\144', '\150', '\112', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\143', '\122', '\040', '\143', - '\150', '\040', '\061', '\012', '\167', '\150', '\115', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\147', '\120', - '\040', '\156', '\147', '\040', '\061', '\012', '\161', '\153', - '\122', '\040', '\161', '\165', '\040', '\061', '\012', '\163', - '\161', '\122', '\040', '\161', '\165', '\040', '\061', '\012', - '\154', '\170', '\131', '\040', '\154', '\145', '\040', '\061', - '\012', '\166', '\126', '\167', '\040', '\166', '\141', '\040', - '\061', '\012', '\154', '\113', '\144', '\040', '\154', '\145', - '\040', '\061', '\012', '\116', '\154', '\171', '\040', '\154', - '\145', '\040', '\061', '\012', '\171', '\113', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\102', '\142', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\121', - '\170', '\040', '\167', '\141', '\040', '\061', '\012', '\153', - '\131', '\167', '\040', '\153', '\141', '\040', '\061', '\012', - '\146', '\121', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\163', '\166', '\127', '\040', '\163', '\172', '\040', - '\061', '\012', '\171', '\107', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\171', '\164', '\102', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\166', '\125', '\040', - '\151', '\152', '\040', '\061', '\012', '\153', '\152', '\172', - '\040', '\153', '\141', '\040', '\061', '\012', '\152', '\126', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\121', - '\142', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\160', '\161', '\115', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\167', '\165', '\040', '\153', '\165', '\040', - '\061', '\012', '\121', '\167', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\144', '\143', '\132', '\040', '\143', - '\150', '\040', '\061', '\012', '\154', '\150', '\107', '\040', - '\164', '\150', '\040', '\061', '\012', '\147', '\155', '\123', - '\040', '\156', '\147', '\040', '\061', '\012', '\111', '\161', - '\172', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\132', '\146', '\040', '\163', '\172', '\040', '\061', '\012', - '\150', '\114', '\156', '\040', '\164', '\150', '\040', '\061', - '\012', '\145', '\115', '\146', '\040', '\145', '\162', '\040', - '\061', '\012', '\170', '\116', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\155', '\120', '\155', '\040', '\165', - '\155', '\040', '\061', '\012', '\160', '\115', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\167', '\172', '\127', - '\040', '\163', '\172', '\040', '\061', '\012', '\153', '\122', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\150', - '\172', '\113', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\142', '\117', '\040', '\142', '\145', '\040', '\061', - '\012', '\130', '\170', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\106', '\156', '\170', '\040', '\141', '\156', - '\040', '\061', '\012', '\102', '\166', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\142', '\152', '\132', '\040', - '\151', '\152', '\040', '\061', '\012', '\164', '\143', '\131', - '\040', '\164', '\150', '\040', '\061', '\012', '\144', '\155', - '\102', '\040', '\144', '\145', '\040', '\061', '\012', '\161', - '\106', '\145', '\040', '\161', '\165', '\040', '\061', '\012', - '\153', '\170', '\102', '\040', '\153', '\141', '\040', '\061', - '\012', '\161', '\102', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\126', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\142', '\157', '\121', '\040', '\157', - '\156', '\040', '\061', '\012', '\170', '\157', '\110', '\040', - '\157', '\156', '\040', '\061', '\012', '\144', '\127', '\147', - '\040', '\144', '\145', '\040', '\061', '\012', '\124', '\144', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\116', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\131', '\160', '\040', '\166', '\141', '\040', '\061', - '\012', '\160', '\104', '\146', '\040', '\160', '\162', '\040', - '\061', '\012', '\154', '\167', '\107', '\040', '\154', '\145', - '\040', '\061', '\012', '\150', '\104', '\161', '\040', '\164', - '\150', '\040', '\061', '\012', '\112', '\144', '\171', '\040', - '\144', '\145', '\040', '\061', '\012', '\163', '\156', '\132', - '\040', '\141', '\156', '\040', '\061', '\012', '\155', '\172', - '\125', '\040', '\163', '\172', '\040', '\061', '\012', '\172', - '\113', '\170', '\040', '\163', '\172', '\040', '\061', '\012', - '\162', '\166', '\103', '\040', '\145', '\162', '\040', '\061', - '\012', '\167', '\165', '\123', '\040', '\161', '\165', '\040', - '\061', '\012', '\144', '\156', '\121', '\040', '\141', '\156', - '\040', '\061', '\012', '\166', '\103', '\171', '\040', '\166', - '\141', '\040', '\061', '\012', '\125', '\144', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\142', '\124', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\161', '\142', - '\103', '\040', '\161', '\165', '\040', '\061', '\012', '\164', - '\142', '\124', '\040', '\164', '\150', '\040', '\061', '\012', - '\151', '\104', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\127', '\150', '\142', '\040', '\164', '\150', '\040', - '\061', '\012', '\164', '\142', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\146', '\117', '\040', '\164', - '\150', '\040', '\061', '\012', '\124', '\146', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\142', '\127', - '\040', '\144', '\145', '\040', '\061', '\012', '\102', '\144', - '\171', '\040', '\144', '\145', '\040', '\061', '\012', '\166', - '\152', '\122', '\040', '\151', '\152', '\040', '\061', '\012', - '\143', '\142', '\103', '\040', '\143', '\150', '\040', '\061', - '\012', '\167', '\165', '\127', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\103', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\127', '\144', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\122', '\142', '\040', - '\166', '\141', '\040', '\061', '\012', '\142', '\127', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\166', '\132', - '\167', '\040', '\166', '\141', '\040', '\061', '\012', '\144', - '\112', '\152', '\040', '\144', '\145', '\040', '\061', '\012', - '\161', '\132', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\112', '\147', '\161', '\040', '\156', '\147', '\040', - '\061', '\012', '\172', '\142', '\110', '\040', '\163', '\172', - '\040', '\061', '\012', '\150', '\112', '\154', '\040', '\164', - '\150', '\040', '\061', '\012', '\130', '\150', '\147', '\040', - '\164', '\150', '\040', '\061', '\012', '\156', '\126', '\160', - '\040', '\141', '\156', '\040', '\061', '\012', '\144', '\126', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\103', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\157', '\131', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\153', '\167', '\110', '\040', '\153', '\141', '\040', - '\061', '\012', '\166', '\167', '\116', '\040', '\166', '\141', - '\040', '\061', '\012', '\172', '\146', '\167', '\040', '\163', - '\172', '\040', '\061', '\012', '\166', '\154', '\117', '\040', - '\154', '\145', '\040', '\061', '\012', '\172', '\164', '\130', - '\040', '\164', '\151', '\040', '\061', '\012', '\144', '\113', - '\170', '\040', '\144', '\145', '\040', '\061', '\012', '\170', - '\121', '\163', '\040', '\163', '\172', '\040', '\061', '\012', - '\143', '\104', '\154', '\040', '\143', '\150', '\040', '\061', - '\012', '\171', '\126', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\172', '\160', '\116', '\040', '\163', '\172', - '\040', '\061', '\012', '\170', '\153', '\107', '\040', '\153', - '\141', '\040', '\061', '\012', '\145', '\161', '\127', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\144', '\104', - '\040', '\144', '\151', '\040', '\061', '\012', '\146', '\121', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\131', - '\150', '\154', '\040', '\164', '\150', '\040', '\061', '\012', - '\164', '\102', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\105', '\146', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\150', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\126', '\147', '\166', '\040', '\156', - '\147', '\040', '\061', '\012', '\114', '\163', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\146', '\112', - '\040', '\144', '\145', '\040', '\061', '\012', '\132', '\144', - '\160', '\040', '\144', '\145', '\040', '\061', '\012', '\162', - '\132', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\164', '\132', '\150', '\040', '\143', '\150', '\040', '\061', - '\012', '\155', '\164', '\103', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\170', '\121', '\040', '\163', '\172', - '\040', '\061', '\012', '\126', '\156', '\152', '\040', '\141', - '\156', '\040', '\061', '\012', '\163', '\110', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\167', '\131', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\102', '\161', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\162', '\126', '\040', '\145', '\162', '\040', '\061', '\012', - '\131', '\143', '\163', '\040', '\143', '\150', '\040', '\061', - '\012', '\152', '\122', '\167', '\040', '\151', '\152', '\040', - '\061', '\012', '\151', '\127', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\150', '\126', '\167', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\132', '\163', '\040', - '\163', '\172', '\040', '\061', '\012', '\103', '\161', '\157', - '\040', '\161', '\165', '\040', '\061', '\012', '\107', '\146', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\162', - '\102', '\166', '\040', '\145', '\162', '\040', '\061', '\012', - '\117', '\152', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\172', '\107', '\146', '\040', '\163', '\172', '\040', - '\061', '\012', '\142', '\132', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\106', '\166', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\132', '\147', '\163', '\040', - '\156', '\147', '\040', '\061', '\012', '\122', '\146', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\122', '\167', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\131', - '\162', '\160', '\040', '\145', '\162', '\040', '\061', '\012', - '\151', '\106', '\160', '\040', '\151', '\156', '\040', '\061', - '\012', '\142', '\126', '\170', '\040', '\142', '\145', '\040', - '\061', '\012', '\172', '\146', '\115', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\144', '\126', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\107', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\164', '\156', '\112', - '\040', '\164', '\150', '\040', '\061', '\012', '\160', '\144', - '\122', '\040', '\144', '\145', '\040', '\061', '\012', '\147', - '\102', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\147', '\172', '\103', '\040', '\156', '\147', '\040', '\061', - '\012', '\120', '\167', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\165', '\101', '\167', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\156', '\130', '\040', '\141', - '\156', '\040', '\061', '\012', '\166', '\147', '\124', '\040', - '\156', '\147', '\040', '\061', '\012', '\157', '\101', '\167', - '\040', '\153', '\157', '\040', '\061', '\012', '\170', '\102', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\144', - '\116', '\146', '\040', '\144', '\145', '\040', '\061', '\012', - '\120', '\161', '\163', '\040', '\161', '\165', '\040', '\061', - '\012', '\116', '\160', '\144', '\040', '\144', '\151', '\040', - '\061', '\012', '\157', '\125', '\171', '\040', '\153', '\157', - '\040', '\061', '\012', '\146', '\160', '\104', '\040', '\160', - '\162', '\040', '\061', '\012', '\122', '\146', '\170', '\040', - '\146', '\157', '\040', '\061', '\012', '\154', '\130', '\155', - '\040', '\154', '\145', '\040', '\061', '\012', '\161', '\127', - '\163', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\127', '\166', '\040', '\166', '\151', '\040', '\061', '\012', - '\106', '\167', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\114', '\161', '\152', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\166', '\121', '\040', '\166', '\141', - '\040', '\061', '\012', '\172', '\147', '\102', '\040', '\156', - '\147', '\040', '\061', '\012', '\153', '\112', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\166', '\127', '\157', - '\040', '\157', '\156', '\040', '\061', '\012', '\130', '\166', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\171', - '\104', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\144', '\120', '\040', '\144', '\145', '\040', '\061', - '\012', '\152', '\126', '\146', '\040', '\151', '\152', '\040', - '\061', '\012', '\167', '\120', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\144', '\167', '\101', '\040', '\144', - '\145', '\040', '\061', '\012', '\117', '\161', '\160', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\151', '\132', - '\040', '\151', '\156', '\040', '\061', '\012', '\170', '\144', - '\126', '\040', '\144', '\145', '\040', '\061', '\012', '\161', - '\106', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\161', '\172', '\111', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\167', '\114', '\040', '\167', '\141', '\040', - '\061', '\012', '\163', '\127', '\166', '\040', '\163', '\172', - '\040', '\061', '\012', '\124', '\160', '\171', '\040', '\160', - '\162', '\040', '\061', '\012', '\167', '\142', '\146', '\040', - '\167', '\141', '\040', '\061', '\012', '\165', '\120', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\113', '\156', - '\167', '\040', '\141', '\156', '\040', '\061', '\012', '\151', - '\165', '\117', '\040', '\151', '\156', '\040', '\061', '\012', - '\121', '\144', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\131', '\146', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\167', '\165', '\113', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\114', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\112', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\116', '\146', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\131', '\161', - '\154', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\163', '\110', '\040', '\161', '\165', '\040', '\061', '\012', - '\122', '\172', '\166', '\040', '\163', '\172', '\040', '\061', - '\012', '\142', '\111', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\163', '\121', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\147', '\103', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\123', '\141', '\040', - '\141', '\156', '\040', '\061', '\012', '\146', '\170', '\121', - '\040', '\146', '\157', '\040', '\061', '\012', '\150', '\143', - '\132', '\040', '\164', '\150', '\040', '\061', '\012', '\167', - '\142', '\112', '\040', '\167', '\141', '\040', '\061', '\012', - '\161', '\122', '\154', '\040', '\161', '\165', '\040', '\061', - '\012', '\107', '\143', '\171', '\040', '\143', '\150', '\040', - '\061', '\012', '\166', '\132', '\155', '\040', '\166', '\141', - '\040', '\061', '\012', '\130', '\172', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\167', '\147', '\122', '\040', - '\156', '\147', '\040', '\061', '\012', '\144', '\154', '\117', - '\040', '\154', '\145', '\040', '\061', '\012', '\164', '\103', - '\142', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\155', '\131', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\132', '\170', '\040', '\161', '\165', '\040', '\061', - '\012', '\114', '\142', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\104', '\147', '\161', '\040', '\156', '\147', - '\040', '\061', '\012', '\126', '\153', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\167', '\161', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\115', '\161', '\153', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\125', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\161', - '\147', '\103', '\040', '\156', '\147', '\040', '\061', '\012', - '\163', '\142', '\104', '\040', '\163', '\172', '\040', '\061', - '\012', '\123', '\161', '\171', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\115', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\102', '\172', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\111', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\126', '\152', - '\040', '\143', '\150', '\040', '\061', '\012', '\167', '\112', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\130', - '\152', '\155', '\040', '\151', '\152', '\040', '\061', '\012', - '\110', '\155', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\141', '\121', '\144', '\040', '\141', '\156', '\040', - '\061', '\012', '\151', '\110', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\115', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\167', '\127', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\146', '\165', '\105', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\103', - '\146', '\040', '\155', '\145', '\040', '\061', '\012', '\161', - '\156', '\120', '\040', '\141', '\156', '\040', '\061', '\012', - '\172', '\114', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\153', '\122', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\115', '\166', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\155', '\122', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\171', '\146', '\112', '\040', - '\156', '\171', '\040', '\061', '\012', '\170', '\103', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\163', '\121', - '\142', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\165', '\103', '\040', '\165', '\156', '\040', '\061', '\012', - '\103', '\164', '\143', '\040', '\164', '\150', '\040', '\061', - '\012', '\160', '\120', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\172', '\152', '\111', '\040', '\163', '\172', - '\040', '\061', '\012', '\170', '\155', '\103', '\040', '\155', - '\145', '\040', '\061', '\012', '\170', '\144', '\112', '\040', - '\144', '\145', '\040', '\061', '\012', '\156', '\130', '\166', - '\040', '\141', '\156', '\040', '\061', '\012', '\166', '\163', - '\117', '\040', '\163', '\172', '\040', '\061', '\012', '\160', - '\122', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\166', '\142', '\106', '\040', '\166', '\141', '\040', '\061', - '\012', '\167', '\116', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\153', '\110', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\162', '\167', '\115', '\040', '\145', - '\162', '\040', '\061', '\012', '\147', '\170', '\104', '\040', - '\156', '\147', '\040', '\061', '\012', '\121', '\150', '\151', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\161', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\156', '\114', '\040', '\141', '\156', '\040', '\061', '\012', - '\142', '\113', '\142', '\040', '\142', '\145', '\040', '\061', - '\012', '\151', '\161', '\116', '\040', '\151', '\156', '\040', - '\061', '\012', '\144', '\153', '\130', '\040', '\144', '\145', - '\040', '\061', '\012', '\142', '\121', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\142', '\116', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\124', '\154', '\153', - '\040', '\154', '\145', '\040', '\061', '\012', '\116', '\154', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\103', - '\170', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\115', '\161', '\146', '\040', '\161', '\165', '\040', '\061', - '\012', '\120', '\166', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\167', '\132', '\040', '\163', '\172', - '\040', '\061', '\012', '\160', '\107', '\142', '\040', '\160', - '\162', '\040', '\061', '\012', '\156', '\162', '\106', '\040', - '\141', '\156', '\040', '\061', '\012', '\142', '\153', '\123', - '\040', '\153', '\141', '\040', '\061', '\012', '\144', '\122', - '\166', '\040', '\144', '\145', '\040', '\061', '\012', '\152', - '\112', '\155', '\040', '\151', '\152', '\040', '\061', '\012', - '\151', '\161', '\106', '\040', '\151', '\156', '\040', '\061', - '\012', '\146', '\107', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\156', '\170', '\127', '\040', '\141', '\156', - '\040', '\061', '\012', '\170', '\163', '\127', '\040', '\163', - '\172', '\040', '\061', '\012', '\155', '\146', '\121', '\040', - '\155', '\145', '\040', '\061', '\012', '\146', '\147', '\120', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\154', - '\110', '\040', '\154', '\145', '\040', '\061', '\012', '\156', - '\162', '\111', '\040', '\141', '\156', '\040', '\061', '\012', - '\153', '\130', '\166', '\040', '\153', '\141', '\040', '\061', - '\012', '\126', '\160', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\115', '\153', '\040', '\163', '\172', - '\040', '\061', '\012', '\160', '\110', '\146', '\040', '\160', - '\162', '\040', '\061', '\012', '\152', '\144', '\115', '\040', - '\144', '\145', '\040', '\061', '\012', '\142', '\161', '\112', - '\040', '\161', '\165', '\040', '\061', '\012', '\103', '\153', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\113', '\166', '\040', '\163', '\172', '\040', '\061', '\012', - '\152', '\172', '\107', '\040', '\163', '\172', '\040', '\061', - '\012', '\165', '\111', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\116', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\152', '\131', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\167', '\114', '\040', - '\167', '\141', '\040', '\061', '\012', '\144', '\132', '\170', - '\040', '\144', '\145', '\040', '\061', '\012', '\166', '\147', - '\106', '\040', '\156', '\147', '\040', '\061', '\012', '\167', - '\130', '\151', '\040', '\151', '\156', '\040', '\061', '\012', - '\166', '\132', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\103', '\164', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\161', '\103', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\117', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\147', '\130', '\040', - '\156', '\147', '\040', '\061', '\012', '\153', '\127', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\147', '\162', - '\106', '\040', '\156', '\147', '\040', '\061', '\012', '\161', - '\156', '\130', '\040', '\141', '\156', '\040', '\061', '\012', - '\170', '\125', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\160', '\155', '\103', '\040', '\155', '\145', '\040', - '\061', '\012', '\165', '\172', '\105', '\040', '\161', '\165', - '\040', '\061', '\012', '\111', '\166', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\147', '\166', '\111', '\040', - '\156', '\147', '\040', '\061', '\012', '\153', '\156', '\132', - '\040', '\141', '\156', '\040', '\061', '\012', '\154', '\170', - '\132', '\040', '\154', '\145', '\040', '\061', '\012', '\130', - '\167', '\146', '\040', '\167', '\141', '\040', '\061', '\012', - '\104', '\161', '\142', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\113', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\126', '\167', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\170', '\123', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\110', '\167', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\171', '\116', '\170', - '\040', '\156', '\171', '\040', '\061', '\012', '\171', '\157', - '\121', '\040', '\157', '\156', '\040', '\061', '\012', '\143', - '\123', '\170', '\040', '\143', '\150', '\040', '\061', '\012', - '\105', '\166', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\111', '\167', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\146', '\132', '\040', '\144', '\145', - '\040', '\061', '\012', '\150', '\172', '\120', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\102', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\153', '\161', '\162', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\102', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\154', - '\112', '\152', '\040', '\154', '\145', '\040', '\061', '\012', - '\143', '\152', '\161', '\040', '\143', '\150', '\040', '\061', - '\012', '\144', '\162', '\127', '\040', '\145', '\162', '\040', - '\061', '\012', '\161', '\141', '\104', '\040', '\141', '\156', - '\040', '\061', '\012', '\167', '\104', '\146', '\040', '\167', - '\141', '\040', '\061', '\012', '\114', '\170', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\172', '\121', '\146', - '\040', '\146', '\157', '\040', '\061', '\012', '\112', '\164', - '\161', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\122', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\107', '\146', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\130', '\142', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\132', '\142', '\040', '\167', '\141', - '\040', '\061', '\012', '\163', '\162', '\121', '\040', '\145', - '\162', '\040', '\061', '\012', '\147', '\112', '\161', '\040', - '\156', '\147', '\040', '\061', '\012', '\152', '\106', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\147', '\116', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\122', - '\153', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\160', '\172', '\112', '\040', '\163', '\172', '\040', '\061', - '\012', '\154', '\142', '\101', '\040', '\154', '\145', '\040', - '\061', '\012', '\143', '\102', '\161', '\040', '\143', '\150', - '\040', '\061', '\012', '\113', '\171', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\143', '\117', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\130', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\143', '\126', - '\163', '\040', '\143', '\150', '\040', '\061', '\012', '\162', - '\131', '\155', '\040', '\145', '\162', '\040', '\061', '\012', - '\153', '\126', '\155', '\040', '\153', '\141', '\040', '\061', - '\012', '\146', '\143', '\132', '\040', '\143', '\150', '\040', - '\061', '\012', '\146', '\172', '\103', '\040', '\163', '\172', - '\040', '\061', '\012', '\164', '\113', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\120', '\172', '\040', - '\156', '\147', '\040', '\061', '\012', '\161', '\143', '\114', - '\040', '\143', '\150', '\040', '\061', '\012', '\131', '\152', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\172', - '\170', '\125', '\040', '\163', '\172', '\040', '\061', '\012', - '\170', '\142', '\124', '\040', '\142', '\145', '\040', '\061', - '\012', '\156', '\166', '\130', '\040', '\141', '\156', '\040', - '\061', '\012', '\161', '\155', '\122', '\040', '\161', '\165', - '\040', '\061', '\012', '\142', '\170', '\114', '\040', '\142', - '\145', '\040', '\061', '\012', '\130', '\167', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\152', '\123', '\146', - '\040', '\151', '\152', '\040', '\061', '\012', '\154', '\116', - '\146', '\040', '\154', '\145', '\040', '\061', '\012', '\172', - '\124', '\163', '\040', '\163', '\172', '\040', '\061', '\012', - '\153', '\106', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\114', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\162', '\162', '\130', '\040', '\145', '\162', - '\040', '\061', '\012', '\167', '\130', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\172', '\166', '\105', '\040', - '\163', '\172', '\040', '\061', '\012', '\110', '\167', '\170', - '\040', '\167', '\141', '\040', '\061', '\012', '\161', '\106', - '\155', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\147', '\122', '\040', '\143', '\150', '\040', '\061', '\012', - '\160', '\104', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\117', '\161', '\142', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\126', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\130', '\164', '\170', '\040', '\164', - '\150', '\040', '\061', '\012', '\121', '\167', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\146', '\145', - '\040', '\145', '\162', '\040', '\061', '\012', '\120', '\143', - '\170', '\040', '\143', '\150', '\040', '\061', '\012', '\142', - '\160', '\117', '\040', '\160', '\162', '\040', '\061', '\012', - '\103', '\167', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\167', '\170', '\117', '\040', '\167', '\141', '\040', - '\061', '\012', '\142', '\126', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\106', '\167', '\040', '\151', - '\152', '\040', '\061', '\012', '\146', '\156', '\106', '\040', - '\141', '\156', '\040', '\061', '\012', '\153', '\170', '\110', - '\040', '\153', '\141', '\040', '\061', '\012', '\131', '\167', - '\163', '\040', '\163', '\172', '\040', '\061', '\012', '\147', - '\144', '\104', '\040', '\156', '\147', '\040', '\061', '\012', - '\152', '\127', '\170', '\040', '\151', '\152', '\040', '\061', - '\012', '\143', '\124', '\154', '\040', '\143', '\150', '\040', - '\061', '\012', '\153', '\155', '\127', '\040', '\153', '\141', - '\040', '\061', '\012', '\155', '\150', '\127', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\172', '\124', '\040', - '\163', '\172', '\040', '\061', '\012', '\162', '\166', '\112', - '\040', '\145', '\162', '\040', '\061', '\012', '\170', '\143', - '\112', '\040', '\143', '\150', '\040', '\061', '\012', '\166', - '\153', '\123', '\040', '\153', '\141', '\040', '\061', '\012', - '\163', '\130', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\163', '\103', '\166', '\040', '\163', '\172', '\040', - '\061', '\012', '\116', '\164', '\160', '\040', '\164', '\150', - '\040', '\061', '\012', '\157', '\110', '\150', '\040', '\154', - '\157', '\040', '\061', '\012', '\131', '\166', '\163', '\040', - '\163', '\172', '\040', '\061', '\012', '\160', '\126', '\146', - '\040', '\160', '\162', '\040', '\061', '\012', '\153', '\105', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\146', '\105', '\040', '\161', '\165', '\040', '\061', '\012', - '\157', '\127', '\155', '\040', '\157', '\156', '\040', '\061', - '\012', '\164', '\115', '\167', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\131', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\156', '\106', '\167', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\121', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\121', '\152', - '\040', '\163', '\172', '\040', '\061', '\012', '\167', '\113', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\155', - '\113', '\146', '\040', '\155', '\145', '\040', '\061', '\012', - '\165', '\114', '\162', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\111', '\142', '\040', '\167', '\141', '\040', - '\061', '\012', '\167', '\162', '\110', '\040', '\145', '\162', - '\040', '\061', '\012', '\160', '\147', '\114', '\040', '\156', - '\147', '\040', '\061', '\012', '\114', '\142', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\152', '\106', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\106', - '\160', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\144', '\130', '\040', '\144', '\145', '\040', '\061', '\012', - '\167', '\124', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\112', '\167', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\154', '\170', '\125', '\040', '\154', '\145', - '\040', '\061', '\012', '\150', '\152', '\101', '\040', '\164', - '\150', '\040', '\061', '\012', '\151', '\120', '\147', '\040', - '\151', '\156', '\040', '\061', '\012', '\130', '\156', '\163', - '\040', '\141', '\156', '\040', '\061', '\012', '\167', '\153', - '\127', '\040', '\153', '\141', '\040', '\061', '\012', '\160', - '\146', '\120', '\040', '\160', '\162', '\040', '\061', '\012', - '\104', '\171', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\127', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\172', '\122', '\040', '\161', '\165', - '\040', '\061', '\012', '\131', '\152', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\164', '\167', '\130', '\040', - '\164', '\150', '\040', '\061', '\012', '\116', '\167', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\152', '\142', - '\102', '\040', '\151', '\152', '\040', '\061', '\012', '\161', - '\167', '\122', '\040', '\161', '\165', '\040', '\061', '\012', - '\131', '\164', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\154', '\130', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\132', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\131', '\155', '\167', '\040', '\155', - '\145', '\040', '\061', '\012', '\167', '\146', '\130', '\040', - '\167', '\141', '\040', '\061', '\012', '\126', '\161', '\171', - '\040', '\161', '\165', '\040', '\061', '\012', '\130', '\161', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\171', - '\125', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\152', '\172', '\124', '\040', '\152', '\157', '\040', '\061', - '\012', '\153', '\116', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\155', '\121', '\040', '\155', '\145', - '\040', '\061', '\012', '\144', '\130', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\171', '\154', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\127', '\172', - '\040', '\164', '\150', '\040', '\061', '\012', '\113', '\166', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\142', - '\150', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\112', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\160', '\142', '\124', '\040', '\160', '\162', '\040', - '\061', '\012', '\141', '\102', '\146', '\040', '\141', '\156', - '\040', '\061', '\012', '\122', '\150', '\152', '\040', '\164', - '\150', '\040', '\061', '\012', '\165', '\101', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\102', '\147', '\170', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\161', - '\116', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\144', '\103', '\040', '\151', '\152', '\040', '\061', '\012', - '\146', '\102', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\143', '\130', '\153', '\040', '\143', '\150', '\040', - '\061', '\012', '\156', '\155', '\115', '\040', '\141', '\156', - '\040', '\061', '\012', '\170', '\122', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\110', '\153', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\144', '\150', '\132', - '\040', '\164', '\150', '\040', '\061', '\012', '\106', '\171', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\153', - '\107', '\155', '\040', '\153', '\141', '\040', '\061', '\012', - '\163', '\107', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\113', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\104', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\114', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\154', '\112', '\163', '\040', - '\154', '\145', '\040', '\061', '\012', '\172', '\116', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\127', '\147', - '\152', '\040', '\156', '\147', '\040', '\061', '\012', '\152', - '\155', '\114', '\040', '\151', '\152', '\040', '\061', '\012', - '\147', '\126', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\106', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\142', '\104', '\040', '\163', '\172', - '\040', '\061', '\012', '\153', '\124', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\144', '\167', '\130', '\040', - '\144', '\145', '\040', '\061', '\012', '\170', '\122', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\101', '\172', - '\166', '\040', '\163', '\172', '\040', '\061', '\012', '\142', - '\121', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\121', '\146', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\157', '\132', '\040', '\157', '\156', '\040', - '\061', '\012', '\152', '\120', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\171', '\107', '\040', '\151', - '\152', '\040', '\061', '\012', '\153', '\130', '\152', '\040', - '\153', '\141', '\040', '\061', '\012', '\171', '\102', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\156', '\167', - '\120', '\040', '\141', '\156', '\040', '\061', '\012', '\170', - '\156', '\101', '\040', '\141', '\156', '\040', '\061', '\012', - '\142', '\113', '\146', '\040', '\142', '\145', '\040', '\061', - '\012', '\161', '\142', '\120', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\107', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\152', '\107', '\040', '\151', - '\152', '\040', '\061', '\012', '\113', '\161', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\126', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\123', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\163', - '\127', '\155', '\040', '\163', '\172', '\040', '\061', '\012', - '\146', '\104', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\160', '\110', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\146', '\131', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\172', '\162', '\127', '\040', '\145', - '\162', '\040', '\061', '\012', '\154', '\104', '\170', '\040', - '\154', '\145', '\040', '\061', '\012', '\150', '\121', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\102', '\144', - '\160', '\040', '\144', '\145', '\040', '\061', '\012', '\146', - '\161', '\132', '\040', '\161', '\165', '\040', '\061', '\012', - '\157', '\121', '\155', '\040', '\157', '\156', '\040', '\061', - '\012', '\121', '\163', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\152', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\115', '\146', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\172', '\142', '\121', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\165', '\122', - '\040', '\165', '\156', '\040', '\061', '\012', '\143', '\115', - '\142', '\040', '\143', '\150', '\040', '\061', '\012', '\172', - '\161', '\104', '\040', '\161', '\165', '\040', '\061', '\012', - '\144', '\130', '\146', '\040', '\144', '\145', '\040', '\061', - '\012', '\162', '\110', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\152', '\150', '\106', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\116', '\146', '\040', '\141', - '\156', '\040', '\061', '\012', '\167', '\110', '\142', '\040', - '\167', '\141', '\040', '\061', '\012', '\124', '\160', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\152', - '\131', '\040', '\151', '\152', '\040', '\061', '\012', '\143', - '\112', '\161', '\040', '\143', '\150', '\040', '\061', '\012', - '\154', '\103', '\153', '\040', '\154', '\145', '\040', '\061', - '\012', '\120', '\146', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\117', '\161', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\146', '\155', '\122', '\040', '\155', - '\145', '\040', '\061', '\012', '\121', '\160', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\116', '\143', '\166', - '\040', '\143', '\150', '\040', '\061', '\012', '\161', '\131', - '\162', '\040', '\161', '\165', '\040', '\061', '\012', '\163', - '\146', '\101', '\040', '\163', '\172', '\040', '\061', '\012', - '\146', '\162', '\123', '\040', '\145', '\162', '\040', '\061', - '\012', '\107', '\160', '\146', '\040', '\160', '\162', '\040', - '\061', '\012', '\152', '\155', '\104', '\040', '\151', '\152', - '\040', '\061', '\012', '\150', '\167', '\111', '\040', '\164', - '\150', '\040', '\061', '\012', '\122', '\142', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\152', '\150', '\102', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\130', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\161', - '\131', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\126', '\146', '\040', '\163', '\172', '\040', '\061', - '\012', '\143', '\103', '\172', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\115', '\154', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\160', '\113', '\040', '\160', - '\162', '\040', '\061', '\012', '\150', '\126', '\171', '\040', - '\164', '\150', '\040', '\061', '\012', '\154', '\143', '\112', - '\040', '\143', '\150', '\040', '\061', '\012', '\117', '\153', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\161', - '\112', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\152', '\114', '\160', '\040', '\151', '\152', '\040', '\061', - '\012', '\156', '\131', '\146', '\040', '\141', '\156', '\040', - '\061', '\012', '\156', '\160', '\106', '\040', '\157', '\156', - '\040', '\061', '\012', '\162', '\127', '\153', '\040', '\145', - '\162', '\040', '\061', '\012', '\155', '\143', '\120', '\040', - '\143', '\150', '\040', '\061', '\012', '\156', '\132', '\155', - '\040', '\141', '\156', '\040', '\061', '\012', '\146', '\131', - '\142', '\040', '\146', '\157', '\040', '\061', '\012', '\172', - '\142', '\103', '\040', '\163', '\172', '\040', '\061', '\012', - '\156', '\102', '\161', '\040', '\141', '\156', '\040', '\061', - '\012', '\146', '\152', '\171', '\040', '\151', '\152', '\040', - '\061', '\012', '\142', '\111', '\170', '\040', '\142', '\145', - '\040', '\061', '\012', '\164', '\167', '\116', '\040', '\164', - '\150', '\040', '\061', '\012', '\107', '\147', '\153', '\040', - '\156', '\147', '\040', '\061', '\012', '\103', '\172', '\155', - '\040', '\163', '\172', '\040', '\061', '\012', '\152', '\164', - '\117', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\122', '\154', '\040', '\141', '\156', '\040', '\061', '\012', - '\152', '\171', '\103', '\040', '\151', '\152', '\040', '\061', - '\012', '\171', '\105', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\155', '\110', '\040', '\166', '\141', - '\040', '\061', '\012', '\167', '\164', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\111', '\146', '\040', - '\167', '\141', '\040', '\061', '\012', '\152', '\111', '\146', - '\040', '\151', '\152', '\040', '\061', '\012', '\161', '\142', - '\115', '\040', '\161', '\165', '\040', '\061', '\012', '\122', - '\167', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\161', '\106', '\040', '\161', '\165', '\040', '\061', - '\012', '\127', '\146', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\152', '\146', '\127', '\040', '\151', '\152', - '\040', '\061', '\012', '\167', '\127', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\127', '\160', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\115', '\147', '\152', - '\040', '\156', '\147', '\040', '\061', '\012', '\144', '\123', - '\146', '\040', '\144', '\145', '\040', '\061', '\012', '\167', - '\131', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\143', '\143', '\111', '\040', '\143', '\150', '\040', '\061', - '\012', '\171', '\154', '\124', '\040', '\154', '\145', '\040', - '\061', '\012', '\107', '\161', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\103', '\155', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\110', '\146', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\161', '\102', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\171', '\103', - '\146', '\040', '\156', '\171', '\040', '\061', '\012', '\161', - '\172', '\117', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\144', '\106', '\040', '\144', '\145', '\040', '\061', - '\012', '\126', '\144', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\112', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\163', '\146', '\122', '\040', '\163', - '\172', '\040', '\061', '\012', '\144', '\154', '\126', '\040', - '\154', '\145', '\040', '\061', '\012', '\152', '\117', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\156', '\146', - '\106', '\040', '\141', '\156', '\040', '\061', '\012', '\167', - '\124', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\162', '\107', '\153', '\040', '\145', '\162', '\040', '\061', - '\012', '\170', '\101', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\166', '\146', '\106', '\040', '\166', '\141', - '\040', '\061', '\012', '\104', '\172', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\153', '\106', '\160', '\040', - '\153', '\141', '\040', '\061', '\012', '\152', '\124', '\155', - '\040', '\151', '\152', '\040', '\061', '\012', '\156', '\116', - '\161', '\040', '\141', '\156', '\040', '\061', '\012', '\161', - '\143', '\116', '\040', '\143', '\150', '\040', '\061', '\012', - '\112', '\152', '\170', '\040', '\151', '\152', '\040', '\061', - '\012', '\164', '\113', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\132', '\162', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\155', '\113', '\040', '\164', - '\150', '\040', '\061', '\012', '\115', '\161', '\172', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\146', '\122', - '\040', '\146', '\157', '\040', '\061', '\012', '\167', '\121', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\155', - '\161', '\107', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\125', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\157', '\151', '\125', '\040', '\151', '\156', '\040', - '\061', '\012', '\161', '\163', '\123', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\107', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\164', '\117', '\040', - '\164', '\150', '\040', '\061', '\012', '\164', '\120', '\142', - '\040', '\164', '\150', '\040', '\061', '\012', '\122', '\161', - '\155', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\153', '\130', '\040', '\153', '\141', '\040', '\061', '\012', - '\127', '\163', '\142', '\040', '\163', '\164', '\040', '\061', - '\012', '\143', '\170', '\122', '\040', '\143', '\150', '\040', - '\061', '\012', '\146', '\132', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\171', '\121', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\172', '\151', '\125', '\040', - '\151', '\156', '\040', '\061', '\012', '\170', '\166', '\127', - '\040', '\166', '\141', '\040', '\061', '\012', '\141', '\104', - '\170', '\040', '\141', '\156', '\040', '\061', '\012', '\142', - '\121', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\152', '\170', '\103', '\040', '\151', '\152', '\040', '\061', - '\012', '\124', '\167', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\163', '\121', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\102', '\146', '\170', '\040', '\146', - '\157', '\040', '\061', '\012', '\141', '\107', '\152', '\040', - '\141', '\156', '\040', '\061', '\012', '\120', '\147', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\110', '\172', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\147', '\127', '\040', '\156', '\147', '\040', '\061', '\012', - '\153', '\144', '\106', '\040', '\144', '\145', '\040', '\061', - '\012', '\153', '\142', '\131', '\040', '\153', '\141', '\040', - '\061', '\012', '\121', '\152', '\170', '\040', '\151', '\152', - '\040', '\061', '\012', '\110', '\170', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\164', '\126', '\170', '\040', - '\164', '\150', '\040', '\061', '\012', '\156', '\170', '\132', - '\040', '\141', '\156', '\040', '\061', '\012', '\157', '\126', - '\144', '\040', '\157', '\156', '\040', '\061', '\012', '\110', - '\154', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\113', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\161', '\101', '\151', '\040', '\151', '\156', '\040', - '\061', '\012', '\144', '\116', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\160', '\161', '\101', '\040', '\161', - '\165', '\040', '\061', '\012', '\145', '\111', '\166', '\040', - '\145', '\162', '\040', '\061', '\012', '\170', '\155', '\127', - '\040', '\155', '\145', '\040', '\061', '\012', '\171', '\143', - '\113', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\121', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\150', '\155', '\125', '\040', '\164', '\150', '\040', '\061', - '\012', '\156', '\154', '\106', '\040', '\141', '\156', '\040', - '\061', '\012', '\107', '\153', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\161', '\102', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\162', '\150', '\121', '\040', - '\164', '\150', '\040', '\061', '\012', '\132', '\156', '\153', - '\040', '\141', '\156', '\040', '\061', '\012', '\126', '\146', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\156', - '\102', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\161', '\166', '\114', '\040', '\161', '\165', '\040', '\061', - '\012', '\141', '\161', '\116', '\040', '\141', '\156', '\040', - '\061', '\012', '\153', '\114', '\146', '\040', '\153', '\141', - '\040', '\061', '\012', '\172', '\112', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\164', '\121', '\167', '\040', - '\164', '\150', '\040', '\061', '\012', '\163', '\127', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\167', - '\127', '\040', '\167', '\141', '\040', '\061', '\012', '\166', - '\172', '\102', '\040', '\163', '\172', '\040', '\061', '\012', - '\171', '\171', '\122', '\040', '\156', '\171', '\040', '\061', - '\012', '\161', '\161', '\116', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\171', '\111', '\040', '\156', '\171', - '\040', '\061', '\012', '\152', '\172', '\112', '\040', '\163', - '\172', '\040', '\061', '\012', '\161', '\147', '\111', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\147', '\121', - '\040', '\156', '\147', '\040', '\061', '\012', '\171', '\114', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\126', - '\161', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\130', '\156', '\162', '\040', '\141', '\156', '\040', '\061', - '\012', '\167', '\110', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\141', '\121', '\147', '\040', '\141', '\156', - '\040', '\061', '\012', '\143', '\106', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\152', '\121', '\040', - '\163', '\172', '\040', '\061', '\012', '\147', '\160', '\104', - '\040', '\156', '\147', '\040', '\061', '\012', '\170', '\172', - '\116', '\040', '\163', '\172', '\040', '\061', '\012', '\151', - '\111', '\167', '\040', '\151', '\156', '\040', '\061', '\012', - '\144', '\121', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\160', '\121', '\171', '\040', '\160', '\162', '\040', - '\061', '\012', '\130', '\171', '\170', '\040', '\156', '\171', - '\040', '\061', '\012', '\163', '\127', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\152', '\106', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\142', '\160', '\106', - '\040', '\160', '\162', '\040', '\061', '\012', '\126', '\163', - '\166', '\040', '\163', '\164', '\040', '\061', '\012', '\121', - '\161', '\154', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\172', '\124', '\040', '\163', '\172', '\040', '\061', - '\012', '\163', '\161', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\113', '\172', '\155', '\040', '\163', '\172', - '\040', '\061', '\012', '\157', '\106', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\153', '\112', '\040', - '\156', '\147', '\040', '\061', '\012', '\150', '\153', '\110', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\114', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\155', '\125', '\040', '\155', '\145', '\040', '\061', '\012', - '\143', '\162', '\112', '\040', '\143', '\150', '\040', '\061', - '\012', '\163', '\154', '\130', '\040', '\154', '\145', '\040', - '\061', '\012', '\124', '\172', '\170', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\142', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\160', '\111', '\040', - '\153', '\141', '\040', '\061', '\012', '\170', '\103', '\146', - '\040', '\146', '\157', '\040', '\061', '\012', '\106', '\155', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\121', - '\150', '\152', '\040', '\164', '\150', '\040', '\061', '\012', - '\164', '\121', '\163', '\040', '\164', '\150', '\040', '\061', - '\012', '\166', '\122', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\131', '\143', '\142', '\040', '\143', '\150', - '\040', '\061', '\012', '\143', '\152', '\120', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\165', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\111', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\153', '\127', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\112', - '\167', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\126', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\152', '\161', '\171', '\040', '\161', '\165', '\040', - '\061', '\012', '\127', '\172', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\103', '\167', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\161', '\105', '\171', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\162', '\130', - '\040', '\145', '\162', '\040', '\061', '\012', '\113', '\161', - '\151', '\040', '\151', '\156', '\040', '\061', '\012', '\154', - '\131', '\166', '\040', '\154', '\145', '\040', '\061', '\012', - '\144', '\107', '\166', '\040', '\144', '\145', '\040', '\061', - '\012', '\103', '\167', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\156', '\104', '\166', '\040', '\141', '\156', - '\040', '\061', '\012', '\117', '\152', '\155', '\040', '\151', - '\152', '\040', '\061', '\012', '\104', '\156', '\170', '\040', - '\141', '\156', '\040', '\061', '\012', '\166', '\162', '\106', - '\040', '\145', '\162', '\040', '\061', '\012', '\112', '\155', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\172', - '\146', '\111', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\161', '\124', '\040', '\161', '\165', '\040', '\061', - '\012', '\130', '\166', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\156', '\120', '\160', '\040', '\141', '\156', - '\040', '\061', '\012', '\141', '\126', '\167', '\040', '\141', - '\156', '\040', '\061', '\012', '\167', '\102', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\153', '\126', '\142', - '\040', '\153', '\141', '\040', '\061', '\012', '\147', '\143', - '\110', '\040', '\143', '\150', '\040', '\061', '\012', '\130', - '\142', '\163', '\040', '\163', '\172', '\040', '\061', '\012', - '\164', '\122', '\144', '\040', '\164', '\150', '\040', '\061', - '\012', '\155', '\121', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\110', '\170', '\145', '\040', '\145', '\162', - '\040', '\061', '\012', '\104', '\156', '\167', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\127', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\160', '\107', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\150', '\147', - '\111', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\167', '\120', '\040', '\167', '\141', '\040', '\061', '\012', - '\156', '\162', '\127', '\040', '\141', '\156', '\040', '\061', - '\012', '\151', '\126', '\161', '\040', '\144', '\151', '\040', - '\061', '\012', '\170', '\172', '\105', '\040', '\163', '\172', - '\040', '\061', '\012', '\126', '\170', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\114', '\172', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\112', '\167', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\147', '\103', - '\161', '\040', '\156', '\147', '\040', '\061', '\012', '\117', - '\164', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\167', '\166', '\120', '\040', '\166', '\141', '\040', '\061', - '\012', '\143', '\116', '\162', '\040', '\143', '\150', '\040', - '\061', '\012', '\151', '\130', '\161', '\040', '\151', '\156', - '\040', '\061', '\012', '\121', '\156', '\154', '\040', '\151', - '\156', '\040', '\061', '\012', '\164', '\120', '\172', '\040', - '\164', '\150', '\040', '\061', '\012', '\150', '\111', '\142', - '\040', '\164', '\150', '\040', '\061', '\012', '\141', '\120', - '\147', '\040', '\141', '\156', '\040', '\061', '\012', '\172', - '\166', '\167', '\040', '\163', '\172', '\040', '\061', '\012', - '\156', '\161', '\117', '\040', '\141', '\156', '\040', '\061', - '\012', '\163', '\161', '\117', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\152', '\121', '\040', '\151', '\152', - '\040', '\061', '\012', '\154', '\167', '\121', '\040', '\154', - '\145', '\040', '\061', '\012', '\160', '\105', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\127', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\163', '\167', - '\124', '\040', '\163', '\172', '\040', '\061', '\012', '\147', - '\155', '\131', '\040', '\156', '\147', '\040', '\061', '\012', - '\147', '\122', '\153', '\040', '\156', '\147', '\040', '\061', - '\012', '\144', '\132', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\146', '\115', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\154', '\170', '\117', '\040', '\154', - '\145', '\040', '\061', '\012', '\153', '\142', '\121', '\040', - '\153', '\141', '\040', '\061', '\012', '\171', '\146', '\116', - '\040', '\156', '\171', '\040', '\061', '\012', '\171', '\155', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\160', '\113', '\040', '\151', '\152', '\040', '\061', '\012', - '\127', '\152', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\146', '\155', '\127', '\040', '\155', '\145', '\040', - '\061', '\012', '\162', '\113', '\170', '\040', '\145', '\162', - '\040', '\061', '\012', '\144', '\154', '\110', '\040', '\154', - '\145', '\040', '\061', '\012', '\153', '\143', '\113', '\040', - '\143', '\150', '\040', '\061', '\012', '\166', '\142', '\126', - '\040', '\166', '\141', '\040', '\061', '\012', '\161', '\116', - '\154', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\110', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\154', '\124', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\102', '\166', '\040', '\154', '\145', '\040', - '\061', '\012', '\157', '\141', '\106', '\040', '\141', '\156', - '\040', '\061', '\012', '\170', '\146', '\115', '\040', '\146', - '\157', '\040', '\061', '\012', '\162', '\132', '\144', '\040', - '\145', '\162', '\040', '\061', '\012', '\152', '\147', '\127', - '\040', '\156', '\147', '\040', '\061', '\012', '\110', '\166', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\106', - '\153', '\146', '\040', '\153', '\141', '\040', '\061', '\012', - '\143', '\104', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\150', '\114', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\121', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\150', '\112', '\040', '\164', - '\150', '\040', '\061', '\012', '\151', '\166', '\121', '\040', - '\151', '\156', '\040', '\061', '\012', '\125', '\153', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\160', - '\126', '\040', '\160', '\162', '\040', '\061', '\012', '\142', - '\112', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\141', '\120', '\167', '\040', '\141', '\156', '\040', '\061', - '\012', '\163', '\144', '\113', '\040', '\144', '\145', '\040', - '\061', '\012', '\143', '\107', '\146', '\040', '\143', '\150', - '\040', '\061', '\012', '\114', '\152', '\167', '\040', '\151', - '\152', '\040', '\061', '\012', '\161', '\150', '\120', '\040', - '\164', '\150', '\040', '\061', '\012', '\155', '\106', '\167', - '\040', '\155', '\145', '\040', '\061', '\012', '\146', '\111', - '\165', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\150', '\102', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\165', '\110', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\106', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\127', '\147', '\153', '\040', '\156', '\147', - '\040', '\061', '\012', '\106', '\161', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\155', '\146', '\040', - '\163', '\172', '\040', '\061', '\012', '\132', '\160', '\146', - '\040', '\160', '\162', '\040', '\061', '\012', '\156', '\106', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\102', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\147', '\111', '\152', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\102', '\146', '\040', '\146', '\157', '\040', - '\061', '\012', '\125', '\167', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\172', '\162', '\115', '\040', '\145', - '\162', '\040', '\061', '\012', '\171', '\102', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\122', '\154', '\146', - '\040', '\154', '\145', '\040', '\061', '\012', '\120', '\172', - '\150', '\040', '\143', '\150', '\040', '\061', '\012', '\162', - '\132', '\170', '\040', '\145', '\162', '\040', '\061', '\012', - '\161', '\126', '\163', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\170', '\112', '\040', '\144', '\145', '\040', - '\061', '\012', '\114', '\143', '\172', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\106', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\166', '\111', '\155', '\040', - '\166', '\141', '\040', '\061', '\012', '\161', '\164', '\107', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\142', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\142', - '\110', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\170', '\162', '\131', '\040', '\145', '\162', '\040', '\061', - '\012', '\164', '\102', '\144', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\113', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\116', '\153', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\103', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\171', '\130', - '\040', '\142', '\145', '\040', '\061', '\012', '\157', '\102', - '\160', '\040', '\157', '\156', '\040', '\061', '\012', '\127', - '\152', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\172', '\146', '\120', '\040', '\163', '\172', '\040', '\061', - '\012', '\141', '\121', '\172', '\040', '\141', '\156', '\040', - '\061', '\012', '\163', '\152', '\170', '\040', '\151', '\152', - '\040', '\061', '\012', '\156', '\146', '\127', '\040', '\141', - '\156', '\040', '\061', '\012', '\156', '\130', '\167', '\040', - '\141', '\156', '\040', '\061', '\012', '\142', '\112', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\141', '\123', - '\146', '\040', '\141', '\156', '\040', '\061', '\012', '\151', - '\122', '\146', '\040', '\151', '\156', '\040', '\061', '\012', - '\171', '\115', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\146', '\102', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\166', '\170', '\122', '\040', '\166', '\141', - '\040', '\061', '\012', '\114', '\154', '\170', '\040', '\154', - '\145', '\040', '\061', '\012', '\171', '\107', '\163', '\040', - '\163', '\172', '\040', '\061', '\012', '\112', '\163', '\171', - '\040', '\163', '\172', '\040', '\061', '\012', '\114', '\166', - '\170', '\040', '\166', '\141', '\040', '\061', '\012', '\145', - '\106', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\167', '\142', '\115', '\040', '\167', '\141', '\040', '\061', - '\012', '\165', '\117', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\127', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\142', '\166', '\125', '\040', '\166', - '\141', '\040', '\061', '\012', '\146', '\156', '\117', '\040', - '\141', '\156', '\040', '\061', '\012', '\155', '\172', '\111', - '\040', '\163', '\172', '\040', '\061', '\012', '\126', '\143', - '\146', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\150', '\105', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\147', '\121', '\040', '\156', '\147', '\040', '\061', - '\012', '\152', '\147', '\120', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\142', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\142', '\132', '\146', '\040', '\142', - '\145', '\040', '\061', '\012', '\130', '\164', '\152', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\131', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\144', - '\113', '\040', '\144', '\145', '\040', '\061', '\012', '\152', - '\172', '\102', '\040', '\163', '\172', '\040', '\061', '\012', - '\131', '\171', '\163', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\125', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\171', '\102', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\161', '\152', '\115', '\040', '\161', - '\165', '\040', '\061', '\012', '\163', '\130', '\167', '\040', - '\163', '\172', '\040', '\061', '\012', '\130', '\161', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\124', - '\142', '\040', '\143', '\150', '\040', '\061', '\012', '\152', - '\162', '\105', '\040', '\145', '\162', '\040', '\061', '\012', - '\163', '\116', '\160', '\040', '\163', '\172', '\040', '\061', - '\012', '\132', '\150', '\155', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\126', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\107', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\112', '\161', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\124', '\155', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\150', - '\105', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\121', '\151', '\040', '\151', '\156', '\040', '\061', '\012', - '\124', '\155', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\161', '\170', '\104', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\172', '\105', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\115', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\103', '\161', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\167', '\131', - '\040', '\164', '\150', '\040', '\061', '\012', '\156', '\126', - '\172', '\040', '\141', '\156', '\040', '\061', '\012', '\154', - '\122', '\153', '\040', '\154', '\145', '\040', '\061', '\012', - '\117', '\167', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\131', '\152', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\121', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\116', '\154', '\146', '\040', '\154', - '\145', '\040', '\061', '\012', '\161', '\104', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\142', '\110', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\143', '\152', - '\101', '\040', '\143', '\150', '\040', '\061', '\012', '\163', - '\147', '\125', '\040', '\156', '\147', '\040', '\061', '\012', - '\153', '\121', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\171', '\116', '\146', '\040', '\156', '\171', '\040', - '\061', '\012', '\154', '\167', '\132', '\040', '\154', '\145', - '\040', '\061', '\012', '\166', '\107', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\126', '\155', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\164', '\160', '\102', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\106', - '\144', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\110', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\142', '\123', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\150', '\105', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\145', '\167', '\121', '\040', '\145', '\162', - '\040', '\061', '\012', '\145', '\127', '\144', '\040', '\145', - '\162', '\040', '\061', '\012', '\152', '\146', '\122', '\040', - '\151', '\152', '\040', '\061', '\012', '\172', '\160', '\131', - '\040', '\163', '\172', '\040', '\061', '\012', '\143', '\166', - '\121', '\040', '\143', '\150', '\040', '\061', '\012', '\150', - '\130', '\162', '\040', '\164', '\150', '\040', '\061', '\012', - '\143', '\112', '\167', '\040', '\143', '\150', '\040', '\061', - '\012', '\167', '\105', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\116', '\170', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\161', '\115', '\146', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\107', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\160', '\171', '\121', - '\040', '\160', '\162', '\040', '\061', '\012', '\152', '\160', - '\125', '\040', '\151', '\152', '\040', '\061', '\012', '\170', - '\157', '\101', '\040', '\157', '\156', '\040', '\061', '\012', - '\147', '\130', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\161', '\107', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\130', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\166', '\154', '\120', '\040', '\154', - '\145', '\040', '\061', '\012', '\114', '\172', '\166', '\040', - '\163', '\172', '\040', '\061', '\012', '\152', '\170', '\102', - '\040', '\151', '\152', '\040', '\061', '\012', '\143', '\112', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\152', - '\143', '\124', '\040', '\143', '\150', '\040', '\061', '\012', - '\127', '\164', '\155', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\114', '\147', '\040', '\143', '\150', '\040', - '\061', '\012', '\153', '\125', '\170', '\040', '\153', '\141', - '\040', '\061', '\012', '\156', '\106', '\160', '\040', '\141', - '\156', '\040', '\061', '\012', '\112', '\163', '\167', '\040', - '\163', '\172', '\040', '\061', '\012', '\163', '\102', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\106', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\147', - '\166', '\103', '\040', '\156', '\147', '\040', '\061', '\012', - '\146', '\106', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\161', '\156', '\101', '\040', '\141', '\156', '\040', - '\061', '\012', '\132', '\142', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\120', '\172', '\170', '\040', '\163', - '\172', '\040', '\061', '\012', '\160', '\163', '\112', '\040', - '\163', '\172', '\040', '\061', '\012', '\154', '\132', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\146', - '\120', '\040', '\156', '\171', '\040', '\061', '\012', '\147', - '\131', '\166', '\040', '\156', '\147', '\040', '\061', '\012', - '\142', '\146', '\103', '\040', '\142', '\145', '\040', '\061', - '\012', '\144', '\115', '\170', '\040', '\144', '\145', '\040', - '\061', '\012', '\150', '\154', '\116', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\122', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\161', '\152', '\110', '\040', - '\161', '\165', '\040', '\061', '\012', '\127', '\152', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\165', '\121', - '\160', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\124', '\142', '\040', '\163', '\172', '\040', '\061', '\012', - '\161', '\125', '\162', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\161', '\160', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\154', '\122', '\040', '\154', '\145', - '\040', '\061', '\012', '\152', '\161', '\130', '\040', '\161', - '\165', '\040', '\061', '\012', '\163', '\167', '\122', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\115', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\172', '\153', - '\124', '\040', '\163', '\172', '\040', '\061', '\012', '\171', - '\161', '\130', '\040', '\161', '\165', '\040', '\061', '\012', - '\156', '\154', '\122', '\040', '\141', '\156', '\040', '\061', - '\012', '\110', '\161', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\141', '\141', '\112', '\040', '\141', '\156', - '\040', '\061', '\012', '\154', '\113', '\167', '\040', '\154', - '\145', '\040', '\061', '\012', '\142', '\172', '\102', '\040', - '\163', '\172', '\040', '\061', '\012', '\126', '\147', '\153', - '\040', '\156', '\147', '\040', '\061', '\012', '\141', '\126', - '\155', '\040', '\141', '\156', '\040', '\061', '\012', '\144', - '\156', '\122', '\040', '\141', '\156', '\040', '\061', '\012', - '\164', '\170', '\121', '\040', '\164', '\150', '\040', '\061', - '\012', '\121', '\172', '\151', '\040', '\151', '\156', '\040', - '\061', '\012', '\172', '\170', '\126', '\040', '\163', '\172', - '\040', '\061', '\012', '\170', '\147', '\121', '\040', '\156', - '\147', '\040', '\061', '\012', '\164', '\166', '\132', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\167', '\116', - '\040', '\151', '\152', '\040', '\061', '\012', '\105', '\161', - '\152', '\040', '\161', '\165', '\040', '\061', '\012', '\102', - '\170', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\150', '\172', '\110', '\040', '\164', '\150', '\040', '\061', - '\012', '\121', '\146', '\171', '\040', '\156', '\171', '\040', - '\061', '\012', '\120', '\160', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\101', '\161', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\112', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\163', '\172', '\106', - '\040', '\163', '\164', '\040', '\061', '\012', '\161', '\146', - '\130', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\172', '\126', '\040', '\163', '\172', '\040', '\061', '\012', - '\164', '\147', '\116', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\163', '\123', '\040', '\163', '\172', '\040', - '\061', '\012', '\156', '\121', '\172', '\040', '\141', '\156', - '\040', '\061', '\012', '\164', '\153', '\106', '\040', '\164', - '\150', '\040', '\061', '\012', '\121', '\150', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\147', '\112', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\165', '\117', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\162', - '\161', '\127', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\131', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\165', '\106', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\116', '\143', '\170', '\040', '\143', '\150', - '\040', '\061', '\012', '\154', '\115', '\167', '\040', '\154', - '\145', '\040', '\061', '\012', '\143', '\152', '\111', '\040', - '\143', '\150', '\040', '\061', '\012', '\112', '\143', '\167', - '\040', '\143', '\150', '\040', '\061', '\012', '\166', '\105', - '\157', '\040', '\157', '\156', '\040', '\061', '\012', '\145', - '\121', '\171', '\040', '\145', '\162', '\040', '\061', '\012', - '\123', '\170', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\142', '\125', '\170', '\040', '\155', '\142', '\040', - '\061', '\012', '\172', '\144', '\112', '\040', '\163', '\172', - '\040', '\061', '\012', '\154', '\160', '\116', '\040', '\154', - '\145', '\040', '\061', '\012', '\122', '\153', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\166', '\111', - '\040', '\166', '\141', '\040', '\061', '\012', '\121', '\155', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\164', - '\147', '\112', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\146', '\105', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\143', '\130', '\040', '\143', '\150', '\040', - '\061', '\012', '\153', '\154', '\124', '\040', '\154', '\145', - '\040', '\061', '\012', '\142', '\142', '\126', '\040', '\142', - '\145', '\040', '\061', '\012', '\160', '\155', '\132', '\040', - '\155', '\145', '\040', '\061', '\012', '\165', '\161', '\101', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\131', - '\171', '\040', '\143', '\150', '\040', '\061', '\012', '\167', - '\155', '\131', '\040', '\155', '\145', '\040', '\061', '\012', - '\172', '\154', '\102', '\040', '\154', '\145', '\040', '\061', - '\012', '\172', '\116', '\144', '\040', '\163', '\172', '\040', - '\061', '\012', '\143', '\166', '\132', '\040', '\143', '\150', - '\040', '\061', '\012', '\144', '\166', '\114', '\040', '\144', - '\145', '\040', '\061', '\012', '\167', '\114', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\143', '\107', - '\040', '\143', '\150', '\040', '\061', '\012', '\121', '\152', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\156', - '\161', '\146', '\040', '\141', '\156', '\040', '\061', '\012', - '\147', '\170', '\131', '\040', '\156', '\147', '\040', '\061', - '\012', '\141', '\161', '\111', '\040', '\141', '\156', '\040', - '\061', '\012', '\113', '\161', '\141', '\040', '\141', '\156', - '\040', '\061', '\012', '\130', '\161', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\131', '\166', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\161', '\161', '\106', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\110', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\110', '\143', '\040', '\141', '\156', '\040', '\061', '\012', - '\125', '\161', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\146', '\116', '\040', '\163', '\172', '\040', - '\061', '\012', '\155', '\130', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\106', '\147', '\152', '\040', '\156', - '\147', '\040', '\061', '\012', '\104', '\163', '\170', '\040', - '\163', '\172', '\040', '\061', '\012', '\170', '\122', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\167', '\142', - '\132', '\040', '\167', '\141', '\040', '\061', '\012', '\110', - '\156', '\160', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\125', '\170', '\040', '\146', '\157', '\040', '\061', - '\012', '\143', '\131', '\144', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\124', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\102', '\147', '\161', '\040', '\156', - '\147', '\040', '\061', '\012', '\160', '\103', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\130', '\155', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\152', - '\112', '\040', '\151', '\152', '\040', '\061', '\012', '\164', - '\144', '\107', '\040', '\164', '\150', '\040', '\061', '\012', - '\132', '\150', '\153', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\106', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\144', '\153', '\121', '\040', '\144', '\145', - '\040', '\061', '\012', '\114', '\143', '\147', '\040', '\143', - '\150', '\040', '\061', '\012', '\155', '\111', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\111', '\167', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\167', '\152', - '\167', '\040', '\151', '\152', '\040', '\061', '\012', '\172', - '\142', '\130', '\040', '\163', '\172', '\040', '\061', '\012', - '\131', '\150', '\160', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\166', '\110', '\040', '\143', '\150', '\040', - '\061', '\012', '\114', '\143', '\170', '\040', '\143', '\150', - '\040', '\061', '\012', '\127', '\146', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\116', '\146', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\115', '\166', - '\040', '\161', '\165', '\040', '\061', '\012', '\125', '\166', - '\167', '\040', '\166', '\141', '\040', '\061', '\012', '\121', - '\156', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\156', '\142', '\107', '\040', '\141', '\156', '\040', '\061', - '\012', '\163', '\106', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\170', '\154', '\112', '\040', '\154', '\145', - '\040', '\061', '\012', '\142', '\120', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\170', '\160', '\111', '\040', - '\160', '\162', '\040', '\061', '\012', '\155', '\162', '\126', - '\040', '\145', '\162', '\040', '\061', '\012', '\106', '\167', - '\165', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\117', '\171', '\040', '\167', '\141', '\040', '\061', '\012', - '\120', '\155', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\112', '\150', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\132', '\142', '\170', '\040', '\142', '\145', - '\040', '\061', '\012', '\160', '\147', '\131', '\040', '\156', - '\147', '\040', '\061', '\012', '\122', '\142', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\101', '\167', '\170', - '\040', '\167', '\141', '\040', '\061', '\012', '\155', '\143', - '\102', '\040', '\143', '\150', '\040', '\061', '\012', '\147', - '\153', '\107', '\040', '\156', '\147', '\040', '\061', '\012', - '\170', '\153', '\127', '\040', '\153', '\141', '\040', '\061', - '\012', '\120', '\156', '\167', '\040', '\151', '\156', '\040', - '\061', '\012', '\142', '\116', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\156', '\130', '\162', '\040', '\141', - '\156', '\040', '\061', '\012', '\126', '\155', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\145', '\125', '\166', - '\040', '\145', '\162', '\040', '\061', '\012', '\171', '\121', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\153', - '\170', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\113', '\163', '\167', '\040', '\163', '\172', '\040', '\061', - '\012', '\142', '\160', '\127', '\040', '\160', '\162', '\040', - '\061', '\012', '\161', '\145', '\104', '\040', '\161', '\165', - '\040', '\061', '\012', '\121', '\166', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\122', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\161', '\112', '\155', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\163', - '\131', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\167', '\110', '\040', '\161', '\165', '\040', '\061', '\012', - '\103', '\161', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\154', '\131', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\144', '\120', '\160', '\040', '\144', '\145', - '\040', '\061', '\012', '\157', '\101', '\145', '\040', '\145', - '\162', '\040', '\061', '\012', '\144', '\143', '\123', '\040', - '\143', '\150', '\040', '\061', '\012', '\165', '\167', '\125', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\152', - '\114', '\040', '\163', '\172', '\040', '\061', '\012', '\157', - '\132', '\170', '\040', '\157', '\156', '\040', '\061', '\012', - '\153', '\152', '\122', '\040', '\151', '\152', '\040', '\061', - '\012', '\143', '\104', '\171', '\040', '\143', '\150', '\040', - '\061', '\012', '\146', '\123', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\145', '\121', '\146', '\040', '\154', - '\145', '\040', '\061', '\012', '\161', '\102', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\114', '\142', - '\040', '\155', '\145', '\040', '\061', '\012', '\132', '\162', - '\152', '\040', '\145', '\162', '\040', '\061', '\012', '\107', - '\153', '\170', '\040', '\153', '\141', '\040', '\061', '\012', - '\160', '\153', '\130', '\040', '\153', '\141', '\040', '\061', - '\012', '\166', '\124', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\132', '\147', '\160', '\040', '\156', '\147', - '\040', '\061', '\012', '\144', '\150', '\120', '\040', '\164', - '\150', '\040', '\061', '\012', '\156', '\120', '\166', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\156', '\121', - '\040', '\141', '\156', '\040', '\061', '\012', '\142', '\110', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\130', - '\147', '\146', '\040', '\156', '\147', '\040', '\061', '\012', - '\103', '\167', '\146', '\040', '\167', '\141', '\040', '\061', - '\012', '\154', '\142', '\116', '\040', '\154', '\145', '\040', - '\061', '\012', '\152', '\116', '\155', '\040', '\151', '\152', - '\040', '\061', '\012', '\170', '\116', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\162', '\112', '\160', '\040', - '\145', '\162', '\040', '\061', '\012', '\157', '\112', '\144', - '\040', '\157', '\156', '\040', '\061', '\012', '\122', '\171', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\166', '\114', '\040', '\154', '\145', '\040', '\061', '\012', - '\161', '\166', '\131', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\167', '\103', '\040', '\166', '\141', '\040', - '\061', '\012', '\153', '\106', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\161', '\110', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\143', '\102', '\040', - '\143', '\150', '\040', '\061', '\012', '\170', '\124', '\163', - '\040', '\163', '\172', '\040', '\061', '\012', '\146', '\121', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\104', - '\154', '\146', '\040', '\154', '\145', '\040', '\061', '\012', - '\167', '\114', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\106', '\142', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\162', '\161', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\150', '\117', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\117', '\151', '\040', - '\151', '\156', '\040', '\061', '\012', '\155', '\161', '\172', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\155', - '\121', '\040', '\155', '\145', '\040', '\061', '\012', '\161', - '\121', '\152', '\040', '\161', '\165', '\040', '\061', '\012', - '\157', '\166', '\121', '\040', '\157', '\156', '\040', '\061', - '\012', '\147', '\146', '\122', '\040', '\156', '\147', '\040', - '\061', '\012', '\120', '\155', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\124', '\143', '\152', '\040', '\143', - '\150', '\040', '\061', '\012', '\155', '\161', '\121', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\167', '\126', - '\040', '\155', '\145', '\040', '\061', '\012', '\142', '\130', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\152', - '\154', '\101', '\040', '\154', '\145', '\040', '\061', '\012', - '\146', '\152', '\107', '\040', '\151', '\152', '\040', '\061', - '\012', '\152', '\170', '\131', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\167', '\115', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\166', '\125', '\040', '\153', - '\141', '\040', '\061', '\012', '\102', '\153', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\146', '\101', - '\040', '\156', '\147', '\040', '\061', '\012', '\101', '\167', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\126', - '\155', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\121', '\150', '\154', '\040', '\164', '\150', '\040', '\061', - '\012', '\127', '\155', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\143', '\115', '\161', '\040', '\143', '\150', - '\040', '\061', '\012', '\164', '\110', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\120', '\142', '\040', - '\154', '\145', '\040', '\061', '\012', '\166', '\154', '\113', - '\040', '\154', '\145', '\040', '\061', '\012', '\131', '\147', - '\153', '\040', '\156', '\147', '\040', '\061', '\012', '\147', - '\112', '\163', '\040', '\156', '\147', '\040', '\061', '\012', - '\164', '\127', '\154', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\126', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\163', '\162', '\116', '\040', '\145', '\162', - '\040', '\061', '\012', '\125', '\150', '\142', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\146', '\122', '\040', - '\166', '\141', '\040', '\061', '\012', '\153', '\106', '\146', - '\040', '\153', '\141', '\040', '\061', '\012', '\112', '\154', - '\172', '\040', '\154', '\145', '\040', '\061', '\012', '\146', - '\113', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\122', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\153', '\127', '\167', '\040', '\153', '\141', '\040', - '\061', '\012', '\172', '\166', '\117', '\040', '\163', '\172', - '\040', '\061', '\012', '\130', '\161', '\172', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\111', '\152', '\040', - '\144', '\145', '\040', '\061', '\012', '\167', '\112', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\106', '\161', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\116', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\170', '\114', '\040', '\154', '\145', '\040', '\061', - '\012', '\170', '\114', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\144', '\161', '\116', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\122', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\114', '\152', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\122', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\143', '\170', - '\102', '\040', '\143', '\150', '\040', '\061', '\012', '\143', - '\152', '\110', '\040', '\143', '\150', '\040', '\061', '\012', - '\126', '\161', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\112', '\163', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\106', '\153', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\161', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\105', '\161', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\122', '\144', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\146', - '\124', '\040', '\166', '\141', '\040', '\061', '\012', '\132', - '\161', '\142', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\107', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\123', '\142', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\151', '\167', '\126', '\040', '\151', '\156', - '\040', '\061', '\012', '\152', '\146', '\111', '\040', '\151', - '\152', '\040', '\061', '\012', '\156', '\127', '\172', '\040', - '\141', '\156', '\040', '\061', '\012', '\114', '\152', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\162', '\152', - '\107', '\040', '\145', '\162', '\040', '\061', '\012', '\143', - '\106', '\142', '\040', '\143', '\150', '\040', '\061', '\012', - '\165', '\161', '\132', '\040', '\161', '\165', '\040', '\061', - '\012', '\155', '\126', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\152', '\147', '\113', '\040', '\156', '\147', - '\040', '\061', '\012', '\144', '\132', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\102', '\161', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\165', '\107', - '\040', '\165', '\156', '\040', '\061', '\012', '\154', '\103', - '\166', '\040', '\154', '\145', '\040', '\061', '\012', '\154', - '\170', '\127', '\040', '\154', '\145', '\040', '\061', '\012', - '\147', '\107', '\142', '\040', '\156', '\147', '\040', '\061', - '\012', '\147', '\166', '\131', '\040', '\156', '\147', '\040', - '\061', '\012', '\155', '\152', '\106', '\040', '\151', '\152', - '\040', '\061', '\012', '\160', '\164', '\130', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\131', '\171', '\040', - '\160', '\162', '\040', '\061', '\012', '\131', '\162', '\146', - '\040', '\145', '\162', '\040', '\061', '\012', '\155', '\126', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\172', - '\160', '\122', '\040', '\163', '\172', '\040', '\061', '\012', - '\170', '\113', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\167', '\160', '\115', '\040', '\160', '\162', '\040', - '\061', '\012', '\143', '\114', '\153', '\040', '\143', '\150', - '\040', '\061', '\012', '\123', '\161', '\172', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\127', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\163', '\127', '\172', - '\040', '\163', '\164', '\040', '\061', '\012', '\163', '\162', - '\123', '\040', '\145', '\162', '\040', '\061', '\012', '\143', - '\126', '\170', '\040', '\143', '\150', '\040', '\061', '\012', - '\170', '\116', '\142', '\040', '\142', '\145', '\040', '\061', - '\012', '\150', '\120', '\142', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\107', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\164', '\144', '\110', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\112', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\166', '\125', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\144', '\112', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\150', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\155', '\164', '\120', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\107', '\142', '\040', '\154', '\145', '\040', - '\061', '\012', '\150', '\104', '\170', '\040', '\164', '\150', - '\040', '\061', '\012', '\172', '\146', '\127', '\040', '\163', - '\172', '\040', '\061', '\012', '\116', '\155', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\110', '\163', '\167', - '\040', '\163', '\164', '\040', '\061', '\012', '\160', '\146', - '\107', '\040', '\160', '\162', '\040', '\061', '\012', '\144', - '\115', '\152', '\040', '\144', '\145', '\040', '\061', '\012', - '\153', '\113', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\152', '\123', '\040', '\145', '\162', '\040', - '\061', '\012', '\121', '\154', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\116', '\146', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\143', '\161', '\115', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\127', '\155', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\165', - '\117', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\146', '\106', '\040', '\163', '\172', '\040', '\061', '\012', - '\161', '\147', '\110', '\040', '\156', '\147', '\040', '\061', - '\012', '\142', '\160', '\132', '\040', '\160', '\162', '\040', - '\061', '\012', '\142', '\164', '\131', '\040', '\164', '\150', - '\040', '\061', '\012', '\165', '\161', '\102', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\171', '\101', '\040', - '\161', '\165', '\040', '\061', '\012', '\130', '\162', '\160', - '\040', '\145', '\162', '\040', '\061', '\012', '\171', '\164', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\110', '\155', '\040', '\144', '\145', '\040', '\061', '\012', - '\166', '\102', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\171', '\171', '\116', '\040', '\156', '\171', '\040', - '\061', '\012', '\121', '\162', '\152', '\040', '\145', '\162', - '\040', '\061', '\012', '\147', '\113', '\144', '\040', '\156', - '\147', '\040', '\061', '\012', '\142', '\146', '\125', '\040', - '\142', '\145', '\040', '\061', '\012', '\121', '\146', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\142', '\161', - '\120', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\117', '\172', '\040', '\161', '\165', '\040', '\061', '\012', - '\130', '\150', '\143', '\040', '\164', '\150', '\040', '\061', - '\012', '\144', '\161', '\131', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\152', '\121', '\040', '\164', '\150', - '\040', '\061', '\012', '\131', '\146', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\141', '\130', '\153', '\040', - '\141', '\156', '\040', '\061', '\012', '\160', '\142', '\126', - '\040', '\160', '\162', '\040', '\061', '\012', '\166', '\152', - '\120', '\040', '\151', '\152', '\040', '\061', '\012', '\131', - '\142', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\112', '\155', '\142', '\040', '\155', '\145', '\040', '\061', - '\012', '\161', '\106', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\120', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\127', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\166', '\150', '\130', '\040', - '\164', '\150', '\040', '\061', '\012', '\151', '\167', '\124', - '\040', '\151', '\156', '\040', '\061', '\012', '\161', '\132', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\165', - '\161', '\125', '\040', '\161', '\165', '\040', '\061', '\012', - '\165', '\106', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\160', '\127', '\040', '\143', '\150', '\040', - '\061', '\012', '\114', '\160', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\146', '\114', '\040', '\153', - '\141', '\040', '\061', '\012', '\160', '\121', '\145', '\040', - '\145', '\162', '\040', '\061', '\012', '\147', '\167', '\172', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\160', - '\115', '\040', '\151', '\152', '\040', '\061', '\012', '\121', - '\153', '\155', '\040', '\153', '\141', '\040', '\061', '\012', - '\152', '\147', '\110', '\040', '\156', '\147', '\040', '\061', - '\012', '\170', '\152', '\120', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\147', '\114', '\040', '\156', '\147', - '\040', '\061', '\012', '\152', '\114', '\155', '\040', '\151', - '\152', '\040', '\061', '\012', '\144', '\170', '\116', '\040', - '\144', '\145', '\040', '\061', '\012', '\166', '\127', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\112', '\152', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\150', '\107', '\040', '\164', '\150', '\040', '\061', '\012', - '\131', '\166', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\170', '\162', '\105', '\040', '\145', '\162', '\040', - '\061', '\012', '\142', '\132', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\114', '\166', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\145', '\116', '\167', '\040', - '\145', '\162', '\040', '\061', '\012', '\146', '\152', '\102', - '\040', '\151', '\152', '\040', '\061', '\012', '\144', '\143', - '\121', '\040', '\143', '\150', '\040', '\061', '\012', '\154', - '\132', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\112', '\167', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\120', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\170', '\115', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\150', '\146', '\104', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\172', '\121', '\040', - '\163', '\172', '\040', '\061', '\012', '\125', '\165', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\107', - '\153', '\040', '\163', '\172', '\040', '\061', '\012', '\172', - '\103', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\156', '\160', '\103', '\040', '\141', '\156', '\040', '\061', - '\012', '\164', '\127', '\144', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\152', '\106', '\040', '\164', '\150', - '\040', '\061', '\012', '\120', '\172', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\167', '\165', '\101', '\040', - '\161', '\165', '\040', '\061', '\012', '\121', '\150', '\147', - '\040', '\164', '\150', '\040', '\061', '\012', '\115', '\161', - '\155', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\163', '\111', '\040', '\163', '\164', '\040', '\061', '\012', - '\146', '\144', '\125', '\040', '\144', '\145', '\040', '\061', - '\012', '\130', '\162', '\155', '\040', '\145', '\162', '\040', - '\061', '\012', '\161', '\121', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\153', '\127', '\040', '\153', - '\141', '\040', '\061', '\012', '\144', '\110', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\162', '\143', '\102', - '\040', '\143', '\150', '\040', '\061', '\012', '\150', '\127', - '\165', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\111', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\162', '\131', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\130', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\167', '\161', '\120', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\155', '\116', '\040', '\155', - '\145', '\040', '\061', '\012', '\163', '\112', '\146', '\040', - '\163', '\164', '\040', '\061', '\012', '\171', '\115', '\146', - '\040', '\156', '\171', '\040', '\061', '\012', '\123', '\146', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\161', - '\172', '\127', '\040', '\161', '\165', '\040', '\061', '\012', - '\143', '\166', '\124', '\040', '\143', '\150', '\040', '\061', - '\012', '\153', '\155', '\130', '\040', '\153', '\141', '\040', - '\061', '\012', '\170', '\161', '\125', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\156', '\107', '\040', '\141', - '\156', '\040', '\061', '\012', '\112', '\160', '\151', '\040', - '\151', '\156', '\040', '\061', '\012', '\146', '\162', '\130', - '\040', '\145', '\162', '\040', '\061', '\012', '\171', '\114', - '\146', '\040', '\156', '\171', '\040', '\061', '\012', '\165', - '\171', '\125', '\040', '\161', '\165', '\040', '\061', '\012', - '\104', '\144', '\167', '\040', '\144', '\145', '\040', '\061', - '\012', '\124', '\147', '\152', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\145', '\110', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\105', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\160', '\103', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\161', '\155', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\162', '\152', - '\110', '\040', '\145', '\162', '\040', '\061', '\012', '\170', - '\115', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\131', '\167', '\157', '\040', '\157', '\156', '\040', '\061', - '\012', '\172', '\147', '\104', '\040', '\156', '\147', '\040', - '\061', '\012', '\120', '\161', '\170', '\040', '\161', '\165', - '\040', '\061', '\012', '\156', '\161', '\115', '\040', '\157', - '\156', '\040', '\061', '\012', '\167', '\144', '\130', '\040', - '\144', '\145', '\040', '\061', '\012', '\102', '\160', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\154', '\150', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\105', - '\160', '\142', '\040', '\160', '\162', '\040', '\061', '\012', - '\142', '\150', '\112', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\166', '\121', '\040', '\153', '\141', '\040', - '\061', '\012', '\122', '\163', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\142', '\120', '\040', '\142', - '\145', '\040', '\061', '\012', '\156', '\115', '\155', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\165', '\103', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\152', - '\163', '\040', '\163', '\172', '\040', '\061', '\012', '\146', - '\170', '\130', '\040', '\146', '\157', '\040', '\061', '\012', - '\150', '\166', '\124', '\040', '\164', '\150', '\040', '\061', - '\012', '\165', '\120', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\112', '\155', '\171', '\040', '\155', '\145', - '\040', '\061', '\012', '\121', '\172', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\116', '\163', '\172', '\040', - '\163', '\164', '\040', '\061', '\012', '\166', '\127', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\150', '\146', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\103', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\171', '\121', '\170', '\040', '\156', '\171', '\040', '\061', - '\012', '\167', '\150', '\112', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\162', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\147', '\127', '\040', '\156', - '\147', '\040', '\061', '\012', '\112', '\150', '\152', '\040', - '\164', '\150', '\040', '\061', '\012', '\154', '\150', '\103', - '\040', '\164', '\150', '\040', '\061', '\012', '\120', '\167', - '\146', '\040', '\157', '\167', '\040', '\061', '\012', '\154', - '\152', '\103', '\040', '\154', '\145', '\040', '\061', '\012', - '\166', '\166', '\102', '\040', '\166', '\141', '\040', '\061', - '\012', '\155', '\143', '\116', '\040', '\143', '\150', '\040', - '\061', '\012', '\171', '\110', '\170', '\040', '\156', '\171', - '\040', '\061', '\012', '\142', '\102', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\161', '\122', '\172', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\154', '\110', - '\040', '\156', '\147', '\040', '\061', '\012', '\143', '\132', - '\160', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\112', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\164', '\123', '\147', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\126', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\165', '\127', '\163', '\040', '\161', '\165', - '\040', '\061', '\012', '\126', '\170', '\157', '\040', '\157', - '\156', '\040', '\061', '\012', '\146', '\152', '\115', '\040', - '\151', '\152', '\040', '\061', '\012', '\172', '\150', '\113', - '\040', '\164', '\150', '\040', '\061', '\012', '\103', '\152', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\132', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\142', '\103', '\163', '\040', '\163', '\172', '\040', '\061', - '\012', '\162', '\167', '\131', '\040', '\145', '\162', '\040', - '\061', '\012', '\170', '\105', '\151', '\040', '\151', '\156', - '\040', '\061', '\012', '\144', '\125', '\166', '\040', '\144', - '\145', '\040', '\061', '\012', '\146', '\122', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\107', '\143', '\165', - '\040', '\143', '\150', '\040', '\061', '\012', '\152', '\104', - '\146', '\040', '\151', '\152', '\040', '\061', '\012', '\144', - '\152', '\110', '\040', '\144', '\145', '\040', '\061', '\012', - '\166', '\154', '\125', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\171', '\107', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\146', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\130', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\154', '\142', '\103', '\040', - '\154', '\145', '\040', '\061', '\012', '\120', '\167', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\117', '\141', - '\145', '\040', '\141', '\156', '\040', '\061', '\012', '\160', - '\142', '\103', '\040', '\160', '\162', '\040', '\061', '\012', - '\144', '\127', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\172', '\125', '\040', '\154', '\145', '\040', - '\061', '\012', '\167', '\112', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\131', '\152', '\040', '\144', - '\145', '\040', '\061', '\012', '\143', '\102', '\152', '\040', - '\143', '\150', '\040', '\061', '\012', '\146', '\122', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\144', '\152', - '\107', '\040', '\144', '\145', '\040', '\061', '\012', '\155', - '\131', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\121', '\142', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\147', '\156', '\130', '\040', '\141', '\156', '\040', - '\061', '\012', '\167', '\120', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\167', '\166', '\116', '\040', '\166', - '\141', '\040', '\061', '\012', '\161', '\107', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\116', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\122', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\125', - '\161', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\121', '\170', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\146', '\172', '\130', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\152', '\115', '\040', '\163', '\172', - '\040', '\061', '\012', '\170', '\161', '\101', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\115', '\163', '\040', - '\163', '\172', '\040', '\061', '\012', '\166', '\155', '\114', - '\040', '\155', '\145', '\040', '\061', '\012', '\105', '\171', - '\170', '\040', '\156', '\171', '\040', '\061', '\012', '\150', - '\110', '\152', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\107', '\160', '\040', '\151', '\152', '\040', '\061', - '\012', '\155', '\146', '\104', '\040', '\155', '\145', '\040', - '\061', '\012', '\112', '\146', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\127', '\152', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\132', '\163', '\040', - '\163', '\172', '\040', '\061', '\012', '\111', '\171', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\172', '\122', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\143', - '\144', '\125', '\040', '\143', '\150', '\040', '\061', '\012', - '\155', '\112', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\121', '\152', '\171', '\040', '\151', '\152', '\040', - '\061', '\012', '\121', '\141', '\157', '\040', '\141', '\156', - '\040', '\061', '\012', '\142', '\130', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\150', '\123', '\147', '\040', - '\164', '\150', '\040', '\061', '\012', '\162', '\101', '\157', - '\040', '\145', '\162', '\040', '\061', '\012', '\150', '\114', - '\163', '\040', '\164', '\150', '\040', '\061', '\012', '\154', - '\103', '\163', '\040', '\154', '\145', '\040', '\061', '\012', - '\161', '\153', '\112', '\040', '\161', '\165', '\040', '\061', - '\012', '\122', '\170', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\144', '\116', '\040', '\144', '\145', - '\040', '\061', '\012', '\171', '\131', '\170', '\040', '\156', - '\171', '\040', '\061', '\012', '\144', '\153', '\116', '\040', - '\144', '\145', '\040', '\061', '\012', '\122', '\147', '\167', - '\040', '\156', '\147', '\040', '\061', '\012', '\172', '\147', - '\114', '\040', '\163', '\172', '\040', '\061', '\012', '\122', - '\143', '\152', '\040', '\143', '\150', '\040', '\061', '\012', - '\151', '\127', '\172', '\040', '\151', '\156', '\040', '\061', - '\012', '\144', '\114', '\153', '\040', '\144', '\145', '\040', - '\061', '\012', '\155', '\160', '\130', '\040', '\155', '\145', - '\040', '\061', '\012', '\107', '\142', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\142', '\156', '\110', '\040', - '\141', '\156', '\040', '\061', '\012', '\153', '\144', '\115', - '\040', '\144', '\145', '\040', '\061', '\012', '\167', '\161', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\115', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\172', '\167', '\110', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\147', '\170', '\040', '\156', '\147', '\040', - '\061', '\012', '\114', '\152', '\153', '\040', '\151', '\152', - '\040', '\061', '\012', '\164', '\154', '\107', '\040', '\164', - '\150', '\040', '\061', '\012', '\164', '\147', '\105', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\143', '\167', - '\040', '\143', '\150', '\040', '\061', '\012', '\126', '\142', - '\171', '\040', '\142', '\145', '\040', '\061', '\012', '\155', - '\126', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\110', '\147', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\147', '\161', '\120', '\040', '\156', '\147', '\040', - '\061', '\012', '\150', '\150', '\102', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\106', '\170', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\102', '\146', '\040', - '\156', '\171', '\040', '\061', '\012', '\127', '\155', '\170', - '\040', '\155', '\145', '\040', '\061', '\012', '\166', '\116', - '\142', '\040', '\166', '\141', '\040', '\061', '\012', '\115', - '\156', '\166', '\040', '\141', '\156', '\040', '\061', '\012', - '\132', '\155', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\142', '\172', '\123', '\040', '\163', '\172', '\040', - '\061', '\012', '\171', '\146', '\103', '\040', '\156', '\171', - '\040', '\061', '\012', '\105', '\160', '\170', '\040', '\160', - '\162', '\040', '\061', '\012', '\154', '\152', '\107', '\040', - '\154', '\145', '\040', '\061', '\012', '\167', '\125', '\141', - '\040', '\141', '\156', '\040', '\061', '\012', '\121', '\147', - '\157', '\040', '\156', '\147', '\040', '\061', '\012', '\160', - '\161', '\142', '\040', '\161', '\165', '\040', '\061', '\012', - '\112', '\153', '\155', '\040', '\153', '\141', '\040', '\061', - '\012', '\127', '\166', '\171', '\040', '\166', '\141', '\040', - '\061', '\012', '\102', '\152', '\160', '\040', '\151', '\152', - '\040', '\061', '\012', '\166', '\146', '\132', '\040', '\166', - '\141', '\040', '\061', '\012', '\167', '\170', '\124', '\040', - '\167', '\141', '\040', '\061', '\012', '\126', '\170', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\144', '\122', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\126', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\151', '\127', '\146', '\040', '\151', '\156', '\040', '\061', - '\012', '\123', '\155', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\167', '\107', '\040', '\151', '\152', - '\040', '\061', '\012', '\166', '\143', '\127', '\040', '\143', - '\150', '\040', '\061', '\012', '\121', '\147', '\172', '\040', - '\156', '\147', '\040', '\061', '\012', '\127', '\153', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\162', - '\114', '\040', '\145', '\162', '\040', '\061', '\012', '\164', - '\126', '\150', '\040', '\143', '\150', '\040', '\061', '\012', - '\132', '\154', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\172', '\104', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\170', '\120', '\040', '\156', '\171', - '\040', '\061', '\012', '\131', '\171', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\172', '\120', '\153', '\040', - '\163', '\172', '\040', '\061', '\012', '\102', '\147', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\170', '\117', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\157', - '\130', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\164', '\121', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\146', '\170', '\106', '\040', '\146', '\157', '\040', - '\061', '\012', '\144', '\117', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\126', '\164', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\150', '\120', '\040', - '\164', '\150', '\040', '\061', '\012', '\166', '\150', '\132', - '\040', '\164', '\150', '\040', '\061', '\012', '\107', '\161', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\106', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\145', '\103', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\153', '\152', '\110', '\040', '\151', '\152', '\040', - '\061', '\012', '\166', '\161', '\121', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\160', '\114', '\040', '\151', - '\152', '\040', '\061', '\012', '\150', '\147', '\132', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\106', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\121', '\152', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\170', - '\113', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\172', '\121', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\116', '\150', '\167', '\040', '\164', '\150', '\040', - '\061', '\012', '\113', '\161', '\157', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\167', '\117', '\040', '\164', - '\150', '\040', '\061', '\012', '\157', '\131', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\127', '\156', '\146', - '\040', '\141', '\156', '\040', '\061', '\012', '\166', '\123', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\101', - '\146', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\161', '\112', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\105', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\144', '\113', '\160', '\040', '\144', '\145', - '\040', '\061', '\012', '\156', '\155', '\113', '\040', '\141', - '\156', '\040', '\061', '\012', '\167', '\130', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\166', '\152', '\103', - '\040', '\151', '\152', '\040', '\061', '\012', '\144', '\130', - '\142', '\040', '\144', '\145', '\040', '\061', '\012', '\164', - '\121', '\156', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\157', '\122', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\122', '\146', '\040', '\142', '\145', '\040', - '\061', '\012', '\171', '\171', '\114', '\040', '\156', '\171', - '\040', '\061', '\012', '\153', '\123', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\130', '\171', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\155', '\101', - '\040', '\166', '\141', '\040', '\061', '\012', '\132', '\147', - '\155', '\040', '\156', '\147', '\040', '\061', '\012', '\114', - '\142', '\170', '\040', '\142', '\145', '\040', '\061', '\012', - '\142', '\111', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\132', '\144', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\147', '\110', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\142', '\131', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\115', '\161', '\144', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\115', '\153', - '\040', '\161', '\165', '\040', '\061', '\012', '\121', '\163', - '\166', '\040', '\163', '\164', '\040', '\061', '\012', '\172', - '\130', '\170', '\040', '\163', '\172', '\040', '\061', '\012', - '\150', '\121', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\143', '\126', '\040', '\143', '\150', '\040', - '\061', '\012', '\130', '\146', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\115', '\150', '\143', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\102', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\142', '\127', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\127', '\172', - '\165', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\127', '\167', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\116', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\170', '\142', '\132', '\040', '\142', '\145', '\040', - '\061', '\012', '\155', '\124', '\142', '\040', '\155', '\145', - '\040', '\061', '\012', '\113', '\144', '\146', '\040', '\144', - '\145', '\040', '\061', '\012', '\160', '\146', '\121', '\040', - '\160', '\162', '\040', '\061', '\012', '\166', '\103', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\120', '\161', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\157', - '\146', '\132', '\040', '\157', '\156', '\040', '\061', '\012', - '\167', '\131', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\124', '\146', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\107', '\156', '\142', '\040', '\141', '\156', - '\040', '\061', '\012', '\132', '\144', '\170', '\040', '\144', - '\145', '\040', '\061', '\012', '\172', '\126', '\152', '\040', - '\163', '\172', '\040', '\061', '\012', '\124', '\161', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\172', - '\126', '\040', '\163', '\172', '\040', '\061', '\012', '\111', - '\147', '\161', '\040', '\156', '\147', '\040', '\061', '\012', - '\121', '\166', '\166', '\040', '\166', '\151', '\040', '\061', - '\012', '\120', '\155', '\146', '\040', '\155', '\145', '\040', - '\061', '\012', '\161', '\110', '\145', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\142', '\122', '\040', '\142', - '\145', '\040', '\061', '\012', '\143', '\106', '\147', '\040', - '\143', '\150', '\040', '\061', '\012', '\113', '\166', '\146', - '\040', '\166', '\141', '\040', '\061', '\012', '\132', '\170', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\157', - '\126', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\131', '\150', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\167', '\120', '\040', '\167', '\141', '\040', - '\061', '\012', '\126', '\166', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\163', '\144', '\127', '\040', '\144', - '\145', '\040', '\061', '\012', '\147', '\106', '\172', '\040', - '\156', '\147', '\040', '\061', '\012', '\155', '\122', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\142', '\161', - '\116', '\040', '\161', '\165', '\040', '\061', '\012', '\142', - '\150', '\125', '\040', '\164', '\150', '\040', '\061', '\012', - '\164', '\102', '\167', '\040', '\164', '\150', '\040', '\061', - '\012', '\110', '\142', '\142', '\040', '\142', '\145', '\040', - '\061', '\012', '\112', '\172', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\172', '\162', '\123', '\040', '\145', - '\162', '\040', '\061', '\012', '\155', '\153', '\132', '\040', - '\155', '\145', '\040', '\061', '\012', '\142', '\113', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\152', '\120', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\130', - '\161', '\141', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\107', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\170', '\114', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\156', '\162', '\126', '\040', '\141', '\156', - '\040', '\061', '\012', '\124', '\155', '\170', '\040', '\155', - '\145', '\040', '\061', '\012', '\172', '\166', '\132', '\040', - '\163', '\172', '\040', '\061', '\012', '\147', '\127', '\154', - '\040', '\156', '\147', '\040', '\061', '\012', '\131', '\170', - '\142', '\040', '\142', '\145', '\040', '\061', '\012', '\171', - '\127', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\161', '\116', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\127', '\165', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\132', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\151', '\161', '\111', '\040', '\151', - '\156', '\040', '\061', '\012', '\143', '\160', '\121', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\120', '\146', - '\040', '\163', '\172', '\040', '\061', '\012', '\142', '\161', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\155', '\111', '\040', '\156', '\147', '\040', '\061', '\012', - '\127', '\153', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\132', '\166', '\163', '\040', '\163', '\172', '\040', - '\061', '\012', '\161', '\144', '\116', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\131', '\146', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\102', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\104', '\167', '\142', - '\040', '\157', '\167', '\040', '\061', '\012', '\127', '\172', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\121', - '\144', '\167', '\040', '\144', '\145', '\040', '\061', '\012', - '\163', '\166', '\122', '\040', '\163', '\172', '\040', '\061', - '\012', '\116', '\166', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\152', '\122', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\161', '\104', '\166', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\107', '\145', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\167', '\124', - '\040', '\143', '\150', '\040', '\061', '\012', '\146', '\124', - '\171', '\040', '\156', '\171', '\040', '\061', '\012', '\103', - '\166', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\146', '\154', '\121', '\040', '\154', '\145', '\040', '\061', - '\012', '\155', '\127', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\164', '\167', '\123', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\160', '\115', '\040', '\141', - '\156', '\040', '\061', '\012', '\125', '\146', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\165', '\107', - '\040', '\161', '\165', '\040', '\061', '\012', '\157', '\103', - '\152', '\040', '\157', '\156', '\040', '\061', '\012', '\164', - '\170', '\106', '\040', '\164', '\150', '\040', '\061', '\012', - '\131', '\146', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\167', '\171', '\040', '\161', '\165', '\040', - '\061', '\012', '\126', '\144', '\172', '\040', '\144', '\145', - '\040', '\061', '\012', '\126', '\147', '\161', '\040', '\156', - '\147', '\040', '\061', '\012', '\122', '\153', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\120', '\170', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\155', '\103', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\167', - '\150', '\132', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\147', '\102', '\040', '\156', '\147', '\040', '\061', - '\012', '\152', '\166', '\127', '\040', '\151', '\152', '\040', - '\061', '\012', '\153', '\144', '\114', '\040', '\144', '\145', - '\040', '\061', '\012', '\114', '\170', '\151', '\040', '\151', - '\156', '\040', '\061', '\012', '\163', '\166', '\102', '\040', - '\163', '\172', '\040', '\061', '\012', '\170', '\165', '\110', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\106', - '\171', '\040', '\156', '\147', '\040', '\061', '\012', '\157', - '\126', '\166', '\040', '\157', '\156', '\040', '\061', '\012', - '\132', '\150', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\157', '\161', '\107', '\040', '\161', '\165', '\040', - '\061', '\012', '\157', '\112', '\160', '\040', '\157', '\156', - '\040', '\061', '\012', '\147', '\111', '\146', '\040', '\156', - '\147', '\040', '\061', '\012', '\142', '\167', '\106', '\040', - '\167', '\141', '\040', '\061', '\012', '\166', '\114', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\147', - '\130', '\040', '\156', '\147', '\040', '\061', '\012', '\161', - '\113', '\151', '\040', '\151', '\156', '\040', '\061', '\012', - '\170', '\122', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\167', '\126', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\116', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\107', '\166', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\160', '\121', '\146', '\040', - '\160', '\162', '\040', '\061', '\012', '\170', '\142', '\126', - '\040', '\142', '\145', '\040', '\061', '\012', '\144', '\160', - '\132', '\040', '\144', '\145', '\040', '\061', '\012', '\146', - '\110', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\102', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\166', '\125', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\172', '\101', '\040', '\164', '\150', - '\040', '\061', '\012', '\115', '\156', '\172', '\040', '\141', - '\156', '\040', '\061', '\012', '\160', '\102', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\157', '\141', '\105', - '\040', '\141', '\156', '\040', '\061', '\012', '\163', '\154', - '\113', '\040', '\154', '\145', '\040', '\061', '\012', '\127', - '\154', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\152', '\150', '\113', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\166', '\130', '\040', '\166', '\141', '\040', - '\061', '\012', '\106', '\146', '\170', '\040', '\146', '\157', - '\040', '\061', '\012', '\147', '\130', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\127', '\146', '\040', - '\143', '\150', '\040', '\061', '\012', '\107', '\160', '\171', - '\040', '\160', '\162', '\040', '\061', '\012', '\170', '\155', - '\123', '\040', '\155', '\145', '\040', '\061', '\012', '\147', - '\132', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\144', '\152', '\130', '\040', '\144', '\145', '\040', '\061', - '\012', '\142', '\153', '\130', '\040', '\153', '\141', '\040', - '\061', '\012', '\170', '\154', '\120', '\040', '\154', '\145', - '\040', '\061', '\012', '\150', '\103', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\131', '\150', '\152', '\040', - '\164', '\150', '\040', '\061', '\012', '\147', '\167', '\121', - '\040', '\156', '\147', '\040', '\061', '\012', '\153', '\154', - '\104', '\040', '\154', '\145', '\040', '\061', '\012', '\122', - '\150', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\141', '\105', '\152', '\040', '\141', '\156', '\040', '\061', - '\012', '\152', '\160', '\131', '\040', '\151', '\152', '\040', - '\061', '\012', '\160', '\126', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\156', '\112', '\170', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\144', '\126', '\040', - '\144', '\145', '\040', '\061', '\012', '\122', '\166', '\146', - '\040', '\166', '\141', '\040', '\061', '\012', '\117', '\161', - '\171', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\160', '\124', '\040', '\163', '\172', '\040', '\061', '\012', - '\120', '\172', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\124', '\155', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\146', '\161', '\040', '\151', '\152', - '\040', '\061', '\012', '\172', '\164', '\131', '\040', '\164', - '\150', '\040', '\061', '\012', '\132', '\161', '\166', '\040', - '\161', '\165', '\040', '\061', '\012', '\156', '\132', '\142', - '\040', '\141', '\156', '\040', '\061', '\012', '\160', '\110', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\121', - '\143', '\162', '\040', '\143', '\150', '\040', '\061', '\012', - '\172', '\126', '\155', '\040', '\163', '\172', '\040', '\061', - '\012', '\160', '\116', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\130', '\150', '\152', '\040', '\164', '\150', - '\040', '\061', '\012', '\157', '\131', '\171', '\040', '\157', - '\156', '\040', '\061', '\012', '\106', '\154', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\154', '\167', '\152', - '\040', '\154', '\145', '\040', '\061', '\012', '\162', '\167', - '\110', '\040', '\145', '\162', '\040', '\061', '\012', '\157', - '\127', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\102', '\167', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\152', '\130', '\163', '\040', '\163', '\172', '\040', - '\061', '\012', '\114', '\153', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\126', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\152', '\130', '\141', '\040', - '\141', '\156', '\040', '\061', '\012', '\150', '\153', '\102', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\162', - '\121', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\161', '\113', '\040', '\161', '\165', '\040', '\061', '\012', - '\132', '\170', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\171', '\147', '\132', '\040', '\156', '\147', '\040', - '\061', '\012', '\106', '\147', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\167', '\115', '\040', '\141', - '\156', '\040', '\061', '\012', '\127', '\172', '\170', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\147', '\142', - '\040', '\156', '\147', '\040', '\061', '\012', '\131', '\147', - '\166', '\040', '\156', '\147', '\040', '\061', '\012', '\130', - '\144', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\170', '\152', '\115', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\110', '\142', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\113', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\166', '\115', '\040', '\144', - '\145', '\040', '\061', '\012', '\132', '\160', '\170', '\040', - '\160', '\162', '\040', '\061', '\012', '\167', '\120', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\151', - '\101', '\040', '\151', '\156', '\040', '\061', '\012', '\152', - '\171', '\126', '\040', '\151', '\152', '\040', '\061', '\012', - '\152', '\171', '\122', '\040', '\151', '\152', '\040', '\061', - '\012', '\125', '\157', '\170', '\040', '\157', '\156', '\040', - '\061', '\012', '\121', '\153', '\172', '\040', '\153', '\141', - '\040', '\061', '\012', '\114', '\170', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\160', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\130', '\155', '\146', - '\040', '\155', '\145', '\040', '\061', '\012', '\153', '\122', - '\170', '\040', '\153', '\141', '\040', '\061', '\012', '\152', - '\106', '\153', '\040', '\151', '\152', '\040', '\061', '\012', - '\156', '\132', '\143', '\040', '\141', '\156', '\040', '\061', - '\012', '\150', '\103', '\160', '\040', '\164', '\150', '\040', - '\061', '\012', '\110', '\142', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\172', '\154', '\106', '\040', '\154', - '\145', '\040', '\061', '\012', '\153', '\161', '\111', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\127', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\161', '\113', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\112', - '\160', '\146', '\040', '\160', '\162', '\040', '\061', '\012', - '\154', '\142', '\122', '\040', '\154', '\145', '\040', '\061', - '\012', '\162', '\142', '\112', '\040', '\145', '\162', '\040', - '\061', '\012', '\172', '\146', '\113', '\040', '\163', '\172', - '\040', '\061', '\012', '\147', '\126', '\153', '\040', '\156', - '\147', '\040', '\061', '\012', '\142', '\132', '\170', '\040', - '\142', '\145', '\040', '\061', '\012', '\172', '\156', '\121', - '\040', '\141', '\156', '\040', '\061', '\012', '\147', '\132', - '\142', '\040', '\147', '\141', '\040', '\061', '\012', '\167', - '\164', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\166', '\127', '\040', '\166', '\141', '\040', '\061', - '\012', '\161', '\150', '\107', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\162', '\126', '\040', '\145', '\162', - '\040', '\061', '\012', '\160', '\131', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\142', '\121', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\160', '\126', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\106', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\172', - '\144', '\117', '\040', '\144', '\145', '\040', '\061', '\012', - '\112', '\166', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\155', '\121', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\127', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\104', '\164', '\172', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\113', '\172', '\040', - '\154', '\145', '\040', '\061', '\012', '\144', '\153', '\111', - '\040', '\144', '\145', '\040', '\061', '\012', '\146', '\123', - '\170', '\040', '\146', '\157', '\040', '\061', '\012', '\171', - '\103', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\167', '\150', '\106', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\126', '\155', '\040', '\154', '\145', '\040', - '\061', '\012', '\171', '\110', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\120', '\154', '\155', '\040', '\154', - '\145', '\040', '\061', '\012', '\112', '\160', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\150', '\105', '\167', - '\040', '\150', '\141', '\040', '\061', '\012', '\172', '\110', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\165', - '\111', '\152', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\172', '\102', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\163', '\126', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\142', '\130', '\040', '\160', '\162', - '\040', '\061', '\012', '\152', '\171', '\131', '\040', '\151', - '\152', '\040', '\061', '\012', '\155', '\152', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\104', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\124', '\161', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\146', - '\124', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\161', '\142', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\103', '\152', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\143', '\127', '\040', '\143', '\150', - '\040', '\061', '\012', '\130', '\150', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\167', '\122', '\040', - '\167', '\141', '\040', '\061', '\012', '\144', '\121', '\155', - '\040', '\144', '\145', '\040', '\061', '\012', '\170', '\103', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\171', - '\150', '\115', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\154', '\121', '\040', '\156', '\147', '\040', '\061', - '\012', '\147', '\126', '\142', '\040', '\156', '\147', '\040', - '\061', '\012', '\120', '\144', '\171', '\040', '\144', '\145', - '\040', '\061', '\012', '\171', '\117', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\152', '\132', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\157', '\161', '\132', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\161', - '\111', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\153', '\130', '\040', '\151', '\152', '\040', '\061', '\012', - '\113', '\146', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\160', '\121', '\040', '\160', '\162', '\040', - '\061', '\012', '\162', '\150', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\152', '\111', '\040', '\151', - '\152', '\040', '\061', '\012', '\102', '\161', '\146', '\040', - '\161', '\165', '\040', '\061', '\012', '\141', '\103', '\160', - '\040', '\141', '\156', '\040', '\061', '\012', '\143', '\143', - '\130', '\040', '\143', '\150', '\040', '\061', '\012', '\166', - '\107', '\155', '\040', '\155', '\141', '\040', '\061', '\012', - '\160', '\141', '\125', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\125', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\114', '\144', '\040', '\156', '\147', - '\040', '\061', '\012', '\164', '\146', '\112', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\167', '\110', '\040', - '\167', '\141', '\040', '\061', '\012', '\120', '\156', '\161', - '\040', '\141', '\156', '\040', '\061', '\012', '\153', '\170', - '\126', '\040', '\153', '\141', '\040', '\061', '\012', '\116', - '\142', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\163', '\161', '\105', '\040', '\161', '\165', '\040', '\061', - '\012', '\103', '\152', '\160', '\040', '\151', '\152', '\040', - '\061', '\012', '\153', '\143', '\132', '\040', '\153', '\141', - '\040', '\061', '\012', '\127', '\161', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\164', '\172', '\131', '\040', - '\164', '\150', '\040', '\061', '\012', '\156', '\161', '\130', - '\040', '\141', '\156', '\040', '\061', '\012', '\131', '\171', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\114', - '\172', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\170', '\132', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\163', '\144', '\131', '\040', '\144', '\145', '\040', - '\061', '\012', '\152', '\130', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\116', '\142', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\167', '\114', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\116', '\161', '\162', - '\040', '\161', '\165', '\040', '\061', '\012', '\132', '\167', - '\170', '\040', '\167', '\141', '\040', '\061', '\012', '\171', - '\166', '\110', '\040', '\166', '\141', '\040', '\061', '\012', - '\171', '\154', '\103', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\171', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\112', '\156', '\172', '\040', '\141', '\156', - '\040', '\061', '\012', '\150', '\110', '\166', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\125', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\147', '\111', - '\040', '\156', '\147', '\040', '\061', '\012', '\132', '\164', - '\160', '\040', '\164', '\150', '\040', '\061', '\012', '\126', - '\166', '\142', '\040', '\166', '\141', '\040', '\061', '\012', - '\164', '\107', '\156', '\040', '\164', '\150', '\040', '\061', - '\012', '\125', '\152', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\110', '\163', '\040', '\163', '\172', - '\040', '\061', '\012', '\142', '\127', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\130', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\150', '\106', '\147', - '\040', '\164', '\150', '\040', '\061', '\012', '\147', '\144', - '\124', '\040', '\156', '\147', '\040', '\061', '\012', '\161', - '\110', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\154', '\103', '\152', '\040', '\154', '\145', '\040', '\061', - '\012', '\155', '\126', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\160', '\121', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\127', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\171', '\106', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\152', '\131', - '\040', '\144', '\145', '\040', '\061', '\012', '\142', '\164', - '\121', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\154', '\115', '\040', '\154', '\145', '\040', '\061', '\012', - '\111', '\167', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\120', '\144', '\142', '\040', '\144', '\145', '\040', - '\061', '\012', '\152', '\164', '\121', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\152', '\122', '\040', '\151', - '\152', '\040', '\061', '\012', '\144', '\150', '\127', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\130', '\163', - '\040', '\163', '\172', '\040', '\061', '\012', '\146', '\142', - '\105', '\040', '\142', '\145', '\040', '\061', '\012', '\110', - '\161', '\162', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\114', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\142', '\104', '\040', '\153', '\141', '\040', - '\061', '\012', '\166', '\125', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\171', '\132', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\121', '\153', '\145', '\040', - '\154', '\145', '\040', '\061', '\012', '\146', '\150', '\107', - '\040', '\164', '\150', '\040', '\061', '\012', '\145', '\110', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\110', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\124', '\146', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\165', '\157', '\101', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\103', '\170', '\040', '\163', '\172', - '\040', '\061', '\012', '\172', '\114', '\153', '\040', '\163', - '\172', '\040', '\061', '\012', '\152', '\144', '\127', '\040', - '\144', '\145', '\040', '\061', '\012', '\103', '\147', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\114', '\162', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\117', '\151', '\040', '\151', '\156', '\040', '\061', '\012', - '\161', '\117', '\167', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\161', '\163', '\040', '\161', '\165', '\040', - '\061', '\012', '\154', '\164', '\121', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\167', '\125', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\131', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\107', '\172', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\156', '\127', - '\166', '\040', '\141', '\156', '\040', '\061', '\012', '\154', - '\116', '\170', '\040', '\154', '\145', '\040', '\061', '\012', - '\127', '\161', '\154', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\143', '\104', '\040', '\143', '\150', '\040', - '\061', '\012', '\166', '\146', '\104', '\040', '\166', '\141', - '\040', '\061', '\012', '\161', '\126', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\127', '\172', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\152', '\146', '\110', - '\040', '\151', '\152', '\040', '\061', '\012', '\122', '\162', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\104', '\162', '\040', '\161', '\165', '\040', '\061', '\012', - '\154', '\117', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\167', '\132', '\040', '\167', '\141', '\040', - '\061', '\012', '\155', '\121', '\167', '\040', '\155', '\145', - '\040', '\061', '\012', '\156', '\161', '\113', '\040', '\141', - '\156', '\040', '\061', '\012', '\125', '\166', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\153', '\122', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\126', '\150', - '\147', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\163', '\104', '\040', '\163', '\164', '\040', '\061', '\012', - '\114', '\144', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\163', '\121', '\166', '\040', '\163', '\164', '\040', - '\061', '\012', '\161', '\115', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\142', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\152', '\130', '\040', - '\143', '\150', '\040', '\061', '\012', '\156', '\142', '\124', - '\040', '\141', '\156', '\040', '\061', '\012', '\170', '\116', - '\146', '\040', '\146', '\157', '\040', '\061', '\012', '\167', - '\103', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\156', '\130', '\040', '\141', '\156', '\040', '\061', - '\012', '\164', '\132', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\103', '\153', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\110', '\153', '\040', '\144', - '\145', '\040', '\061', '\012', '\103', '\143', '\161', '\040', - '\143', '\150', '\040', '\061', '\012', '\165', '\115', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\166', - '\107', '\040', '\166', '\141', '\040', '\061', '\012', '\172', - '\120', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\171', '\111', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\154', '\110', '\170', '\040', '\154', '\145', '\040', - '\061', '\012', '\146', '\156', '\102', '\040', '\141', '\156', - '\040', '\061', '\012', '\105', '\142', '\170', '\040', '\142', - '\145', '\040', '\061', '\012', '\162', '\107', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\155', '\147', '\104', - '\040', '\156', '\147', '\040', '\061', '\012', '\150', '\112', - '\147', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\143', '\107', '\040', '\143', '\150', '\040', '\061', '\012', - '\131', '\142', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\157', '\104', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\122', '\170', '\040', '\151', '\152', - '\040', '\061', '\012', '\153', '\112', '\146', '\040', '\153', - '\141', '\040', '\061', '\012', '\164', '\106', '\166', '\040', - '\164', '\150', '\040', '\061', '\012', '\107', '\144', '\166', - '\040', '\144', '\145', '\040', '\061', '\012', '\146', '\110', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\125', - '\161', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\143', '\131', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\110', '\160', '\040', '\153', '\141', '\040', - '\061', '\012', '\161', '\150', '\132', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\132', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\121', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\150', '\167', '\110', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\172', - '\125', '\040', '\163', '\172', '\040', '\061', '\012', '\164', - '\121', '\147', '\040', '\164', '\150', '\040', '\061', '\012', - '\121', '\142', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\172', '\126', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\161', '\112', '\144', '\040', '\161', '\165', - '\040', '\061', '\012', '\130', '\162', '\146', '\040', '\145', - '\162', '\040', '\061', '\012', '\146', '\115', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\161', '\112', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\104', '\161', - '\171', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\115', '\163', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\172', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\127', '\144', '\170', '\040', '\144', '\145', '\040', - '\061', '\012', '\124', '\144', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\155', '\143', '\124', '\040', '\143', - '\150', '\040', '\061', '\012', '\146', '\117', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\113', '\147', '\152', - '\040', '\156', '\147', '\040', '\061', '\012', '\171', '\162', - '\124', '\040', '\145', '\162', '\040', '\061', '\012', '\142', - '\161', '\101', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\156', '\161', '\040', '\141', '\156', '\040', '\061', - '\012', '\114', '\172', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\114', '\167', '\040', '\156', '\147', - '\040', '\061', '\012', '\144', '\114', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\121', '\172', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\121', '\162', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\145', '\106', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\116', - '\155', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\160', '\170', '\105', '\040', '\160', '\162', '\040', '\061', - '\012', '\103', '\161', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\127', '\143', '\144', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\130', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\146', '\142', '\125', '\040', - '\142', '\145', '\040', '\061', '\012', '\141', '\145', '\117', - '\040', '\141', '\156', '\040', '\061', '\012', '\163', '\166', - '\126', '\040', '\163', '\164', '\040', '\061', '\012', '\171', - '\126', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\163', '\122', '\160', '\040', '\163', '\164', '\040', '\061', - '\012', '\162', '\170', '\125', '\040', '\145', '\162', '\040', - '\061', '\012', '\161', '\150', '\113', '\040', '\164', '\150', - '\040', '\061', '\012', '\165', '\121', '\167', '\040', '\161', - '\165', '\040', '\061', '\012', '\157', '\130', '\167', '\040', - '\157', '\156', '\040', '\061', '\012', '\112', '\166', '\167', - '\040', '\166', '\141', '\040', '\061', '\012', '\153', '\166', - '\110', '\040', '\153', '\141', '\040', '\061', '\012', '\172', - '\126', '\171', '\040', '\163', '\172', '\040', '\061', '\012', - '\162', '\117', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\127', '\170', '\040', '\143', '\150', '\040', - '\061', '\012', '\151', '\130', '\166', '\040', '\151', '\156', - '\040', '\061', '\012', '\143', '\102', '\153', '\040', '\143', - '\150', '\040', '\061', '\012', '\170', '\153', '\115', '\040', - '\153', '\141', '\040', '\061', '\012', '\166', '\110', '\142', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\142', - '\127', '\040', '\151', '\152', '\040', '\061', '\012', '\155', - '\131', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\156', '\110', '\040', '\141', '\156', '\040', '\061', - '\012', '\172', '\122', '\152', '\040', '\163', '\172', '\040', - '\061', '\012', '\150', '\166', '\116', '\040', '\164', '\150', - '\040', '\061', '\012', '\157', '\115', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\161', '\117', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\102', '\146', - '\040', '\146', '\157', '\040', '\061', '\012', '\157', '\120', - '\152', '\040', '\157', '\156', '\040', '\061', '\012', '\146', - '\106', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\154', '\126', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\164', '\112', '\040', '\164', '\150', '\040', - '\061', '\012', '\116', '\164', '\152', '\040', '\164', '\150', - '\040', '\061', '\012', '\162', '\167', '\114', '\040', '\145', - '\162', '\040', '\061', '\012', '\143', '\106', '\172', '\040', - '\143', '\150', '\040', '\061', '\012', '\152', '\126', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\107', '\142', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\157', - '\112', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\167', '\153', '\114', '\040', '\153', '\141', '\040', '\061', - '\012', '\161', '\157', '\124', '\040', '\161', '\165', '\040', - '\061', '\012', '\121', '\170', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\162', '\132', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\103', '\147', '\144', '\040', - '\156', '\147', '\040', '\061', '\012', '\147', '\166', '\127', - '\040', '\156', '\147', '\040', '\061', '\012', '\153', '\131', - '\166', '\040', '\153', '\141', '\040', '\061', '\012', '\161', - '\152', '\122', '\040', '\161', '\165', '\040', '\061', '\012', - '\126', '\156', '\161', '\040', '\141', '\156', '\040', '\061', - '\012', '\171', '\112', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\127', '\171', '\040', '\156', '\171', - '\040', '\061', '\012', '\142', '\130', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\170', '\126', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\170', '\165', '\107', - '\040', '\161', '\165', '\040', '\061', '\012', '\110', '\172', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\165', - '\104', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\131', '\167', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\112', '\153', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\107', '\144', '\155', '\040', '\144', '\145', - '\040', '\061', '\012', '\161', '\143', '\117', '\040', '\143', - '\150', '\040', '\061', '\012', '\150', '\154', '\110', '\040', - '\164', '\150', '\040', '\061', '\012', '\112', '\146', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\143', '\114', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\167', - '\172', '\107', '\040', '\163', '\172', '\040', '\061', '\012', - '\171', '\150', '\106', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\146', '\104', '\040', '\153', '\141', '\040', - '\061', '\012', '\153', '\142', '\112', '\040', '\153', '\141', - '\040', '\061', '\012', '\116', '\161', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\131', '\161', '\040', - '\156', '\147', '\040', '\061', '\012', '\172', '\164', '\115', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\143', - '\104', '\040', '\143', '\150', '\040', '\061', '\012', '\167', - '\147', '\131', '\040', '\156', '\147', '\040', '\061', '\012', - '\161', '\144', '\124', '\040', '\144', '\141', '\040', '\061', - '\012', '\166', '\124', '\167', '\040', '\166', '\141', '\040', - '\061', '\012', '\143', '\116', '\172', '\040', '\143', '\150', - '\040', '\061', '\012', '\112', '\142', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\130', '\143', '\152', '\040', - '\143', '\150', '\040', '\061', '\012', '\162', '\125', '\167', - '\040', '\145', '\162', '\040', '\061', '\012', '\147', '\130', - '\166', '\040', '\156', '\147', '\040', '\061', '\012', '\144', - '\122', '\146', '\040', '\144', '\145', '\040', '\061', '\012', - '\142', '\112', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\141', '\161', '\101', '\040', '\141', '\156', '\040', - '\061', '\012', '\165', '\117', '\172', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\120', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\165', '\104', '\167', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\161', '\106', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\130', - '\162', '\040', '\143', '\150', '\040', '\061', '\012', '\171', - '\162', '\114', '\040', '\145', '\162', '\040', '\061', '\012', - '\156', '\112', '\153', '\040', '\141', '\156', '\040', '\061', - '\012', '\150', '\163', '\131', '\040', '\164', '\150', '\040', - '\061', '\012', '\132', '\161', '\163', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\145', '\123', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\114', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\152', '\105', '\157', - '\040', '\157', '\156', '\040', '\061', '\012', '\160', '\155', - '\105', '\040', '\155', '\145', '\040', '\061', '\012', '\152', - '\111', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\172', '\132', '\040', '\163', '\172', '\040', '\061', - '\012', '\121', '\150', '\144', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\156', '\116', '\040', '\141', '\156', - '\040', '\061', '\012', '\142', '\120', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\132', '\167', '\040', - '\160', '\162', '\040', '\061', '\012', '\151', '\167', '\122', - '\040', '\151', '\156', '\040', '\061', '\012', '\157', '\112', - '\166', '\040', '\153', '\157', '\040', '\061', '\012', '\165', - '\146', '\111', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\113', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\165', '\127', '\166', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\103', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\167', '\102', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\125', '\171', '\146', '\040', - '\156', '\171', '\040', '\061', '\012', '\165', '\126', '\170', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\113', - '\146', '\040', '\153', '\141', '\040', '\061', '\012', '\155', - '\162', '\132', '\040', '\145', '\162', '\040', '\061', '\012', - '\154', '\130', '\142', '\040', '\154', '\145', '\040', '\061', - '\012', '\172', '\112', '\155', '\040', '\163', '\172', '\040', - '\061', '\012', '\167', '\131', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\110', '\153', '\167', '\040', '\153', - '\141', '\040', '\061', '\012', '\105', '\167', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\170', '\112', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\105', '\155', - '\170', '\040', '\155', '\145', '\040', '\061', '\012', '\143', - '\161', '\114', '\040', '\143', '\150', '\040', '\061', '\012', - '\172', '\126', '\153', '\040', '\163', '\172', '\040', '\061', - '\012', '\171', '\120', '\142', '\040', '\142', '\145', '\040', - '\061', '\012', '\172', '\143', '\103', '\040', '\143', '\150', - '\040', '\061', '\012', '\116', '\144', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\165', '\127', '\146', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\143', '\115', - '\040', '\143', '\150', '\040', '\061', '\012', '\164', '\153', - '\102', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\150', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\141', '\120', '\040', '\141', '\156', '\040', '\061', - '\012', '\162', '\126', '\163', '\040', '\145', '\162', '\040', - '\061', '\012', '\144', '\114', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\123', '\147', '\155', '\040', '\156', - '\147', '\040', '\061', '\012', '\130', '\150', '\170', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\161', '\110', - '\040', '\161', '\165', '\040', '\061', '\012', '\113', '\161', - '\171', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\122', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\127', '\144', '\167', '\040', '\144', '\145', '\040', '\061', - '\012', '\161', '\143', '\121', '\040', '\143', '\150', '\040', - '\061', '\012', '\172', '\142', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\164', '\131', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\167', '\102', '\040', - '\143', '\150', '\040', '\061', '\012', '\156', '\146', '\126', - '\040', '\141', '\156', '\040', '\061', '\012', '\143', '\147', - '\120', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\167', '\127', '\040', '\160', '\162', '\040', '\061', '\012', - '\160', '\161', '\146', '\040', '\161', '\165', '\040', '\061', - '\012', '\130', '\153', '\160', '\040', '\153', '\141', '\040', - '\061', '\012', '\151', '\172', '\112', '\040', '\151', '\156', - '\040', '\061', '\012', '\143', '\131', '\167', '\040', '\143', - '\150', '\040', '\061', '\012', '\151', '\121', '\154', '\040', - '\151', '\156', '\040', '\061', '\012', '\121', '\166', '\171', - '\040', '\166', '\141', '\040', '\061', '\012', '\171', '\154', - '\122', '\040', '\154', '\145', '\040', '\061', '\012', '\163', - '\106', '\160', '\040', '\163', '\164', '\040', '\061', '\012', - '\114', '\161', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\170', '\156', '\120', '\040', '\141', '\156', '\040', - '\061', '\012', '\147', '\131', '\154', '\040', '\156', '\147', - '\040', '\061', '\012', '\167', '\111', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\146', '\161', '\122', '\040', - '\161', '\165', '\040', '\061', '\012', '\121', '\160', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\161', '\130', - '\172', '\040', '\161', '\165', '\040', '\061', '\012', '\114', - '\162', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\163', '\152', '\111', '\040', '\163', '\164', '\040', '\061', - '\012', '\151', '\171', '\130', '\040', '\151', '\156', '\040', - '\061', '\012', '\132', '\146', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\164', '\110', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\132', '\146', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\130', '\160', - '\040', '\164', '\150', '\040', '\061', '\012', '\162', '\112', - '\167', '\040', '\145', '\162', '\040', '\061', '\012', '\147', - '\142', '\120', '\040', '\156', '\147', '\040', '\061', '\012', - '\121', '\165', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\152', '\122', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\154', '\130', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\126', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\153', '\107', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\116', '\170', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\171', '\113', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\170', - '\101', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\157', '\125', '\170', '\040', '\157', '\156', '\040', '\061', - '\012', '\156', '\127', '\170', '\040', '\141', '\156', '\040', - '\061', '\012', '\146', '\167', '\125', '\040', '\167', '\141', - '\040', '\061', '\012', '\155', '\113', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\150', '\117', '\040', - '\164', '\150', '\040', '\061', '\012', '\163', '\107', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\127', '\167', - '\165', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\156', '\105', '\040', '\141', '\156', '\040', '\061', '\012', - '\164', '\152', '\123', '\040', '\164', '\150', '\040', '\061', - '\012', '\121', '\171', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\171', '\127', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\121', '\144', '\152', '\040', '\144', - '\145', '\040', '\061', '\012', '\152', '\123', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\111', '\157', '\171', - '\040', '\157', '\156', '\040', '\061', '\012', '\130', '\160', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\170', - '\112', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\170', '\166', '\124', '\040', '\166', '\141', '\040', '\061', - '\012', '\143', '\144', '\124', '\040', '\143', '\150', '\040', - '\061', '\012', '\153', '\150', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\150', '\126', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\152', '\124', '\040', - '\143', '\150', '\040', '\061', '\012', '\110', '\161', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\156', '\142', - '\120', '\040', '\141', '\156', '\040', '\061', '\012', '\125', - '\167', '\142', '\040', '\167', '\141', '\040', '\061', '\012', - '\113', '\143', '\142', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\163', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\153', '\132', '\040', '\164', '\150', - '\040', '\061', '\012', '\172', '\162', '\130', '\040', '\145', - '\162', '\040', '\061', '\012', '\172', '\142', '\116', '\040', - '\163', '\172', '\040', '\061', '\012', '\155', '\131', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\147', '\114', - '\170', '\040', '\156', '\147', '\040', '\061', '\012', '\163', - '\107', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\120', '\142', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\147', '\143', '\126', '\040', '\143', '\150', '\040', - '\061', '\012', '\121', '\152', '\146', '\040', '\151', '\152', - '\040', '\061', '\012', '\167', '\166', '\102', '\040', '\166', - '\141', '\040', '\061', '\012', '\147', '\113', '\160', '\040', - '\156', '\147', '\040', '\061', '\012', '\152', '\132', '\171', - '\040', '\151', '\152', '\040', '\061', '\012', '\161', '\150', - '\127', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\103', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\114', '\162', '\153', '\040', '\145', '\162', '\040', '\061', - '\012', '\146', '\122', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\143', '\115', '\152', '\040', '\143', '\150', - '\040', '\061', '\012', '\157', '\150', '\113', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\162', '\113', '\040', - '\145', '\162', '\040', '\061', '\012', '\144', '\121', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\110', '\144', - '\152', '\040', '\144', '\145', '\040', '\061', '\012', '\102', - '\153', '\170', '\040', '\153', '\141', '\040', '\061', '\012', - '\171', '\130', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\146', '\144', '\117', '\040', '\144', '\145', '\040', - '\061', '\012', '\163', '\127', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\130', '\164', '\146', '\040', '\164', - '\150', '\040', '\061', '\012', '\162', '\125', '\170', '\040', - '\141', '\162', '\040', '\061', '\012', '\161', '\110', '\155', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\121', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\167', - '\172', '\125', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\124', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\153', '\116', '\040', '\163', '\172', '\040', - '\061', '\012', '\106', '\161', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\112', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\167', '\153', '\121', '\040', - '\153', '\141', '\040', '\061', '\012', '\167', '\170', '\106', - '\040', '\167', '\141', '\040', '\061', '\012', '\166', '\122', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\152', - '\172', '\104', '\040', '\163', '\172', '\040', '\061', '\012', - '\132', '\161', '\165', '\040', '\165', '\156', '\040', '\061', - '\012', '\172', '\127', '\167', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\147', '\125', '\040', '\156', '\147', - '\040', '\061', '\012', '\165', '\147', '\130', '\040', '\156', - '\147', '\040', '\061', '\012', '\160', '\155', '\102', '\040', - '\155', '\145', '\040', '\061', '\012', '\147', '\172', '\101', - '\040', '\156', '\147', '\040', '\061', '\012', '\132', '\152', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\170', - '\111', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\170', '\157', '\113', '\040', '\157', '\156', '\040', '\061', - '\012', '\107', '\161', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\165', '\114', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\107', '\167', '\040', '\154', - '\145', '\040', '\061', '\012', '\164', '\132', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\143', '\116', - '\040', '\143', '\150', '\040', '\061', '\012', '\171', '\120', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\162', - '\161', '\116', '\040', '\161', '\165', '\040', '\061', '\012', - '\160', '\167', '\107', '\040', '\160', '\162', '\040', '\061', - '\012', '\166', '\146', '\120', '\040', '\166', '\141', '\040', - '\061', '\012', '\166', '\111', '\171', '\040', '\166', '\141', - '\040', '\061', '\012', '\166', '\105', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\152', '\161', '\104', '\040', - '\161', '\165', '\040', '\061', '\012', '\110', '\170', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\114', - '\163', '\040', '\161', '\165', '\040', '\061', '\012', '\112', - '\160', '\171', '\040', '\160', '\162', '\040', '\061', '\012', - '\160', '\122', '\167', '\040', '\160', '\162', '\040', '\061', - '\012', '\146', '\132', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\126', '\166', '\170', '\040', '\166', '\141', - '\040', '\061', '\012', '\172', '\153', '\102', '\040', '\163', - '\172', '\040', '\061', '\012', '\171', '\107', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\153', '\166', '\132', - '\040', '\153', '\141', '\040', '\061', '\012', '\143', '\161', - '\127', '\040', '\143', '\150', '\040', '\061', '\012', '\167', - '\114', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\131', '\160', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\152', '\162', '\122', '\040', '\145', '\162', '\040', - '\061', '\012', '\166', '\167', '\132', '\040', '\166', '\141', - '\040', '\061', '\012', '\147', '\126', '\144', '\040', '\156', - '\147', '\040', '\061', '\012', '\151', '\103', '\167', '\040', - '\151', '\152', '\040', '\061', '\012', '\106', '\170', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\161', '\171', - '\132', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\147', '\124', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\114', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\160', '\130', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\147', '\116', '\166', '\040', '\156', '\147', - '\040', '\061', '\012', '\110', '\147', '\172', '\040', '\156', - '\147', '\040', '\061', '\012', '\172', '\112', '\166', '\040', - '\163', '\172', '\040', '\061', '\012', '\110', '\166', '\155', - '\040', '\166', '\141', '\040', '\061', '\012', '\165', '\130', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\114', '\172', '\040', '\154', '\145', '\040', '\061', '\012', - '\144', '\167', '\120', '\040', '\144', '\145', '\040', '\061', - '\012', '\147', '\166', '\116', '\040', '\156', '\147', '\040', - '\061', '\012', '\143', '\160', '\106', '\040', '\143', '\150', - '\040', '\061', '\012', '\166', '\132', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\120', '\146', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\170', '\143', '\111', - '\040', '\143', '\150', '\040', '\061', '\012', '\171', '\126', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\146', - '\144', '\103', '\040', '\144', '\145', '\040', '\061', '\012', - '\160', '\142', '\105', '\040', '\160', '\162', '\040', '\061', - '\012', '\152', '\121', '\155', '\040', '\151', '\152', '\040', - '\061', '\012', '\124', '\161', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\115', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\107', '\153', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\144', '\126', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\111', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\150', - '\110', '\160', '\040', '\164', '\150', '\040', '\061', '\012', - '\114', '\163', '\142', '\040', '\163', '\164', '\040', '\061', - '\012', '\127', '\166', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\121', '\143', '\167', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\146', '\121', '\040', '\156', - '\147', '\040', '\061', '\012', '\106', '\152', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\102', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\146', '\114', - '\170', '\040', '\146', '\157', '\040', '\061', '\012', '\172', - '\153', '\122', '\040', '\163', '\172', '\040', '\061', '\012', - '\153', '\152', '\101', '\040', '\151', '\152', '\040', '\061', - '\012', '\106', '\143', '\167', '\040', '\143', '\150', '\040', - '\061', '\012', '\146', '\150', '\124', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\151', '\113', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\121', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\160', '\130', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\150', '\114', - '\147', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\112', '\167', '\040', '\151', '\152', '\040', '\061', '\012', - '\163', '\117', '\152', '\040', '\163', '\164', '\040', '\061', - '\012', '\166', '\127', '\142', '\040', '\166', '\141', '\040', - '\061', '\012', '\101', '\152', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\113', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\151', '\111', '\171', '\040', - '\151', '\156', '\040', '\061', '\012', '\160', '\112', '\171', - '\040', '\160', '\162', '\040', '\061', '\012', '\114', '\161', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\167', - '\102', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\153', '\122', '\142', '\040', '\153', '\141', '\040', '\061', - '\012', '\114', '\143', '\160', '\040', '\143', '\150', '\040', - '\061', '\012', '\147', '\146', '\102', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\126', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\161', '\127', '\146', '\040', - '\161', '\165', '\040', '\061', '\012', '\121', '\171', '\146', - '\040', '\156', '\171', '\040', '\061', '\012', '\160', '\165', - '\106', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\111', '\145', '\040', '\145', '\162', '\040', '\061', '\012', - '\167', '\107', '\142', '\040', '\167', '\141', '\040', '\061', - '\012', '\152', '\152', '\114', '\040', '\151', '\152', '\040', - '\061', '\012', '\150', '\143', '\105', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\150', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\170', '\116', '\040', - '\156', '\147', '\040', '\061', '\012', '\164', '\115', '\144', - '\040', '\164', '\150', '\040', '\061', '\012', '\122', '\172', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\147', '\117', '\040', '\143', '\150', '\040', '\061', '\012', - '\166', '\155', '\124', '\040', '\166', '\141', '\040', '\061', - '\012', '\104', '\143', '\161', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\157', '\111', '\040', '\161', '\165', - '\040', '\061', '\012', '\116', '\161', '\172', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\150', '\115', '\040', - '\164', '\150', '\040', '\061', '\012', '\147', '\102', '\161', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\127', - '\166', '\040', '\151', '\152', '\040', '\061', '\012', '\170', - '\155', '\105', '\040', '\155', '\145', '\040', '\061', '\012', - '\161', '\143', '\144', '\040', '\143', '\150', '\040', '\061', - '\012', '\154', '\131', '\152', '\040', '\154', '\145', '\040', - '\061', '\012', '\144', '\104', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\125', '\141', '\040', '\141', - '\156', '\040', '\061', '\012', '\153', '\126', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\167', '\161', '\116', - '\040', '\161', '\165', '\040', '\061', '\012', '\165', '\165', - '\111', '\040', '\161', '\165', '\040', '\061', '\012', '\127', - '\172', '\146', '\040', '\163', '\172', '\040', '\061', '\012', - '\171', '\166', '\130', '\040', '\166', '\141', '\040', '\061', - '\012', '\120', '\171', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\165', '\125', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\114', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\161', '\114', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\126', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\106', '\147', - '\163', '\040', '\156', '\147', '\040', '\061', '\012', '\170', - '\152', '\106', '\040', '\151', '\152', '\040', '\061', '\012', - '\167', '\153', '\107', '\040', '\153', '\141', '\040', '\061', - '\012', '\161', '\112', '\162', '\040', '\161', '\165', '\040', - '\061', '\012', '\107', '\172', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\111', '\170', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\150', '\115', '\166', '\040', - '\164', '\150', '\040', '\061', '\012', '\144', '\146', '\121', - '\040', '\144', '\145', '\040', '\061', '\012', '\145', '\117', - '\170', '\040', '\145', '\162', '\040', '\061', '\012', '\155', - '\110', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\132', '\153', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\156', '\161', '\127', '\040', '\141', '\156', '\040', - '\061', '\012', '\156', '\112', '\144', '\040', '\141', '\156', - '\040', '\061', '\012', '\160', '\105', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\126', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\132', '\171', '\146', - '\040', '\156', '\171', '\040', '\061', '\012', '\156', '\155', - '\124', '\040', '\141', '\156', '\040', '\061', '\012', '\143', - '\163', '\121', '\040', '\143', '\150', '\040', '\061', '\012', - '\120', '\153', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\144', '\120', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\153', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\121', '\156', '\143', '\040', '\141', - '\156', '\040', '\061', '\012', '\160', '\102', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\115', '\152', '\166', - '\040', '\151', '\152', '\040', '\061', '\012', '\171', '\155', - '\112', '\040', '\155', '\145', '\040', '\061', '\012', '\115', - '\170', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\150', '\142', '\114', '\040', '\164', '\150', '\040', '\061', - '\012', '\166', '\121', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\104', '\171', '\040', '\156', '\171', - '\040', '\061', '\012', '\144', '\152', '\103', '\040', '\144', - '\145', '\040', '\061', '\012', '\143', '\144', '\121', '\040', - '\143', '\150', '\040', '\061', '\012', '\142', '\156', '\114', - '\040', '\141', '\156', '\040', '\061', '\012', '\131', '\152', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\161', - '\125', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\155', '\152', '\127', '\040', '\151', '\152', '\040', '\061', - '\012', '\172', '\127', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\170', '\166', '\106', '\040', '\166', '\141', - '\040', '\061', '\012', '\107', '\161', '\151', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\107', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\130', '\165', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\103', - '\163', '\040', '\161', '\165', '\040', '\061', '\012', '\113', - '\170', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\154', '\116', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\163', '\144', '\114', '\040', '\144', '\145', '\040', - '\061', '\012', '\126', '\164', '\156', '\040', '\164', '\150', - '\040', '\061', '\012', '\163', '\112', '\152', '\040', '\163', - '\164', '\040', '\061', '\012', '\153', '\121', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\170', '\146', '\130', - '\040', '\146', '\157', '\040', '\061', '\012', '\116', '\161', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\102', '\163', '\040', '\143', '\150', '\040', '\061', '\012', - '\171', '\172', '\120', '\040', '\163', '\172', '\040', '\061', - '\012', '\170', '\125', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\154', '\142', '\124', '\040', '\154', '\145', - '\040', '\061', '\012', '\167', '\171', '\126', '\040', '\167', - '\141', '\040', '\061', '\012', '\130', '\153', '\155', '\040', - '\153', '\141', '\040', '\061', '\012', '\127', '\144', '\166', - '\040', '\144', '\145', '\040', '\061', '\012', '\161', '\121', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\163', - '\161', '\132', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\146', '\127', '\040', '\163', '\164', '\040', '\061', - '\012', '\147', '\146', '\115', '\040', '\156', '\147', '\040', - '\061', '\012', '\126', '\154', '\160', '\040', '\154', '\145', - '\040', '\061', '\012', '\130', '\152', '\170', '\040', '\151', - '\152', '\040', '\061', '\012', '\150', '\111', '\152', '\040', - '\164', '\150', '\040', '\061', '\012', '\112', '\167', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\170', '\132', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\151', - '\113', '\167', '\040', '\151', '\156', '\040', '\061', '\012', - '\124', '\142', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\172', '\121', '\166', '\040', '\163', '\172', '\040', - '\061', '\012', '\156', '\155', '\132', '\040', '\141', '\156', - '\040', '\061', '\012', '\142', '\160', '\105', '\040', '\160', - '\162', '\040', '\061', '\012', '\172', '\123', '\166', '\040', - '\163', '\172', '\040', '\061', '\012', '\106', '\147', '\151', - '\040', '\156', '\147', '\040', '\061', '\012', '\165', '\111', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\132', - '\166', '\170', '\040', '\166', '\141', '\040', '\061', '\012', - '\162', '\161', '\122', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\152', '\132', '\040', '\151', '\152', '\040', - '\061', '\012', '\116', '\152', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\153', '\167', '\106', '\040', '\153', - '\141', '\040', '\061', '\012', '\117', '\166', '\167', '\040', - '\166', '\141', '\040', '\061', '\012', '\150', '\167', '\132', - '\040', '\164', '\150', '\040', '\061', '\012', '\115', '\166', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\104', - '\166', '\146', '\040', '\166', '\141', '\040', '\061', '\012', - '\170', '\163', '\120', '\040', '\163', '\164', '\040', '\061', - '\012', '\147', '\132', '\161', '\040', '\156', '\147', '\040', - '\061', '\012', '\166', '\130', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\167', '\107', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\154', '\117', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\116', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\116', '\166', - '\167', '\040', '\166', '\141', '\040', '\061', '\012', '\172', - '\144', '\132', '\040', '\144', '\145', '\040', '\061', '\012', - '\166', '\170', '\126', '\040', '\166', '\141', '\040', '\061', - '\012', '\116', '\150', '\172', '\040', '\164', '\150', '\040', - '\061', '\012', '\164', '\132', '\155', '\040', '\164', '\150', - '\040', '\061', '\012', '\151', '\171', '\123', '\040', '\151', - '\156', '\040', '\061', '\012', '\161', '\132', '\141', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\162', '\132', - '\040', '\145', '\162', '\040', '\061', '\012', '\161', '\154', - '\171', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\152', '\115', '\040', '\143', '\150', '\040', '\061', '\012', - '\153', '\131', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\151', '\171', '\106', '\040', '\151', '\156', '\040', - '\061', '\012', '\103', '\144', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\167', '\105', '\040', '\167', - '\141', '\040', '\061', '\012', '\170', '\146', '\126', '\040', - '\146', '\157', '\040', '\061', '\012', '\167', '\142', '\106', - '\040', '\167', '\141', '\040', '\061', '\012', '\167', '\165', - '\117', '\040', '\161', '\165', '\040', '\061', '\012', '\122', - '\154', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\103', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\142', '\143', '\132', '\040', '\143', '\150', '\040', - '\061', '\012', '\107', '\152', '\166', '\040', '\151', '\152', - '\040', '\061', '\012', '\147', '\114', '\154', '\040', '\156', - '\147', '\040', '\061', '\012', '\167', '\114', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\155', '\120', - '\040', '\163', '\172', '\040', '\061', '\012', '\143', '\131', - '\157', '\040', '\143', '\150', '\040', '\061', '\012', '\122', - '\150', '\153', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\162', '\115', '\040', '\156', '\147', '\040', '\061', - '\012', '\146', '\104', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\131', '\171', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\165', '\171', '\127', '\040', '\165', - '\156', '\040', '\061', '\012', '\153', '\107', '\142', '\040', - '\153', '\141', '\040', '\061', '\012', '\151', '\167', '\113', - '\040', '\151', '\156', '\040', '\061', '\012', '\161', '\153', - '\116', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\130', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\103', '\142', '\040', '\163', '\172', '\040', '\061', - '\012', '\162', '\121', '\146', '\040', '\145', '\162', '\040', - '\061', '\012', '\170', '\162', '\117', '\040', '\145', '\162', - '\040', '\061', '\012', '\106', '\172', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\123', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\171', '\120', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\102', '\161', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\153', - '\127', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\150', '\130', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\102', '\167', '\040', '\153', '\141', '\040', - '\061', '\012', '\171', '\166', '\114', '\040', '\166', '\141', - '\040', '\061', '\012', '\170', '\143', '\124', '\040', '\143', - '\150', '\040', '\061', '\012', '\106', '\142', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\143', '\105', '\142', - '\040', '\143', '\150', '\040', '\061', '\012', '\166', '\105', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\165', - '\121', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\163', '\110', '\167', '\040', '\165', '\163', '\040', '\061', - '\012', '\106', '\166', '\146', '\040', '\166', '\141', '\040', - '\061', '\012', '\167', '\153', '\117', '\040', '\153', '\141', - '\040', '\061', '\012', '\167', '\151', '\131', '\040', '\151', - '\156', '\040', '\061', '\012', '\163', '\120', '\155', '\040', - '\163', '\164', '\040', '\061', '\012', '\144', '\106', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\161', '\121', - '\170', '\040', '\161', '\165', '\040', '\061', '\012', '\122', - '\163', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\146', '\125', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\164', '\114', '\167', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\122', '\153', '\040', '\163', '\164', - '\040', '\061', '\012', '\172', '\153', '\120', '\040', '\163', - '\172', '\040', '\061', '\012', '\155', '\166', '\106', '\040', - '\166', '\141', '\040', '\061', '\012', '\152', '\131', '\142', - '\040', '\151', '\152', '\040', '\061', '\012', '\163', '\167', - '\131', '\040', '\151', '\163', '\040', '\061', '\012', '\162', - '\122', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\162', '\110', '\144', '\040', '\145', '\162', '\040', '\061', - '\012', '\142', '\104', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\154', '\127', '\166', '\040', '\154', '\145', - '\040', '\061', '\012', '\166', '\161', '\166', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\157', '\116', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\115', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\160', '\146', - '\112', '\040', '\160', '\162', '\040', '\061', '\012', '\104', - '\155', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\157', '\142', '\121', '\040', '\157', '\156', '\040', '\061', - '\012', '\126', '\146', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\142', '\126', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\103', '\152', '\166', '\040', '\151', - '\152', '\040', '\061', '\012', '\155', '\113', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\152', '\152', '\105', - '\040', '\151', '\152', '\040', '\061', '\012', '\101', '\161', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\103', - '\170', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\166', '\160', '\110', '\040', '\166', '\141', '\040', '\061', - '\012', '\114', '\170', '\141', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\160', '\110', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\157', '\106', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\122', '\172', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\131', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\144', '\125', - '\170', '\040', '\144', '\145', '\040', '\061', '\012', '\113', - '\170', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\170', '\125', '\157', '\040', '\157', '\156', '\040', '\061', - '\012', '\150', '\104', '\160', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\104', '\146', '\040', '\163', '\172', - '\040', '\061', '\012', '\127', '\163', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\172', '\132', '\040', - '\163', '\172', '\040', '\061', '\012', '\155', '\107', '\146', - '\040', '\155', '\145', '\040', '\061', '\012', '\152', '\152', - '\126', '\040', '\151', '\152', '\040', '\061', '\012', '\160', - '\146', '\122', '\040', '\160', '\162', '\040', '\061', '\012', - '\142', '\120', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\167', '\152', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\122', '\152', '\170', '\040', '\151', '\152', - '\040', '\061', '\012', '\114', '\167', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\161', '\110', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\122', '\163', - '\040', '\163', '\172', '\040', '\061', '\012', '\163', '\146', - '\124', '\040', '\163', '\172', '\040', '\061', '\012', '\107', - '\162', '\167', '\040', '\145', '\162', '\040', '\061', '\012', - '\172', '\107', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\171', '\143', '\127', '\040', '\143', '\150', '\040', - '\061', '\012', '\154', '\125', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\160', '\122', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\156', '\132', '\161', '\040', - '\141', '\156', '\040', '\061', '\012', '\123', '\166', '\170', - '\040', '\166', '\141', '\040', '\061', '\012', '\120', '\150', - '\146', '\040', '\164', '\150', '\040', '\061', '\012', '\106', - '\166', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\121', '\154', '\155', '\040', '\154', '\145', '\040', '\061', - '\012', '\152', '\147', '\123', '\040', '\156', '\147', '\040', - '\061', '\012', '\115', '\155', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\170', '\120', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\161', '\161', '\167', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\127', '\160', - '\040', '\145', '\162', '\040', '\061', '\012', '\161', '\111', - '\162', '\040', '\161', '\165', '\040', '\061', '\012', '\103', - '\170', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\167', '\164', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\113', '\142', '\040', '\143', '\150', '\040', - '\061', '\012', '\142', '\164', '\114', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\122', '\170', '\040', '\160', - '\162', '\040', '\061', '\012', '\172', '\163', '\102', '\040', - '\163', '\172', '\040', '\061', '\012', '\156', '\142', '\104', - '\040', '\141', '\156', '\040', '\061', '\012', '\152', '\113', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\150', '\114', '\040', '\164', '\150', '\040', '\061', '\012', - '\131', '\150', '\167', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\131', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\152', '\103', '\155', '\040', '\151', '\152', - '\040', '\061', '\012', '\170', '\172', '\113', '\040', '\163', - '\172', '\040', '\061', '\012', '\160', '\112', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\121', '\162', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\165', '\166', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\146', '\112', '\040', '\143', '\150', '\040', '\061', '\012', - '\151', '\161', '\130', '\040', '\151', '\156', '\040', '\061', - '\012', '\166', '\116', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\161', '\143', '\115', '\040', '\143', '\150', - '\040', '\061', '\012', '\127', '\166', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\166', '\155', '\123', '\040', - '\166', '\141', '\040', '\061', '\012', '\166', '\127', '\160', - '\040', '\166', '\141', '\040', '\061', '\012', '\141', '\111', - '\152', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\155', '\123', '\040', '\151', '\152', '\040', '\061', '\012', - '\106', '\155', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\151', '\171', '\116', '\040', '\151', '\156', '\040', - '\061', '\012', '\142', '\132', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\113', '\172', '\152', '\040', '\163', - '\172', '\040', '\061', '\012', '\126', '\167', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\125', '\154', '\170', - '\040', '\154', '\145', '\040', '\061', '\012', '\162', '\103', - '\166', '\040', '\145', '\162', '\040', '\061', '\012', '\167', - '\166', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\121', '\153', '\162', '\040', '\162', '\151', '\040', '\061', - '\012', '\146', '\152', '\103', '\040', '\151', '\152', '\040', - '\061', '\012', '\164', '\122', '\162', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\103', '\171', '\040', '\160', - '\162', '\040', '\061', '\012', '\146', '\142', '\103', '\040', - '\142', '\145', '\040', '\061', '\012', '\146', '\121', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\130', '\153', - '\146', '\040', '\153', '\141', '\040', '\061', '\012', '\104', - '\161', '\162', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\147', '\105', '\040', '\156', '\147', '\040', '\061', - '\012', '\166', '\115', '\155', '\040', '\166', '\141', '\040', - '\061', '\012', '\144', '\120', '\142', '\040', '\144', '\145', - '\040', '\061', '\012', '\166', '\152', '\114', '\040', '\151', - '\152', '\040', '\061', '\012', '\167', '\113', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\120', '\171', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\145', '\130', - '\166', '\040', '\145', '\162', '\040', '\061', '\012', '\156', - '\126', '\167', '\040', '\141', '\156', '\040', '\061', '\012', - '\112', '\167', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\104', '\146', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\103', '\143', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\164', '\110', '\040', '\164', - '\150', '\040', '\061', '\012', '\130', '\161', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\102', '\150', '\143', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\143', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\113', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\164', '\146', '\116', '\040', '\164', '\150', '\040', '\061', - '\012', '\151', '\142', '\132', '\040', '\151', '\156', '\040', - '\061', '\012', '\116', '\172', '\142', '\040', '\163', '\172', - '\040', '\061', '\012', '\127', '\156', '\152', '\040', '\141', - '\156', '\040', '\061', '\012', '\166', '\130', '\171', '\040', - '\166', '\141', '\040', '\061', '\012', '\151', '\126', '\146', - '\040', '\151', '\156', '\040', '\061', '\012', '\144', '\170', - '\124', '\040', '\144', '\145', '\040', '\061', '\012', '\152', - '\170', '\121', '\040', '\151', '\152', '\040', '\061', '\012', - '\104', '\144', '\166', '\040', '\144', '\145', '\040', '\061', - '\012', '\155', '\130', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\146', '\125', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\147', '\121', '\040', '\156', - '\147', '\040', '\061', '\012', '\114', '\147', '\152', '\040', - '\156', '\147', '\040', '\061', '\012', '\155', '\147', '\131', - '\040', '\156', '\147', '\040', '\061', '\012', '\161', '\115', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\160', '\112', '\040', '\156', '\147', '\040', '\061', '\012', - '\163', '\132', '\170', '\040', '\163', '\164', '\040', '\061', - '\012', '\156', '\130', '\172', '\040', '\141', '\156', '\040', - '\061', '\012', '\127', '\166', '\145', '\040', '\145', '\162', - '\040', '\061', '\012', '\154', '\126', '\153', '\040', '\154', - '\145', '\040', '\061', '\012', '\167', '\103', '\142', '\040', - '\167', '\141', '\040', '\061', '\012', '\170', '\166', '\111', - '\040', '\166', '\141', '\040', '\061', '\012', '\155', '\146', - '\112', '\040', '\155', '\145', '\040', '\061', '\012', '\164', - '\121', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\124', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\146', '\161', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\156', '\126', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\111', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\121', '\166', '\160', '\040', - '\166', '\141', '\040', '\061', '\012', '\166', '\146', '\116', - '\040', '\166', '\141', '\040', '\061', '\012', '\147', '\121', - '\163', '\040', '\156', '\147', '\040', '\061', '\012', '\151', - '\126', '\160', '\040', '\151', '\156', '\040', '\061', '\012', - '\152', '\107', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\170', '\115', '\146', '\040', '\146', '\157', '\040', - '\061', '\012', '\170', '\166', '\167', '\040', '\167', '\151', - '\040', '\061', '\012', '\172', '\111', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\172', '\146', '\122', '\040', - '\163', '\172', '\040', '\061', '\012', '\172', '\127', '\166', - '\040', '\163', '\172', '\040', '\061', '\012', '\145', '\150', - '\126', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\132', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\164', '\155', '\113', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\114', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\132', '\142', '\040', '\160', '\162', - '\040', '\061', '\012', '\166', '\156', '\112', '\040', '\141', - '\156', '\040', '\061', '\012', '\146', '\166', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\130', '\150', '\166', - '\040', '\164', '\150', '\040', '\061', '\012', '\126', '\152', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\164', - '\147', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\141', '\112', '\040', '\141', '\156', '\040', '\061', - '\012', '\155', '\123', '\146', '\040', '\155', '\145', '\040', - '\061', '\012', '\130', '\172', '\155', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\124', '\172', '\040', '\144', - '\145', '\040', '\061', '\012', '\170', '\130', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\160', '\121', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\103', '\161', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\123', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\160', '\162', '\127', '\040', '\145', '\162', '\040', '\061', - '\012', '\150', '\104', '\142', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\130', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\143', '\104', '\040', '\143', - '\150', '\040', '\061', '\012', '\153', '\147', '\132', '\040', - '\156', '\147', '\040', '\061', '\012', '\124', '\172', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\172', '\143', - '\122', '\040', '\143', '\150', '\040', '\061', '\012', '\130', - '\167', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\153', '\130', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\131', '\167', '\166', '\040', '\167', '\151', '\040', - '\061', '\012', '\162', '\160', '\113', '\040', '\145', '\162', - '\040', '\061', '\012', '\167', '\120', '\163', '\040', '\151', - '\163', '\040', '\061', '\012', '\113', '\152', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\104', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\152', '\162', - '\106', '\040', '\145', '\162', '\040', '\061', '\012', '\142', - '\142', '\121', '\040', '\142', '\145', '\040', '\061', '\012', - '\121', '\144', '\142', '\040', '\144', '\145', '\040', '\061', - '\012', '\162', '\113', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\131', '\146', '\040', '\166', '\141', - '\040', '\061', '\012', '\166', '\170', '\101', '\040', '\166', - '\141', '\040', '\061', '\012', '\146', '\150', '\115', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\163', '\125', - '\040', '\163', '\164', '\040', '\061', '\012', '\172', '\130', - '\153', '\040', '\163', '\172', '\040', '\061', '\012', '\165', - '\167', '\117', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\163', '\122', '\040', '\163', '\164', '\040', '\061', - '\012', '\153', '\110', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\170', '\127', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\166', '\146', '\123', '\040', '\166', - '\141', '\040', '\061', '\012', '\160', '\111', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\142', '\143', '\127', - '\040', '\143', '\150', '\040', '\061', '\012', '\172', '\144', - '\115', '\040', '\163', '\172', '\040', '\061', '\012', '\147', - '\103', '\172', '\040', '\156', '\147', '\040', '\061', '\012', - '\150', '\172', '\116', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\121', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\157', '\152', '\130', '\040', '\157', '\156', - '\040', '\061', '\012', '\126', '\161', '\166', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\127', '\142', '\040', - '\161', '\165', '\040', '\061', '\012', '\131', '\153', '\142', - '\040', '\153', '\141', '\040', '\061', '\012', '\170', '\156', - '\112', '\040', '\141', '\156', '\040', '\061', '\012', '\163', - '\112', '\172', '\040', '\163', '\164', '\040', '\061', '\012', - '\150', '\122', '\162', '\040', '\164', '\150', '\040', '\061', - '\012', '\164', '\130', '\163', '\040', '\164', '\150', '\040', - '\061', '\012', '\121', '\145', '\142', '\040', '\145', '\162', - '\040', '\061', '\012', '\125', '\167', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\156', '\131', '\147', '\040', - '\141', '\156', '\040', '\061', '\012', '\131', '\146', '\170', - '\040', '\146', '\157', '\040', '\061', '\012', '\170', '\162', - '\107', '\040', '\145', '\162', '\040', '\061', '\012', '\145', - '\132', '\162', '\040', '\154', '\145', '\040', '\061', '\012', - '\165', '\146', '\126', '\040', '\165', '\163', '\040', '\061', - '\012', '\162', '\130', '\155', '\040', '\145', '\162', '\040', - '\061', '\012', '\161', '\132', '\166', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\121', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\124', '\156', '\161', '\040', - '\141', '\156', '\040', '\061', '\012', '\122', '\155', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\152', '\154', - '\115', '\040', '\154', '\145', '\040', '\061', '\012', '\143', - '\161', '\117', '\040', '\143', '\150', '\040', '\061', '\012', - '\170', '\127', '\146', '\040', '\146', '\157', '\040', '\061', - '\012', '\152', '\143', '\132', '\040', '\143', '\150', '\040', - '\061', '\012', '\152', '\146', '\126', '\040', '\151', '\152', - '\040', '\061', '\012', '\132', '\155', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\142', '\170', '\115', '\040', - '\142', '\145', '\040', '\061', '\012', '\146', '\106', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\147', '\152', - '\120', '\040', '\156', '\147', '\040', '\061', '\012', '\150', - '\115', '\163', '\040', '\164', '\150', '\040', '\061', '\012', - '\131', '\163', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\153', '\126', '\040', '\161', '\165', '\040', - '\061', '\012', '\113', '\155', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\131', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\144', '\166', '\130', '\040', - '\144', '\145', '\040', '\061', '\012', '\162', '\167', '\103', - '\040', '\145', '\162', '\040', '\061', '\012', '\147', '\167', - '\127', '\040', '\167', '\141', '\040', '\061', '\012', '\121', - '\160', '\171', '\040', '\160', '\162', '\040', '\061', '\012', - '\152', '\130', '\171', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\117', '\152', '\040', '\161', '\165', '\040', - '\061', '\012', '\121', '\155', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\105', '\161', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\112', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\146', '\110', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\150', '\104', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\163', - '\104', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\126', '\153', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\114', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\166', '\110', '\155', '\040', '\166', '\141', - '\040', '\061', '\012', '\166', '\156', '\130', '\040', '\141', - '\156', '\040', '\061', '\012', '\152', '\170', '\123', '\040', - '\151', '\152', '\040', '\061', '\012', '\112', '\164', '\152', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\147', - '\105', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\160', '\110', '\040', '\160', '\162', '\040', '\061', '\012', - '\111', '\161', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\115', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\144', '\155', '\105', '\040', '\144', '\145', - '\040', '\061', '\012', '\110', '\146', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\123', '\142', '\040', - '\160', '\162', '\040', '\061', '\012', '\170', '\150', '\111', - '\040', '\164', '\150', '\040', '\061', '\012', '\121', '\152', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\146', '\130', '\040', '\156', '\171', '\040', '\061', '\012', - '\166', '\165', '\106', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\106', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\172', '\156', '\123', '\040', '\141', '\156', - '\040', '\061', '\012', '\172', '\154', '\126', '\040', '\154', - '\145', '\040', '\061', '\012', '\154', '\153', '\113', '\040', - '\154', '\145', '\040', '\061', '\012', '\106', '\166', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\152', - '\124', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\157', '\121', '\040', '\157', '\156', '\040', '\061', '\012', - '\127', '\166', '\170', '\040', '\166', '\141', '\040', '\061', - '\012', '\150', '\115', '\156', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\115', '\167', '\040', '\144', '\145', - '\040', '\061', '\012', '\147', '\143', '\106', '\040', '\143', - '\150', '\040', '\061', '\012', '\144', '\142', '\102', '\040', - '\144', '\145', '\040', '\061', '\012', '\103', '\161', '\152', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\103', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\160', - '\112', '\170', '\040', '\160', '\162', '\040', '\061', '\012', - '\104', '\146', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\163', '\152', '\114', '\040', '\163', '\164', '\040', - '\061', '\012', '\161', '\151', '\107', '\040', '\151', '\156', - '\040', '\061', '\012', '\132', '\154', '\163', '\040', '\154', - '\145', '\040', '\061', '\012', '\126', '\163', '\146', '\040', - '\163', '\164', '\040', '\061', '\012', '\106', '\147', '\144', - '\040', '\156', '\147', '\040', '\061', '\012', '\167', '\155', - '\104', '\040', '\155', '\145', '\040', '\061', '\012', '\104', - '\170', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\161', '\162', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\112', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\143', '\114', '\170', '\040', '\143', '\150', - '\040', '\061', '\012', '\152', '\144', '\102', '\040', '\144', - '\145', '\040', '\061', '\012', '\171', '\142', '\115', '\040', - '\142', '\145', '\040', '\061', '\012', '\155', '\166', '\115', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\164', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\156', '\102', '\040', '\141', '\156', '\040', '\061', '\012', - '\167', '\164', '\127', '\040', '\164', '\150', '\040', '\061', - '\012', '\113', '\163', '\144', '\040', '\163', '\164', '\040', - '\061', '\012', '\167', '\161', '\154', '\040', '\167', '\141', - '\040', '\061', '\012', '\155', '\150', '\125', '\040', '\164', - '\150', '\040', '\061', '\012', '\157', '\112', '\171', '\040', - '\157', '\156', '\040', '\061', '\012', '\107', '\150', '\160', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\157', - '\130', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\163', '\111', '\040', '\163', '\164', '\040', '\061', '\012', - '\166', '\106', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\146', '\131', '\145', '\040', '\145', '\162', '\040', - '\061', '\012', '\154', '\156', '\126', '\040', '\141', '\156', - '\040', '\061', '\012', '\165', '\130', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\105', '\157', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\143', '\115', - '\040', '\167', '\141', '\040', '\061', '\012', '\152', '\167', - '\113', '\040', '\151', '\152', '\040', '\061', '\012', '\107', - '\153', '\145', '\040', '\145', '\162', '\040', '\061', '\012', - '\165', '\106', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\131', '\143', '\147', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\161', '\171', '\040', '\161', '\165', - '\040', '\061', '\012', '\142', '\164', '\115', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\110', '\167', '\040', - '\151', '\152', '\040', '\061', '\012', '\161', '\145', '\125', - '\040', '\161', '\165', '\040', '\061', '\012', '\121', '\152', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\156', - '\165', '\121', '\040', '\141', '\156', '\040', '\061', '\012', - '\106', '\143', '\170', '\040', '\143', '\150', '\040', '\061', - '\012', '\113', '\161', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\114', '\161', '\166', '\040', '\161', '\165', - '\040', '\061', '\012', '\155', '\167', '\125', '\040', '\155', - '\145', '\040', '\061', '\012', '\146', '\121', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\153', '\123', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\156', '\131', - '\166', '\040', '\141', '\156', '\040', '\061', '\012', '\167', - '\107', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\147', '\166', '\132', '\040', '\156', '\147', '\040', '\061', - '\012', '\155', '\161', '\116', '\040', '\161', '\165', '\040', - '\061', '\012', '\106', '\150', '\160', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\115', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\102', '\150', '\040', - '\143', '\150', '\040', '\061', '\012', '\142', '\130', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\146', '\161', - '\113', '\040', '\161', '\165', '\040', '\061', '\012', '\131', - '\171', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\113', '\162', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\122', '\156', '\166', '\040', '\141', '\156', '\040', - '\061', '\012', '\165', '\165', '\105', '\040', '\161', '\165', - '\040', '\061', '\012', '\130', '\163', '\172', '\040', '\163', - '\164', '\040', '\061', '\012', '\146', '\113', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\171', '\111', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\116', '\143', - '\144', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\114', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\143', '\123', '\163', '\040', '\143', '\150', '\040', '\061', - '\012', '\154', '\142', '\105', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\141', '\127', '\040', '\141', '\156', - '\040', '\061', '\012', '\122', '\164', '\144', '\040', '\164', - '\150', '\040', '\061', '\012', '\162', '\142', '\106', '\040', - '\145', '\162', '\040', '\061', '\012', '\166', '\147', '\122', - '\040', '\156', '\147', '\040', '\061', '\012', '\163', '\143', - '\132', '\040', '\143', '\150', '\040', '\061', '\012', '\162', - '\110', '\160', '\040', '\145', '\162', '\040', '\061', '\012', - '\145', '\131', '\167', '\040', '\145', '\162', '\040', '\061', - '\012', '\114', '\170', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\122', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\152', '\160', '\116', '\040', '\151', - '\152', '\040', '\061', '\012', '\162', '\152', '\127', '\040', - '\145', '\162', '\040', '\061', '\012', '\154', '\147', '\113', - '\040', '\156', '\147', '\040', '\061', '\012', '\155', '\103', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\146', - '\107', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\172', '\124', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\121', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\153', '\154', '\112', '\040', '\154', '\151', - '\040', '\061', '\012', '\143', '\161', '\153', '\040', '\143', - '\150', '\040', '\061', '\012', '\154', '\115', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\131', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\150', '\121', - '\153', '\040', '\164', '\150', '\040', '\061', '\012', '\110', - '\170', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\146', '\145', '\131', '\040', '\145', '\162', '\040', '\061', - '\012', '\146', '\150', '\106', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\102', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\146', '\126', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\146', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\163', '\142', '\124', - '\040', '\163', '\164', '\040', '\061', '\012', '\144', '\121', - '\171', '\040', '\144', '\145', '\040', '\061', '\012', '\106', - '\155', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\166', '\150', '\114', '\040', '\164', '\150', '\040', '\061', - '\012', '\112', '\164', '\142', '\040', '\164', '\150', '\040', - '\061', '\012', '\126', '\162', '\170', '\040', '\145', '\162', - '\040', '\061', '\012', '\171', '\161', '\132', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\104', '\155', '\040', - '\151', '\152', '\040', '\061', '\012', '\155', '\146', '\126', - '\040', '\155', '\145', '\040', '\061', '\012', '\157', '\123', - '\170', '\040', '\157', '\156', '\040', '\061', '\012', '\112', - '\170', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\167', '\117', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\112', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\126', '\166', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\105', '\161', '\145', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\161', '\117', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\170', '\111', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\113', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\144', '\127', '\040', '\144', '\145', '\040', '\061', '\012', - '\143', '\143', '\115', '\040', '\143', '\150', '\040', '\061', - '\012', '\147', '\143', '\127', '\040', '\143', '\150', '\040', - '\061', '\012', '\154', '\106', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\122', '\166', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\156', '\116', '\040', - '\141', '\156', '\040', '\061', '\012', '\172', '\142', '\125', - '\040', '\163', '\172', '\040', '\061', '\012', '\164', '\116', - '\167', '\040', '\164', '\150', '\040', '\061', '\012', '\167', - '\152', '\113', '\040', '\151', '\152', '\040', '\061', '\012', - '\112', '\142', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\102', '\146', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\145', '\130', '\040', '\154', '\145', - '\040', '\061', '\012', '\164', '\130', '\153', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\154', '\112', '\040', - '\154', '\145', '\040', '\061', '\012', '\143', '\113', '\144', - '\040', '\143', '\150', '\040', '\061', '\012', '\156', '\103', - '\146', '\040', '\141', '\156', '\040', '\061', '\012', '\161', - '\147', '\126', '\040', '\156', '\147', '\040', '\061', '\012', - '\115', '\150', '\170', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\113', '\146', '\040', '\163', '\164', '\040', - '\061', '\012', '\150', '\161', '\132', '\040', '\164', '\150', - '\040', '\061', '\012', '\106', '\144', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\172', '\112', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\116', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\164', '\152', - '\127', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\143', '\116', '\040', '\143', '\150', '\040', '\061', '\012', - '\146', '\143', '\112', '\040', '\143', '\150', '\040', '\061', - '\012', '\144', '\152', '\125', '\040', '\144', '\145', '\040', - '\061', '\012', '\131', '\147', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\157', '\111', '\040', '\157', - '\156', '\040', '\061', '\012', '\131', '\171', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\153', '\121', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\150', '\146', - '\121', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\162', '\114', '\040', '\141', '\156', '\040', '\061', '\012', - '\154', '\121', '\163', '\040', '\154', '\145', '\040', '\061', - '\012', '\155', '\164', '\106', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\142', '\130', '\040', '\167', '\141', - '\040', '\061', '\012', '\147', '\155', '\122', '\040', '\156', - '\147', '\040', '\061', '\012', '\132', '\163', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\164', '\121', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\142', - '\106', '\040', '\155', '\145', '\040', '\061', '\012', '\146', - '\147', '\124', '\040', '\156', '\147', '\040', '\061', '\012', - '\143', '\127', '\165', '\040', '\143', '\150', '\040', '\061', - '\012', '\147', '\170', '\107', '\040', '\156', '\147', '\040', - '\061', '\012', '\150', '\116', '\166', '\040', '\164', '\150', - '\040', '\061', '\012', '\144', '\146', '\127', '\040', '\144', - '\145', '\040', '\061', '\012', '\172', '\162', '\103', '\040', - '\145', '\162', '\040', '\061', '\012', '\167', '\157', '\130', - '\040', '\157', '\156', '\040', '\061', '\012', '\167', '\152', - '\124', '\040', '\151', '\152', '\040', '\061', '\012', '\120', - '\161', '\167', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\153', '\146', '\040', '\153', '\141', '\040', '\061', - '\012', '\156', '\114', '\172', '\040', '\141', '\156', '\040', - '\061', '\012', '\143', '\152', '\126', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\143', '\120', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\154', '\121', '\040', - '\154', '\145', '\040', '\061', '\012', '\106', '\147', '\161', - '\040', '\156', '\147', '\040', '\061', '\012', '\150', '\147', - '\120', '\040', '\164', '\150', '\040', '\061', '\012', '\107', - '\161', '\171', '\040', '\161', '\165', '\040', '\061', '\012', - '\164', '\113', '\163', '\040', '\164', '\150', '\040', '\061', - '\012', '\130', '\146', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\171', '\132', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\151', '\132', '\040', '\151', - '\156', '\040', '\061', '\012', '\162', '\130', '\166', '\040', - '\145', '\162', '\040', '\061', '\012', '\131', '\143', '\171', - '\040', '\143', '\150', '\040', '\061', '\012', '\146', '\166', - '\101', '\040', '\166', '\141', '\040', '\061', '\012', '\124', - '\161', '\163', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\132', '\171', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\167', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\126', '\146', '\040', '\161', '\165', - '\040', '\061', '\012', '\115', '\150', '\161', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\123', '\152', '\040', - '\163', '\172', '\040', '\061', '\012', '\166', '\150', '\121', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\172', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\107', - '\166', '\155', '\040', '\166', '\141', '\040', '\061', '\012', - '\143', '\161', '\125', '\040', '\143', '\150', '\040', '\061', - '\012', '\110', '\150', '\160', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\121', '\153', '\040', '\156', '\147', - '\040', '\061', '\012', '\160', '\167', '\114', '\040', '\160', - '\162', '\040', '\061', '\012', '\163', '\116', '\167', '\040', - '\163', '\164', '\040', '\061', '\012', '\161', '\105', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\116', '\172', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\163', '\104', '\040', '\163', '\164', '\040', '\061', '\012', - '\155', '\104', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\122', '\164', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\152', '\114', '\146', '\040', '\151', '\152', - '\040', '\061', '\012', '\167', '\124', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\170', '\112', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\126', '\161', '\157', - '\040', '\161', '\165', '\040', '\061', '\012', '\132', '\161', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\161', '\121', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\162', '\131', '\040', '\164', '\150', '\040', '\061', - '\012', '\127', '\161', '\157', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\111', '\171', '\040', '\155', '\145', - '\040', '\061', '\012', '\111', '\160', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\170', '\152', '\103', '\040', - '\151', '\152', '\040', '\061', '\012', '\154', '\114', '\160', - '\040', '\154', '\145', '\040', '\061', '\012', '\150', '\161', - '\106', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\127', '\147', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\131', '\143', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\152', '\125', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\130', '\153', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\161', '\114', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\170', '\124', '\040', - '\163', '\172', '\040', '\061', '\012', '\144', '\156', '\130', - '\040', '\141', '\156', '\040', '\061', '\012', '\172', '\102', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\121', - '\154', '\163', '\040', '\154', '\145', '\040', '\061', '\012', - '\153', '\150', '\103', '\040', '\164', '\150', '\040', '\061', - '\012', '\165', '\161', '\130', '\040', '\161', '\165', '\040', - '\061', '\012', '\132', '\142', '\146', '\040', '\142', '\145', - '\040', '\061', '\012', '\151', '\104', '\170', '\040', '\154', - '\151', '\040', '\061', '\012', '\132', '\156', '\160', '\040', - '\141', '\156', '\040', '\061', '\012', '\112', '\170', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\161', - '\131', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\142', '\125', '\040', '\166', '\141', '\040', '\061', '\012', - '\161', '\122', '\162', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\160', '\152', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\154', '\107', '\040', '\154', '\145', - '\040', '\061', '\012', '\127', '\147', '\170', '\040', '\156', - '\147', '\040', '\061', '\012', '\126', '\170', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\172', '\123', '\167', - '\040', '\163', '\172', '\040', '\061', '\012', '\151', '\150', - '\127', '\040', '\164', '\150', '\040', '\061', '\012', '\153', - '\172', '\124', '\040', '\163', '\172', '\040', '\061', '\012', - '\141', '\145', '\132', '\040', '\141', '\156', '\040', '\061', - '\012', '\150', '\113', '\152', '\040', '\164', '\150', '\040', - '\061', '\012', '\164', '\127', '\163', '\040', '\164', '\150', - '\040', '\061', '\012', '\147', '\114', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\147', '\160', '\113', '\040', - '\156', '\147', '\040', '\061', '\012', '\171', '\112', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\107', '\166', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\105', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\163', '\113', '\144', '\040', '\163', '\164', '\040', '\061', - '\012', '\170', '\150', '\116', '\040', '\164', '\150', '\040', - '\061', '\012', '\141', '\115', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\145', '\150', '\130', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\146', '\132', '\040', - '\153', '\165', '\040', '\061', '\012', '\127', '\167', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\131', '\155', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\126', - '\153', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\142', '\172', '\104', '\040', '\163', '\172', '\040', '\061', - '\012', '\130', '\153', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\126', '\172', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\170', '\166', '\126', '\040', '\166', - '\141', '\040', '\061', '\012', '\160', '\110', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\162', '\113', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\155', - '\115', '\040', '\166', '\141', '\040', '\061', '\012', '\121', - '\170', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\172', '\116', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\142', '\161', '\102', '\040', '\161', '\165', '\040', - '\061', '\012', '\112', '\161', '\167', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\161', '\102', '\040', '\161', - '\165', '\040', '\061', '\012', '\130', '\166', '\155', '\040', - '\166', '\141', '\040', '\061', '\012', '\154', '\102', '\146', - '\040', '\154', '\145', '\040', '\061', '\012', '\161', '\161', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\103', '\163', '\040', '\156', '\147', '\040', '\061', '\012', - '\162', '\122', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\122', '\156', '\155', '\040', '\141', '\156', '\040', - '\061', '\012', '\114', '\172', '\167', '\040', '\163', '\172', - '\040', '\061', '\012', '\151', '\167', '\116', '\040', '\151', - '\156', '\040', '\061', '\012', '\160', '\146', '\116', '\040', - '\160', '\162', '\040', '\061', '\012', '\150', '\103', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\165', '\110', - '\172', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\114', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\154', '\167', '\104', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\152', '\102', '\040', '\161', '\165', '\040', - '\061', '\012', '\117', '\152', '\171', '\040', '\151', '\152', - '\040', '\061', '\012', '\144', '\155', '\126', '\040', '\144', - '\151', '\040', '\061', '\012', '\143', '\103', '\167', '\040', - '\143', '\150', '\040', '\061', '\012', '\154', '\130', '\163', - '\040', '\154', '\145', '\040', '\061', '\012', '\163', '\155', - '\122', '\040', '\163', '\164', '\040', '\061', '\012', '\155', - '\170', '\117', '\040', '\155', '\145', '\040', '\061', '\012', - '\112', '\162', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\152', '\116', '\040', '\163', '\172', '\040', - '\061', '\012', '\142', '\102', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\143', '\170', '\121', '\040', '\143', - '\150', '\040', '\061', '\012', '\113', '\144', '\160', '\040', - '\144', '\145', '\040', '\061', '\012', '\104', '\154', '\142', - '\040', '\154', '\145', '\040', '\061', '\012', '\160', '\161', - '\104', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\161', '\103', '\040', '\161', '\165', '\040', '\061', '\012', - '\123', '\160', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\164', '\103', '\144', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\146', '\120', '\040', '\156', '\147', - '\040', '\061', '\012', '\165', '\107', '\152', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\142', '\105', '\040', - '\142', '\145', '\040', '\061', '\012', '\130', '\160', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\130', '\172', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\147', - '\161', '\107', '\040', '\161', '\165', '\040', '\061', '\012', - '\153', '\161', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\113', '\166', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\127', '\151', '\040', '\161', '\165', - '\040', '\061', '\012', '\155', '\170', '\132', '\040', '\155', - '\145', '\040', '\061', '\012', '\161', '\157', '\131', '\040', - '\161', '\165', '\040', '\061', '\012', '\123', '\147', '\146', - '\040', '\156', '\147', '\040', '\061', '\012', '\143', '\122', - '\166', '\040', '\143', '\150', '\040', '\061', '\012', '\127', - '\147', '\151', '\040', '\156', '\147', '\040', '\061', '\012', - '\145', '\104', '\170', '\040', '\145', '\162', '\040', '\061', - '\012', '\143', '\127', '\167', '\040', '\143', '\150', '\040', - '\061', '\012', '\166', '\106', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\113', '\170', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\151', '\127', '\160', '\040', - '\151', '\156', '\040', '\061', '\012', '\146', '\122', '\170', - '\040', '\146', '\157', '\040', '\061', '\012', '\167', '\164', - '\102', '\040', '\164', '\150', '\040', '\061', '\012', '\163', - '\167', '\127', '\040', '\163', '\164', '\040', '\061', '\012', - '\147', '\162', '\113', '\040', '\156', '\147', '\040', '\061', - '\012', '\110', '\146', '\145', '\040', '\145', '\162', '\040', - '\061', '\012', '\147', '\146', '\132', '\040', '\156', '\147', - '\040', '\061', '\012', '\170', '\161', '\130', '\040', '\161', - '\165', '\040', '\061', '\012', '\157', '\113', '\152', '\040', - '\157', '\156', '\040', '\061', '\012', '\166', '\146', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\127', - '\167', '\040', '\160', '\162', '\040', '\061', '\012', '\165', - '\127', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\154', '\103', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\153', '\147', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\104', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\123', '\146', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\165', '\131', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\166', '\122', - '\040', '\166', '\141', '\040', '\061', '\012', '\145', '\101', - '\157', '\040', '\145', '\162', '\040', '\061', '\012', '\160', - '\131', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\144', '\122', '\170', '\040', '\144', '\145', '\040', '\061', - '\012', '\151', '\127', '\144', '\040', '\151', '\156', '\040', - '\061', '\012', '\147', '\107', '\170', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\130', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\153', '\143', '\120', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\143', '\112', - '\040', '\164', '\150', '\040', '\061', '\012', '\154', '\103', - '\146', '\040', '\154', '\145', '\040', '\061', '\012', '\147', - '\155', '\127', '\040', '\156', '\147', '\040', '\061', '\012', - '\110', '\153', '\146', '\040', '\153', '\141', '\040', '\061', - '\012', '\162', '\150', '\114', '\040', '\164', '\150', '\040', - '\061', '\012', '\152', '\161', '\120', '\040', '\161', '\165', - '\040', '\061', '\012', '\162', '\121', '\160', '\040', '\145', - '\162', '\040', '\061', '\012', '\166', '\103', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\144', '\127', '\152', - '\040', '\144', '\145', '\040', '\061', '\012', '\110', '\162', - '\170', '\040', '\145', '\162', '\040', '\061', '\012', '\163', - '\124', '\172', '\040', '\163', '\164', '\040', '\061', '\012', - '\141', '\126', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\167', '\113', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\166', '\105', '\040', '\166', '\141', - '\040', '\061', '\012', '\167', '\113', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\170', '\143', '\131', '\040', - '\143', '\150', '\040', '\061', '\012', '\166', '\160', '\115', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\154', - '\103', '\040', '\154', '\145', '\040', '\061', '\012', '\144', - '\154', '\107', '\040', '\154', '\145', '\040', '\061', '\012', - '\157', '\124', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\151', '\114', '\160', '\040', '\151', '\156', '\040', - '\061', '\012', '\170', '\163', '\114', '\040', '\163', '\164', - '\040', '\061', '\012', '\154', '\106', '\172', '\040', '\154', - '\145', '\040', '\061', '\012', '\166', '\150', '\103', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\154', '\130', - '\040', '\154', '\145', '\040', '\061', '\012', '\160', '\155', - '\117', '\040', '\155', '\145', '\040', '\061', '\012', '\131', - '\143', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\131', '\156', '\160', '\040', '\141', '\156', '\040', '\061', - '\012', '\131', '\142', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\121', '\154', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\142', '\170', '\101', '\040', '\142', - '\145', '\040', '\061', '\012', '\164', '\106', '\163', '\040', - '\164', '\150', '\040', '\061', '\012', '\114', '\161', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\143', - '\125', '\040', '\143', '\150', '\040', '\061', '\012', '\166', - '\146', '\113', '\040', '\166', '\141', '\040', '\061', '\012', - '\166', '\160', '\121', '\040', '\166', '\141', '\040', '\061', - '\012', '\104', '\164', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\124', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\126', '\166', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\121', '\142', '\170', '\040', - '\142', '\145', '\040', '\061', '\012', '\172', '\127', '\153', - '\040', '\163', '\172', '\040', '\061', '\012', '\142', '\123', - '\170', '\040', '\142', '\145', '\040', '\061', '\012', '\172', - '\160', '\113', '\040', '\163', '\172', '\040', '\061', '\012', - '\167', '\124', '\142', '\040', '\167', '\141', '\040', '\061', - '\012', '\155', '\153', '\103', '\040', '\153', '\141', '\040', - '\061', '\012', '\143', '\122', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\102', '\153', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\107', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\150', '\156', '\121', - '\040', '\164', '\150', '\040', '\061', '\012', '\141', '\161', - '\121', '\040', '\141', '\156', '\040', '\061', '\012', '\172', - '\150', '\132', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\167', '\120', '\040', '\163', '\172', '\040', '\061', - '\012', '\166', '\161', '\114', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\143', '\125', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\154', '\123', '\040', '\156', - '\147', '\040', '\061', '\012', '\160', '\152', '\105', '\040', - '\151', '\152', '\040', '\061', '\012', '\161', '\161', '\104', - '\040', '\161', '\165', '\040', '\061', '\012', '\154', '\122', - '\170', '\040', '\154', '\145', '\040', '\061', '\012', '\161', - '\126', '\162', '\040', '\161', '\165', '\040', '\061', '\012', - '\130', '\165', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\162', '\102', '\040', '\145', '\162', '\040', - '\061', '\012', '\121', '\171', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\123', '\147', '\170', '\040', '\156', - '\147', '\040', '\061', '\012', '\144', '\161', '\153', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\131', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\155', '\120', - '\170', '\040', '\155', '\145', '\040', '\061', '\012', '\106', - '\144', '\166', '\040', '\144', '\145', '\040', '\061', '\012', - '\130', '\155', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\143', '\120', '\152', '\040', '\143', '\150', '\040', - '\061', '\012', '\120', '\161', '\147', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\131', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\112', '\170', '\040', - '\142', '\145', '\040', '\061', '\012', '\144', '\121', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\170', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\110', - '\167', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\147', '\103', '\040', '\156', '\147', '\040', '\061', - '\012', '\153', '\152', '\113', '\040', '\151', '\152', '\040', - '\061', '\012', '\156', '\162', '\103', '\040', '\141', '\156', - '\040', '\061', '\012', '\166', '\161', '\130', '\040', '\161', - '\165', '\040', '\061', '\012', '\102', '\147', '\153', '\040', - '\156', '\147', '\040', '\061', '\012', '\103', '\142', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\125', '\167', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\167', - '\143', '\112', '\040', '\143', '\150', '\040', '\061', '\012', - '\147', '\102', '\146', '\040', '\156', '\147', '\040', '\061', - '\012', '\172', '\124', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\172', '\167', '\130', '\040', '\163', '\172', - '\040', '\061', '\012', '\154', '\127', '\147', '\040', '\154', - '\145', '\040', '\061', '\012', '\161', '\117', '\163', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\142', '\102', - '\040', '\142', '\145', '\040', '\061', '\012', '\170', '\161', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\121', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\166', '\157', '\121', '\040', '\157', '\156', '\040', '\061', - '\012', '\171', '\152', '\127', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\166', '\117', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\142', '\106', '\040', '\142', - '\145', '\040', '\061', '\012', '\156', '\127', '\165', '\040', - '\141', '\156', '\040', '\061', '\012', '\171', '\152', '\121', - '\040', '\151', '\152', '\040', '\061', '\012', '\143', '\152', - '\113', '\040', '\143', '\150', '\040', '\061', '\012', '\123', - '\170', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\171', '\142', '\130', '\040', '\142', '\145', '\040', '\061', - '\012', '\145', '\131', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\102', '\155', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\146', '\104', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\130', '\155', '\040', - '\151', '\152', '\040', '\061', '\012', '\156', '\115', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\123', '\170', - '\142', '\040', '\142', '\145', '\040', '\061', '\012', '\154', - '\110', '\155', '\040', '\154', '\145', '\040', '\061', '\012', - '\147', '\146', '\131', '\040', '\156', '\147', '\040', '\061', - '\012', '\156', '\167', '\107', '\040', '\141', '\156', '\040', - '\061', '\012', '\147', '\110', '\154', '\040', '\156', '\147', - '\040', '\061', '\012', '\127', '\160', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\167', '\106', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\150', '\107', '\155', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\167', - '\103', '\040', '\167', '\141', '\040', '\061', '\012', '\115', - '\154', '\146', '\040', '\154', '\145', '\040', '\061', '\012', - '\143', '\112', '\142', '\040', '\143', '\150', '\040', '\061', - '\012', '\142', '\156', '\103', '\040', '\141', '\156', '\040', - '\061', '\012', '\106', '\166', '\160', '\040', '\166', '\141', - '\040', '\061', '\012', '\164', '\107', '\143', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\150', '\132', '\040', - '\164', '\150', '\040', '\061', '\012', '\126', '\153', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\167', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\170', - '\142', '\113', '\040', '\142', '\145', '\040', '\061', '\012', - '\172', '\126', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\124', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\162', '\104', '\040', '\145', '\162', - '\040', '\061', '\012', '\146', '\122', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\106', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\150', '\127', '\147', - '\040', '\164', '\150', '\040', '\061', '\012', '\154', '\172', - '\105', '\040', '\154', '\145', '\040', '\061', '\012', '\154', - '\167', '\130', '\040', '\154', '\145', '\040', '\061', '\012', - '\152', '\110', '\171', '\040', '\151', '\152', '\040', '\061', - '\012', '\121', '\161', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\104', '\161', '\151', '\040', '\151', '\156', - '\040', '\061', '\012', '\124', '\166', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\147', '\120', '\142', '\040', - '\156', '\147', '\040', '\061', '\012', '\144', '\120', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\172', '\144', - '\124', '\040', '\163', '\172', '\040', '\061', '\012', '\155', - '\166', '\101', '\040', '\166', '\141', '\040', '\061', '\012', - '\132', '\166', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\141', '\125', '\040', '\141', '\156', '\040', - '\061', '\012', '\146', '\167', '\121', '\040', '\167', '\141', - '\040', '\061', '\012', '\122', '\163', '\167', '\040', '\163', - '\164', '\040', '\061', '\012', '\153', '\154', '\102', '\040', - '\154', '\145', '\040', '\061', '\012', '\166', '\154', '\116', - '\040', '\154', '\145', '\040', '\061', '\012', '\107', '\166', - '\170', '\040', '\166', '\141', '\040', '\061', '\012', '\160', - '\144', '\112', '\040', '\144', '\145', '\040', '\061', '\012', - '\154', '\143', '\102', '\040', '\143', '\150', '\040', '\061', - '\012', '\166', '\124', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\150', '\126', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\114', '\166', '\040', '\151', - '\152', '\040', '\061', '\012', '\160', '\172', '\122', '\040', - '\163', '\172', '\040', '\061', '\012', '\130', '\171', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\130', '\154', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\122', - '\161', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\172', '\150', '\120', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\147', '\124', '\040', '\156', '\147', '\040', - '\061', '\012', '\147', '\160', '\107', '\040', '\156', '\147', - '\040', '\061', '\012', '\164', '\153', '\131', '\040', '\164', - '\150', '\040', '\061', '\012', '\144', '\161', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\121', '\143', '\147', - '\040', '\143', '\150', '\040', '\061', '\012', '\142', '\146', - '\102', '\040', '\142', '\145', '\040', '\061', '\012', '\127', - '\160', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\127', '\170', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\130', '\142', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\106', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\122', '\146', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\150', '\114', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\170', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\142', '\113', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\160', - '\164', '\125', '\040', '\164', '\150', '\040', '\061', '\012', - '\143', '\130', '\145', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\130', '\155', '\040', '\163', '\172', '\040', - '\061', '\012', '\107', '\150', '\167', '\040', '\164', '\150', - '\040', '\061', '\012', '\144', '\172', '\131', '\040', '\163', - '\172', '\040', '\061', '\012', '\144', '\130', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\153', '\170', '\127', - '\040', '\153', '\141', '\040', '\061', '\012', '\166', '\126', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\112', - '\170', '\165', '\040', '\165', '\156', '\040', '\061', '\012', - '\142', '\142', '\130', '\040', '\142', '\145', '\040', '\061', - '\012', '\162', '\120', '\142', '\040', '\145', '\162', '\040', - '\061', '\012', '\161', '\103', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\151', '\112', '\040', '\161', - '\165', '\040', '\061', '\012', '\130', '\147', '\167', '\040', - '\156', '\147', '\040', '\061', '\012', '\116', '\150', '\161', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\107', - '\160', '\040', '\160', '\157', '\040', '\061', '\012', '\150', - '\120', '\167', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\124', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\161', '\111', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\160', '\112', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\143', '\105', '\040', '\143', - '\150', '\040', '\061', '\012', '\155', '\103', '\142', '\040', - '\155', '\145', '\040', '\061', '\012', '\142', '\112', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\156', '\172', - '\121', '\040', '\141', '\156', '\040', '\061', '\012', '\171', - '\161', '\122', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\110', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\142', '\167', '\110', '\040', '\167', '\141', '\040', - '\061', '\012', '\161', '\103', '\162', '\040', '\161', '\165', - '\040', '\061', '\012', '\125', '\161', '\145', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\170', '\115', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\160', '\117', - '\040', '\160', '\162', '\040', '\061', '\012', '\153', '\143', - '\116', '\040', '\143', '\150', '\040', '\061', '\012', '\171', - '\153', '\126', '\040', '\153', '\141', '\040', '\061', '\012', - '\155', '\121', '\142', '\040', '\155', '\145', '\040', '\061', - '\012', '\131', '\161', '\163', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\126', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\166', '\142', '\130', '\040', '\166', - '\141', '\040', '\061', '\012', '\155', '\124', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\152', '\130', '\157', - '\040', '\157', '\156', '\040', '\061', '\012', '\167', '\161', - '\112', '\040', '\161', '\165', '\040', '\061', '\012', '\153', - '\113', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\153', '\123', '\040', '\153', '\141', '\040', '\061', - '\012', '\127', '\166', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\111', '\171', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\150', '\107', '\153', '\040', '\164', - '\150', '\040', '\061', '\012', '\106', '\172', '\145', '\040', - '\145', '\162', '\040', '\061', '\012', '\142', '\150', '\115', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\166', - '\111', '\040', '\161', '\165', '\040', '\061', '\012', '\156', - '\130', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\156', '\130', '\143', '\040', '\141', '\156', '\040', '\061', - '\012', '\153', '\112', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\116', '\161', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\131', '\152', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\106', '\150', '\142', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\171', '\113', - '\040', '\151', '\152', '\040', '\061', '\012', '\112', '\172', - '\152', '\040', '\163', '\172', '\040', '\061', '\012', '\171', - '\161', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\167', '\155', '\132', '\040', '\155', '\145', '\040', '\061', - '\012', '\172', '\142', '\106', '\040', '\163', '\172', '\040', - '\061', '\012', '\163', '\160', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\120', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\152', '\123', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\147', '\115', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\130', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\106', - '\171', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\106', '\167', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\150', '\155', '\116', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\116', '\154', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\161', '\131', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\107', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\155', '\130', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\131', - '\171', '\040', '\161', '\165', '\040', '\061', '\012', '\122', - '\155', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\104', '\161', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\127', '\153', '\170', '\040', '\153', '\141', '\040', - '\061', '\012', '\144', '\160', '\124', '\040', '\144', '\145', - '\040', '\061', '\012', '\152', '\171', '\112', '\040', '\151', - '\152', '\040', '\061', '\012', '\112', '\161', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\152', '\132', - '\040', '\151', '\152', '\040', '\061', '\012', '\170', '\116', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\161', - '\101', '\155', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\102', '\156', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\160', '\112', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\147', '\127', '\040', '\156', '\147', - '\040', '\061', '\012', '\152', '\130', '\146', '\040', '\151', - '\152', '\040', '\061', '\012', '\162', '\115', '\154', '\040', - '\145', '\162', '\040', '\061', '\012', '\172', '\147', '\126', - '\040', '\156', '\147', '\040', '\061', '\012', '\156', '\114', - '\160', '\040', '\141', '\156', '\040', '\061', '\012', '\160', - '\106', '\170', '\040', '\160', '\162', '\040', '\061', '\012', - '\164', '\166', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\121', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\146', '\144', '\106', '\040', '\144', '\145', - '\040', '\061', '\012', '\142', '\170', '\113', '\040', '\142', - '\145', '\040', '\061', '\012', '\102', '\143', '\170', '\040', - '\143', '\150', '\040', '\061', '\012', '\162', '\160', '\131', - '\040', '\145', '\162', '\040', '\061', '\012', '\163', '\112', - '\142', '\040', '\163', '\164', '\040', '\061', '\012', '\113', - '\166', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\153', '\116', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\110', '\144', '\040', '\163', '\172', '\040', - '\061', '\012', '\144', '\172', '\106', '\040', '\163', '\172', - '\040', '\061', '\012', '\164', '\112', '\161', '\040', '\164', - '\150', '\040', '\061', '\012', '\110', '\146', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\166', '\121', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\160', '\113', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\146', - '\150', '\126', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\132', '\151', '\040', '\161', '\165', '\040', '\061', - '\012', '\157', '\150', '\131', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\161', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\164', '\156', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\161', '\153', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\112', '\146', - '\040', '\163', '\172', '\040', '\061', '\012', '\112', '\153', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\122', - '\167', '\146', '\040', '\167', '\141', '\040', '\061', '\012', - '\172', '\166', '\115', '\040', '\166', '\141', '\040', '\061', - '\012', '\142', '\170', '\131', '\040', '\142', '\145', '\040', - '\061', '\012', '\160', '\130', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\125', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\160', '\166', '\105', '\040', - '\166', '\141', '\040', '\061', '\012', '\114', '\160', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\144', '\172', - '\126', '\040', '\163', '\172', '\040', '\061', '\012', '\170', - '\111', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\167', '\132', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\156', '\160', '\121', '\040', '\141', '\156', '\040', - '\061', '\012', '\160', '\127', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\152', '\147', '\121', '\040', '\156', - '\147', '\040', '\061', '\012', '\112', '\161', '\162', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\155', '\130', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\146', - '\115', '\040', '\151', '\152', '\040', '\061', '\012', '\154', - '\127', '\152', '\040', '\154', '\145', '\040', '\061', '\012', - '\160', '\142', '\116', '\040', '\160', '\162', '\040', '\061', - '\012', '\146', '\166', '\106', '\040', '\166', '\141', '\040', - '\061', '\012', '\163', '\104', '\144', '\040', '\163', '\164', - '\040', '\061', '\012', '\161', '\144', '\102', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\162', '\114', '\040', - '\145', '\162', '\040', '\061', '\012', '\165', '\110', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\147', '\167', - '\116', '\040', '\156', '\147', '\040', '\061', '\012', '\171', - '\102', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\132', '\172', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\104', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\121', '\143', '\172', '\040', '\143', '\150', - '\040', '\061', '\012', '\161', '\172', '\146', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\105', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\160', '\170', '\110', - '\040', '\160', '\162', '\040', '\061', '\012', '\146', '\161', - '\117', '\040', '\161', '\165', '\040', '\061', '\012', '\126', - '\161', '\145', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\153', '\104', '\040', '\156', '\147', '\040', '\061', - '\012', '\130', '\146', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\165', '\130', '\147', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\103', '\167', '\040', '\151', - '\152', '\040', '\061', '\012', '\120', '\172', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\122', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\161', - '\110', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\166', '\127', '\040', '\166', '\141', '\040', '\061', '\012', - '\122', '\146', '\142', '\040', '\142', '\145', '\040', '\061', - '\012', '\147', '\161', '\112', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\147', '\117', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\125', '\171', '\040', '\167', - '\141', '\040', '\061', '\012', '\112', '\153', '\167', '\040', - '\153', '\141', '\040', '\061', '\012', '\150', '\123', '\163', - '\040', '\164', '\150', '\040', '\061', '\012', '\147', '\153', - '\127', '\040', '\156', '\147', '\040', '\061', '\012', '\121', - '\147', '\171', '\040', '\156', '\147', '\040', '\061', '\012', - '\144', '\112', '\142', '\040', '\144', '\145', '\040', '\061', - '\012', '\160', '\162', '\106', '\040', '\145', '\162', '\040', - '\061', '\012', '\142', '\165', '\130', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\126', '\147', '\040', '\143', - '\150', '\040', '\061', '\012', '\152', '\164', '\125', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\104', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\131', '\147', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\113', - '\161', '\162', '\040', '\161', '\165', '\040', '\061', '\012', - '\125', '\171', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\154', '\112', '\153', '\040', '\154', '\145', '\040', - '\061', '\012', '\163', '\170', '\131', '\040', '\163', '\164', - '\040', '\061', '\012', '\170', '\146', '\131', '\040', '\146', - '\157', '\040', '\061', '\012', '\130', '\153', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\143', '\147', '\132', - '\040', '\143', '\150', '\040', '\061', '\012', '\143', '\171', - '\130', '\040', '\143', '\150', '\040', '\061', '\012', '\147', - '\142', '\106', '\040', '\156', '\147', '\040', '\061', '\012', - '\172', '\124', '\153', '\040', '\163', '\172', '\040', '\061', - '\012', '\150', '\163', '\125', '\040', '\164', '\150', '\040', - '\061', '\012', '\164', '\154', '\127', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\172', '\166', '\040', '\163', - '\172', '\040', '\061', '\012', '\153', '\161', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\154', '\160', '\121', - '\040', '\160', '\157', '\040', '\061', '\012', '\161', '\112', - '\165', '\040', '\165', '\156', '\040', '\061', '\012', '\150', - '\131', '\151', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\154', '\115', '\040', '\154', '\145', '\040', '\061', - '\012', '\166', '\104', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\110', '\166', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\116', '\163', '\146', '\040', '\163', - '\164', '\040', '\061', '\012', '\142', '\112', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\146', '\116', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\153', '\121', - '\157', '\040', '\157', '\156', '\040', '\061', '\012', '\113', - '\161', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\113', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\155', '\110', '\160', '\040', '\155', '\145', '\040', - '\061', '\012', '\125', '\171', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\143', '\170', '\131', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\111', '\145', '\040', - '\145', '\162', '\040', '\061', '\012', '\161', '\124', '\152', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\146', - '\120', '\040', '\167', '\141', '\040', '\061', '\012', '\146', - '\170', '\111', '\040', '\146', '\157', '\040', '\061', '\012', - '\166', '\121', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\146', '\166', '\116', '\040', '\166', '\141', '\040', - '\061', '\012', '\160', '\167', '\116', '\040', '\160', '\162', - '\040', '\061', '\012', '\166', '\141', '\121', '\040', '\141', - '\156', '\040', '\061', '\012', '\155', '\170', '\121', '\040', - '\155', '\145', '\040', '\061', '\012', '\142', '\144', '\126', - '\040', '\144', '\145', '\040', '\061', '\012', '\103', '\147', - '\152', '\040', '\156', '\147', '\040', '\061', '\012', '\170', - '\152', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\127', '\161', '\167', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\160', '\117', '\040', '\160', '\162', '\040', - '\061', '\012', '\167', '\157', '\121', '\040', '\157', '\156', - '\040', '\061', '\012', '\170', '\131', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\146', '\160', '\124', '\040', - '\160', '\162', '\040', '\061', '\012', '\154', '\116', '\160', - '\040', '\154', '\145', '\040', '\061', '\012', '\160', '\166', - '\130', '\040', '\166', '\141', '\040', '\061', '\012', '\160', - '\114', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\113', '\163', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\162', '\127', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\151', '\125', '\171', '\040', '\151', '\156', - '\040', '\061', '\012', '\142', '\146', '\130', '\040', '\142', - '\145', '\040', '\061', '\012', '\170', '\163', '\126', '\040', - '\163', '\164', '\040', '\061', '\012', '\130', '\156', '\152', - '\040', '\141', '\156', '\040', '\061', '\012', '\144', '\155', - '\127', '\040', '\144', '\145', '\040', '\061', '\012', '\157', - '\121', '\167', '\040', '\157', '\156', '\040', '\061', '\012', - '\132', '\170', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\117', '\141', '\171', '\040', '\141', '\156', '\040', - '\061', '\012', '\160', '\152', '\107', '\040', '\151', '\152', - '\040', '\061', '\012', '\132', '\142', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\110', '\161', '\154', '\040', - '\161', '\165', '\040', '\061', '\012', '\132', '\170', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\127', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\161', - '\125', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\170', '\116', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\103', '\157', '\040', '\161', '\165', '\040', - '\061', '\012', '\131', '\146', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\166', '\166', '\125', '\040', '\166', - '\141', '\040', '\061', '\012', '\166', '\111', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\104', '\146', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\132', '\155', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\103', - '\161', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\121', '\146', '\040', '\166', '\141', '\040', '\061', - '\012', '\116', '\142', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\164', '\112', '\163', '\040', '\164', '\150', - '\040', '\061', '\012', '\106', '\150', '\170', '\040', '\164', - '\150', '\040', '\061', '\012', '\144', '\172', '\121', '\040', - '\163', '\172', '\040', '\061', '\012', '\172', '\131', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\161', '\102', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\143', '\126', '\040', '\143', '\150', '\040', '\061', '\012', - '\147', '\107', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\151', '\126', '\167', '\040', '\151', '\156', '\040', - '\061', '\012', '\106', '\172', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\142', '\152', '\110', '\040', '\151', - '\152', '\040', '\061', '\012', '\143', '\165', '\131', '\040', - '\143', '\150', '\040', '\061', '\012', '\152', '\167', '\123', - '\040', '\151', '\152', '\040', '\061', '\012', '\103', '\161', - '\160', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\112', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\153', '\144', '\112', '\040', '\144', '\145', '\040', '\061', - '\012', '\153', '\144', '\124', '\040', '\144', '\145', '\040', - '\061', '\012', '\156', '\161', '\102', '\040', '\141', '\156', - '\040', '\061', '\012', '\150', '\127', '\163', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\163', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\150', '\114', '\167', - '\040', '\164', '\150', '\040', '\061', '\012', '\150', '\144', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\147', '\126', '\040', '\143', '\150', '\040', '\061', '\012', - '\164', '\131', '\143', '\040', '\164', '\150', '\040', '\061', - '\012', '\145', '\132', '\170', '\040', '\145', '\162', '\040', - '\061', '\012', '\150', '\146', '\116', '\040', '\164', '\150', - '\040', '\061', '\012', '\147', '\166', '\167', '\040', '\156', - '\147', '\040', '\061', '\012', '\141', '\126', '\160', '\040', - '\141', '\156', '\040', '\061', '\012', '\147', '\115', '\163', - '\040', '\156', '\147', '\040', '\061', '\012', '\120', '\142', - '\146', '\040', '\142', '\145', '\040', '\061', '\012', '\155', - '\121', '\146', '\040', '\155', '\145', '\040', '\061', '\012', - '\171', '\125', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\166', '\107', '\146', '\040', '\166', '\141', '\040', - '\061', '\012', '\170', '\147', '\106', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\166', '\131', '\040', '\163', - '\172', '\040', '\061', '\012', '\167', '\162', '\101', '\040', - '\145', '\162', '\040', '\061', '\012', '\171', '\162', '\115', - '\040', '\145', '\162', '\040', '\061', '\012', '\166', '\115', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\125', - '\171', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\144', '\114', '\160', '\040', '\144', '\145', '\040', '\061', - '\012', '\107', '\152', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\105', '\151', '\040', '\151', '\156', - '\040', '\061', '\012', '\130', '\144', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\110', '\146', '\040', - '\151', '\152', '\040', '\061', '\012', '\157', '\120', '\172', - '\040', '\157', '\156', '\040', '\061', '\012', '\170', '\111', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\142', - '\103', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\104', '\172', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\131', '\152', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\147', '\107', '\172', '\040', '\156', '\147', - '\040', '\061', '\012', '\155', '\152', '\125', '\040', '\151', - '\152', '\040', '\061', '\012', '\103', '\152', '\170', '\040', - '\151', '\152', '\040', '\061', '\012', '\170', '\113', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\155', '\166', - '\117', '\040', '\166', '\141', '\040', '\061', '\012', '\120', - '\172', '\142', '\040', '\163', '\172', '\040', '\061', '\012', - '\143', '\162', '\113', '\040', '\143', '\150', '\040', '\061', - '\012', '\170', '\150', '\117', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\154', '\102', '\040', '\154', '\145', - '\040', '\061', '\012', '\154', '\104', '\153', '\040', '\154', - '\145', '\040', '\061', '\012', '\172', '\154', '\117', '\040', - '\154', '\145', '\040', '\061', '\012', '\160', '\147', '\110', - '\040', '\156', '\147', '\040', '\061', '\012', '\166', '\121', - '\142', '\040', '\166', '\141', '\040', '\061', '\012', '\163', - '\144', '\132', '\040', '\163', '\164', '\040', '\061', '\012', - '\153', '\121', '\155', '\040', '\153', '\141', '\040', '\061', - '\012', '\154', '\122', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\157', '\121', '\171', '\040', '\157', '\156', - '\040', '\061', '\012', '\164', '\167', '\103', '\040', '\164', - '\150', '\040', '\061', '\012', '\102', '\144', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\121', '\152', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\144', '\156', - '\120', '\040', '\141', '\156', '\040', '\061', '\012', '\116', - '\156', '\160', '\040', '\141', '\156', '\040', '\061', '\012', - '\161', '\151', '\120', '\040', '\161', '\165', '\040', '\061', - '\012', '\103', '\143', '\152', '\040', '\143', '\150', '\040', - '\061', '\012', '\165', '\110', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\114', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\121', '\163', '\146', '\040', - '\163', '\164', '\040', '\061', '\012', '\146', '\113', '\170', - '\040', '\146', '\157', '\040', '\061', '\012', '\146', '\153', - '\105', '\040', '\153', '\141', '\040', '\061', '\012', '\152', - '\154', '\130', '\040', '\154', '\145', '\040', '\061', '\012', - '\152', '\132', '\142', '\040', '\151', '\152', '\040', '\061', - '\012', '\126', '\167', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\142', '\101', '\040', '\163', '\172', - '\040', '\061', '\012', '\110', '\150', '\144', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\142', '\131', '\040', - '\143', '\150', '\040', '\061', '\012', '\111', '\153', '\146', - '\040', '\153', '\141', '\040', '\061', '\012', '\107', '\162', - '\170', '\040', '\145', '\162', '\040', '\061', '\012', '\152', - '\160', '\120', '\040', '\151', '\152', '\040', '\061', '\012', - '\121', '\146', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\150', '\127', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\155', '\130', '\040', '\155', '\145', - '\040', '\061', '\012', '\141', '\112', '\142', '\040', '\141', - '\156', '\040', '\061', '\012', '\163', '\146', '\117', '\040', - '\163', '\164', '\040', '\061', '\012', '\161', '\130', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\130', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\156', '\126', '\040', '\141', '\156', '\040', '\061', '\012', - '\131', '\160', '\167', '\040', '\160', '\162', '\040', '\061', - '\012', '\172', '\103', '\171', '\040', '\163', '\172', '\040', - '\061', '\012', '\154', '\150', '\116', '\040', '\164', '\150', - '\040', '\061', '\012', '\162', '\130', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\146', '\107', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\170', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\170', - '\124', '\040', '\143', '\150', '\040', '\061', '\012', '\132', - '\163', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\165', '\107', '\166', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\172', '\115', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\152', '\123', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\146', '\123', '\040', '\144', - '\145', '\040', '\061', '\012', '\147', '\160', '\110', '\040', - '\156', '\147', '\040', '\061', '\012', '\161', '\147', '\117', - '\040', '\156', '\147', '\040', '\061', '\012', '\153', '\161', - '\106', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\146', '\125', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\124', '\160', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\132', '\142', '\040', '\166', '\141', '\040', - '\061', '\012', '\105', '\152', '\167', '\040', '\151', '\152', - '\040', '\061', '\012', '\172', '\121', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\147', '\131', '\172', '\040', - '\156', '\147', '\040', '\061', '\012', '\153', '\152', '\126', - '\040', '\151', '\152', '\040', '\061', '\012', '\146', '\127', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\146', - '\122', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\165', '\123', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\103', '\170', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\114', '\143', '\166', '\040', '\143', '\150', - '\040', '\061', '\012', '\142', '\172', '\113', '\040', '\163', - '\172', '\040', '\061', '\012', '\167', '\161', '\106', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\112', '\160', - '\040', '\161', '\165', '\040', '\061', '\012', '\162', '\103', - '\152', '\040', '\145', '\162', '\040', '\061', '\012', '\161', - '\166', '\163', '\040', '\161', '\165', '\040', '\061', '\012', - '\154', '\167', '\116', '\040', '\154', '\145', '\040', '\061', - '\012', '\170', '\155', '\122', '\040', '\155', '\145', '\040', - '\061', '\012', '\142', '\164', '\103', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\124', '\170', '\040', '\153', - '\141', '\040', '\061', '\012', '\161', '\153', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\114', '\150', '\152', - '\040', '\164', '\150', '\040', '\061', '\012', '\144', '\111', - '\170', '\040', '\144', '\145', '\040', '\061', '\012', '\166', - '\163', '\121', '\040', '\163', '\164', '\040', '\061', '\012', - '\147', '\123', '\144', '\040', '\156', '\147', '\040', '\061', - '\012', '\167', '\104', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\126', '\152', '\155', '\040', '\151', '\152', - '\040', '\061', '\012', '\160', '\155', '\111', '\040', '\155', - '\145', '\040', '\061', '\012', '\166', '\127', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\113', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\170', '\120', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\165', - '\157', '\121', '\040', '\161', '\165', '\040', '\061', '\012', - '\113', '\147', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\167', '\130', '\040', '\156', '\147', '\040', - '\061', '\012', '\163', '\147', '\112', '\040', '\156', '\147', - '\040', '\061', '\012', '\160', '\127', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\121', '\146', '\146', '\040', - '\146', '\157', '\040', '\061', '\012', '\150', '\153', '\112', - '\040', '\164', '\150', '\040', '\061', '\012', '\110', '\161', - '\157', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\167', '\127', '\040', '\151', '\152', '\040', '\061', '\012', - '\163', '\121', '\172', '\040', '\163', '\164', '\040', '\061', - '\012', '\167', '\125', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\155', '\113', '\170', '\040', '\155', '\145', - '\040', '\061', '\012', '\157', '\121', '\146', '\040', '\157', - '\156', '\040', '\061', '\012', '\152', '\126', '\153', '\040', - '\151', '\152', '\040', '\061', '\012', '\170', '\167', '\124', - '\040', '\167', '\141', '\040', '\061', '\012', '\163', '\124', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\165', - '\161', '\126', '\040', '\161', '\165', '\040', '\061', '\012', - '\121', '\154', '\160', '\040', '\154', '\145', '\040', '\061', - '\012', '\160', '\115', '\142', '\040', '\160', '\162', '\040', - '\061', '\012', '\170', '\113', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\142', '\160', '\130', '\040', '\160', - '\162', '\040', '\061', '\012', '\166', '\121', '\145', '\040', - '\145', '\162', '\040', '\061', '\012', '\112', '\152', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\113', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\153', '\112', '\040', '\153', '\141', '\040', '\061', '\012', - '\152', '\142', '\121', '\040', '\151', '\152', '\040', '\061', - '\012', '\155', '\132', '\167', '\040', '\155', '\145', '\040', - '\061', '\012', '\130', '\147', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\166', '\172', '\125', '\040', '\163', - '\172', '\040', '\061', '\012', '\160', '\124', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\160', '\116', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\162', '\167', - '\104', '\040', '\145', '\162', '\040', '\061', '\012', '\121', - '\144', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\167', '\161', '\103', '\040', '\161', '\165', '\040', '\061', - '\012', '\131', '\162', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\161', '\167', '\167', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\167', '\125', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\172', '\106', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\154', '\127', - '\040', '\154', '\145', '\040', '\061', '\012', '\152', '\172', - '\120', '\040', '\163', '\172', '\040', '\061', '\012', '\127', - '\170', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\162', '\104', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\107', '\160', '\040', '\144', '\145', '\040', - '\061', '\012', '\132', '\164', '\152', '\040', '\164', '\150', - '\040', '\061', '\012', '\125', '\166', '\160', '\040', '\166', - '\141', '\040', '\061', '\012', '\145', '\107', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\132', '\142', - '\040', '\163', '\172', '\040', '\061', '\012', '\147', '\121', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\164', - '\106', '\144', '\040', '\164', '\150', '\040', '\061', '\012', - '\115', '\161', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\144', '\156', '\104', '\040', '\141', '\156', '\040', - '\061', '\012', '\150', '\166', '\131', '\040', '\164', '\150', - '\040', '\061', '\012', '\111', '\171', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\146', '\104', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\113', '\142', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\166', '\131', - '\155', '\040', '\166', '\141', '\040', '\061', '\012', '\127', - '\170', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\113', '\167', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\150', '\162', '\121', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\103', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\110', '\170', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\150', '\105', '\146', '\040', - '\164', '\150', '\040', '\061', '\012', '\142', '\144', '\125', - '\040', '\144', '\145', '\040', '\061', '\012', '\163', '\107', - '\152', '\040', '\163', '\164', '\040', '\061', '\012', '\107', - '\167', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\131', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\155', '\125', '\040', '\163', '\172', '\040', - '\061', '\012', '\160', '\104', '\155', '\040', '\160', '\157', - '\040', '\061', '\012', '\161', '\155', '\103', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\124', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\121', '\170', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\165', '\126', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\101', '\154', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\105', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\113', '\160', '\171', '\040', '\160', '\162', '\040', - '\061', '\012', '\110', '\161', '\166', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\103', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\141', '\161', '\132', '\040', - '\141', '\156', '\040', '\061', '\012', '\154', '\125', '\157', - '\040', '\157', '\156', '\040', '\061', '\012', '\120', '\166', - '\157', '\040', '\157', '\156', '\040', '\061', '\012', '\104', - '\161', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\144', '\115', '\040', '\156', '\147', '\040', '\061', - '\012', '\146', '\172', '\114', '\040', '\163', '\172', '\040', - '\061', '\012', '\102', '\150', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\144', '\107', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\167', '\164', '\131', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\124', '\171', - '\040', '\161', '\165', '\040', '\061', '\012', '\125', '\170', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\126', - '\166', '\155', '\040', '\166', '\141', '\040', '\061', '\012', - '\166', '\110', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\132', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\146', '\150', '\103', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\144', '\132', '\040', '\144', - '\145', '\040', '\061', '\012', '\150', '\132', '\160', '\040', - '\164', '\150', '\040', '\061', '\012', '\120', '\155', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\143', '\146', - '\124', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\152', '\111', '\040', '\151', '\152', '\040', '\061', '\012', - '\155', '\144', '\132', '\040', '\144', '\145', '\040', '\061', - '\012', '\152', '\153', '\121', '\040', '\151', '\152', '\040', - '\061', '\012', '\123', '\144', '\152', '\040', '\144', '\145', - '\040', '\061', '\012', '\150', '\104', '\146', '\040', '\164', - '\150', '\040', '\061', '\012', '\145', '\112', '\152', '\040', - '\145', '\162', '\040', '\061', '\012', '\167', '\152', '\131', - '\040', '\151', '\152', '\040', '\061', '\012', '\172', '\114', - '\155', '\040', '\163', '\172', '\040', '\061', '\012', '\145', - '\106', '\163', '\040', '\145', '\162', '\040', '\061', '\012', - '\167', '\147', '\152', '\040', '\156', '\147', '\040', '\061', - '\012', '\132', '\155', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\154', '\166', '\112', '\040', '\154', '\145', - '\040', '\061', '\012', '\170', '\131', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\116', '\172', '\146', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\112', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\171', '\121', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\160', - '\146', '\115', '\040', '\160', '\162', '\040', '\061', '\012', - '\144', '\150', '\122', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\155', '\113', '\040', '\143', '\150', '\040', - '\061', '\012', '\144', '\150', '\115', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\107', '\142', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\166', '\121', '\040', - '\166', '\141', '\040', '\061', '\012', '\103', '\147', '\161', - '\040', '\156', '\147', '\040', '\061', '\012', '\112', '\146', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\142', - '\153', '\104', '\040', '\153', '\141', '\040', '\061', '\012', - '\146', '\144', '\123', '\040', '\144', '\145', '\040', '\061', - '\012', '\111', '\166', '\160', '\040', '\166', '\141', '\040', - '\061', '\012', '\107', '\153', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\172', '\111', '\166', '\040', '\163', - '\172', '\040', '\061', '\012', '\102', '\172', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\147', '\102', '\142', - '\040', '\156', '\147', '\040', '\061', '\012', '\124', '\160', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\166', - '\171', '\131', '\040', '\166', '\141', '\040', '\061', '\012', - '\125', '\170', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\153', '\167', '\127', '\040', '\153', '\141', '\040', - '\061', '\012', '\147', '\120', '\146', '\040', '\156', '\147', - '\040', '\061', '\012', '\160', '\161', '\103', '\040', '\161', - '\165', '\040', '\061', '\012', '\143', '\124', '\152', '\040', - '\143', '\150', '\040', '\061', '\012', '\171', '\172', '\111', - '\040', '\163', '\172', '\040', '\061', '\012', '\131', '\160', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\166', '\104', '\040', '\166', '\141', '\040', '\061', '\012', - '\170', '\103', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\160', '\143', '\121', '\040', '\143', '\150', '\040', - '\061', '\012', '\146', '\132', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\132', '\170', '\146', '\040', '\146', - '\157', '\040', '\061', '\012', '\167', '\142', '\101', '\040', - '\167', '\141', '\040', '\061', '\012', '\142', '\124', '\146', - '\040', '\142', '\145', '\040', '\061', '\012', '\162', '\170', - '\122', '\040', '\145', '\162', '\040', '\061', '\012', '\161', - '\161', '\105', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\106', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\160', '\116', '\146', '\040', '\160', '\162', '\040', - '\061', '\012', '\153', '\115', '\166', '\040', '\153', '\141', - '\040', '\061', '\012', '\166', '\125', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\117', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\150', '\170', '\110', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\161', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\165', - '\111', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\106', '\172', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\131', '\163', '\144', '\040', '\163', '\164', '\040', - '\061', '\012', '\157', '\152', '\131', '\040', '\157', '\156', - '\040', '\061', '\012', '\143', '\105', '\157', '\040', '\143', - '\150', '\040', '\061', '\012', '\154', '\167', '\122', '\040', - '\154', '\145', '\040', '\061', '\012', '\161', '\152', '\106', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\124', - '\160', '\040', '\151', '\152', '\040', '\061', '\012', '\171', - '\172', '\124', '\040', '\163', '\172', '\040', '\061', '\012', - '\152', '\146', '\117', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\123', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\116', '\143', '\153', '\040', '\143', '\150', - '\040', '\061', '\012', '\150', '\167', '\106', '\040', '\164', - '\150', '\040', '\061', '\012', '\107', '\155', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\111', '\151', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\167', - '\105', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\121', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\126', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\131', '\167', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\106', '\170', '\040', '\163', '\164', - '\040', '\061', '\012', '\146', '\166', '\102', '\040', '\166', - '\141', '\040', '\061', '\012', '\161', '\131', '\145', '\040', - '\154', '\145', '\040', '\061', '\012', '\147', '\167', '\124', - '\040', '\156', '\147', '\040', '\061', '\012', '\127', '\152', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\142', - '\110', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\115', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\147', '\112', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\126', '\153', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\106', '\170', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\154', '\110', '\166', '\040', - '\154', '\145', '\040', '\061', '\012', '\127', '\160', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\170', '\101', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\162', - '\170', '\102', '\040', '\160', '\162', '\040', '\061', '\012', - '\170', '\165', '\121', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\111', '\142', '\040', '\160', '\162', '\040', - '\061', '\012', '\142', '\146', '\105', '\040', '\142', '\145', - '\040', '\061', '\012', '\147', '\122', '\170', '\040', '\156', - '\147', '\040', '\061', '\012', '\102', '\160', '\142', '\040', - '\160', '\162', '\040', '\061', '\012', '\142', '\170', '\116', - '\040', '\142', '\145', '\040', '\061', '\012', '\153', '\147', - '\125', '\040', '\156', '\147', '\040', '\061', '\012', '\120', - '\170', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\143', '\103', '\161', '\040', '\143', '\150', '\040', '\061', - '\012', '\116', '\160', '\142', '\040', '\160', '\162', '\040', - '\061', '\012', '\154', '\170', '\105', '\040', '\154', '\145', - '\040', '\061', '\012', '\154', '\103', '\171', '\040', '\154', - '\145', '\040', '\061', '\012', '\144', '\147', '\130', '\040', - '\156', '\147', '\040', '\061', '\012', '\170', '\114', '\146', - '\040', '\146', '\157', '\040', '\061', '\012', '\142', '\121', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\147', '\106', '\040', '\156', '\147', '\040', '\061', '\012', - '\160', '\170', '\132', '\040', '\160', '\162', '\040', '\061', - '\012', '\160', '\120', '\170', '\040', '\160', '\162', '\040', - '\061', '\012', '\151', '\131', '\172', '\040', '\151', '\156', - '\040', '\061', '\012', '\166', '\112', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\153', '\124', '\146', '\040', - '\153', '\141', '\040', '\061', '\012', '\161', '\126', '\155', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\167', - '\123', '\040', '\156', '\147', '\040', '\061', '\012', '\172', - '\124', '\144', '\040', '\163', '\172', '\040', '\061', '\012', - '\160', '\121', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\170', '\105', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\146', '\160', '\120', '\040', '\160', '\162', - '\040', '\061', '\012', '\161', '\152', '\167', '\040', '\161', - '\165', '\040', '\061', '\012', '\117', '\171', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\155', '\143', '\117', - '\040', '\143', '\150', '\040', '\061', '\012', '\126', '\152', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\161', - '\144', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\114', '\146', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\166', '\132', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\156', '\117', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\161', '\152', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\163', '\113', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\167', '\147', '\125', - '\040', '\156', '\147', '\040', '\061', '\012', '\150', '\147', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\115', '\166', '\040', '\144', '\145', '\040', '\061', '\012', - '\130', '\143', '\160', '\040', '\143', '\150', '\040', '\061', - '\012', '\106', '\167', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\160', '\167', '\101', '\040', '\160', '\162', - '\040', '\061', '\012', '\114', '\160', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\142', '\153', '\120', '\040', - '\153', '\141', '\040', '\061', '\012', '\166', '\110', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\112', '\152', - '\171', '\040', '\151', '\152', '\040', '\061', '\012', '\155', - '\103', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\166', '\115', '\040', '\166', '\141', '\040', '\061', - '\012', '\111', '\143', '\142', '\040', '\143', '\150', '\040', - '\061', '\012', '\153', '\146', '\112', '\040', '\153', '\141', - '\040', '\061', '\012', '\150', '\163', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\144', '\127', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\146', '\125', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\146', '\114', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\160', - '\152', '\116', '\040', '\151', '\152', '\040', '\061', '\012', - '\172', '\147', '\121', '\040', '\156', '\147', '\040', '\061', - '\012', '\152', '\114', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\161', '\105', '\040', '\161', '\165', - '\040', '\061', '\012', '\121', '\155', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\132', '\152', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\132', '\153', '\160', - '\040', '\153', '\141', '\040', '\061', '\012', '\151', '\171', - '\110', '\040', '\151', '\156', '\040', '\061', '\012', '\167', - '\165', '\131', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\172', '\124', '\040', '\163', '\172', '\040', '\061', - '\012', '\143', '\167', '\113', '\040', '\143', '\150', '\040', - '\061', '\012', '\142', '\103', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\171', '\144', '\107', '\040', '\144', - '\145', '\040', '\061', '\012', '\170', '\144', '\125', '\040', - '\144', '\145', '\040', '\061', '\012', '\167', '\124', '\146', - '\040', '\167', '\141', '\040', '\061', '\012', '\154', '\110', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\171', '\104', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\154', '\126', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\171', '\124', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\127', '\156', '\040', '\164', '\150', - '\040', '\061', '\012', '\162', '\115', '\172', '\040', '\145', - '\162', '\040', '\061', '\012', '\160', '\130', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\130', '\142', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\153', '\110', - '\155', '\040', '\153', '\141', '\040', '\061', '\012', '\143', - '\126', '\144', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\172', '\110', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\144', '\116', '\040', '\144', '\145', '\040', - '\061', '\012', '\161', '\115', '\142', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\152', '\123', '\040', '\151', - '\152', '\040', '\061', '\012', '\147', '\155', '\103', '\040', - '\156', '\147', '\040', '\061', '\012', '\172', '\111', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\146', '\160', - '\115', '\040', '\160', '\162', '\040', '\061', '\012', '\154', - '\143', '\132', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\110', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\112', '\152', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\152', '\154', '\107', '\040', '\154', '\145', - '\040', '\061', '\012', '\161', '\143', '\113', '\040', '\143', - '\150', '\040', '\061', '\012', '\170', '\121', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\166', '\111', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\167', '\102', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\167', - '\143', '\111', '\040', '\143', '\150', '\040', '\061', '\012', - '\144', '\112', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\121', '\142', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\102', '\152', '\146', '\040', '\151', '\152', - '\040', '\061', '\012', '\144', '\160', '\131', '\040', '\144', - '\145', '\040', '\061', '\012', '\144', '\143', '\106', '\040', - '\143', '\150', '\040', '\061', '\012', '\170', '\123', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\151', '\130', - '\152', '\040', '\151', '\156', '\040', '\061', '\012', '\121', - '\147', '\142', '\040', '\156', '\147', '\040', '\061', '\012', - '\147', '\104', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\170', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\143', '\121', '\040', '\143', '\150', - '\040', '\061', '\012', '\123', '\161', '\163', '\040', '\161', - '\165', '\040', '\061', '\012', '\121', '\155', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\147', '\143', '\125', - '\040', '\143', '\150', '\040', '\061', '\012', '\102', '\166', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\160', - '\172', '\105', '\040', '\163', '\172', '\040', '\061', '\012', - '\167', '\164', '\124', '\040', '\164', '\150', '\040', '\061', - '\012', '\166', '\142', '\114', '\040', '\166', '\141', '\040', - '\061', '\012', '\142', '\103', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\121', '\160', '\157', '\040', '\157', - '\156', '\040', '\061', '\012', '\155', '\130', '\163', '\040', - '\155', '\145', '\040', '\061', '\012', '\132', '\161', '\162', - '\040', '\161', '\165', '\040', '\061', '\012', '\107', '\153', - '\171', '\040', '\153', '\141', '\040', '\061', '\012', '\130', - '\155', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\114', '\156', '\172', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\131', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\122', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\147', '\155', '\113', '\040', '\156', - '\147', '\040', '\061', '\012', '\166', '\167', '\120', '\040', - '\166', '\141', '\040', '\061', '\012', '\145', '\106', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\116', '\152', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\153', - '\154', '\107', '\040', '\154', '\145', '\040', '\061', '\012', - '\150', '\142', '\105', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\127', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\161', '\160', '\115', '\040', '\161', '\165', - '\040', '\061', '\012', '\157', '\132', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\152', '\122', '\155', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\130', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\151', '\171', - '\104', '\040', '\151', '\156', '\040', '\061', '\012', '\146', - '\166', '\114', '\040', '\166', '\141', '\040', '\061', '\012', - '\162', '\120', '\167', '\040', '\145', '\162', '\040', '\061', - '\012', '\146', '\144', '\122', '\040', '\144', '\145', '\040', - '\061', '\012', '\151', '\123', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\144', '\142', '\121', '\040', '\144', - '\145', '\040', '\061', '\012', '\170', '\170', '\121', '\040', - '\170', '\145', '\040', '\061', '\012', '\104', '\152', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\171', '\147', - '\113', '\040', '\156', '\147', '\040', '\061', '\012', '\122', - '\150', '\142', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\147', '\107', '\040', '\156', '\147', '\040', '\061', - '\012', '\131', '\153', '\171', '\040', '\153', '\141', '\040', - '\061', '\012', '\103', '\170', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\167', '\127', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\154', '\155', '\131', '\040', - '\154', '\145', '\040', '\061', '\012', '\161', '\162', '\102', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\167', - '\113', '\040', '\167', '\141', '\040', '\061', '\012', '\170', - '\161', '\111', '\040', '\161', '\165', '\040', '\061', '\012', - '\124', '\167', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\130', '\147', '\161', '\040', '\156', '\147', '\040', - '\061', '\012', '\144', '\167', '\132', '\040', '\144', '\145', - '\040', '\061', '\012', '\156', '\121', '\154', '\040', '\141', - '\156', '\040', '\061', '\012', '\107', '\150', '\143', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\156', '\110', - '\040', '\141', '\156', '\040', '\061', '\012', '\166', '\155', - '\125', '\040', '\166', '\141', '\040', '\061', '\012', '\161', - '\161', '\113', '\040', '\161', '\165', '\040', '\061', '\012', - '\143', '\152', '\102', '\040', '\143', '\150', '\040', '\061', - '\012', '\147', '\172', '\123', '\040', '\156', '\147', '\040', - '\061', '\012', '\122', '\167', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\147', '\131', '\162', '\040', '\156', - '\147', '\040', '\061', '\012', '\106', '\147', '\170', '\040', - '\156', '\147', '\040', '\061', '\012', '\167', '\144', '\113', - '\040', '\144', '\145', '\040', '\061', '\012', '\150', '\170', - '\132', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\125', '\170', '\040', '\170', '\145', '\040', '\061', '\012', - '\167', '\155', '\124', '\040', '\155', '\145', '\040', '\061', - '\012', '\171', '\131', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\146', '\143', '\104', '\040', '\143', '\150', - '\040', '\061', '\012', '\150', '\126', '\166', '\040', '\164', - '\150', '\040', '\061', '\012', '\123', '\147', '\166', '\040', - '\156', '\147', '\040', '\061', '\012', '\172', '\120', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\166', '\131', - '\142', '\040', '\166', '\141', '\040', '\061', '\012', '\142', - '\172', '\105', '\040', '\163', '\172', '\040', '\061', '\012', - '\167', '\150', '\126', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\116', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\164', '\123', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\150', '\131', '\040', '\164', - '\150', '\040', '\061', '\012', '\156', '\114', '\146', '\040', - '\141', '\156', '\040', '\061', '\012', '\114', '\146', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\147', '\126', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\147', - '\153', '\123', '\040', '\156', '\147', '\040', '\061', '\012', - '\112', '\161', '\142', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\127', '\170', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\147', '\117', '\040', '\156', '\147', - '\040', '\061', '\012', '\164', '\147', '\130', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\120', '\142', '\040', - '\151', '\152', '\040', '\061', '\012', '\127', '\170', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\147', '\161', - '\167', '\040', '\156', '\147', '\040', '\061', '\012', '\103', - '\146', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\167', '\157', '\125', '\040', '\157', '\156', '\040', '\061', - '\012', '\171', '\143', '\112', '\040', '\143', '\150', '\040', - '\061', '\012', '\153', '\167', '\104', '\040', '\153', '\141', - '\040', '\061', '\012', '\123', '\142', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\161', '\143', '\167', '\040', - '\143', '\150', '\040', '\061', '\012', '\110', '\167', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\142', '\155', - '\114', '\040', '\155', '\145', '\040', '\061', '\012', '\147', - '\167', '\132', '\040', '\156', '\147', '\040', '\061', '\012', - '\171', '\113', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\146', '\130', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\151', '\113', '\170', '\040', '\151', '\156', - '\040', '\061', '\012', '\154', '\122', '\172', '\040', '\154', - '\145', '\040', '\061', '\012', '\143', '\110', '\152', '\040', - '\143', '\150', '\040', '\061', '\012', '\146', '\106', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\163', '\112', - '\166', '\040', '\163', '\172', '\040', '\061', '\012', '\170', - '\155', '\111', '\040', '\155', '\145', '\040', '\061', '\012', - '\143', '\103', '\144', '\040', '\143', '\150', '\040', '\061', - '\012', '\151', '\131', '\144', '\040', '\151', '\156', '\040', - '\061', '\012', '\171', '\146', '\131', '\040', '\156', '\171', - '\040', '\061', '\012', '\170', '\142', '\131', '\040', '\142', - '\145', '\040', '\061', '\012', '\142', '\155', '\105', '\040', - '\155', '\145', '\040', '\061', '\012', '\146', '\102', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\144', '\110', - '\167', '\040', '\144', '\145', '\040', '\061', '\012', '\171', - '\143', '\122', '\040', '\143', '\150', '\040', '\061', '\012', - '\167', '\166', '\114', '\040', '\166', '\141', '\040', '\061', - '\012', '\162', '\152', '\114', '\040', '\145', '\162', '\040', - '\061', '\012', '\163', '\131', '\166', '\040', '\163', '\172', - '\040', '\061', '\012', '\127', '\160', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\170', '\102', '\040', - '\163', '\172', '\040', '\061', '\012', '\171', '\102', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\144', - '\112', '\040', '\156', '\147', '\040', '\061', '\012', '\131', - '\152', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\146', '\160', '\121', '\040', '\160', '\162', '\040', '\061', - '\012', '\161', '\117', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\127', '\152', '\146', '\040', '\151', '\152', - '\040', '\061', '\012', '\161', '\143', '\124', '\040', '\143', - '\150', '\040', '\061', '\012', '\114', '\146', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\106', '\152', - '\040', '\143', '\150', '\040', '\061', '\012', '\154', '\115', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\123', '\146', '\040', '\167', '\141', '\040', '\061', '\012', - '\167', '\121', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\104', '\171', '\040', '\163', '\172', '\040', - '\061', '\012', '\161', '\162', '\154', '\040', '\161', '\165', - '\040', '\061', '\012', '\160', '\131', '\167', '\040', '\160', - '\162', '\040', '\061', '\012', '\126', '\156', '\146', '\040', - '\141', '\156', '\040', '\061', '\012', '\110', '\143', '\152', - '\040', '\143', '\150', '\040', '\061', '\012', '\172', '\144', - '\125', '\040', '\163', '\172', '\040', '\061', '\012', '\142', - '\166', '\120', '\040', '\166', '\141', '\040', '\061', '\012', - '\131', '\146', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\121', '\153', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\167', '\110', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\161', '\126', '\166', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\153', '\126', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\160', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\106', - '\153', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\127', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\160', '\131', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\116', '\166', '\040', '\144', '\145', '\040', - '\061', '\012', '\127', '\167', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\106', '\155', '\170', '\040', '\155', - '\145', '\040', '\061', '\012', '\155', '\104', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\152', '\115', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\146', '\132', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\152', - '\116', '\160', '\040', '\151', '\152', '\040', '\061', '\012', - '\161', '\150', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\126', '\142', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\154', '\113', '\170', '\040', '\154', '\145', - '\040', '\061', '\012', '\151', '\132', '\170', '\040', '\151', - '\156', '\040', '\061', '\012', '\163', '\152', '\124', '\040', - '\163', '\172', '\040', '\061', '\012', '\151', '\152', '\131', - '\040', '\151', '\156', '\040', '\061', '\012', '\161', '\164', - '\126', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\124', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\110', '\160', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\151', '\107', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\161', '\127', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\147', '\106', '\040', '\164', - '\150', '\040', '\061', '\012', '\155', '\106', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\117', '\161', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\144', '\130', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\132', - '\142', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\154', '\113', '\155', '\040', '\154', '\145', '\040', '\061', - '\012', '\123', '\166', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\113', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\126', '\155', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\155', '\111', '\170', '\040', - '\155', '\145', '\040', '\061', '\012', '\147', '\113', '\152', - '\040', '\156', '\147', '\040', '\061', '\012', '\147', '\124', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\146', '\103', '\040', '\146', '\157', '\040', '\061', '\012', - '\150', '\113', '\147', '\040', '\164', '\150', '\040', '\061', - '\012', '\150', '\123', '\170', '\040', '\164', '\150', '\040', - '\061', '\012', '\157', '\113', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\156', '\121', '\163', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\151', '\107', '\040', - '\151', '\156', '\040', '\061', '\012', '\161', '\147', '\115', - '\040', '\156', '\147', '\040', '\061', '\012', '\153', '\121', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\103', - '\152', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\152', '\120', '\171', '\040', '\151', '\152', '\040', '\061', - '\012', '\130', '\161', '\145', '\040', '\161', '\165', '\040', - '\061', '\012', '\120', '\172', '\171', '\040', '\163', '\172', - '\040', '\061', '\012', '\106', '\164', '\161', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\143', '\105', '\040', - '\143', '\150', '\040', '\061', '\012', '\155', '\153', '\114', - '\040', '\153', '\141', '\040', '\061', '\012', '\110', '\172', - '\152', '\040', '\163', '\172', '\040', '\061', '\012', '\142', - '\124', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\161', '\130', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\155', '\115', '\040', '\144', '\145', '\040', - '\061', '\012', '\144', '\126', '\170', '\040', '\144', '\145', - '\040', '\061', '\012', '\124', '\161', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\127', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\161', '\170', '\121', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\121', - '\170', '\040', '\146', '\157', '\040', '\061', '\012', '\166', - '\114', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\120', '\147', '\153', '\040', '\156', '\147', '\040', '\061', - '\012', '\147', '\110', '\153', '\040', '\156', '\147', '\040', - '\061', '\012', '\150', '\170', '\126', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\112', '\172', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\115', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\111', '\170', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\103', '\171', - '\171', '\040', '\156', '\171', '\040', '\061', '\012', '\160', - '\130', '\146', '\040', '\160', '\162', '\040', '\061', '\012', - '\160', '\114', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\124', '\167', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\104', '\164', '\167', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\122', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\165', '\130', '\154', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\150', '\161', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\111', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\143', - '\152', '\114', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\170', '\110', '\040', '\161', '\165', '\040', '\061', - '\012', '\154', '\104', '\155', '\040', '\154', '\145', '\040', - '\061', '\012', '\164', '\130', '\166', '\040', '\164', '\150', - '\040', '\061', '\012', '\147', '\152', '\103', '\040', '\156', - '\147', '\040', '\061', '\012', '\132', '\172', '\144', '\040', - '\163', '\172', '\040', '\061', '\012', '\164', '\147', '\124', - '\040', '\164', '\150', '\040', '\061', '\012', '\150', '\156', - '\120', '\040', '\164', '\150', '\040', '\061', '\012', '\113', - '\152', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\147', '\126', '\167', '\040', '\156', '\147', '\040', '\061', - '\012', '\170', '\142', '\111', '\040', '\142', '\145', '\040', - '\061', '\012', '\132', '\160', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\142', '\146', '\117', '\040', '\142', - '\145', '\040', '\061', '\012', '\155', '\123', '\170', '\040', - '\155', '\145', '\040', '\061', '\012', '\161', '\141', '\106', - '\040', '\141', '\156', '\040', '\061', '\012', '\141', '\121', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\110', - '\152', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\161', '\130', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\161', '\101', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\166', '\122', '\040', '\166', '\141', - '\040', '\061', '\012', '\161', '\123', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\143', '\144', '\126', '\040', - '\143', '\150', '\040', '\061', '\012', '\160', '\124', '\146', - '\040', '\160', '\162', '\040', '\061', '\012', '\113', '\172', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\164', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\145', '\147', '\131', '\040', '\156', '\147', '\040', '\061', - '\012', '\122', '\170', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\150', '\131', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\107', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\104', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\146', '\157', '\131', - '\040', '\157', '\156', '\040', '\061', '\012', '\144', '\113', - '\163', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\112', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\130', '\167', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\111', '\170', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\162', '\115', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\172', '\130', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\163', '\121', '\171', '\040', - '\163', '\172', '\040', '\061', '\012', '\116', '\160', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\121', '\146', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\162', - '\114', '\155', '\040', '\145', '\162', '\040', '\061', '\012', - '\172', '\107', '\155', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\110', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\166', '\143', '\131', '\040', '\143', '\150', - '\040', '\061', '\012', '\153', '\161', '\132', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\104', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\147', '\107', - '\040', '\156', '\147', '\040', '\061', '\012', '\104', '\161', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\155', '\117', '\040', '\155', '\145', '\040', '\061', '\012', - '\161', '\144', '\127', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\116', '\167', '\040', '\144', '\145', '\040', - '\061', '\012', '\162', '\130', '\152', '\040', '\145', '\162', - '\040', '\061', '\012', '\112', '\167', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\155', '\104', '\142', '\040', - '\155', '\145', '\040', '\061', '\012', '\167', '\115', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\131', '\152', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\146', - '\152', '\131', '\040', '\151', '\152', '\040', '\061', '\012', - '\151', '\112', '\142', '\040', '\151', '\156', '\040', '\061', - '\012', '\143', '\144', '\103', '\040', '\143', '\150', '\040', - '\061', '\012', '\131', '\170', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\126', '\142', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\106', '\160', '\170', '\040', - '\160', '\162', '\040', '\061', '\012', '\172', '\150', '\104', - '\040', '\164', '\150', '\040', '\061', '\012', '\150', '\103', - '\163', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\130', '\167', '\040', '\144', '\145', '\040', '\061', '\012', - '\153', '\104', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\165', '\161', '\124', '\040', '\165', '\156', '\040', - '\061', '\012', '\102', '\170', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\102', '\152', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\107', '\170', '\040', - '\151', '\152', '\040', '\061', '\012', '\146', '\130', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\171', '\142', - '\106', '\040', '\142', '\145', '\040', '\061', '\012', '\144', - '\164', '\101', '\040', '\164', '\150', '\040', '\061', '\012', - '\143', '\126', '\166', '\040', '\143', '\150', '\040', '\061', - '\012', '\103', '\142', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\167', '\164', '\110', '\040', '\164', '\150', - '\040', '\061', '\012', '\113', '\144', '\152', '\040', '\144', - '\145', '\040', '\061', '\012', '\153', '\120', '\163', '\040', - '\163', '\172', '\040', '\061', '\012', '\132', '\166', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\170', '\120', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\167', - '\157', '\110', '\040', '\157', '\156', '\040', '\061', '\012', - '\130', '\160', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\161', '\130', '\145', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\124', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\153', '\167', '\121', '\040', '\153', - '\141', '\040', '\061', '\012', '\153', '\132', '\146', '\040', - '\153', '\141', '\040', '\061', '\012', '\125', '\161', '\152', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\112', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\103', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\115', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\160', '\150', '\131', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\142', '\102', '\040', '\153', '\141', - '\040', '\061', '\012', '\107', '\160', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\163', '\107', '\172', '\040', - '\163', '\164', '\040', '\061', '\012', '\146', '\167', '\105', - '\040', '\167', '\141', '\040', '\061', '\012', '\124', '\164', - '\146', '\040', '\164', '\150', '\040', '\061', '\012', '\107', - '\161', '\155', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\172', '\116', '\040', '\163', '\172', '\040', '\061', - '\012', '\146', '\153', '\117', '\040', '\153', '\141', '\040', - '\061', '\012', '\165', '\172', '\127', '\040', '\161', '\165', - '\040', '\061', '\012', '\157', '\170', '\121', '\040', '\157', - '\156', '\040', '\061', '\012', '\126', '\147', '\155', '\040', - '\156', '\147', '\040', '\061', '\012', '\161', '\155', '\104', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\161', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\166', - '\122', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\124', '\156', '\162', '\040', '\141', '\156', '\040', '\061', - '\012', '\172', '\152', '\127', '\040', '\163', '\172', '\040', - '\061', '\012', '\166', '\167', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\164', '\127', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\156', '\114', '\040', - '\141', '\156', '\040', '\061', '\012', '\171', '\104', '\170', - '\040', '\156', '\171', '\040', '\061', '\012', '\170', '\146', - '\121', '\040', '\146', '\157', '\040', '\061', '\012', '\167', - '\170', '\112', '\040', '\167', '\141', '\040', '\061', '\012', - '\156', '\170', '\105', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\121', '\156', '\040', '\151', '\156', '\040', - '\061', '\012', '\127', '\153', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\167', '\104', '\040', '\167', - '\141', '\040', '\061', '\012', '\160', '\106', '\146', '\040', - '\160', '\162', '\040', '\061', '\012', '\154', '\142', '\113', - '\040', '\154', '\145', '\040', '\061', '\012', '\166', '\110', - '\171', '\040', '\166', '\141', '\040', '\061', '\012', '\147', - '\126', '\152', '\040', '\156', '\147', '\040', '\061', '\012', - '\117', '\161', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\143', '\116', '\040', '\143', '\150', '\040', - '\061', '\012', '\164', '\127', '\155', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\115', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\156', '\167', '\121', '\040', - '\141', '\156', '\040', '\061', '\012', '\161', '\156', '\115', - '\040', '\141', '\156', '\040', '\061', '\012', '\132', '\164', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\121', '\152', '\040', '\141', '\156', '\040', '\061', '\012', - '\126', '\170', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\125', '\170', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\160', '\127', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\171', '\122', '\170', '\040', '\156', - '\171', '\040', '\061', '\012', '\161', '\113', '\165', '\040', - '\165', '\156', '\040', '\061', '\012', '\152', '\130', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\160', - '\130', '\040', '\151', '\152', '\040', '\061', '\012', '\144', - '\153', '\107', '\040', '\144', '\145', '\040', '\061', '\012', - '\102', '\156', '\146', '\040', '\141', '\156', '\040', '\061', - '\012', '\131', '\153', '\146', '\040', '\153', '\141', '\040', - '\061', '\012', '\147', '\142', '\127', '\040', '\156', '\147', - '\040', '\061', '\012', '\153', '\154', '\130', '\040', '\154', - '\145', '\040', '\061', '\012', '\166', '\153', '\110', '\040', - '\153', '\141', '\040', '\061', '\012', '\144', '\113', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\113', '\160', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\161', '\115', '\040', '\156', '\147', '\040', '\061', '\012', - '\171', '\102', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\162', '\120', '\152', '\040', '\145', '\162', '\040', - '\061', '\012', '\110', '\172', '\166', '\040', '\163', '\172', - '\040', '\061', '\012', '\167', '\131', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\161', '\107', '\141', '\040', - '\141', '\156', '\040', '\061', '\012', '\152', '\111', '\163', - '\040', '\163', '\172', '\040', '\061', '\012', '\142', '\125', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\162', - '\124', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\156', '\161', '\111', '\040', '\141', '\156', '\040', '\061', - '\012', '\152', '\146', '\120', '\040', '\151', '\152', '\040', - '\061', '\012', '\150', '\122', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\122', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\152', '\152', '\113', '\040', - '\151', '\152', '\040', '\061', '\012', '\164', '\146', '\105', - '\040', '\164', '\150', '\040', '\061', '\012', '\121', '\163', - '\167', '\040', '\163', '\164', '\040', '\061', '\012', '\106', - '\143', '\155', '\040', '\143', '\150', '\040', '\061', '\012', - '\142', '\112', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\164', '\130', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\122', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\147', '\161', '\105', '\040', '\156', - '\147', '\040', '\061', '\012', '\167', '\107', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\147', '\113', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\171', '\130', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\172', - '\102', '\171', '\040', '\163', '\172', '\040', '\061', '\012', - '\154', '\124', '\144', '\040', '\154', '\145', '\040', '\061', - '\012', '\127', '\161', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\106', '\164', '\146', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\144', '\102', '\040', '\144', - '\145', '\040', '\061', '\012', '\170', '\156', '\130', '\040', - '\141', '\156', '\040', '\061', '\012', '\102', '\161', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\172', '\161', - '\117', '\040', '\161', '\165', '\040', '\061', '\012', '\121', - '\144', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\157', '\152', '\112', '\040', '\157', '\156', '\040', '\061', - '\012', '\161', '\132', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\150', '\172', '\127', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\154', '\121', '\040', '\154', - '\145', '\040', '\061', '\012', '\132', '\142', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\155', '\166', '\114', - '\040', '\166', '\141', '\040', '\061', '\012', '\114', '\152', - '\142', '\040', '\151', '\152', '\040', '\061', '\012', '\107', - '\161', '\145', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\146', '\105', '\040', '\155', '\145', '\040', '\061', - '\012', '\170', '\121', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\114', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\170', '\114', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\102', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\152', '\125', '\155', - '\040', '\151', '\152', '\040', '\061', '\012', '\160', '\144', - '\114', '\040', '\144', '\145', '\040', '\061', '\012', '\155', - '\112', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\144', '\170', '\125', '\040', '\144', '\145', '\040', '\061', - '\012', '\170', '\161', '\116', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\160', '\107', '\040', '\160', '\162', - '\040', '\061', '\012', '\164', '\154', '\117', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\150', '\114', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\104', '\170', - '\040', '\153', '\141', '\040', '\061', '\012', '\122', '\161', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\165', - '\166', '\130', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\152', '\131', '\040', '\151', '\152', '\040', '\061', - '\012', '\143', '\162', '\121', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\171', '\131', '\040', '\156', '\171', - '\040', '\061', '\012', '\171', '\150', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\131', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\114', '\155', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\112', '\163', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\107', - '\142', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\141', '\120', '\142', '\040', '\141', '\156', '\040', '\061', - '\012', '\144', '\167', '\112', '\040', '\144', '\145', '\040', - '\061', '\012', '\130', '\171', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\165', '\143', '\112', '\040', '\143', - '\150', '\040', '\061', '\012', '\144', '\124', '\146', '\040', - '\144', '\145', '\040', '\061', '\012', '\154', '\102', '\142', - '\040', '\154', '\145', '\040', '\061', '\012', '\150', '\113', - '\172', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\143', '\122', '\040', '\143', '\150', '\040', '\061', '\012', - '\145', '\121', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\131', '\151', '\040', '\151', '\156', '\040', - '\061', '\012', '\126', '\164', '\142', '\040', '\164', '\150', - '\040', '\061', '\012', '\103', '\143', '\147', '\040', '\143', - '\150', '\040', '\061', '\012', '\172', '\101', '\145', '\040', - '\145', '\162', '\040', '\061', '\012', '\147', '\170', '\112', - '\040', '\156', '\147', '\040', '\061', '\012', '\165', '\166', - '\103', '\040', '\161', '\165', '\040', '\061', '\012', '\102', - '\150', '\155', '\040', '\155', '\141', '\040', '\061', '\012', - '\132', '\147', '\170', '\040', '\156', '\147', '\040', '\061', - '\012', '\171', '\172', '\112', '\040', '\163', '\172', '\040', - '\061', '\012', '\143', '\166', '\112', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\124', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\161', '\144', '\113', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\167', '\107', - '\040', '\166', '\141', '\040', '\061', '\012', '\131', '\155', - '\170', '\040', '\155', '\145', '\040', '\061', '\012', '\157', - '\131', '\167', '\040', '\157', '\156', '\040', '\061', '\012', - '\152', '\130', '\170', '\040', '\151', '\152', '\040', '\061', - '\012', '\171', '\167', '\146', '\040', '\167', '\141', '\040', - '\061', '\012', '\166', '\126', '\170', '\040', '\166', '\151', - '\040', '\061', '\012', '\122', '\167', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\104', '\166', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\170', '\113', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\114', - '\160', '\040', '\161', '\165', '\040', '\061', '\012', '\131', - '\171', '\166', '\040', '\166', '\151', '\040', '\061', '\012', - '\103', '\161', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\122', '\146', '\040', '\146', '\157', '\040', - '\061', '\012', '\121', '\161', '\153', '\040', '\161', '\165', - '\040', '\061', '\012', '\112', '\161', '\145', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\132', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\161', '\107', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\142', - '\117', '\040', '\164', '\150', '\040', '\061', '\012', '\165', - '\126', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\122', '\154', '\155', '\040', '\154', '\145', '\040', '\061', - '\012', '\165', '\132', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\120', '\160', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\160', '\126', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\171', '\126', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\172', '\112', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\131', '\172', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\103', - '\166', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\160', '\167', '\123', '\040', '\160', '\162', '\040', '\061', - '\012', '\113', '\153', '\167', '\040', '\153', '\141', '\040', - '\061', '\012', '\127', '\166', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\106', '\144', '\171', '\040', '\144', - '\145', '\040', '\061', '\012', '\160', '\160', '\130', '\040', - '\160', '\162', '\040', '\061', '\012', '\150', '\166', '\103', - '\040', '\164', '\150', '\040', '\061', '\012', '\151', '\167', - '\107', '\040', '\151', '\156', '\040', '\061', '\012', '\162', - '\102', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\150', '\102', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\156', '\131', '\163', '\040', '\141', '\156', '\040', - '\061', '\012', '\153', '\143', '\117', '\040', '\143', '\150', - '\040', '\061', '\012', '\161', '\105', '\145', '\040', '\161', - '\165', '\040', '\061', '\012', '\131', '\142', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\121', '\163', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\163', '\166', - '\103', '\040', '\163', '\164', '\040', '\061', '\012', '\161', - '\153', '\104', '\040', '\161', '\165', '\040', '\061', '\012', - '\121', '\151', '\167', '\040', '\151', '\156', '\040', '\061', - '\012', '\107', '\164', '\152', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\101', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\126', '\171', '\040', '\167', - '\141', '\040', '\061', '\012', '\142', '\170', '\124', '\040', - '\142', '\145', '\040', '\061', '\012', '\121', '\150', '\163', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\154', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\142', '\101', '\040', '\164', '\150', '\040', '\061', '\012', - '\121', '\146', '\142', '\040', '\142', '\145', '\040', '\061', - '\012', '\170', '\127', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\145', '\126', '\040', '\145', '\162', - '\040', '\061', '\012', '\162', '\161', '\107', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\161', '\132', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\113', '\166', - '\040', '\151', '\152', '\040', '\061', '\012', '\151', '\124', - '\146', '\040', '\151', '\156', '\040', '\061', '\012', '\153', - '\167', '\125', '\040', '\153', '\141', '\040', '\061', '\012', - '\151', '\106', '\161', '\040', '\151', '\156', '\040', '\061', - '\012', '\155', '\152', '\132', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\147', '\112', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\114', '\160', '\040', '\163', - '\172', '\040', '\061', '\012', '\161', '\163', '\122', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\104', '\152', - '\040', '\163', '\172', '\040', '\061', '\012', '\160', '\144', - '\106', '\040', '\144', '\145', '\040', '\061', '\012', '\167', - '\170', '\116', '\040', '\167', '\141', '\040', '\061', '\012', - '\167', '\107', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\144', '\125', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\144', '\112', '\167', '\040', '\144', '\145', - '\040', '\061', '\012', '\146', '\103', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\104', '\150', '\172', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\111', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\141', '\121', - '\155', '\040', '\141', '\156', '\040', '\061', '\012', '\131', - '\172', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\166', '\110', '\146', '\040', '\166', '\141', '\040', '\061', - '\012', '\142', '\152', '\126', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\123', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\127', '\161', '\163', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\162', '\127', '\040', - '\145', '\162', '\040', '\061', '\012', '\110', '\172', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\127', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\115', - '\153', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\172', '\147', '\106', '\040', '\156', '\147', '\040', '\061', - '\012', '\103', '\156', '\153', '\040', '\141', '\156', '\040', - '\061', '\012', '\162', '\104', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\146', '\172', '\102', '\040', '\163', - '\172', '\040', '\061', '\012', '\146', '\117', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\165', '\126', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\121', '\146', - '\151', '\040', '\151', '\156', '\040', '\061', '\012', '\115', - '\150', '\152', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\131', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\122', '\161', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\153', '\131', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\131', '\142', '\040', '\167', - '\141', '\040', '\061', '\012', '\164', '\161', '\120', '\040', - '\164', '\150', '\040', '\061', '\012', '\112', '\160', '\142', - '\040', '\160', '\162', '\040', '\061', '\012', '\142', '\107', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\170', - '\106', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\130', '\167', '\142', '\040', '\167', '\141', '\040', '\061', - '\012', '\113', '\147', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\111', '\161', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\160', '\112', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\121', '\153', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\126', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\171', '\124', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\132', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\143', '\104', '\172', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\146', '\155', '\040', '\161', '\165', '\040', - '\061', '\012', '\141', '\146', '\121', '\040', '\141', '\156', - '\040', '\061', '\012', '\121', '\167', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\142', '\144', '\112', '\040', - '\144', '\145', '\040', '\061', '\012', '\161', '\124', '\165', - '\040', '\165', '\156', '\040', '\061', '\012', '\125', '\143', - '\170', '\040', '\143', '\150', '\040', '\061', '\012', '\110', - '\156', '\170', '\040', '\141', '\156', '\040', '\061', '\012', - '\110', '\142', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\171', '\110', '\040', '\156', '\147', '\040', - '\061', '\012', '\164', '\124', '\172', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\170', '\126', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\144', '\123', '\040', - '\144', '\145', '\040', '\061', '\012', '\127', '\147', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\157', '\161', - '\120', '\040', '\161', '\165', '\040', '\061', '\012', '\122', - '\162', '\146', '\040', '\145', '\162', '\040', '\061', '\012', - '\147', '\131', '\171', '\040', '\156', '\147', '\040', '\061', - '\012', '\146', '\115', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\146', '\113', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\110', '\171', '\170', '\040', '\156', - '\171', '\040', '\061', '\012', '\115', '\170', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\110', '\153', - '\040', '\161', '\165', '\040', '\061', '\012', '\164', '\146', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\147', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\155', '\117', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\172', '\123', '\040', '\163', '\172', '\040', - '\061', '\012', '\152', '\167', '\121', '\040', '\151', '\152', - '\040', '\061', '\012', '\106', '\150', '\143', '\040', '\151', - '\143', '\040', '\061', '\012', '\170', '\111', '\171', '\040', - '\156', '\171', '\040', '\061', '\012', '\146', '\110', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\167', '\161', - '\131', '\040', '\161', '\165', '\040', '\061', '\012', '\142', - '\106', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\121', '\144', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\150', '\126', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\103', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\110', '\147', '\162', '\040', '\156', - '\147', '\040', '\061', '\012', '\170', '\161', '\114', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\147', '\123', - '\040', '\156', '\147', '\040', '\061', '\012', '\116', '\161', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\146', - '\121', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\121', '\172', '\167', '\040', '\163', '\172', '\040', '\061', - '\012', '\111', '\170', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\103', '\170', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\155', '\170', '\116', '\040', '\155', - '\145', '\040', '\061', '\012', '\166', '\121', '\151', '\040', - '\151', '\156', '\040', '\061', '\012', '\143', '\101', '\161', - '\040', '\143', '\150', '\040', '\061', '\012', '\145', '\103', - '\170', '\040', '\145', '\162', '\040', '\061', '\012', '\155', - '\161', '\130', '\040', '\161', '\165', '\040', '\061', '\012', - '\162', '\161', '\131', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\126', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\161', '\157', '\120', '\040', '\161', '\165', - '\040', '\061', '\012', '\107', '\170', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\172', '\130', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\130', '\146', - '\040', '\146', '\157', '\040', '\061', '\012', '\121', '\164', - '\143', '\040', '\164', '\150', '\040', '\061', '\012', '\157', - '\150', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\131', '\147', '\171', '\040', '\156', '\147', '\040', '\061', - '\012', '\130', '\156', '\142', '\040', '\141', '\156', '\040', - '\061', '\012', '\143', '\127', '\155', '\040', '\143', '\150', - '\040', '\061', '\012', '\152', '\130', '\167', '\040', '\151', - '\152', '\040', '\061', '\012', '\147', '\127', '\152', '\040', - '\156', '\147', '\040', '\061', '\012', '\113', '\155', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\166', '\166', - '\110', '\040', '\166', '\141', '\040', '\061', '\012', '\125', - '\145', '\167', '\040', '\145', '\162', '\040', '\061', '\012', - '\161', '\112', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\110', '\153', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\170', '\155', '\120', '\040', '\155', '\145', - '\040', '\061', '\012', '\163', '\154', '\122', '\040', '\151', - '\163', '\040', '\061', '\012', '\125', '\141', '\161', '\040', - '\141', '\156', '\040', '\061', '\012', '\172', '\142', '\107', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\116', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\143', - '\126', '\142', '\040', '\143', '\150', '\040', '\061', '\012', - '\142', '\107', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\151', '\167', '\125', '\040', '\151', '\156', '\040', - '\061', '\012', '\103', '\156', '\167', '\040', '\141', '\156', - '\040', '\061', '\012', '\162', '\130', '\144', '\040', '\145', - '\162', '\040', '\061', '\012', '\166', '\127', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\164', '\107', '\146', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\142', - '\131', '\040', '\142', '\145', '\040', '\061', '\012', '\150', - '\172', '\160', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\127', '\172', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\115', '\142', '\040', '\142', '\145', '\040', - '\061', '\012', '\152', '\172', '\127', '\040', '\163', '\172', - '\040', '\061', '\012', '\147', '\114', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\132', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\153', '\110', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\126', '\167', - '\146', '\040', '\167', '\141', '\040', '\061', '\012', '\166', - '\164', '\131', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\145', '\101', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\170', '\107', '\040', '\143', '\150', '\040', - '\061', '\012', '\165', '\121', '\172', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\107', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\143', '\166', '\101', '\040', - '\143', '\150', '\040', '\061', '\012', '\157', '\124', '\155', - '\040', '\157', '\156', '\040', '\061', '\012', '\160', '\152', - '\131', '\040', '\151', '\152', '\040', '\061', '\012', '\142', - '\125', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\152', '\167', '\125', '\040', '\151', '\152', '\040', '\061', - '\012', '\112', '\147', '\155', '\040', '\156', '\147', '\040', - '\061', '\012', '\164', '\146', '\132', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\145', '\117', '\040', '\145', - '\162', '\040', '\061', '\012', '\161', '\102', '\160', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\102', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\123', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\171', '\120', '\040', '\151', '\152', '\040', '\061', '\012', - '\106', '\153', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\156', '\152', '\123', '\040', '\141', '\156', '\040', - '\061', '\012', '\152', '\164', '\101', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\155', '\146', '\040', '\155', - '\145', '\040', '\061', '\012', '\131', '\164', '\155', '\040', - '\164', '\150', '\040', '\061', '\012', '\120', '\161', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\142', '\167', - '\112', '\040', '\167', '\141', '\040', '\061', '\012', '\157', - '\127', '\146', '\040', '\157', '\156', '\040', '\061', '\012', - '\153', '\170', '\112', '\040', '\153', '\141', '\040', '\061', - '\012', '\152', '\110', '\170', '\040', '\151', '\152', '\040', - '\061', '\012', '\147', '\143', '\120', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\102', '\163', '\040', '\156', - '\147', '\040', '\061', '\012', '\142', '\153', '\113', '\040', - '\153', '\141', '\040', '\061', '\012', '\166', '\144', '\121', - '\040', '\144', '\145', '\040', '\061', '\012', '\160', '\152', - '\132', '\040', '\151', '\152', '\040', '\061', '\012', '\126', - '\147', '\146', '\040', '\156', '\147', '\040', '\061', '\012', - '\163', '\166', '\107', '\040', '\163', '\164', '\040', '\061', - '\012', '\153', '\107', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\127', '\152', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\121', '\155', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\107', '\154', '\166', '\040', - '\154', '\145', '\040', '\061', '\012', '\164', '\155', '\131', - '\040', '\164', '\150', '\040', '\061', '\012', '\153', '\154', - '\131', '\040', '\154', '\145', '\040', '\061', '\012', '\120', - '\143', '\152', '\040', '\143', '\150', '\040', '\061', '\012', - '\146', '\121', '\167', '\040', '\167', '\151', '\040', '\061', - '\012', '\170', '\141', '\117', '\040', '\141', '\156', '\040', - '\061', '\012', '\152', '\146', '\116', '\040', '\151', '\152', - '\040', '\061', '\012', '\161', '\107', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\166', '\102', '\040', - '\161', '\165', '\040', '\061', '\012', '\150', '\167', '\101', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\155', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\130', - '\166', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\102', '\160', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\157', '\112', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\155', '\132', '\040', '\166', '\141', - '\040', '\061', '\012', '\156', '\112', '\160', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\161', '\112', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\110', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\121', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\171', - '\107', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\150', '\121', '\155', '\040', '\164', '\150', '\040', '\061', - '\012', '\155', '\102', '\160', '\040', '\155', '\145', '\040', - '\061', '\012', '\164', '\160', '\112', '\040', '\164', '\150', - '\040', '\061', '\012', '\121', '\153', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\165', '\125', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\164', '\144', '\112', - '\040', '\164', '\150', '\040', '\061', '\012', '\112', '\146', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\114', - '\166', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\151', '\130', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\160', '\117', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\150', '\113', '\040', '\164', '\150', - '\040', '\061', '\012', '\142', '\115', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\106', '\163', '\167', '\040', - '\163', '\164', '\040', '\061', '\012', '\161', '\101', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\167', - '\112', '\040', '\167', '\141', '\040', '\061', '\012', '\146', - '\120', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\104', '\146', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\132', '\142', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\102', '\147', '\167', '\040', '\156', '\147', - '\040', '\061', '\012', '\160', '\121', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\153', '\121', '\160', '\040', - '\153', '\141', '\040', '\061', '\012', '\161', '\157', '\126', - '\040', '\161', '\165', '\040', '\061', '\012', '\125', '\161', - '\144', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\131', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\163', '\104', '\146', '\040', '\163', '\164', '\040', '\061', - '\012', '\170', '\165', '\112', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\122', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\121', '\163', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\171', '\124', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\121', '\170', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\110', '\166', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\150', - '\132', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\104', '\165', '\040', '\165', '\156', '\040', '\061', - '\012', '\146', '\170', '\101', '\040', '\146', '\157', '\040', - '\061', '\012', '\170', '\120', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\167', '\130', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\152', '\112', '\142', '\040', - '\151', '\152', '\040', '\061', '\012', '\160', '\144', '\113', - '\040', '\144', '\145', '\040', '\061', '\012', '\147', '\160', - '\127', '\040', '\156', '\147', '\040', '\061', '\012', '\121', - '\147', '\170', '\040', '\156', '\147', '\040', '\061', '\012', - '\153', '\170', '\107', '\040', '\153', '\141', '\040', '\061', - '\012', '\144', '\114', '\170', '\040', '\144', '\145', '\040', - '\061', '\012', '\102', '\167', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\126', '\144', '\170', '\040', '\144', - '\145', '\040', '\061', '\012', '\171', '\121', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\163', '\170', - '\040', '\163', '\164', '\040', '\061', '\012', '\146', '\123', - '\142', '\040', '\142', '\145', '\040', '\061', '\012', '\125', - '\153', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\120', '\152', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\162', '\106', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\146', '\152', '\120', '\040', '\151', '\152', - '\040', '\061', '\012', '\153', '\127', '\166', '\040', '\153', - '\141', '\040', '\061', '\012', '\113', '\150', '\146', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\107', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\160', '\156', - '\104', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\131', '\146', '\040', '\151', '\152', '\040', '\061', '\012', - '\155', '\147', '\122', '\040', '\156', '\147', '\040', '\061', - '\012', '\162', '\152', '\103', '\040', '\145', '\162', '\040', - '\061', '\012', '\130', '\152', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\153', '\172', '\105', '\040', '\163', - '\172', '\040', '\061', '\012', '\121', '\147', '\161', '\040', - '\156', '\147', '\040', '\061', '\012', '\172', '\147', '\142', - '\040', '\156', '\147', '\040', '\061', '\012', '\155', '\150', - '\104', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\153', '\117', '\040', '\153', '\141', '\040', '\061', '\012', - '\165', '\167', '\126', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\120', '\160', '\040', '\145', '\162', '\040', - '\061', '\012', '\167', '\130', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\147', '\101', '\157', '\040', '\156', - '\147', '\040', '\061', '\012', '\153', '\166', '\107', '\040', - '\153', '\141', '\040', '\061', '\012', '\166', '\143', '\130', - '\040', '\143', '\150', '\040', '\061', '\012', '\170', '\117', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\130', - '\172', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\106', '\155', '\165', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\107', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\152', '\152', '\122', '\040', '\151', '\152', - '\040', '\061', '\012', '\161', '\153', '\111', '\040', '\153', - '\165', '\040', '\061', '\012', '\160', '\161', '\110', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\156', '\110', - '\040', '\141', '\156', '\040', '\061', '\012', '\144', '\150', - '\124', '\040', '\164', '\150', '\040', '\061', '\012', '\155', - '\144', '\122', '\040', '\144', '\145', '\040', '\061', '\012', - '\144', '\104', '\146', '\040', '\144', '\145', '\040', '\061', - '\012', '\161', '\111', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\103', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\161', '\122', '\153', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\113', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\111', '\165', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\161', - '\122', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\105', '\153', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\146', '\117', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\165', '\112', '\040', '\165', '\156', '\040', - '\061', '\012', '\156', '\122', '\160', '\040', '\141', '\156', - '\040', '\061', '\012', '\164', '\170', '\111', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\146', '\132', '\040', - '\156', '\171', '\040', '\061', '\012', '\157', '\161', '\124', - '\040', '\150', '\157', '\040', '\061', '\012', '\143', '\147', - '\130', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\142', '\114', '\040', '\160', '\162', '\040', '\061', '\012', - '\130', '\155', '\170', '\040', '\155', '\145', '\040', '\061', - '\012', '\126', '\152', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\171', '\154', '\131', '\040', '\154', '\145', - '\040', '\061', '\012', '\144', '\146', '\113', '\040', '\144', - '\145', '\040', '\061', '\012', '\170', '\147', '\104', '\040', - '\156', '\147', '\040', '\061', '\012', '\165', '\167', '\114', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\120', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\161', - '\103', '\171', '\040', '\161', '\165', '\040', '\061', '\012', - '\122', '\160', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\161', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\112', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\172', '\121', '\040', '\154', - '\145', '\040', '\061', '\012', '\146', '\147', '\115', '\040', - '\156', '\147', '\040', '\061', '\012', '\131', '\154', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\146', '\124', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\122', - '\152', '\146', '\040', '\151', '\152', '\040', '\061', '\012', - '\122', '\147', '\152', '\040', '\152', '\157', '\040', '\061', - '\012', '\107', '\153', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\170', '\107', '\040', '\146', '\157', - '\040', '\061', '\012', '\155', '\164', '\107', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\147', '\112', '\040', - '\156', '\147', '\040', '\061', '\012', '\164', '\144', '\122', - '\040', '\164', '\150', '\040', '\061', '\012', '\151', '\110', - '\153', '\040', '\151', '\156', '\040', '\061', '\012', '\107', - '\161', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\154', '\104', '\152', '\040', '\154', '\145', '\040', '\061', - '\012', '\167', '\172', '\132', '\040', '\163', '\172', '\040', - '\061', '\012', '\144', '\106', '\160', '\040', '\144', '\145', - '\040', '\061', '\012', '\161', '\124', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\127', '\164', '\147', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\142', '\124', - '\040', '\143', '\150', '\040', '\061', '\012', '\144', '\166', - '\113', '\040', '\144', '\145', '\040', '\061', '\012', '\103', - '\164', '\167', '\040', '\164', '\150', '\040', '\061', '\012', - '\155', '\144', '\107', '\040', '\144', '\145', '\040', '\061', - '\012', '\166', '\113', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\103', '\154', '\146', '\040', '\154', '\145', - '\040', '\061', '\012', '\167', '\162', '\125', '\040', '\145', - '\162', '\040', '\061', '\012', '\147', '\155', '\124', '\040', - '\156', '\147', '\040', '\061', '\012', '\142', '\130', '\170', - '\040', '\142', '\145', '\040', '\061', '\012', '\172', '\117', - '\170', '\040', '\163', '\172', '\040', '\061', '\012', '\130', - '\156', '\146', '\040', '\141', '\156', '\040', '\061', '\012', - '\162', '\172', '\121', '\040', '\145', '\162', '\040', '\061', - '\012', '\166', '\121', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\153', '\160', '\124', '\040', '\153', '\141', - '\040', '\061', '\012', '\146', '\131', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\114', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\130', '\147', '\144', - '\040', '\156', '\147', '\040', '\061', '\012', '\143', '\132', - '\154', '\040', '\143', '\150', '\040', '\061', '\012', '\154', - '\106', '\171', '\040', '\154', '\145', '\040', '\061', '\012', - '\132', '\156', '\147', '\040', '\141', '\156', '\040', '\061', - '\012', '\141', '\130', '\147', '\040', '\141', '\156', '\040', - '\061', '\012', '\161', '\142', '\105', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\143', '\131', '\040', '\143', - '\150', '\040', '\061', '\012', '\163', '\161', '\113', '\040', - '\161', '\165', '\040', '\061', '\012', '\102', '\154', '\170', - '\040', '\154', '\145', '\040', '\061', '\012', '\157', '\161', - '\112', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\120', '\166', '\040', '\151', '\152', '\040', '\061', '\012', - '\161', '\132', '\144', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\144', '\132', '\040', '\144', '\145', '\040', - '\061', '\012', '\102', '\161', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\160', '\107', '\040', '\143', - '\150', '\040', '\061', '\012', '\170', '\144', '\120', '\040', - '\144', '\145', '\040', '\061', '\012', '\146', '\165', '\106', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\142', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\150', '\110', '\040', '\164', '\150', '\040', '\061', '\012', - '\112', '\167', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\161', '\153', '\117', '\040', '\153', '\157', '\040', - '\061', '\012', '\147', '\163', '\131', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\107', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\112', '\153', '\166', '\040', - '\153', '\141', '\040', '\061', '\012', '\172', '\160', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\162', '\167', - '\113', '\040', '\145', '\162', '\040', '\061', '\012', '\114', - '\150', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\165', '\126', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\161', '\126', '\040', '\161', '\165', '\040', - '\061', '\012', '\121', '\143', '\166', '\040', '\143', '\150', - '\040', '\061', '\012', '\155', '\127', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\143', '\156', '\106', '\040', - '\141', '\156', '\040', '\061', '\012', '\154', '\127', '\167', - '\040', '\154', '\145', '\040', '\061', '\012', '\164', '\170', - '\123', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\156', '\105', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\124', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\154', '\106', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\144', '\112', '\040', '\144', '\145', - '\040', '\061', '\012', '\145', '\126', '\153', '\040', '\145', - '\162', '\040', '\061', '\012', '\172', '\152', '\132', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\120', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\161', - '\121', '\040', '\143', '\150', '\040', '\061', '\012', '\120', - '\143', '\147', '\040', '\143', '\150', '\040', '\061', '\012', - '\131', '\144', '\153', '\040', '\144', '\145', '\040', '\061', - '\012', '\163', '\166', '\105', '\040', '\163', '\164', '\040', - '\061', '\012', '\127', '\161', '\142', '\040', '\161', '\165', - '\040', '\061', '\012', '\142', '\143', '\126', '\040', '\143', - '\150', '\040', '\061', '\012', '\156', '\110', '\170', '\040', - '\157', '\156', '\040', '\061', '\012', '\167', '\101', '\170', - '\040', '\167', '\141', '\040', '\061', '\012', '\150', '\146', - '\102', '\040', '\164', '\150', '\040', '\061', '\012', '\141', - '\115', '\166', '\040', '\141', '\156', '\040', '\061', '\012', - '\160', '\167', '\117', '\040', '\160', '\162', '\040', '\061', - '\012', '\131', '\167', '\170', '\040', '\167', '\141', '\040', - '\061', '\012', '\143', '\142', '\110', '\040', '\143', '\150', - '\040', '\061', '\012', '\157', '\152', '\132', '\040', '\157', - '\156', '\040', '\061', '\012', '\163', '\165', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\143', '\125', - '\040', '\143', '\150', '\040', '\061', '\012', '\163', '\161', - '\131', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\115', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\160', '\170', '\107', '\040', '\160', '\162', '\040', '\061', - '\012', '\162', '\102', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\154', '\131', '\040', '\154', '\145', - '\040', '\061', '\012', '\150', '\171', '\131', '\040', '\164', - '\150', '\040', '\061', '\012', '\103', '\166', '\167', '\040', - '\166', '\141', '\040', '\061', '\012', '\124', '\161', '\145', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\123', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\146', - '\126', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\105', '\161', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\170', '\156', '\104', '\040', '\141', '\156', '\040', - '\061', '\012', '\117', '\167', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\170', '\124', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\167', '\152', '\114', '\040', - '\151', '\152', '\040', '\061', '\012', '\122', '\170', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\156', '\127', - '\146', '\040', '\141', '\156', '\040', '\061', '\012', '\166', - '\110', '\160', '\040', '\166', '\141', '\040', '\061', '\012', - '\166', '\102', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\116', '\161', '\166', '\040', '\161', '\165', '\040', - '\061', '\012', '\114', '\172', '\146', '\040', '\163', '\172', - '\040', '\061', '\012', '\142', '\167', '\123', '\040', '\167', - '\141', '\040', '\061', '\012', '\103', '\142', '\171', '\040', - '\142', '\145', '\040', '\061', '\012', '\172', '\122', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\161', '\167', - '\112', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\156', '\102', '\040', '\141', '\156', '\040', '\061', '\012', - '\161', '\111', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\143', '\107', '\153', '\040', '\143', '\150', '\040', - '\061', '\012', '\131', '\152', '\151', '\040', '\151', '\156', - '\040', '\061', '\012', '\147', '\126', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\104', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\121', '\171', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\146', '\143', - '\110', '\040', '\143', '\150', '\040', '\061', '\012', '\156', - '\170', '\102', '\040', '\141', '\156', '\040', '\061', '\012', - '\144', '\166', '\167', '\040', '\144', '\145', '\040', '\061', - '\012', '\147', '\121', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\155', '\162', '\122', '\040', '\145', '\162', - '\040', '\061', '\012', '\146', '\156', '\113', '\040', '\141', - '\156', '\040', '\061', '\012', '\110', '\154', '\162', '\040', - '\154', '\145', '\040', '\061', '\012', '\104', '\156', '\161', - '\040', '\141', '\156', '\040', '\061', '\012', '\142', '\156', - '\125', '\040', '\141', '\156', '\040', '\061', '\012', '\161', - '\103', '\145', '\040', '\161', '\165', '\040', '\061', '\012', - '\124', '\152', '\166', '\040', '\151', '\152', '\040', '\061', - '\012', '\105', '\160', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\114', '\146', '\040', '\167', '\141', - '\040', '\061', '\012', '\160', '\132', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\147', '\166', '\122', '\040', - '\156', '\147', '\040', '\061', '\012', '\153', '\161', '\113', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\154', - '\107', '\040', '\154', '\145', '\040', '\061', '\012', '\166', - '\166', '\116', '\040', '\166', '\141', '\040', '\061', '\012', - '\147', '\142', '\115', '\040', '\156', '\147', '\040', '\061', - '\012', '\142', '\116', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\152', '\172', '\114', '\040', '\163', '\172', - '\040', '\061', '\012', '\127', '\154', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\141', '\131', '\161', '\040', - '\141', '\156', '\040', '\061', '\012', '\172', '\144', '\131', - '\040', '\144', '\145', '\040', '\061', '\012', '\163', '\146', - '\107', '\040', '\163', '\164', '\040', '\061', '\012', '\161', - '\146', '\127', '\040', '\161', '\165', '\040', '\061', '\012', - '\153', '\102', '\166', '\040', '\153', '\141', '\040', '\061', - '\012', '\142', '\164', '\107', '\040', '\164', '\150', '\040', - '\061', '\012', '\115', '\161', '\142', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\162', '\103', '\040', '\145', - '\162', '\040', '\061', '\012', '\166', '\165', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\171', '\112', - '\040', '\156', '\171', '\040', '\061', '\012', '\161', '\155', - '\132', '\040', '\161', '\165', '\040', '\061', '\012', '\112', - '\153', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\103', '\155', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\142', '\130', '\171', '\040', '\142', '\145', '\040', - '\061', '\012', '\131', '\155', '\171', '\040', '\155', '\145', - '\040', '\061', '\012', '\161', '\170', '\131', '\040', '\161', - '\165', '\040', '\061', '\012', '\143', '\116', '\154', '\040', - '\143', '\150', '\040', '\061', '\012', '\146', '\172', '\125', - '\040', '\146', '\157', '\040', '\061', '\012', '\122', '\166', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\154', '\111', '\040', '\154', '\145', '\040', '\061', '\012', - '\170', '\115', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\121', '\150', '\155', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\110', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\167', '\114', '\040', '\144', - '\145', '\040', '\061', '\012', '\166', '\131', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\121', '\170', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\144', '\116', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\116', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\152', '\155', '\120', '\040', '\151', '\152', '\040', '\061', - '\012', '\120', '\142', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\161', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\125', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\110', '\171', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\121', '\144', '\170', - '\040', '\144', '\145', '\040', '\061', '\012', '\172', '\123', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\143', - '\127', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\106', '\153', '\145', '\040', '\145', '\162', '\040', '\061', - '\012', '\132', '\164', '\172', '\040', '\164', '\150', '\040', - '\061', '\012', '\165', '\125', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\156', '\102', '\155', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\112', '\171', '\040', - '\163', '\172', '\040', '\061', '\012', '\160', '\144', '\111', - '\040', '\144', '\145', '\040', '\061', '\012', '\156', '\124', - '\144', '\040', '\141', '\156', '\040', '\061', '\012', '\131', - '\152', '\142', '\040', '\151', '\152', '\040', '\061', '\012', - '\121', '\152', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\171', '\130', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\167', '\102', '\040', '\157', '\167', - '\040', '\061', '\012', '\153', '\154', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\146', '\131', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\104', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\172', '\132', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\155', - '\161', '\117', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\132', '\162', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\155', '\131', '\040', '\143', '\150', '\040', - '\061', '\012', '\147', '\114', '\153', '\040', '\156', '\147', - '\040', '\061', '\012', '\121', '\143', '\152', '\040', '\143', - '\150', '\040', '\061', '\012', '\165', '\113', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\156', '\161', '\104', - '\040', '\141', '\156', '\040', '\061', '\012', '\171', '\113', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\142', - '\146', '\122', '\040', '\142', '\145', '\040', '\061', '\012', - '\122', '\161', '\172', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\150', '\121', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\116', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\124', '\143', '\146', '\040', '\143', - '\150', '\040', '\061', '\012', '\110', '\142', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\114', '\167', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\167', '\143', - '\132', '\040', '\143', '\150', '\040', '\061', '\012', '\143', - '\144', '\113', '\040', '\143', '\150', '\040', '\061', '\012', - '\142', '\160', '\122', '\040', '\160', '\162', '\040', '\061', - '\012', '\154', '\127', '\155', '\040', '\154', '\145', '\040', - '\061', '\012', '\167', '\116', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\160', '\101', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\147', '\162', '\126', '\040', - '\156', '\147', '\040', '\061', '\012', '\161', '\155', '\153', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\114', - '\146', '\040', '\143', '\150', '\040', '\061', '\012', '\151', - '\167', '\102', '\040', '\151', '\156', '\040', '\061', '\012', - '\145', '\161', '\126', '\040', '\161', '\165', '\040', '\061', - '\012', '\127', '\161', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\121', '\156', '\152', '\040', '\141', '\156', - '\040', '\061', '\012', '\165', '\157', '\112', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\126', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\143', '\142', '\125', - '\040', '\143', '\150', '\040', '\061', '\012', '\161', '\160', - '\124', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\144', '\132', '\040', '\144', '\145', '\040', '\061', '\012', - '\144', '\172', '\127', '\040', '\144', '\145', '\040', '\061', - '\012', '\127', '\146', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\132', '\161', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\112', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\172', '\127', '\146', '\040', - '\163', '\172', '\040', '\061', '\012', '\142', '\131', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\162', '\152', - '\121', '\040', '\145', '\162', '\040', '\061', '\012', '\144', - '\167', '\102', '\040', '\144', '\145', '\040', '\061', '\012', - '\126', '\154', '\170', '\040', '\154', '\145', '\040', '\061', - '\012', '\172', '\113', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\114', '\170', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\110', '\160', '\167', '\040', '\160', - '\162', '\040', '\061', '\012', '\155', '\166', '\122', '\040', - '\166', '\141', '\040', '\061', '\012', '\161', '\115', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\160', '\127', - '\142', '\040', '\160', '\162', '\040', '\061', '\012', '\144', - '\143', '\127', '\040', '\143', '\150', '\040', '\061', '\012', - '\172', '\105', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\130', '\162', '\163', '\040', '\145', '\162', '\040', - '\061', '\012', '\106', '\164', '\172', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\171', '\114', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\123', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\127', '\172', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\120', '\172', - '\146', '\040', '\163', '\172', '\040', '\061', '\012', '\172', - '\153', '\127', '\040', '\163', '\172', '\040', '\061', '\012', - '\171', '\167', '\131', '\040', '\167', '\141', '\040', '\061', - '\012', '\157', '\107', '\142', '\040', '\157', '\156', '\040', - '\061', '\012', '\152', '\102', '\167', '\040', '\151', '\152', - '\040', '\061', '\012', '\121', '\160', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\162', '\127', '\155', '\040', - '\145', '\162', '\040', '\061', '\012', '\163', '\155', '\121', - '\040', '\163', '\164', '\040', '\061', '\012', '\165', '\107', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\153', '\126', '\040', '\153', '\141', '\040', '\061', '\012', - '\167', '\112', '\146', '\040', '\167', '\141', '\040', '\061', - '\012', '\143', '\152', '\127', '\040', '\143', '\150', '\040', - '\061', '\012', '\167', '\116', '\170', '\040', '\167', '\141', - '\040', '\061', '\012', '\167', '\152', '\122', '\040', '\151', - '\152', '\040', '\061', '\012', '\167', '\104', '\144', '\040', - '\167', '\141', '\040', '\061', '\012', '\154', '\162', '\102', - '\040', '\145', '\162', '\040', '\061', '\012', '\161', '\150', - '\112', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\113', '\160', '\040', '\151', '\152', '\040', '\061', '\012', - '\153', '\116', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\164', '\161', '\125', '\040', '\164', '\150', '\040', - '\061', '\012', '\112', '\155', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\142', '\112', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\146', '\162', '\116', '\040', - '\145', '\162', '\040', '\061', '\012', '\165', '\102', '\152', - '\040', '\161', '\165', '\040', '\061', '\012', '\125', '\165', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\115', - '\172', '\166', '\040', '\163', '\172', '\040', '\061', '\012', - '\104', '\152', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\121', '\147', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\150', '\144', '\103', '\040', '\164', '\150', - '\040', '\061', '\012', '\155', '\106', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\152', '\125', '\040', - '\151', '\152', '\040', '\061', '\012', '\160', '\162', '\130', - '\040', '\145', '\162', '\040', '\061', '\012', '\113', '\166', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\162', - '\171', '\131', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\172', '\121', '\040', '\163', '\172', '\040', '\061', - '\012', '\117', '\152', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\121', '\146', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\126', '\161', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\141', '\121', '\166', '\040', - '\141', '\156', '\040', '\061', '\012', '\150', '\110', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\165', '\111', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\113', - '\160', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\144', '\121', '\153', '\040', '\153', '\157', '\040', '\061', - '\012', '\107', '\150', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\132', '\163', '\040', '\143', '\150', - '\040', '\061', '\012', '\156', '\166', '\110', '\040', '\141', - '\156', '\040', '\061', '\012', '\152', '\167', '\112', '\040', - '\151', '\152', '\040', '\061', '\012', '\144', '\115', '\155', - '\040', '\144', '\145', '\040', '\061', '\012', '\147', '\152', - '\111', '\040', '\156', '\147', '\040', '\061', '\012', '\154', - '\120', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\161', '\102', '\163', '\040', '\161', '\165', '\040', '\061', - '\012', '\126', '\150', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\114', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\150', '\102', '\144', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\143', '\165', '\040', - '\143', '\150', '\040', '\061', '\012', '\143', '\121', '\144', - '\040', '\143', '\150', '\040', '\061', '\012', '\171', '\160', - '\130', '\040', '\160', '\162', '\040', '\061', '\012', '\155', - '\121', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\166', '\155', '\122', '\040', '\166', '\141', '\040', '\061', - '\012', '\170', '\146', '\110', '\040', '\146', '\157', '\040', - '\061', '\012', '\160', '\161', '\131', '\040', '\161', '\165', - '\040', '\061', '\012', '\130', '\164', '\142', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\143', '\170', '\040', - '\143', '\150', '\040', '\061', '\012', '\164', '\127', '\142', - '\040', '\164', '\150', '\040', '\061', '\012', '\120', '\170', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\121', - '\155', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\155', '\144', '\130', '\040', '\144', '\145', '\040', '\061', - '\012', '\102', '\170', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\152', '\132', '\166', '\040', '\151', '\152', - '\040', '\061', '\012', '\150', '\116', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\142', '\116', '\040', - '\142', '\145', '\040', '\061', '\012', '\142', '\153', '\132', - '\040', '\153', '\141', '\040', '\061', '\012', '\156', '\126', - '\146', '\040', '\141', '\156', '\040', '\061', '\012', '\154', - '\113', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\157', '\112', '\152', '\040', '\157', '\156', '\040', '\061', - '\012', '\160', '\102', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\150', '\147', '\101', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\170', '\105', '\040', '\161', - '\165', '\040', '\061', '\012', '\156', '\166', '\112', '\040', - '\141', '\156', '\040', '\061', '\012', '\130', '\143', '\146', - '\040', '\143', '\150', '\040', '\061', '\012', '\106', '\144', - '\142', '\040', '\144', '\145', '\040', '\061', '\012', '\172', - '\101', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\167', '\121', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\164', '\155', '\130', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\166', '\132', '\040', '\166', '\141', - '\040', '\061', '\012', '\146', '\116', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\172', '\113', '\153', '\040', - '\163', '\172', '\040', '\061', '\012', '\150', '\122', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\124', '\154', - '\152', '\040', '\154', '\145', '\040', '\061', '\012', '\151', - '\121', '\152', '\040', '\151', '\156', '\040', '\061', '\012', - '\152', '\155', '\125', '\040', '\151', '\152', '\040', '\061', - '\012', '\164', '\142', '\127', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\126', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\124', '\166', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\156', '\126', '\147', '\040', - '\141', '\156', '\040', '\061', '\012', '\114', '\170', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\166', '\147', - '\117', '\040', '\156', '\147', '\040', '\061', '\012', '\144', - '\146', '\105', '\040', '\144', '\145', '\040', '\061', '\012', - '\156', '\126', '\155', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\113', '\171', '\040', '\161', '\165', '\040', - '\061', '\012', '\145', '\161', '\132', '\040', '\161', '\165', - '\040', '\061', '\012', '\124', '\143', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\143', '\124', '\153', '\040', - '\143', '\150', '\040', '\061', '\012', '\146', '\113', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\127', '\153', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\154', - '\166', '\132', '\040', '\154', '\145', '\040', '\061', '\012', - '\162', '\107', '\160', '\040', '\145', '\162', '\040', '\061', - '\012', '\153', '\113', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\103', '\142', '\146', '\040', '\142', '\145', - '\040', '\061', '\012', '\152', '\121', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\132', '\146', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\166', '\130', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\147', - '\116', '\040', '\156', '\147', '\040', '\061', '\012', '\113', - '\160', '\145', '\040', '\145', '\162', '\040', '\061', '\012', - '\150', '\172', '\115', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\170', '\132', '\040', '\151', '\152', '\040', - '\061', '\012', '\171', '\161', '\114', '\040', '\161', '\165', - '\040', '\061', '\012', '\160', '\147', '\103', '\040', '\156', - '\147', '\040', '\061', '\012', '\106', '\161', '\144', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\115', '\142', - '\040', '\164', '\150', '\040', '\061', '\012', '\156', '\152', - '\121', '\040', '\141', '\156', '\040', '\061', '\012', '\164', - '\146', '\102', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\152', '\116', '\040', '\156', '\147', '\040', '\061', - '\012', '\167', '\116', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\120', '\172', '\152', '\040', '\163', '\172', - '\040', '\061', '\012', '\155', '\150', '\117', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\125', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\106', '\150', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\123', '\152', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\150', - '\127', '\152', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\150', '\114', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\107', '\160', '\040', '\154', '\145', '\040', - '\061', '\012', '\144', '\164', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\150', '\167', '\130', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\162', '\113', '\040', - '\145', '\162', '\040', '\061', '\012', '\166', '\161', '\105', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\143', - '\117', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\121', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\121', '\161', '\146', '\040', '\161', '\165', '\040', '\061', - '\012', '\153', '\112', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\160', '\130', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\171', '\165', '\112', '\040', '\161', - '\165', '\040', '\061', '\012', '\107', '\156', '\160', '\040', - '\141', '\156', '\040', '\061', '\012', '\104', '\154', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\115', '\170', - '\146', '\040', '\146', '\157', '\040', '\061', '\012', '\171', - '\116', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\142', '\155', '\126', '\040', '\155', '\145', '\040', '\061', - '\012', '\146', '\130', '\157', '\040', '\157', '\156', '\040', - '\061', '\012', '\155', '\167', '\127', '\040', '\155', '\145', - '\040', '\061', '\012', '\154', '\111', '\152', '\040', '\154', - '\145', '\040', '\061', '\012', '\106', '\166', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\125', '\164', '\161', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\107', - '\153', '\040', '\151', '\152', '\040', '\061', '\012', '\167', - '\131', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\167', '\126', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\142', '\124', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\111', '\152', '\160', '\040', '\151', '\152', - '\040', '\061', '\012', '\172', '\156', '\115', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\155', '\117', '\040', - '\155', '\145', '\040', '\061', '\012', '\147', '\121', '\170', - '\040', '\156', '\147', '\040', '\061', '\012', '\144', '\113', - '\167', '\040', '\144', '\145', '\040', '\061', '\012', '\144', - '\125', '\146', '\040', '\144', '\145', '\040', '\061', '\012', - '\143', '\123', '\142', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\126', '\142', '\040', '\163', '\172', '\040', - '\061', '\012', '\143', '\143', '\131', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\152', '\105', '\040', '\151', - '\152', '\040', '\061', '\012', '\160', '\131', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\126', '\162', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\172', - '\113', '\040', '\163', '\172', '\040', '\061', '\012', '\172', - '\146', '\103', '\040', '\163', '\172', '\040', '\061', '\012', - '\131', '\142', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\144', '\147', '\123', '\040', '\156', '\147', '\040', - '\061', '\012', '\170', '\143', '\126', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\116', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\130', '\153', '\167', '\040', - '\153', '\141', '\040', '\061', '\012', '\124', '\160', '\167', - '\040', '\160', '\162', '\040', '\061', '\012', '\102', '\167', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\150', - '\167', '\124', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\121', '\154', '\040', '\156', '\147', '\040', '\061', - '\012', '\143', '\104', '\163', '\040', '\143', '\150', '\040', - '\061', '\012', '\172', '\131', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\170', '\124', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\161', '\127', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\152', '\124', - '\040', '\151', '\152', '\040', '\061', '\012', '\150', '\152', - '\113', '\040', '\164', '\150', '\040', '\061', '\012', '\165', - '\104', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\170', '\150', '\123', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\127', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\166', '\103', '\167', '\040', '\166', '\141', - '\040', '\061', '\012', '\152', '\171', '\102', '\040', '\151', - '\152', '\040', '\061', '\012', '\165', '\127', '\144', '\040', - '\161', '\165', '\040', '\061', '\012', '\116', '\156', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\121', '\166', - '\142', '\040', '\166', '\141', '\040', '\061', '\012', '\152', - '\172', '\126', '\040', '\163', '\172', '\040', '\061', '\012', - '\172', '\102', '\170', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\111', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\122', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\162', '\112', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\132', '\152', '\040', - '\163', '\172', '\040', '\061', '\012', '\153', '\122', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\116', '\172', - '\166', '\040', '\163', '\172', '\040', '\061', '\012', '\121', - '\146', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\116', '\152', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\106', '\171', '\040', '\142', '\145', '\040', - '\061', '\012', '\154', '\150', '\131', '\040', '\164', '\150', - '\040', '\061', '\012', '\145', '\127', '\152', '\040', '\145', - '\162', '\040', '\061', '\012', '\152', '\142', '\115', '\040', - '\151', '\152', '\040', '\061', '\012', '\130', '\163', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\122', '\163', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\146', - '\154', '\106', '\040', '\154', '\145', '\040', '\061', '\012', - '\120', '\150', '\172', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\127', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\142', '\103', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\147', '\146', '\112', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\126', '\157', '\040', - '\161', '\165', '\040', '\061', '\012', '\145', '\121', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\143', - '\120', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\104', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\161', '\124', '\163', '\040', '\161', '\165', '\040', '\061', - '\012', '\130', '\147', '\163', '\040', '\156', '\147', '\040', - '\061', '\012', '\126', '\165', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\165', '\146', '\116', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\102', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\160', '\124', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\146', '\123', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\155', - '\142', '\104', '\040', '\155', '\145', '\040', '\061', '\012', - '\126', '\167', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\150', '\150', '\121', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\146', '\120', '\040', '\153', '\141', - '\040', '\061', '\012', '\120', '\167', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\150', '\107', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\132', '\152', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\122', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\171', - '\103', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\146', '\152', '\116', '\040', '\151', '\152', '\040', '\061', - '\012', '\122', '\161', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\152', '\112', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\144', '\154', '\122', '\040', '\154', - '\145', '\040', '\061', '\012', '\130', '\155', '\142', '\040', - '\155', '\145', '\040', '\061', '\012', '\112', '\152', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\147', '\161', - '\111', '\040', '\156', '\147', '\040', '\061', '\012', '\146', - '\161', '\115', '\040', '\161', '\165', '\040', '\061', '\012', - '\151', '\126', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\110', '\147', '\165', '\040', '\156', '\147', '\040', - '\061', '\012', '\151', '\110', '\167', '\040', '\151', '\156', - '\040', '\061', '\012', '\145', '\121', '\166', '\040', '\145', - '\162', '\040', '\061', '\012', '\155', '\172', '\105', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\152', '\132', - '\040', '\151', '\152', '\040', '\061', '\012', '\161', '\116', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\167', - '\154', '\105', '\040', '\154', '\145', '\040', '\061', '\012', - '\153', '\107', '\160', '\040', '\153', '\141', '\040', '\061', - '\012', '\111', '\161', '\166', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\102', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\170', '\132', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\104', '\153', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\154', '\110', - '\040', '\154', '\145', '\040', '\061', '\012', '\164', '\170', - '\102', '\040', '\164', '\150', '\040', '\061', '\012', '\164', - '\121', '\162', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\117', '\170', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\112', '\151', '\040', '\151', '\156', '\040', - '\061', '\012', '\172', '\142', '\114', '\040', '\163', '\172', - '\040', '\061', '\012', '\170', '\153', '\104', '\040', '\153', - '\141', '\040', '\061', '\012', '\163', '\143', '\126', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\130', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\153', '\111', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\116', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\147', '\112', '\146', '\040', '\156', '\147', '\040', '\061', - '\012', '\164', '\155', '\102', '\040', '\164', '\150', '\040', - '\061', '\012', '\164', '\143', '\113', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\167', '\132', '\040', '\153', - '\141', '\040', '\061', '\012', '\165', '\132', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\156', '\121', - '\040', '\141', '\156', '\040', '\061', '\012', '\165', '\113', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\162', '\130', '\040', '\143', '\150', '\040', '\061', '\012', - '\150', '\130', '\171', '\040', '\164', '\150', '\040', '\061', - '\012', '\132', '\143', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\120', '\146', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\167', '\115', '\040', '\144', - '\145', '\040', '\061', '\012', '\161', '\111', '\171', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\165', '\120', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\104', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\110', - '\152', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\144', '\121', '\146', '\040', '\144', '\145', '\040', '\061', - '\012', '\167', '\166', '\112', '\040', '\167', '\141', '\040', - '\061', '\012', '\164', '\110', '\155', '\040', '\164', '\150', - '\040', '\061', '\012', '\131', '\144', '\167', '\040', '\144', - '\145', '\040', '\061', '\012', '\167', '\170', '\111', '\040', - '\167', '\141', '\040', '\061', '\012', '\160', '\117', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\127', '\155', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\150', '\104', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\160', '\167', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\155', '\103', '\040', '\155', '\145', '\040', - '\061', '\012', '\167', '\143', '\130', '\040', '\143', '\150', - '\040', '\061', '\012', '\167', '\152', '\110', '\040', '\151', - '\152', '\040', '\061', '\012', '\142', '\127', '\146', '\040', - '\142', '\145', '\040', '\061', '\012', '\107', '\144', '\160', - '\040', '\144', '\145', '\040', '\061', '\012', '\114', '\144', - '\167', '\040', '\144', '\145', '\040', '\061', '\012', '\123', - '\142', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\132', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\113', '\167', '\142', '\040', '\167', '\141', '\040', - '\061', '\012', '\161', '\150', '\124', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\122', '\146', '\040', '\156', - '\171', '\040', '\061', '\012', '\150', '\167', '\103', '\040', - '\164', '\150', '\040', '\061', '\012', '\156', '\160', '\112', - '\040', '\141', '\156', '\040', '\061', '\012', '\152', '\155', - '\126', '\040', '\151', '\152', '\040', '\061', '\012', '\166', - '\107', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\170', '\161', '\106', '\040', '\161', '\165', '\040', '\061', - '\012', '\120', '\150', '\155', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\127', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\126', '\170', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\163', '\110', '\172', '\040', - '\163', '\164', '\040', '\061', '\012', '\127', '\142', '\170', - '\040', '\142', '\145', '\040', '\061', '\012', '\142', '\146', - '\113', '\040', '\142', '\145', '\040', '\061', '\012', '\112', - '\147', '\154', '\040', '\156', '\147', '\040', '\061', '\012', - '\153', '\124', '\142', '\040', '\153', '\141', '\040', '\061', - '\012', '\113', '\142', '\146', '\040', '\142', '\145', '\040', - '\061', '\012', '\153', '\172', '\103', '\040', '\163', '\172', - '\040', '\061', '\012', '\160', '\113', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\167', '\102', '\040', - '\163', '\172', '\040', '\061', '\012', '\165', '\132', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\142', '\164', - '\111', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\130', '\152', '\040', '\163', '\172', '\040', '\061', '\012', - '\165', '\172', '\123', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\127', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\170', '\162', '\110', '\040', '\145', '\162', - '\040', '\061', '\012', '\157', '\121', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\172', '\154', '\124', '\040', - '\154', '\145', '\040', '\061', '\012', '\144', '\146', '\111', - '\040', '\144', '\145', '\040', '\061', '\012', '\121', '\155', - '\146', '\040', '\155', '\145', '\040', '\061', '\012', '\163', - '\147', '\105', '\040', '\156', '\147', '\040', '\061', '\012', - '\131', '\163', '\170', '\040', '\163', '\164', '\040', '\061', - '\012', '\122', '\172', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\170', '\114', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\161', '\163', '\130', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\161', '\112', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\103', '\155', - '\040', '\153', '\141', '\040', '\061', '\012', '\142', '\106', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\151', - '\147', '\121', '\040', '\156', '\147', '\040', '\061', '\012', - '\163', '\122', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\107', '\155', '\040', '\151', '\152', '\040', - '\061', '\012', '\123', '\172', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\131', '\166', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\153', '\130', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\107', '\156', '\172', - '\040', '\141', '\156', '\040', '\061', '\012', '\155', '\127', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\164', - '\104', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\161', '\172', '\040', '\156', '\147', '\040', '\061', - '\012', '\156', '\110', '\142', '\040', '\156', '\147', '\040', - '\061', '\012', '\164', '\144', '\115', '\040', '\164', '\150', - '\040', '\061', '\012', '\117', '\166', '\170', '\040', '\166', - '\141', '\040', '\061', '\012', '\132', '\156', '\154', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\165', '\105', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\114', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\157', - '\146', '\121', '\040', '\157', '\156', '\040', '\061', '\012', - '\166', '\131', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\152', '\171', '\110', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\161', '\101', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\112', '\171', '\040', '\143', - '\150', '\040', '\061', '\012', '\127', '\142', '\146', '\040', - '\142', '\145', '\040', '\061', '\012', '\154', '\124', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\153', '\154', - '\127', '\040', '\154', '\145', '\040', '\061', '\012', '\130', - '\170', '\141', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\103', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\154', '\113', '\146', '\040', '\154', '\145', '\040', - '\061', '\012', '\161', '\167', '\124', '\040', '\161', '\165', - '\040', '\061', '\012', '\162', '\110', '\153', '\040', '\145', - '\162', '\040', '\061', '\012', '\144', '\142', '\116', '\040', - '\144', '\145', '\040', '\061', '\012', '\165', '\125', '\171', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\147', - '\116', '\040', '\156', '\147', '\040', '\061', '\012', '\120', - '\170', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\160', '\116', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\143', '\171', '\112', '\040', '\143', '\150', '\040', - '\061', '\012', '\152', '\160', '\110', '\040', '\151', '\152', - '\040', '\061', '\012', '\126', '\164', '\146', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\152', '\112', '\040', - '\163', '\164', '\040', '\061', '\012', '\121', '\154', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\167', - '\126', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\107', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\164', '\126', '\160', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\163', '\121', '\040', '\163', '\164', '\040', - '\061', '\012', '\170', '\156', '\124', '\040', '\141', '\156', - '\040', '\061', '\012', '\162', '\160', '\112', '\040', '\145', - '\162', '\040', '\061', '\012', '\167', '\172', '\111', '\040', - '\163', '\172', '\040', '\061', '\012', '\132', '\150', '\160', - '\040', '\164', '\150', '\040', '\061', '\012', '\141', '\104', - '\146', '\040', '\141', '\156', '\040', '\061', '\012', '\125', - '\170', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\143', '\120', '\147', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\123', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\113', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\102', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\171', '\120', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\126', '\153', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\151', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\164', - '\153', '\112', '\040', '\164', '\150', '\040', '\061', '\012', - '\117', '\165', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\157', '\110', '\040', '\157', '\156', '\040', - '\061', '\012', '\161', '\126', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\107', '\170', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\152', '\172', '\106', '\040', - '\163', '\172', '\040', '\061', '\012', '\163', '\167', '\110', - '\040', '\163', '\164', '\040', '\061', '\012', '\156', '\102', - '\142', '\040', '\141', '\156', '\040', '\061', '\012', '\172', - '\150', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\122', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\146', '\156', '\130', '\040', '\141', '\156', '\040', - '\061', '\012', '\161', '\157', '\121', '\040', '\161', '\165', - '\040', '\061', '\012', '\155', '\170', '\120', '\040', '\155', - '\145', '\040', '\061', '\012', '\142', '\167', '\122', '\040', - '\167', '\141', '\040', '\061', '\012', '\147', '\112', '\152', - '\040', '\156', '\147', '\040', '\061', '\012', '\161', '\156', - '\153', '\040', '\141', '\156', '\040', '\061', '\012', '\164', - '\115', '\153', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\170', '\117', '\040', '\144', '\145', '\040', '\061', - '\012', '\162', '\172', '\126', '\040', '\145', '\162', '\040', - '\061', '\012', '\166', '\160', '\120', '\040', '\166', '\141', - '\040', '\061', '\012', '\116', '\166', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\116', '\146', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\103', '\156', '\172', - '\040', '\141', '\156', '\040', '\061', '\012', '\157', '\124', - '\144', '\040', '\157', '\156', '\040', '\061', '\012', '\144', - '\161', '\107', '\040', '\161', '\165', '\040', '\061', '\012', - '\110', '\155', '\170', '\040', '\155', '\145', '\040', '\061', - '\012', '\160', '\163', '\130', '\040', '\163', '\164', '\040', - '\061', '\012', '\163', '\167', '\115', '\040', '\163', '\164', - '\040', '\061', '\012', '\144', '\161', '\103', '\040', '\161', - '\165', '\040', '\061', '\012', '\126', '\167', '\170', '\040', - '\167', '\141', '\040', '\061', '\012', '\156', '\130', '\146', - '\040', '\141', '\156', '\040', '\061', '\012', '\167', '\153', - '\131', '\040', '\153', '\141', '\040', '\061', '\012', '\167', - '\146', '\103', '\040', '\167', '\141', '\040', '\061', '\012', - '\161', '\123', '\162', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\126', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\153', '\104', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\131', '\166', '\142', '\040', '\166', - '\141', '\040', '\061', '\012', '\172', '\161', '\110', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\170', '\112', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\113', - '\152', '\040', '\163', '\172', '\040', '\061', '\012', '\152', - '\143', '\116', '\040', '\143', '\150', '\040', '\061', '\012', - '\164', '\127', '\153', '\040', '\164', '\150', '\040', '\061', - '\012', '\122', '\162', '\172', '\040', '\145', '\162', '\040', - '\061', '\012', '\142', '\155', '\107', '\040', '\155', '\145', - '\040', '\061', '\012', '\163', '\162', '\132', '\040', '\145', - '\162', '\040', '\061', '\012', '\167', '\127', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\103', '\146', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\154', '\116', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\143', '\126', '\040', '\164', '\150', '\040', '\061', '\012', - '\132', '\156', '\146', '\040', '\141', '\156', '\040', '\061', - '\012', '\112', '\150', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\111', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\123', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\146', '\145', '\125', '\040', - '\145', '\162', '\040', '\061', '\012', '\170', '\111', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\132', '\155', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\145', - '\107', '\146', '\040', '\145', '\162', '\040', '\061', '\012', - '\142', '\121', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\130', '\143', '\142', '\040', '\143', '\150', '\040', - '\061', '\012', '\156', '\154', '\113', '\040', '\141', '\156', - '\040', '\061', '\012', '\164', '\155', '\112', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\154', '\114', '\040', - '\154', '\145', '\040', '\061', '\012', '\155', '\167', '\103', - '\040', '\155', '\145', '\040', '\061', '\012', '\161', '\152', - '\162', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\102', '\142', '\040', '\163', '\172', '\040', '\061', '\012', - '\146', '\150', '\125', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\120', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\102', '\146', '\040', '\163', '\164', - '\040', '\061', '\012', '\165', '\130', '\171', '\040', '\161', - '\165', '\040', '\061', '\012', '\114', '\153', '\170', '\040', - '\153', '\141', '\040', '\061', '\012', '\162', '\107', '\172', - '\040', '\145', '\162', '\040', '\061', '\012', '\150', '\130', - '\172', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\165', '\127', '\040', '\161', '\165', '\040', '\061', '\012', - '\122', '\166', '\170', '\040', '\166', '\141', '\040', '\061', - '\012', '\142', '\143', '\112', '\040', '\143', '\150', '\040', - '\061', '\012', '\105', '\157', '\152', '\040', '\157', '\156', - '\040', '\061', '\012', '\151', '\126', '\164', '\040', '\151', - '\156', '\040', '\061', '\012', '\171', '\150', '\110', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\126', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\160', '\115', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\166', - '\132', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\126', '\166', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\151', '\103', '\166', '\040', '\151', '\156', '\040', - '\061', '\012', '\166', '\121', '\160', '\040', '\166', '\141', - '\040', '\061', '\012', '\166', '\154', '\102', '\040', '\154', - '\145', '\040', '\061', '\012', '\167', '\126', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\125', '\147', '\153', - '\040', '\156', '\147', '\040', '\061', '\012', '\153', '\164', - '\121', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\103', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\161', '\166', '\172', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\126', '\146', '\040', '\142', '\145', '\040', - '\061', '\012', '\162', '\120', '\166', '\040', '\145', '\162', - '\040', '\061', '\012', '\167', '\146', '\110', '\040', '\167', - '\141', '\040', '\061', '\012', '\150', '\142', '\125', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\152', '\106', - '\040', '\151', '\152', '\040', '\061', '\012', '\157', '\130', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\172', - '\123', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\167', '\122', '\142', '\040', '\167', '\141', '\040', '\061', - '\012', '\110', '\143', '\165', '\040', '\143', '\150', '\040', - '\061', '\012', '\171', '\170', '\112', '\040', '\156', '\171', - '\040', '\061', '\012', '\154', '\124', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\142', '\131', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\127', '\170', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\162', - '\105', '\040', '\145', '\162', '\040', '\061', '\012', '\172', - '\107', '\171', '\040', '\163', '\172', '\040', '\061', '\012', - '\112', '\161', '\155', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\172', '\111', '\040', '\145', '\162', '\040', - '\061', '\012', '\170', '\147', '\126', '\040', '\147', '\151', - '\040', '\061', '\012', '\122', '\166', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\126', '\156', '\170', '\040', - '\141', '\156', '\040', '\061', '\012', '\165', '\112', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\150', '\106', - '\161', '\040', '\164', '\150', '\040', '\061', '\012', '\124', - '\147', '\172', '\040', '\156', '\147', '\040', '\061', '\012', - '\141', '\121', '\143', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\172', '\112', '\040', '\163', '\172', '\040', - '\061', '\012', '\164', '\116', '\143', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\146', '\101', '\040', '\151', - '\152', '\040', '\061', '\012', '\171', '\143', '\117', '\040', - '\143', '\150', '\040', '\061', '\012', '\127', '\153', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\171', '\102', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\150', - '\147', '\104', '\040', '\164', '\150', '\040', '\061', '\012', - '\151', '\123', '\170', '\040', '\151', '\156', '\040', '\061', - '\012', '\170', '\103', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\171', '\152', '\130', '\040', '\151', '\152', - '\040', '\061', '\012', '\165', '\111', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\147', '\161', '\040', - '\156', '\147', '\040', '\061', '\012', '\124', '\172', '\152', - '\040', '\163', '\172', '\040', '\061', '\012', '\171', '\152', - '\117', '\040', '\151', '\152', '\040', '\061', '\012', '\171', - '\162', '\131', '\040', '\145', '\162', '\040', '\061', '\012', - '\142', '\155', '\132', '\040', '\155', '\145', '\040', '\061', - '\012', '\172', '\161', '\124', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\102', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\161', '\166', '\113', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\143', '\101', '\040', - '\143', '\150', '\040', '\061', '\012', '\170', '\162', '\130', - '\040', '\145', '\162', '\040', '\061', '\012', '\155', '\112', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\130', - '\161', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\120', '\170', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\141', '\104', '\142', '\040', '\141', '\156', '\040', - '\061', '\012', '\161', '\130', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\145', '\107', '\167', '\040', '\145', - '\162', '\040', '\061', '\012', '\150', '\152', '\104', '\040', - '\164', '\150', '\040', '\061', '\012', '\164', '\124', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\157', '\115', - '\144', '\040', '\157', '\156', '\040', '\061', '\012', '\146', - '\113', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\116', '\160', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\153', '\161', '\125', '\040', '\161', '\165', '\040', - '\061', '\012', '\154', '\142', '\106', '\040', '\154', '\145', - '\040', '\061', '\012', '\110', '\166', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\161', '\132', '\145', '\040', - '\161', '\165', '\040', '\061', '\012', '\154', '\121', '\152', - '\040', '\154', '\145', '\040', '\061', '\012', '\144', '\153', - '\131', '\040', '\144', '\145', '\040', '\061', '\012', '\144', - '\132', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\172', '\132', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\171', '\115', '\040', '\161', '\165', '\040', - '\061', '\012', '\144', '\155', '\112', '\040', '\144', '\145', - '\040', '\061', '\012', '\153', '\146', '\113', '\040', '\153', - '\141', '\040', '\061', '\012', '\151', '\120', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\167', '\125', - '\040', '\163', '\172', '\040', '\061', '\012', '\160', '\166', - '\123', '\040', '\166', '\141', '\040', '\061', '\012', '\151', - '\150', '\112', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\143', '\127', '\040', '\143', '\150', '\040', '\061', - '\012', '\112', '\152', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\155', '\115', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\166', '\160', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\170', '\103', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\150', '\113', '\163', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\154', - '\111', '\040', '\154', '\145', '\040', '\061', '\012', '\116', - '\155', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\170', '\172', '\126', '\040', '\163', '\172', '\040', '\061', - '\012', '\147', '\132', '\163', '\040', '\156', '\147', '\040', - '\061', '\012', '\162', '\122', '\160', '\040', '\145', '\162', - '\040', '\061', '\012', '\125', '\146', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\146', '\160', '\106', '\040', - '\160', '\162', '\040', '\061', '\012', '\146', '\167', '\131', - '\040', '\167', '\141', '\040', '\061', '\012', '\107', '\170', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\170', - '\114', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\172', '\105', '\040', '\163', '\172', '\040', '\061', - '\012', '\152', '\122', '\146', '\040', '\151', '\152', '\040', - '\061', '\012', '\142', '\162', '\122', '\040', '\145', '\162', - '\040', '\061', '\012', '\147', '\153', '\132', '\040', '\156', - '\147', '\040', '\061', '\012', '\144', '\125', '\171', '\040', - '\144', '\145', '\040', '\061', '\012', '\130', '\152', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\113', '\144', - '\142', '\040', '\144', '\145', '\040', '\061', '\012', '\152', - '\160', '\103', '\040', '\151', '\152', '\040', '\061', '\012', - '\157', '\125', '\152', '\040', '\157', '\156', '\040', '\061', - '\012', '\161', '\155', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\152', '\114', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\122', '\163', '\040', '\163', - '\172', '\040', '\061', '\012', '\152', '\150', '\115', '\040', - '\164', '\150', '\040', '\061', '\012', '\122', '\150', '\162', - '\040', '\164', '\150', '\040', '\061', '\012', '\142', '\164', - '\116', '\040', '\164', '\150', '\040', '\061', '\012', '\120', - '\152', '\161', '\040', '\151', '\152', '\040', '\061', '\012', - '\170', '\167', '\125', '\040', '\167', '\141', '\040', '\061', - '\012', '\161', '\171', '\105', '\040', '\161', '\165', '\040', - '\061', '\012', '\112', '\170', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\120', '\161', '\162', '\040', '\161', - '\165', '\040', '\061', '\012', '\154', '\122', '\144', '\040', - '\154', '\145', '\040', '\061', '\012', '\152', '\161', '\111', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\106', - '\163', '\040', '\161', '\165', '\040', '\061', '\012', '\115', - '\167', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\152', '\105', '\142', '\040', '\151', '\152', '\040', '\061', - '\012', '\116', '\170', '\171', '\040', '\156', '\171', '\040', - '\061', '\012', '\120', '\172', '\155', '\040', '\163', '\172', - '\040', '\061', '\012', '\164', '\146', '\114', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\106', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\152', '\121', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\102', '\156', - '\170', '\040', '\141', '\156', '\040', '\061', '\012', '\154', - '\115', '\166', '\040', '\154', '\145', '\040', '\061', '\012', - '\164', '\113', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\145', '\126', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\124', '\171', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\162', '\112', '\040', '\145', - '\162', '\040', '\061', '\012', '\157', '\110', '\167', '\040', - '\157', '\156', '\040', '\061', '\012', '\154', '\106', '\153', - '\040', '\154', '\145', '\040', '\061', '\012', '\152', '\160', - '\127', '\040', '\151', '\152', '\040', '\061', '\012', '\121', - '\152', '\167', '\040', '\151', '\152', '\040', '\061', '\012', - '\143', '\116', '\170', '\040', '\143', '\150', '\040', '\061', - '\012', '\102', '\150', '\172', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\150', '\102', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\104', '\170', '\040', '\160', - '\162', '\040', '\061', '\012', '\170', '\160', '\131', '\040', - '\160', '\162', '\040', '\061', '\012', '\164', '\156', '\110', - '\040', '\164', '\150', '\040', '\061', '\012', '\144', '\146', - '\114', '\040', '\144', '\145', '\040', '\061', '\012', '\150', - '\172', '\114', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\116', '\153', '\040', '\163', '\172', '\040', '\061', - '\012', '\154', '\102', '\155', '\040', '\154', '\145', '\040', - '\061', '\012', '\154', '\130', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\171', '\120', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\132', '\143', '\154', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\115', '\161', - '\040', '\164', '\150', '\040', '\061', '\012', '\162', '\112', - '\152', '\040', '\162', '\151', '\040', '\061', '\012', '\141', - '\130', '\167', '\040', '\141', '\156', '\040', '\061', '\012', - '\172', '\163', '\121', '\040', '\163', '\172', '\040', '\061', - '\012', '\143', '\121', '\155', '\040', '\143', '\150', '\040', - '\061', '\012', '\123', '\161', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\164', '\113', '\155', '\040', '\164', - '\150', '\040', '\061', '\012', '\150', '\166', '\117', '\040', - '\164', '\150', '\040', '\061', '\012', '\150', '\107', '\144', - '\040', '\164', '\150', '\040', '\061', '\012', '\127', '\142', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\166', - '\103', '\146', '\040', '\166', '\141', '\040', '\061', '\012', - '\154', '\107', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\166', '\104', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\104', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\122', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\166', '\130', '\151', '\040', - '\151', '\156', '\040', '\061', '\012', '\161', '\151', '\121', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\106', - '\163', '\040', '\143', '\150', '\040', '\061', '\012', '\114', - '\150', '\160', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\105', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\146', '\121', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\112', '\166', '\040', '\143', '\150', - '\040', '\061', '\012', '\154', '\172', '\117', '\040', '\154', - '\145', '\040', '\061', '\012', '\106', '\170', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\164', '\104', '\144', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\156', - '\170', '\040', '\141', '\156', '\040', '\061', '\012', '\164', - '\170', '\103', '\040', '\164', '\150', '\040', '\061', '\012', - '\164', '\107', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\166', '\107', '\040', '\163', '\172', '\040', - '\061', '\012', '\147', '\160', '\103', '\040', '\156', '\147', - '\040', '\061', '\012', '\160', '\170', '\104', '\040', '\160', - '\162', '\040', '\061', '\012', '\132', '\146', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\157', '\127', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\166', - '\126', '\040', '\166', '\141', '\040', '\061', '\012', '\107', - '\167', '\146', '\040', '\167', '\141', '\040', '\061', '\012', - '\131', '\143', '\166', '\040', '\143', '\150', '\040', '\061', - '\012', '\147', '\143', '\132', '\040', '\143', '\150', '\040', - '\061', '\012', '\155', '\115', '\167', '\040', '\155', '\145', - '\040', '\061', '\012', '\171', '\121', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\165', '\107', '\160', '\040', - '\161', '\165', '\040', '\061', '\012', '\154', '\116', '\152', - '\040', '\154', '\145', '\040', '\061', '\012', '\131', '\143', - '\155', '\040', '\143', '\150', '\040', '\061', '\012', '\166', - '\111', '\170', '\040', '\166', '\141', '\040', '\061', '\012', - '\171', '\114', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\155', '\122', '\170', '\040', '\155', '\145', '\040', - '\061', '\012', '\156', '\162', '\113', '\040', '\141', '\156', - '\040', '\061', '\012', '\132', '\171', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\116', '\143', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\121', '\155', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\172', '\120', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\144', - '\127', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\105', '\147', '\170', '\040', '\156', '\147', '\040', '\061', - '\012', '\166', '\116', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\163', '\116', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\160', '\144', '\127', '\040', '\144', - '\145', '\040', '\061', '\012', '\123', '\156', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\162', '\120', - '\040', '\145', '\162', '\040', '\061', '\012', '\146', '\112', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\164', - '\126', '\147', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\166', '\103', '\040', '\151', '\152', '\040', '\061', - '\012', '\171', '\150', '\116', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\144', '\103', '\040', '\161', '\165', - '\040', '\061', '\012', '\160', '\155', '\124', '\040', '\155', - '\145', '\040', '\061', '\012', '\114', '\142', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\170', '\160', '\112', - '\040', '\160', '\162', '\040', '\061', '\012', '\155', '\131', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\167', '\126', '\040', '\167', '\141', '\040', '\061', '\012', - '\167', '\152', '\104', '\040', '\151', '\152', '\040', '\061', - '\012', '\146', '\161', '\103', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\125', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\144', '\150', '\125', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\132', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\164', '\167', '\104', - '\040', '\164', '\150', '\040', '\061', '\012', '\142', '\142', - '\115', '\040', '\142', '\145', '\040', '\061', '\012', '\150', - '\147', '\103', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\113', '\142', '\040', '\144', '\145', '\040', '\061', - '\012', '\166', '\112', '\155', '\040', '\166', '\141', '\040', - '\061', '\012', '\167', '\105', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\117', '\146', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\143', '\130', '\154', '\040', - '\143', '\150', '\040', '\061', '\012', '\167', '\160', '\126', - '\040', '\160', '\162', '\040', '\061', '\012', '\164', '\161', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\160', - '\125', '\146', '\040', '\160', '\162', '\040', '\061', '\012', - '\124', '\167', '\170', '\040', '\167', '\141', '\040', '\061', - '\012', '\115', '\147', '\161', '\040', '\156', '\147', '\040', - '\061', '\012', '\166', '\121', '\157', '\040', '\157', '\156', - '\040', '\061', '\012', '\171', '\152', '\124', '\040', '\151', - '\152', '\040', '\061', '\012', '\141', '\126', '\144', '\040', - '\141', '\156', '\040', '\061', '\012', '\145', '\110', '\160', - '\040', '\145', '\162', '\040', '\061', '\012', '\166', '\107', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\163', - '\162', '\107', '\040', '\145', '\162', '\040', '\061', '\012', - '\161', '\126', '\142', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\154', '\115', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\162', '\124', '\040', '\141', '\156', - '\040', '\061', '\012', '\172', '\122', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\114', '\162', '\040', - '\143', '\150', '\040', '\061', '\012', '\154', '\162', '\110', - '\040', '\145', '\162', '\040', '\061', '\012', '\167', '\124', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\143', - '\166', '\111', '\040', '\143', '\150', '\040', '\061', '\012', - '\153', '\161', '\116', '\040', '\161', '\165', '\040', '\061', - '\012', '\111', '\170', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\170', '\145', '\121', '\040', '\145', '\162', - '\040', '\061', '\012', '\143', '\116', '\171', '\040', '\143', - '\150', '\040', '\061', '\012', '\153', '\122', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\162', '\165', '\131', - '\040', '\161', '\165', '\040', '\061', '\012', '\130', '\143', - '\161', '\040', '\143', '\150', '\040', '\061', '\012', '\113', - '\172', '\142', '\040', '\142', '\151', '\040', '\061', '\012', - '\127', '\170', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\160', '\152', '\115', '\040', '\151', '\152', '\040', - '\061', '\012', '\152', '\144', '\117', '\040', '\144', '\145', - '\040', '\061', '\012', '\112', '\146', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\142', '\126', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\144', '\121', '\157', - '\040', '\157', '\156', '\040', '\061', '\012', '\156', '\143', - '\121', '\040', '\141', '\156', '\040', '\061', '\012', '\160', - '\126', '\167', '\040', '\160', '\162', '\040', '\061', '\012', - '\123', '\170', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\125', '\142', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\167', '\166', '\103', '\040', '\166', '\141', - '\040', '\061', '\012', '\153', '\150', '\107', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\161', '\106', '\040', - '\143', '\150', '\040', '\061', '\012', '\116', '\170', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\167', '\104', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\171', - '\104', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\151', '\171', '\111', '\040', '\151', '\156', '\040', '\061', - '\012', '\145', '\130', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\161', '\120', '\040', '\164', '\150', - '\040', '\061', '\012', '\113', '\170', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\166', '\163', '\131', '\040', - '\163', '\164', '\040', '\061', '\012', '\124', '\167', '\142', - '\040', '\167', '\141', '\040', '\061', '\012', '\146', '\161', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\155', '\103', '\040', '\155', '\145', '\040', '\061', '\012', - '\166', '\106', '\170', '\040', '\166', '\141', '\040', '\061', - '\012', '\166', '\156', '\103', '\040', '\141', '\156', '\040', - '\061', '\012', '\156', '\127', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\150', '\172', '\102', '\040', '\164', - '\150', '\040', '\061', '\012', '\113', '\146', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\164', '\121', '\145', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\165', - '\127', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\154', '\130', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\107', '\167', '\040', '\164', '\150', '\040', '\061', - '\012', '\117', '\161', '\144', '\040', '\161', '\165', '\040', - '\061', '\012', '\116', '\160', '\167', '\040', '\160', '\162', - '\040', '\061', '\012', '\150', '\147', '\127', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\170', '\115', '\040', - '\146', '\157', '\040', '\061', '\012', '\152', '\123', '\171', - '\040', '\151', '\152', '\040', '\061', '\012', '\146', '\112', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\155', - '\152', '\107', '\040', '\151', '\152', '\040', '\061', '\012', - '\164', '\147', '\126', '\040', '\164', '\150', '\040', '\061', - '\012', '\117', '\147', '\170', '\040', '\156', '\147', '\040', - '\061', '\012', '\110', '\142', '\170', '\040', '\142', '\145', - '\040', '\061', '\012', '\114', '\152', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\151', '\166', '\132', '\040', - '\151', '\156', '\040', '\061', '\012', '\142', '\155', '\131', - '\040', '\155', '\145', '\040', '\061', '\012', '\121', '\146', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\167', - '\146', '\121', '\040', '\167', '\141', '\040', '\061', '\012', - '\150', '\103', '\147', '\040', '\164', '\150', '\040', '\061', - '\012', '\166', '\165', '\125', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\144', '\132', '\040', '\144', '\145', - '\040', '\061', '\012', '\166', '\126', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\155', '\132', '\146', '\040', - '\155', '\145', '\040', '\061', '\012', '\154', '\117', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\111', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\132', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\170', '\161', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\127', '\155', '\171', '\040', '\155', '\145', '\040', - '\061', '\012', '\112', '\161', '\151', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\170', '\114', '\040', '\143', - '\150', '\040', '\061', '\012', '\132', '\164', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\164', '\144', '\124', - '\040', '\164', '\150', '\040', '\061', '\012', '\165', '\127', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\107', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\127', '\167', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\160', '\102', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\171', '\161', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\143', '\131', '\154', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\156', '\127', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\171', '\112', - '\040', '\167', '\141', '\040', '\061', '\012', '\161', '\107', - '\171', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\116', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\150', '\106', '\163', '\040', '\164', '\150', '\040', '\061', - '\012', '\131', '\170', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\166', '\112', '\040', '\153', '\141', - '\040', '\061', '\012', '\106', '\170', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\164', '\167', '\107', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\166', '\107', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\122', - '\160', '\040', '\166', '\141', '\040', '\061', '\012', '\121', - '\161', '\151', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\172', '\105', '\040', '\156', '\147', '\040', '\061', - '\012', '\160', '\116', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\172', '\160', '\127', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\143', '\120', '\040', '\143', - '\150', '\040', '\061', '\012', '\143', '\120', '\170', '\040', - '\143', '\150', '\040', '\061', '\012', '\167', '\143', '\121', - '\040', '\143', '\150', '\040', '\061', '\012', '\160', '\121', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\171', '\106', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\143', '\130', '\040', '\143', '\150', '\040', '\061', - '\012', '\167', '\161', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\155', '\131', '\040', '\153', '\141', - '\040', '\061', '\012', '\161', '\154', '\107', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\105', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\160', '\161', '\126', - '\040', '\161', '\165', '\040', '\061', '\012', '\117', '\150', - '\160', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\144', '\115', '\040', '\144', '\145', '\040', '\061', '\012', - '\146', '\114', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\161', '\101', '\145', '\040', '\161', '\165', '\040', - '\061', '\012', '\130', '\167', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\114', '\172', '\151', '\040', '\151', - '\156', '\040', '\061', '\012', '\161', '\117', '\153', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\130', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\113', '\144', - '\163', '\040', '\144', '\145', '\040', '\061', '\012', '\147', - '\166', '\125', '\040', '\156', '\147', '\040', '\061', '\012', - '\146', '\120', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\156', '\132', '\162', '\040', '\141', '\156', '\040', - '\061', '\012', '\110', '\170', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\103', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\161', '\146', '\104', '\040', - '\161', '\165', '\040', '\061', '\012', '\127', '\146', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\161', '\146', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\161', '\103', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\165', '\130', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\146', '\101', '\040', '\161', '\165', '\040', - '\061', '\012', '\122', '\154', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\152', '\104', '\040', '\151', - '\152', '\040', '\061', '\012', '\167', '\164', '\106', '\040', - '\164', '\150', '\040', '\061', '\012', '\130', '\155', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\160', '\127', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\121', - '\170', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\172', '\126', '\146', '\040', '\163', '\172', '\040', '\061', - '\012', '\147', '\155', '\132', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\144', '\125', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\161', '\126', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\130', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\155', '\113', - '\040', '\161', '\165', '\040', '\061', '\012', '\107', '\146', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\143', - '\121', '\162', '\040', '\143', '\150', '\040', '\061', '\012', - '\131', '\150', '\162', '\040', '\164', '\150', '\040', '\061', - '\012', '\166', '\166', '\123', '\040', '\166', '\141', '\040', - '\061', '\012', '\165', '\104', '\142', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\144', '\102', '\040', '\143', - '\150', '\040', '\061', '\012', '\142', '\166', '\105', '\040', - '\166', '\141', '\040', '\061', '\012', '\170', '\166', '\123', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\122', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\162', - '\166', '\104', '\040', '\145', '\162', '\040', '\061', '\012', - '\130', '\171', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\112', '\146', '\151', '\040', '\151', '\156', '\040', - '\061', '\012', '\141', '\102', '\167', '\040', '\141', '\156', - '\040', '\061', '\012', '\156', '\127', '\143', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\102', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\147', '\131', - '\040', '\156', '\147', '\040', '\061', '\012', '\142', '\107', - '\142', '\040', '\142', '\151', '\040', '\061', '\012', '\147', - '\152', '\105', '\040', '\156', '\147', '\040', '\061', '\012', - '\122', '\154', '\167', '\040', '\154', '\145', '\040', '\061', - '\012', '\167', '\162', '\124', '\040', '\145', '\162', '\040', - '\061', '\012', '\142', '\121', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\154', '\152', '\131', '\040', '\154', - '\145', '\040', '\061', '\012', '\161', '\166', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\113', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\160', '\124', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\124', '\167', '\040', '\163', '\172', '\040', '\061', '\012', - '\161', '\156', '\126', '\040', '\141', '\156', '\040', '\061', - '\012', '\162', '\127', '\170', '\040', '\145', '\162', '\040', - '\061', '\012', '\156', '\127', '\144', '\040', '\141', '\156', - '\040', '\061', '\012', '\156', '\113', '\146', '\040', '\141', - '\156', '\040', '\061', '\012', '\153', '\115', '\146', '\040', - '\153', '\141', '\040', '\061', '\012', '\146', '\153', '\107', - '\040', '\153', '\141', '\040', '\061', '\012', '\142', '\167', - '\130', '\040', '\167', '\141', '\040', '\061', '\012', '\143', - '\167', '\126', '\040', '\143', '\150', '\040', '\061', '\012', - '\165', '\167', '\113', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\114', '\166', '\040', '\145', '\162', '\040', - '\061', '\012', '\172', '\115', '\142', '\040', '\163', '\172', - '\040', '\061', '\012', '\172', '\160', '\132', '\040', '\163', - '\172', '\040', '\061', '\012', '\162', '\115', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\124', '\164', '\152', - '\040', '\164', '\150', '\040', '\061', '\012', '\147', '\166', - '\117', '\040', '\156', '\147', '\040', '\061', '\012', '\112', - '\143', '\172', '\040', '\143', '\150', '\040', '\061', '\012', - '\103', '\171', '\170', '\040', '\156', '\171', '\040', '\061', - '\012', '\156', '\152', '\130', '\040', '\141', '\156', '\040', - '\061', '\012', '\141', '\126', '\170', '\040', '\141', '\156', - '\040', '\061', '\012', '\161', '\130', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\125', '\161', '\163', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\126', '\172', - '\040', '\144', '\145', '\040', '\061', '\012', '\122', '\143', - '\160', '\040', '\143', '\150', '\040', '\061', '\012', '\145', - '\113', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\130', '\172', '\156', '\040', '\151', '\156', '\040', '\061', - '\012', '\166', '\171', '\106', '\040', '\166', '\141', '\040', - '\061', '\012', '\113', '\154', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\144', '\111', '\040', '\144', - '\145', '\040', '\061', '\012', '\110', '\161', '\142', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\105', '\145', - '\040', '\145', '\162', '\040', '\061', '\012', '\161', '\160', - '\111', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\104', '\170', '\040', '\156', '\147', '\040', '\061', '\012', - '\112', '\150', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\165', '\113', '\040', '\165', '\156', '\040', - '\061', '\012', '\166', '\147', '\125', '\040', '\156', '\147', - '\040', '\061', '\012', '\162', '\127', '\166', '\040', '\145', - '\162', '\040', '\061', '\012', '\120', '\156', '\155', '\040', - '\141', '\156', '\040', '\061', '\012', '\156', '\114', '\155', - '\040', '\141', '\156', '\040', '\061', '\012', '\102', '\150', - '\152', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\120', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\160', '\111', '\040', '\151', '\152', '\040', '\061', - '\012', '\164', '\114', '\172', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\160', '\123', '\040', '\166', '\141', - '\040', '\061', '\012', '\106', '\170', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\161', '\104', '\163', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\172', '\115', - '\040', '\163', '\172', '\040', '\061', '\012', '\147', '\167', - '\112', '\040', '\156', '\147', '\040', '\061', '\012', '\172', - '\102', '\167', '\040', '\163', '\172', '\040', '\061', '\012', - '\161', '\107', '\166', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\114', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\102', '\152', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\150', '\146', '\110', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\154', '\127', '\040', - '\143', '\150', '\040', '\061', '\012', '\122', '\147', '\153', - '\040', '\156', '\147', '\040', '\061', '\012', '\107', '\163', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\125', - '\166', '\170', '\040', '\166', '\141', '\040', '\061', '\012', - '\121', '\147', '\166', '\040', '\156', '\147', '\040', '\061', - '\012', '\147', '\146', '\130', '\040', '\156', '\147', '\040', - '\061', '\012', '\162', '\121', '\166', '\040', '\145', '\162', - '\040', '\061', '\012', '\170', '\166', '\107', '\040', '\166', - '\141', '\040', '\061', '\012', '\153', '\152', '\170', '\040', - '\151', '\152', '\040', '\061', '\012', '\144', '\107', '\146', - '\040', '\144', '\145', '\040', '\061', '\012', '\146', '\143', - '\101', '\040', '\143', '\150', '\040', '\061', '\012', '\105', - '\150', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\102', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\107', '\160', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\164', '\102', '\166', '\040', '\164', '\150', - '\040', '\061', '\012', '\130', '\146', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\171', '\112', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\163', '\161', '\124', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\162', - '\131', '\040', '\145', '\162', '\040', '\061', '\012', '\104', - '\161', '\157', '\040', '\161', '\165', '\040', '\061', '\012', - '\112', '\172', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\115', '\160', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\146', '\115', '\040', '\156', '\171', - '\040', '\061', '\012', '\107', '\170', '\146', '\040', '\146', - '\157', '\040', '\061', '\012', '\167', '\172', '\120', '\040', - '\163', '\172', '\040', '\061', '\012', '\172', '\116', '\155', - '\040', '\163', '\172', '\040', '\061', '\012', '\167', '\113', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\122', - '\162', '\144', '\040', '\145', '\162', '\040', '\061', '\012', - '\110', '\166', '\167', '\040', '\166', '\141', '\040', '\061', - '\012', '\147', '\146', '\104', '\040', '\156', '\147', '\040', - '\061', '\012', '\127', '\155', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\143', '\112', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\156', '\124', '\146', '\040', - '\141', '\156', '\040', '\061', '\012', '\165', '\166', '\127', - '\040', '\161', '\165', '\040', '\061', '\012', '\165', '\120', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\167', '\122', '\040', '\166', '\141', '\040', '\061', '\012', - '\142', '\115', '\146', '\040', '\142', '\145', '\040', '\061', - '\012', '\167', '\111', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\170', '\131', '\040', '\153', '\141', - '\040', '\061', '\012', '\147', '\132', '\153', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\106', '\144', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\115', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\167', '\110', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\167', - '\126', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\167', '\154', '\130', '\040', '\154', '\145', '\040', '\061', - '\012', '\146', '\163', '\114', '\040', '\163', '\164', '\040', - '\061', '\012', '\160', '\122', '\146', '\040', '\160', '\162', - '\040', '\061', '\012', '\172', '\163', '\130', '\040', '\163', - '\164', '\040', '\061', '\012', '\161', '\102', '\153', '\040', - '\161', '\165', '\040', '\061', '\012', '\130', '\172', '\160', - '\040', '\163', '\172', '\040', '\061', '\012', '\152', '\144', - '\122', '\040', '\144', '\145', '\040', '\061', '\012', '\132', - '\154', '\172', '\040', '\154', '\145', '\040', '\061', '\012', - '\127', '\146', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\122', '\152', '\166', '\040', '\151', '\152', '\040', - '\061', '\012', '\166', '\106', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\164', '\153', '\126', '\040', '\164', - '\150', '\040', '\061', '\012', '\130', '\142', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\170', '\121', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\113', '\170', - '\171', '\040', '\156', '\171', '\040', '\061', '\012', '\170', - '\103', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\156', '\161', '\126', '\040', '\141', '\156', '\040', '\061', - '\012', '\127', '\167', '\170', '\040', '\167', '\141', '\040', - '\061', '\012', '\153', '\144', '\127', '\040', '\144', '\145', - '\040', '\061', '\012', '\160', '\153', '\111', '\040', '\153', - '\141', '\040', '\061', '\012', '\157', '\150', '\123', '\040', - '\164', '\150', '\040', '\061', '\012', '\132', '\144', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\155', '\103', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\163', - '\170', '\114', '\040', '\163', '\164', '\040', '\061', '\012', - '\121', '\162', '\170', '\040', '\145', '\162', '\040', '\061', - '\012', '\161', '\130', '\167', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\161', '\121', '\040', '\161', '\165', - '\040', '\061', '\012', '\151', '\152', '\113', '\040', '\151', - '\156', '\040', '\061', '\012', '\163', '\106', '\172', '\040', - '\163', '\164', '\040', '\061', '\012', '\110', '\154', '\167', - '\040', '\154', '\145', '\040', '\061', '\012', '\107', '\161', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\170', - '\120', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\167', '\132', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\161', '\155', '\040', '\161', '\165', '\040', - '\061', '\012', '\114', '\172', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\102', '\144', '\172', '\040', '\144', - '\145', '\040', '\061', '\012', '\167', '\121', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\167', '\164', '\112', - '\040', '\164', '\150', '\040', '\061', '\012', '\125', '\171', - '\151', '\040', '\151', '\156', '\040', '\061', '\012', '\127', - '\143', '\171', '\040', '\143', '\150', '\040', '\061', '\012', - '\167', '\161', '\110', '\040', '\161', '\165', '\040', '\061', - '\012', '\102', '\156', '\163', '\040', '\141', '\156', '\040', - '\061', '\012', '\143', '\104', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\112', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\127', '\146', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\170', '\150', '\120', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\127', - '\160', '\040', '\143', '\150', '\040', '\061', '\012', '\162', - '\161', '\132', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\153', '\102', '\040', '\153', '\141', '\040', '\061', - '\012', '\127', '\164', '\154', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\172', '\146', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\115', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\160', '\170', '\116', '\040', - '\160', '\162', '\040', '\061', '\012', '\166', '\150', '\126', - '\040', '\164', '\150', '\040', '\061', '\012', '\153', '\161', - '\130', '\040', '\161', '\165', '\040', '\061', '\012', '\113', - '\144', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\121', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\171', '\153', '\103', '\040', '\153', '\141', '\040', - '\061', '\012', '\172', '\115', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\105', '\161', '\172', '\040', '\161', - '\165', '\040', '\061', '\012', '\154', '\130', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\155', '\132', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\160', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\107', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\124', '\152', '\170', '\040', '\172', '\152', '\040', '\061', - '\012', '\164', '\166', '\113', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\131', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\154', '\106', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\151', '\112', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\120', '\153', '\170', - '\040', '\153', '\141', '\040', '\061', '\012', '\143', '\104', - '\166', '\040', '\143', '\150', '\040', '\061', '\012', '\131', - '\171', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\126', '\143', '\161', '\040', '\143', '\150', '\040', '\061', - '\012', '\130', '\150', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\116', '\146', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\143', '\104', '\040', '\143', - '\150', '\040', '\061', '\012', '\142', '\156', '\127', '\040', - '\141', '\156', '\040', '\061', '\012', '\165', '\166', '\121', - '\040', '\161', '\165', '\040', '\061', '\012', '\132', '\172', - '\152', '\040', '\163', '\172', '\040', '\061', '\012', '\147', - '\120', '\152', '\040', '\156', '\147', '\040', '\061', '\012', - '\152', '\167', '\104', '\040', '\151', '\152', '\040', '\061', - '\012', '\152', '\160', '\117', '\040', '\151', '\152', '\040', - '\061', '\012', '\142', '\104', '\170', '\040', '\142', '\145', - '\040', '\061', '\012', '\166', '\105', '\151', '\040', '\151', - '\156', '\040', '\061', '\012', '\132', '\143', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\162', '\130', - '\040', '\145', '\162', '\040', '\061', '\012', '\144', '\150', - '\123', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\152', '\112', '\040', '\163', '\172', '\040', '\061', '\012', - '\144', '\104', '\153', '\040', '\144', '\145', '\040', '\061', - '\012', '\163', '\162', '\112', '\040', '\145', '\162', '\040', - '\061', '\012', '\141', '\127', '\147', '\040', '\141', '\156', - '\040', '\061', '\012', '\155', '\166', '\112', '\040', '\166', - '\141', '\040', '\061', '\012', '\131', '\164', '\143', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\151', '\121', - '\040', '\151', '\156', '\040', '\061', '\012', '\164', '\106', - '\172', '\040', '\164', '\150', '\040', '\061', '\012', '\163', - '\112', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\166', '\132', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\125', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\157', '\161', '\102', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\104', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\150', '\146', '\105', '\040', - '\164', '\150', '\040', '\061', '\012', '\155', '\123', '\142', - '\040', '\155', '\145', '\040', '\061', '\012', '\152', '\155', - '\122', '\040', '\151', '\152', '\040', '\061', '\012', '\162', - '\106', '\160', '\040', '\145', '\162', '\040', '\061', '\012', - '\130', '\152', '\171', '\040', '\151', '\152', '\040', '\061', - '\012', '\142', '\120', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\151', '\161', '\121', '\040', '\164', '\151', - '\040', '\061', '\012', '\155', '\146', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\170', '\114', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\102', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\130', '\166', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\166', '\131', '\040', '\144', '\145', '\040', '\061', '\012', - '\163', '\144', '\115', '\040', '\144', '\145', '\040', '\061', - '\012', '\170', '\147', '\131', '\040', '\156', '\147', '\040', - '\061', '\012', '\162', '\131', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\154', '\101', '\040', '\154', - '\145', '\040', '\061', '\012', '\160', '\106', '\142', '\040', - '\160', '\162', '\040', '\061', '\012', '\171', '\106', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\147', '\143', - '\113', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\146', '\132', '\040', '\146', '\157', '\040', '\061', '\012', - '\152', '\104', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\171', '\116', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\164', '\113', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\164', '\125', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\110', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\161', '\103', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\132', '\143', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\153', - '\104', '\167', '\040', '\153', '\141', '\040', '\061', '\012', - '\131', '\167', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\160', '\130', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\171', '\115', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\107', '\167', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\155', '\131', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\167', '\103', '\170', - '\040', '\167', '\141', '\040', '\061', '\012', '\152', '\132', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\157', - '\121', '\144', '\040', '\157', '\156', '\040', '\061', '\012', - '\106', '\172', '\153', '\040', '\163', '\172', '\040', '\061', - '\012', '\154', '\167', '\106', '\040', '\154', '\145', '\040', - '\061', '\012', '\130', '\172', '\153', '\040', '\163', '\172', - '\040', '\061', '\012', '\116', '\152', '\170', '\040', '\151', - '\152', '\040', '\061', '\012', '\171', '\157', '\111', '\040', - '\157', '\156', '\040', '\061', '\012', '\163', '\112', '\155', - '\040', '\163', '\164', '\040', '\061', '\012', '\167', '\113', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\121', - '\164', '\150', '\040', '\143', '\150', '\040', '\061', '\012', - '\114', '\154', '\172', '\040', '\154', '\145', '\040', '\061', - '\012', '\147', '\126', '\146', '\040', '\147', '\151', '\040', - '\061', '\012', '\160', '\120', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\107', '\171', '\040', '\154', - '\145', '\040', '\061', '\012', '\147', '\172', '\122', '\040', - '\156', '\147', '\040', '\061', '\012', '\162', '\130', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\116', '\160', - '\146', '\040', '\160', '\162', '\040', '\061', '\012', '\167', - '\166', '\122', '\040', '\166', '\141', '\040', '\061', '\012', - '\171', '\130', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\155', '\115', '\154', '\040', '\154', '\151', '\040', - '\061', '\012', '\142', '\131', '\170', '\040', '\142', '\145', - '\040', '\061', '\012', '\146', '\172', '\132', '\040', '\163', - '\172', '\040', '\061', '\012', '\166', '\162', '\107', '\040', - '\145', '\162', '\040', '\061', '\012', '\113', '\144', '\153', - '\040', '\144', '\145', '\040', '\061', '\012', '\171', '\161', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\114', - '\153', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\113', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\132', '\161', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\120', '\146', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\162', '\154', '\127', '\040', '\145', - '\162', '\040', '\061', '\012', '\150', '\120', '\166', '\040', - '\164', '\150', '\040', '\061', '\012', '\117', '\152', '\170', - '\040', '\151', '\152', '\040', '\061', '\012', '\107', '\164', - '\161', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\164', '\112', '\040', '\164', '\150', '\040', '\061', '\012', - '\127', '\154', '\171', '\040', '\154', '\145', '\040', '\061', - '\012', '\171', '\110', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\153', '\121', '\142', '\040', '\153', '\141', - '\040', '\061', '\012', '\114', '\144', '\143', '\040', '\144', - '\145', '\040', '\061', '\012', '\163', '\125', '\170', '\040', - '\163', '\164', '\040', '\061', '\012', '\143', '\112', '\147', - '\040', '\143', '\150', '\040', '\061', '\012', '\146', '\114', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\115', - '\152', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\103', '\152', '\155', '\040', '\151', '\152', '\040', '\061', - '\012', '\141', '\167', '\130', '\040', '\141', '\156', '\040', - '\061', '\012', '\107', '\164', '\154', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\172', '\116', '\040', '\163', - '\172', '\040', '\061', '\012', '\142', '\161', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\101', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\145', '\172', - '\130', '\040', '\145', '\162', '\040', '\061', '\012', '\143', - '\102', '\170', '\040', '\143', '\150', '\040', '\061', '\012', - '\143', '\163', '\130', '\040', '\143', '\150', '\040', '\061', - '\012', '\143', '\125', '\146', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\163', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\163', '\132', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\172', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\121', '\147', '\153', - '\040', '\156', '\147', '\040', '\061', '\012', '\116', '\170', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\110', - '\161', '\141', '\040', '\141', '\156', '\040', '\061', '\012', - '\162', '\130', '\154', '\040', '\145', '\162', '\040', '\061', - '\012', '\156', '\154', '\120', '\040', '\141', '\156', '\040', - '\061', '\012', '\141', '\126', '\147', '\040', '\141', '\156', - '\040', '\061', '\012', '\171', '\150', '\107', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\146', '\101', '\040', - '\153', '\141', '\040', '\061', '\012', '\126', '\155', '\153', - '\040', '\155', '\107', '\040', '\061', '\012', '\152', '\113', - '\155', '\040', '\151', '\152', '\040', '\061', '\012', '\150', - '\120', '\144', '\040', '\164', '\150', '\040', '\061', '\012', - '\141', '\120', '\144', '\040', '\141', '\156', '\040', '\061', - '\012', '\142', '\131', '\171', '\040', '\142', '\145', '\040', - '\061', '\012', '\142', '\156', '\132', '\040', '\141', '\156', - '\040', '\061', '\012', '\107', '\163', '\152', '\040', '\163', - '\164', '\040', '\061', '\012', '\153', '\170', '\121', '\040', - '\153', '\141', '\040', '\061', '\012', '\166', '\153', '\106', - '\040', '\153', '\141', '\040', '\061', '\012', '\152', '\172', - '\123', '\040', '\163', '\172', '\040', '\061', '\012', '\146', - '\127', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\121', '\143', '\165', '\040', '\143', '\150', '\040', '\061', - '\012', '\162', '\132', '\146', '\040', '\145', '\162', '\040', - '\061', '\012', '\152', '\142', '\132', '\040', '\151', '\152', - '\040', '\061', '\012', '\141', '\121', '\152', '\040', '\141', - '\156', '\040', '\061', '\012', '\142', '\172', '\117', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\132', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\154', '\162', - '\116', '\040', '\145', '\162', '\040', '\061', '\012', '\146', - '\153', '\114', '\040', '\153', '\141', '\040', '\061', '\012', - '\104', '\161', '\166', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\153', '\103', '\040', '\163', '\172', '\040', - '\061', '\012', '\163', '\114', '\167', '\040', '\163', '\164', - '\040', '\061', '\012', '\116', '\166', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\116', '\142', '\171', '\040', - '\142', '\145', '\040', '\061', '\012', '\145', '\115', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\106', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\103', - '\170', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\151', '\132', '\160', '\040', '\151', '\156', '\040', '\061', - '\012', '\144', '\166', '\132', '\040', '\144', '\145', '\040', - '\061', '\012', '\166', '\111', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\103', '\154', '\040', '\161', - '\165', '\040', '\061', '\012', '\120', '\172', '\157', '\040', - '\157', '\156', '\040', '\061', '\012', '\166', '\116', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\161', - '\113', '\040', '\161', '\165', '\040', '\061', '\012', '\114', - '\155', '\170', '\040', '\155', '\145', '\040', '\061', '\012', - '\170', '\126', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\154', '\104', '\040', '\156', '\147', '\040', - '\061', '\012', '\107', '\142', '\146', '\040', '\142', '\145', - '\040', '\061', '\012', '\112', '\166', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\106', '\167', '\040', - '\163', '\172', '\040', '\061', '\012', '\164', '\115', '\161', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\153', - '\112', '\040', '\153', '\141', '\040', '\061', '\012', '\123', - '\170', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\141', '\146', '\125', '\040', '\141', '\156', '\040', '\061', - '\012', '\155', '\110', '\142', '\040', '\155', '\145', '\040', - '\061', '\012', '\152', '\170', '\125', '\040', '\151', '\152', - '\040', '\061', '\012', '\143', '\112', '\154', '\040', '\143', - '\150', '\040', '\061', '\012', '\165', '\161', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\116', '\161', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\107', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\172', '\107', '\040', '\143', '\150', '\040', '\061', '\012', - '\113', '\146', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\172', '\127', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\130', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\146', '\156', '\104', '\040', '\141', - '\156', '\040', '\061', '\012', '\112', '\162', '\144', '\040', - '\145', '\162', '\040', '\061', '\012', '\157', '\170', '\132', - '\040', '\157', '\156', '\040', '\061', '\012', '\150', '\130', - '\156', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\161', '\111', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\101', '\157', '\040', '\157', '\156', '\040', '\061', - '\012', '\151', '\107', '\153', '\040', '\151', '\156', '\040', - '\061', '\012', '\170', '\105', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\146', '\126', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\164', '\125', '\040', - '\164', '\150', '\040', '\061', '\012', '\142', '\150', '\107', - '\040', '\164', '\150', '\040', '\061', '\012', '\157', '\121', - '\172', '\040', '\157', '\156', '\040', '\061', '\012', '\160', - '\147', '\117', '\040', '\156', '\147', '\040', '\061', '\012', - '\131', '\161', '\155', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\112', '\151', '\040', '\151', '\156', '\040', - '\061', '\012', '\153', '\143', '\126', '\040', '\143', '\150', - '\040', '\061', '\012', '\153', '\156', '\115', '\040', '\141', - '\156', '\040', '\061', '\012', '\103', '\167', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\127', '\147', '\144', - '\040', '\156', '\147', '\040', '\061', '\012', '\142', '\160', - '\124', '\040', '\160', '\162', '\040', '\061', '\012', '\112', - '\144', '\152', '\040', '\144', '\145', '\040', '\061', '\012', - '\116', '\142', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\167', '\112', '\040', '\164', '\150', '\040', - '\061', '\012', '\121', '\145', '\160', '\040', '\145', '\162', - '\040', '\061', '\012', '\113', '\144', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\153', '\121', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\120', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\154', '\127', - '\160', '\040', '\154', '\145', '\040', '\061', '\012', '\106', - '\142', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\126', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\172', '\154', '\111', '\040', '\154', '\145', '\040', - '\061', '\012', '\102', '\172', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\146', '\113', '\040', '\151', - '\152', '\040', '\061', '\012', '\131', '\166', '\155', '\040', - '\166', '\141', '\040', '\061', '\012', '\106', '\164', '\155', - '\040', '\164', '\150', '\040', '\061', '\012', '\141', '\115', - '\152', '\040', '\141', '\156', '\040', '\061', '\012', '\172', - '\172', '\126', '\040', '\163', '\172', '\040', '\061', '\012', - '\172', '\117', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\155', '\110', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\127', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\146', '\106', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\104', '\166', '\040', - '\163', '\164', '\040', '\061', '\012', '\166', '\155', '\104', - '\040', '\166', '\141', '\040', '\061', '\012', '\170', '\152', - '\114', '\040', '\151', '\152', '\040', '\061', '\012', '\151', - '\102', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\161', '\124', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\163', '\122', '\040', '\164', '\150', '\040', - '\061', '\012', '\121', '\170', '\157', '\040', '\157', '\156', - '\040', '\061', '\012', '\152', '\163', '\107', '\040', '\163', - '\164', '\040', '\061', '\012', '\143', '\130', '\142', '\040', - '\143', '\150', '\040', '\061', '\012', '\131', '\142', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\170', '\145', - '\112', '\040', '\145', '\162', '\040', '\061', '\012', '\157', - '\120', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\130', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\166', '\114', '\040', '\166', '\141', '\040', - '\061', '\012', '\152', '\143', '\106', '\040', '\143', '\150', - '\040', '\061', '\012', '\153', '\106', '\142', '\040', '\153', - '\141', '\040', '\061', '\012', '\152', '\130', '\166', '\040', - '\151', '\152', '\040', '\061', '\012', '\101', '\157', '\170', - '\040', '\157', '\156', '\040', '\061', '\012', '\172', '\153', - '\121', '\040', '\163', '\172', '\040', '\061', '\012', '\146', - '\120', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\106', '\166', '\170', '\040', '\166', '\141', '\040', '\061', - '\012', '\146', '\142', '\130', '\040', '\142', '\145', '\040', - '\061', '\012', '\157', '\103', '\146', '\040', '\157', '\156', - '\040', '\061', '\012', '\131', '\152', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\120', '\160', '\146', '\040', - '\160', '\162', '\040', '\061', '\012', '\116', '\152', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\143', '\132', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\156', '\107', '\040', '\141', '\156', '\040', '\061', '\012', - '\143', '\167', '\112', '\040', '\143', '\155', '\040', '\061', - '\012', '\161', '\112', '\154', '\040', '\161', '\165', '\040', - '\061', '\012', '\147', '\116', '\146', '\040', '\156', '\147', - '\040', '\061', '\012', '\124', '\146', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\166', '\167', '\113', '\040', - '\166', '\141', '\040', '\061', '\012', '\132', '\143', '\163', - '\040', '\143', '\150', '\040', '\061', '\012', '\145', '\102', - '\166', '\040', '\145', '\162', '\040', '\061', '\012', '\161', - '\114', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\131', '\161', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\162', '\104', '\040', '\143', '\150', '\040', - '\061', '\012', '\111', '\143', '\152', '\040', '\143', '\150', - '\040', '\061', '\012', '\161', '\102', '\154', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\172', '\130', '\040', - '\156', '\147', '\040', '\061', '\012', '\165', '\152', '\106', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\170', - '\125', '\040', '\166', '\141', '\040', '\061', '\012', '\153', - '\132', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\114', '\144', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\146', '\115', '\040', '\142', '\145', '\040', - '\061', '\012', '\155', '\121', '\155', '\040', '\121', '\117', - '\040', '\061', '\012', '\172', '\154', '\121', '\040', '\154', - '\145', '\040', '\061', '\012', '\152', '\142', '\125', '\040', - '\151', '\152', '\040', '\061', '\012', '\113', '\166', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\125', '\170', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\160', - '\152', '\123', '\040', '\151', '\152', '\040', '\061', '\012', - '\130', '\166', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\153', '\152', '\111', '\040', '\151', '\152', '\040', - '\061', '\012', '\143', '\131', '\151', '\040', '\143', '\150', - '\040', '\061', '\012', '\156', '\112', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\121', '\170', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\141', '\116', '\167', - '\040', '\141', '\156', '\040', '\061', '\012', '\112', '\146', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\142', - '\116', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\170', '\144', '\121', '\040', '\144', '\145', '\040', '\061', - '\012', '\102', '\172', '\153', '\040', '\163', '\172', '\040', - '\061', '\012', '\161', '\132', '\172', '\040', '\161', '\165', - '\040', '\061', '\012', '\131', '\143', '\160', '\040', '\143', - '\150', '\040', '\061', '\012', '\160', '\107', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\153', '\103', '\146', - '\040', '\153', '\141', '\040', '\061', '\012', '\147', '\167', - '\120', '\040', '\156', '\147', '\040', '\061', '\012', '\167', - '\142', '\126', '\040', '\167', '\141', '\040', '\061', '\012', - '\105', '\161', '\164', '\040', '\145', '\161', '\040', '\061', - '\012', '\130', '\150', '\156', '\040', '\164', '\150', '\040', - '\061', '\012', '\157', '\125', '\146', '\040', '\157', '\156', - '\040', '\061', '\012', '\144', '\113', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\163', '\170', '\116', '\040', - '\163', '\164', '\040', '\061', '\012', '\117', '\146', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\147', '\103', - '\160', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\150', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\147', '\125', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\156', '\125', '\040', '\141', '\156', '\040', - '\061', '\012', '\153', '\152', '\124', '\040', '\151', '\152', - '\040', '\061', '\012', '\146', '\163', '\132', '\040', '\163', - '\164', '\040', '\061', '\012', '\154', '\107', '\166', '\040', - '\154', '\145', '\040', '\061', '\012', '\167', '\115', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\165', '\153', - '\121', '\040', '\161', '\165', '\040', '\061', '\012', '\107', - '\150', '\153', '\040', '\164', '\150', '\040', '\061', '\012', - '\153', '\122', '\167', '\040', '\153', '\141', '\040', '\061', - '\012', '\172', '\122', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\147', '\167', '\113', '\040', '\156', '\147', - '\040', '\061', '\012', '\166', '\112', '\160', '\040', '\166', - '\141', '\040', '\061', '\012', '\164', '\126', '\143', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\161', '\124', - '\040', '\161', '\165', '\040', '\061', '\012', '\151', '\131', - '\154', '\040', '\151', '\156', '\040', '\061', '\012', '\170', - '\114', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\130', '\144', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\143', '\117', '\040', '\143', '\150', '\040', - '\061', '\012', '\160', '\154', '\115', '\040', '\154', '\145', - '\040', '\061', '\012', '\142', '\104', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\116', '\155', '\170', '\040', - '\155', '\145', '\040', '\061', '\012', '\144', '\113', '\166', - '\040', '\144', '\145', '\040', '\061', '\012', '\150', '\120', - '\153', '\040', '\164', '\150', '\040', '\061', '\012', '\124', - '\152', '\171', '\040', '\151', '\152', '\040', '\061', '\012', - '\167', '\131', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\156', '\146', '\112', '\040', '\141', '\156', '\040', - '\061', '\012', '\164', '\146', '\103', '\040', '\164', '\150', - '\040', '\061', '\012', '\172', '\112', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\113', '\160', '\040', - '\154', '\145', '\040', '\061', '\012', '\111', '\171', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\170', '\165', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\145', - '\113', '\170', '\040', '\145', '\162', '\040', '\061', '\012', - '\163', '\132', '\146', '\040', '\163', '\164', '\040', '\061', - '\012', '\172', '\160', '\121', '\040', '\163', '\172', '\040', - '\061', '\012', '\163', '\146', '\114', '\040', '\163', '\164', - '\040', '\061', '\012', '\155', '\152', '\124', '\040', '\151', - '\152', '\040', '\061', '\012', '\172', '\130', '\167', '\040', - '\163', '\172', '\040', '\061', '\012', '\171', '\113', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\162', '\167', - '\126', '\040', '\145', '\162', '\040', '\061', '\012', '\160', - '\152', '\102', '\040', '\151', '\152', '\040', '\061', '\012', - '\161', '\131', '\142', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\131', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\161', '\161', '\131', '\040', '\145', '\161', - '\040', '\061', '\012', '\165', '\111', '\146', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\124', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\163', '\161', '\103', - '\040', '\161', '\165', '\040', '\061', '\012', '\165', '\112', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\144', - '\107', '\170', '\040', '\144', '\145', '\040', '\061', '\012', - '\163', '\167', '\106', '\040', '\163', '\164', '\040', '\061', - '\012', '\110', '\146', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\110', '\164', '\142', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\146', '\127', '\040', '\150', - '\127', '\040', '\061', '\012', '\151', '\171', '\107', '\040', - '\151', '\156', '\040', '\061', '\012', '\172', '\120', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\171', '\172', - '\126', '\040', '\163', '\172', '\040', '\061', '\012', '\160', - '\126', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\163', '\120', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\146', '\113', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\145', '\106', '\142', '\040', '\145', '\162', - '\040', '\061', '\012', '\121', '\152', '\151', '\040', '\152', - '\123', '\040', '\061', '\012', '\155', '\164', '\110', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\147', '\132', - '\040', '\156', '\147', '\040', '\061', '\012', '\150', '\110', - '\144', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\124', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\170', '\132', '\040', '\156', '\147', '\040', '\061', - '\012', '\113', '\164', '\147', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\127', '\144', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\127', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\123', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\106', '\172', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\147', '\150', - '\110', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\160', '\127', '\040', '\141', '\156', '\040', '\061', '\012', - '\152', '\166', '\120', '\040', '\151', '\152', '\040', '\061', - '\012', '\165', '\131', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\125', '\170', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\123', '\161', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\172', '\143', '\112', '\040', - '\143', '\150', '\040', '\061', '\012', '\144', '\115', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\132', '\147', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\107', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\157', '\126', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\157', '\125', '\141', '\040', '\141', '\156', '\040', - '\061', '\012', '\157', '\161', '\126', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\107', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\131', '\142', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\122', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\162', - '\132', '\040', '\145', '\162', '\040', '\061', '\012', '\161', - '\124', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\132', '\146', '\040', '\167', '\141', '\040', '\061', - '\012', '\147', '\117', '\152', '\040', '\156', '\147', '\040', - '\061', '\012', '\112', '\152', '\151', '\040', '\151', '\156', - '\040', '\061', '\012', '\120', '\160', '\170', '\040', '\160', - '\162', '\040', '\061', '\012', '\161', '\167', '\102', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\143', '\112', - '\040', '\143', '\150', '\040', '\061', '\012', '\146', '\106', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\167', - '\167', '\131', '\040', '\167', '\141', '\040', '\061', '\012', - '\153', '\124', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\165', '\107', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\145', '\121', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\107', '\153', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\160', '\126', '\040', - '\144', '\145', '\040', '\061', '\012', '\166', '\124', '\155', - '\040', '\166', '\141', '\040', '\061', '\012', '\117', '\152', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\160', '\130', '\040', '\144', '\145', '\040', '\061', '\012', - '\142', '\131', '\146', '\040', '\142', '\145', '\040', '\061', - '\012', '\164', '\152', '\126', '\040', '\164', '\150', '\040', - '\061', '\012', '\114', '\172', '\156', '\040', '\114', '\107', - '\040', '\061', '\012', '\131', '\152', '\155', '\040', '\151', - '\152', '\040', '\061', '\012', '\165', '\131', '\167', '\040', - '\161', '\165', '\040', '\061', '\012', '\132', '\144', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\150', '\130', - '\163', '\040', '\164', '\150', '\040', '\061', '\012', '\111', - '\167', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\150', '\112', '\167', '\040', '\164', '\150', '\040', '\061', - '\012', '\124', '\146', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\143', '\170', '\117', '\040', '\143', '\150', - '\040', '\061', '\012', '\121', '\161', '\171', '\040', '\161', - '\165', '\040', '\061', '\012', '\154', '\104', '\166', '\040', - '\154', '\145', '\040', '\061', '\012', '\172', '\163', '\117', - '\040', '\163', '\164', '\040', '\061', '\012', '\155', '\162', - '\107', '\040', '\145', '\162', '\040', '\061', '\012', '\143', - '\152', '\112', '\040', '\143', '\150', '\040', '\061', '\012', - '\144', '\147', '\104', '\040', '\156', '\147', '\040', '\061', - '\012', '\143', '\125', '\167', '\040', '\143', '\150', '\040', - '\061', '\012', '\172', '\144', '\102', '\040', '\144', '\145', - '\040', '\061', '\012', '\152', '\154', '\125', '\040', '\154', - '\145', '\040', '\061', '\012', '\142', '\102', '\146', '\040', - '\142', '\145', '\040', '\061', '\012', '\161', '\142', '\112', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\154', - '\122', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\127', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\130', '\147', '\142', '\040', '\156', '\147', '\040', '\061', - '\012', '\172', '\162', '\125', '\040', '\145', '\162', '\040', - '\061', '\012', '\142', '\147', '\111', '\040', '\156', '\147', - '\040', '\061', '\012', '\167', '\152', '\112', '\040', '\151', - '\152', '\040', '\061', '\012', '\155', '\166', '\125', '\040', - '\166', '\141', '\040', '\061', '\012', '\162', '\103', '\160', - '\040', '\107', '\103', '\040', '\061', '\012', '\156', '\126', - '\170', '\040', '\141', '\156', '\040', '\061', '\012', '\170', - '\142', '\107', '\040', '\142', '\145', '\040', '\061', '\012', - '\164', '\144', '\116', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\152', '\122', '\040', '\151', '\152', '\040', - '\061', '\012', '\167', '\121', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\170', '\172', '\132', '\040', '\163', - '\172', '\040', '\061', '\012', '\161', '\125', '\153', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\152', '\131', - '\040', '\151', '\152', '\040', '\061', '\012', '\112', '\170', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\170', - '\132', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\166', '\132', '\170', '\040', '\166', '\141', '\040', '\061', - '\012', '\154', '\122', '\163', '\040', '\154', '\145', '\040', - '\061', '\012', '\166', '\167', '\160', '\040', '\166', '\141', - '\040', '\061', '\012', '\167', '\160', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\163', '\167', '\123', '\040', - '\163', '\164', '\040', '\061', '\012', '\105', '\161', '\170', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\105', - '\167', '\040', '\166', '\141', '\040', '\061', '\012', '\164', - '\153', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\147', '\130', '\040', '\156', '\147', '\040', '\061', - '\012', '\122', '\167', '\142', '\040', '\167', '\141', '\040', - '\061', '\012', '\163', '\152', '\127', '\040', '\163', '\164', - '\040', '\061', '\012', '\144', '\130', '\155', '\040', '\144', - '\145', '\040', '\061', '\012', '\146', '\166', '\131', '\040', - '\166', '\113', '\040', '\061', '\012', '\154', '\162', '\117', - '\040', '\145', '\162', '\040', '\061', '\012', '\114', '\144', - '\170', '\040', '\144', '\145', '\040', '\061', '\012', '\143', - '\170', '\126', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\106', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\126', '\167', '\040', '\161', '\165', '\040', - '\061', '\012', '\120', '\171', '\146', '\040', '\156', '\171', - '\040', '\061', '\012', '\113', '\170', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\150', '\167', '\112', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\160', '\114', - '\040', '\143', '\150', '\040', '\061', '\012', '\110', '\147', - '\145', '\040', '\156', '\147', '\040', '\061', '\012', '\127', - '\142', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\121', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\104', '\154', '\040', '\164', '\150', '\040', - '\061', '\012', '\132', '\160', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\132', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\132', '\161', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\155', '\125', - '\040', '\155', '\145', '\040', '\061', '\012', '\164', '\125', - '\146', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\127', '\157', '\040', '\161', '\165', '\040', '\061', '\012', - '\114', '\162', '\144', '\040', '\145', '\162', '\040', '\061', - '\012', '\160', '\121', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\162', '\132', '\166', '\040', '\145', '\162', - '\040', '\061', '\012', '\155', '\152', '\111', '\040', '\151', - '\152', '\040', '\061', '\012', '\170', '\121', '\171', '\040', - '\156', '\171', '\040', '\061', '\012', '\166', '\107', '\171', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\167', - '\131', '\040', '\151', '\152', '\040', '\061', '\012', '\143', - '\116', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\172', '\160', '\120', '\040', '\163', '\172', '\040', '\061', - '\012', '\166', '\113', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\167', '\126', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\164', '\115', '\150', '\040', '\143', - '\150', '\040', '\061', '\012', '\113', '\164', '\144', '\040', - '\164', '\150', '\040', '\061', '\012', '\164', '\160', '\107', - '\040', '\164', '\150', '\040', '\061', '\012', '\151', '\104', - '\146', '\040', '\151', '\156', '\040', '\061', '\012', '\161', - '\113', '\154', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\114', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\112', '\152', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\150', '\143', '\121', '\040', '\164', '\150', - '\040', '\061', '\012', '\124', '\161', '\147', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\107', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\152', '\170', '\126', - '\040', '\151', '\152', '\040', '\061', '\012', '\146', '\143', - '\103', '\040', '\143', '\150', '\040', '\061', '\012', '\106', - '\167', '\170', '\040', '\167', '\141', '\040', '\061', '\012', - '\161', '\120', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\155', '\105', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\155', '\124', '\040', '\155', '\145', - '\040', '\061', '\012', '\154', '\170', '\103', '\040', '\107', - '\103', '\040', '\061', '\012', '\154', '\122', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\121', '\153', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\151', '\150', - '\106', '\040', '\164', '\150', '\040', '\061', '\012', '\114', - '\154', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\113', '\161', '\145', '\040', '\161', '\165', '\040', '\061', - '\012', '\110', '\150', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\120', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\172', '\166', '\121', '\040', '\121', - '\117', '\040', '\061', '\012', '\152', '\107', '\171', '\040', - '\151', '\152', '\040', '\061', '\012', '\154', '\115', '\153', - '\040', '\154', '\145', '\040', '\061', '\012', '\165', '\117', - '\152', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\144', '\124', '\040', '\144', '\145', '\040', '\061', '\012', - '\161', '\166', '\110', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\143', '\132', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\153', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\143', '\142', '\112', '\040', '\143', - '\150', '\040', '\061', '\012', '\147', '\146', '\113', '\040', - '\156', '\147', '\040', '\061', '\012', '\160', '\115', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\160', - '\106', '\040', '\166', '\141', '\040', '\061', '\012', '\144', - '\147', '\120', '\040', '\156', '\147', '\040', '\061', '\012', - '\155', '\170', '\106', '\040', '\155', '\145', '\040', '\061', - '\012', '\162', '\132', '\160', '\040', '\145', '\162', '\040', - '\061', '\012', '\143', '\107', '\144', '\040', '\143', '\150', - '\040', '\061', '\012', '\163', '\120', '\170', '\040', '\163', - '\164', '\040', '\061', '\012', '\162', '\107', '\144', '\040', - '\145', '\162', '\040', '\061', '\012', '\147', '\142', '\121', - '\040', '\156', '\147', '\040', '\061', '\012', '\104', '\146', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\163', - '\152', '\103', '\040', '\163', '\164', '\040', '\061', '\012', - '\172', '\123', '\170', '\040', '\163', '\172', '\040', '\061', - '\012', '\161', '\111', '\157', '\040', '\161', '\165', '\040', - '\061', '\012', '\144', '\111', '\167', '\040', '\144', '\145', - '\040', '\061', '\012', '\153', '\160', '\106', '\040', '\153', - '\141', '\040', '\061', '\012', '\145', '\125', '\167', '\040', - '\145', '\162', '\040', '\061', '\012', '\110', '\170', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\171', '\166', - '\107', '\040', '\166', '\141', '\040', '\061', '\012', '\166', - '\125', '\146', '\040', '\166', '\141', '\040', '\061', '\012', - '\146', '\152', '\106', '\040', '\151', '\152', '\040', '\061', - '\012', '\153', '\114', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\132', '\152', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\114', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\144', '\123', '\040', - '\144', '\145', '\040', '\061', '\012', '\172', '\167', '\113', - '\040', '\163', '\172', '\040', '\061', '\012', '\150', '\110', - '\171', '\040', '\164', '\150', '\040', '\061', '\012', '\123', - '\163', '\167', '\040', '\163', '\164', '\040', '\061', '\012', - '\150', '\152', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\104', '\144', '\160', '\040', '\144', '\145', '\040', - '\061', '\012', '\142', '\120', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\127', '\160', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\143', '\162', '\127', '\040', - '\143', '\150', '\040', '\061', '\012', '\130', '\160', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\157', '\130', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\166', - '\152', '\113', '\040', '\151', '\152', '\040', '\061', '\012', - '\126', '\172', '\146', '\040', '\163', '\172', '\040', '\061', - '\012', '\154', '\131', '\144', '\040', '\154', '\145', '\040', - '\061', '\012', '\117', '\144', '\170', '\040', '\144', '\145', - '\040', '\061', '\012', '\150', '\126', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\122', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\132', '\164', '\146', - '\040', '\164', '\150', '\040', '\061', '\012', '\150', '\126', - '\152', '\040', '\164', '\150', '\040', '\061', '\012', '\112', - '\152', '\146', '\040', '\151', '\152', '\040', '\061', '\012', - '\152', '\106', '\142', '\040', '\151', '\152', '\040', '\061', - '\012', '\114', '\150', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\152', '\154', '\117', '\040', '\154', '\145', - '\040', '\061', '\012', '\152', '\166', '\102', '\040', '\151', - '\152', '\040', '\061', '\012', '\147', '\142', '\116', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\120', '\155', - '\040', '\166', '\141', '\040', '\061', '\012', '\164', '\121', - '\144', '\040', '\164', '\150', '\040', '\061', '\012', '\126', - '\166', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\162', '\161', '\130', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\105', '\157', '\040', '\157', '\156', '\040', - '\061', '\012', '\152', '\163', '\102', '\040', '\163', '\164', - '\040', '\061', '\012', '\161', '\155', '\110', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\164', '\105', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\144', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\104', '\155', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\171', - '\167', '\111', '\040', '\167', '\141', '\040', '\061', '\012', - '\152', '\160', '\121', '\040', '\151', '\152', '\040', '\061', - '\012', '\165', '\130', '\163', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\131', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\157', '\106', '\172', '\040', '\157', - '\156', '\040', '\061', '\012', '\164', '\102', '\147', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\103', '\156', - '\040', '\143', '\150', '\040', '\061', '\012', '\144', '\132', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\167', - '\162', '\114', '\040', '\145', '\162', '\040', '\061', '\012', - '\112', '\162', '\171', '\040', '\145', '\162', '\040', '\061', - '\012', '\151', '\113', '\144', '\040', '\151', '\156', '\040', - '\061', '\012', '\166', '\143', '\116', '\040', '\143', '\150', - '\040', '\061', '\012', '\172', '\116', '\160', '\040', '\163', - '\172', '\040', '\061', '\012', '\156', '\122', '\146', '\040', - '\141', '\156', '\040', '\061', '\012', '\144', '\143', '\110', - '\040', '\143', '\150', '\040', '\061', '\012', '\161', '\141', - '\117', '\040', '\141', '\156', '\040', '\061', '\012', '\165', - '\141', '\121', '\040', '\141', '\156', '\040', '\061', '\012', - '\152', '\170', '\114', '\040', '\151', '\152', '\040', '\061', - '\012', '\155', '\125', '\146', '\040', '\155', '\145', '\040', - '\061', '\012', '\166', '\117', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\120', '\170', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\165', '\121', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\146', '\116', - '\040', '\163', '\164', '\040', '\061', '\012', '\121', '\154', - '\166', '\040', '\154', '\145', '\040', '\061', '\012', '\142', - '\132', '\171', '\040', '\142', '\145', '\040', '\061', '\012', - '\166', '\105', '\161', '\040', '\166', '\113', '\040', '\061', - '\012', '\130', '\166', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\112', '\170', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\172', '\107', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\103', '\161', '\146', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\120', '\160', - '\040', '\163', '\164', '\040', '\061', '\012', '\166', '\101', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\153', - '\127', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\162', '\143', '\132', '\040', '\143', '\155', '\040', '\061', - '\012', '\154', '\104', '\163', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\104', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\160', '\123', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\166', '\167', '\123', '\040', - '\166', '\141', '\040', '\061', '\012', '\153', '\147', '\121', - '\040', '\156', '\147', '\040', '\061', '\012', '\143', '\162', - '\124', '\040', '\143', '\150', '\040', '\061', '\012', '\146', - '\113', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\161', '\150', '\143', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\115', '\154', '\040', '\156', '\147', '\040', - '\061', '\012', '\172', '\113', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\144', '\106', '\040', '\144', - '\145', '\040', '\061', '\012', '\143', '\146', '\116', '\040', - '\143', '\150', '\040', '\061', '\012', '\163', '\144', '\117', - '\040', '\163', '\164', '\040', '\061', '\012', '\153', '\110', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\166', '\105', '\040', '\166', '\141', '\040', '\061', '\012', - '\142', '\120', '\146', '\040', '\142', '\145', '\040', '\061', - '\012', '\162', '\172', '\130', '\040', '\145', '\162', '\040', - '\061', '\012', '\166', '\123', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\144', '\106', '\146', '\040', '\144', - '\145', '\040', '\061', '\012', '\166', '\130', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\142', '\122', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\132', '\170', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\130', - '\172', '\167', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\162', '\122', '\040', '\145', '\162', '\040', '\061', - '\012', '\170', '\110', '\142', '\040', '\142', '\145', '\040', - '\061', '\012', '\161', '\145', '\105', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\162', '\121', '\040', '\145', - '\162', '\040', '\061', '\012', '\166', '\153', '\111', '\040', - '\153', '\141', '\040', '\061', '\012', '\146', '\162', '\131', - '\040', '\145', '\162', '\040', '\061', '\012', '\152', '\161', - '\114', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\132', '\152', '\040', '\143', '\150', '\040', '\061', '\012', - '\124', '\155', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\155', '\110', '\167', '\040', '\155', '\145', '\040', - '\061', '\012', '\144', '\161', '\123', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\154', '\111', '\040', '\161', - '\165', '\040', '\061', '\012', '\132', '\166', '\142', '\040', - '\166', '\141', '\040', '\061', '\012', '\113', '\154', '\170', - '\040', '\154', '\145', '\040', '\061', '\012', '\147', '\142', - '\123', '\040', '\156', '\147', '\040', '\061', '\012', '\163', - '\142', '\121', '\040', '\163', '\164', '\040', '\061', '\012', - '\161', '\165', '\106', '\040', '\165', '\156', '\040', '\061', - '\012', '\161', '\172', '\124', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\141', '\111', '\040', '\141', '\156', - '\040', '\061', '\012', '\126', '\155', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\161', '\141', '\121', '\040', - '\141', '\156', '\040', '\061', '\012', '\121', '\153', '\142', - '\040', '\153', '\141', '\040', '\061', '\012', '\130', '\152', - '\142', '\040', '\151', '\152', '\040', '\061', '\012', '\157', - '\103', '\161', '\040', '\107', '\103', '\040', '\061', '\012', - '\161', '\121', '\150', '\040', '\121', '\117', '\040', '\061', - '\012', '\143', '\167', '\117', '\040', '\143', '\150', '\040', - '\061', '\012', '\164', '\115', '\146', '\040', '\164', '\150', - '\040', '\061', '\012', '\172', '\162', '\113', '\040', '\145', - '\162', '\040', '\061', '\012', '\167', '\113', '\171', '\040', - '\167', '\141', '\040', '\061', '\012', '\167', '\113', '\142', - '\040', '\167', '\141', '\040', '\061', '\012', '\143', '\161', - '\123', '\040', '\143', '\150', '\040', '\061', '\012', '\151', - '\107', '\166', '\040', '\151', '\156', '\040', '\061', '\012', - '\170', '\130', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\146', '\115', '\170', '\040', '\146', '\157', '\040', - '\061', '\012', '\132', '\155', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\131', '\161', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\104', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\112', '\170', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\171', '\171', - '\105', '\040', '\156', '\171', '\040', '\061', '\012', '\163', - '\125', '\166', '\040', '\163', '\164', '\040', '\061', '\012', - '\143', '\126', '\162', '\040', '\143', '\150', '\040', '\061', - '\012', '\142', '\161', '\110', '\040', '\161', '\165', '\040', - '\061', '\012', '\127', '\147', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\165', '\161', '\121', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\124', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\151', '\115', '\166', - '\040', '\151', '\156', '\040', '\061', '\012', '\161', '\127', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\144', '\126', '\040', '\144', '\145', '\040', '\061', '\012', - '\157', '\121', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\156', '\132', '\160', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\157', '\131', '\040', '\157', '\156', - '\040', '\061', '\012', '\152', '\122', '\153', '\040', '\151', - '\152', '\040', '\061', '\012', '\161', '\120', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\165', '\161', '\114', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\161', - '\130', '\040', '\143', '\150', '\040', '\061', '\012', '\154', - '\102', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\160', '\130', '\040', '\160', '\162', '\040', '\061', - '\012', '\142', '\131', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\131', '\145', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\152', '\116', '\040', '\164', - '\150', '\040', '\061', '\012', '\164', '\161', '\127', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\150', '\124', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\166', - '\106', '\040', '\143', '\150', '\040', '\061', '\012', '\131', - '\143', '\170', '\040', '\143', '\150', '\040', '\061', '\012', - '\152', '\106', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\110', '\144', '\171', '\040', '\144', '\145', '\040', - '\061', '\012', '\154', '\162', '\132', '\040', '\145', '\162', - '\040', '\061', '\012', '\146', '\132', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\124', '\146', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\172', '\162', '\111', - '\040', '\145', '\162', '\040', '\061', '\012', '\144', '\104', - '\166', '\040', '\144', '\145', '\040', '\061', '\012', '\170', - '\145', '\110', '\040', '\145', '\162', '\040', '\061', '\012', - '\154', '\172', '\110', '\040', '\154', '\145', '\040', '\061', - '\012', '\163', '\114', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\151', '\113', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\106', '\172', '\143', '\040', '\143', - '\155', '\040', '\061', '\012', '\170', '\122', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\146', '\123', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\161', '\167', - '\106', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\170', '\131', '\040', '\167', '\141', '\040', '\061', '\012', - '\131', '\153', '\167', '\040', '\153', '\141', '\040', '\061', - '\012', '\157', '\126', '\160', '\040', '\157', '\156', '\040', - '\061', '\012', '\143', '\147', '\102', '\040', '\143', '\150', - '\040', '\061', '\012', '\142', '\106', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\156', '\152', '\124', '\040', - '\141', '\156', '\040', '\061', '\012', '\144', '\132', '\172', - '\040', '\144', '\145', '\040', '\061', '\012', '\142', '\150', - '\123', '\040', '\164', '\150', '\040', '\061', '\012', '\106', - '\172', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\110', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\166', '\116', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\161', '\154', '\106', '\040', '\161', '\165', - '\040', '\061', '\012', '\114', '\166', '\146', '\040', '\166', - '\141', '\040', '\061', '\012', '\172', '\160', '\125', '\040', - '\163', '\172', '\040', '\061', '\012', '\152', '\164', '\114', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\121', - '\161', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\113', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\122', '\167', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\152', '\162', '\117', '\040', '\145', '\162', '\040', - '\061', '\012', '\156', '\160', '\102', '\040', '\141', '\156', - '\040', '\061', '\012', '\121', '\164', '\170', '\040', '\164', - '\150', '\040', '\061', '\012', '\115', '\161', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\117', '\161', '\170', - '\040', '\161', '\165', '\040', '\061', '\012', '\104', '\172', - '\160', '\040', '\163', '\172', '\040', '\061', '\012', '\150', - '\126', '\147', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\124', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\147', '\121', '\152', '\040', '\156', '\147', '\040', - '\061', '\012', '\155', '\124', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\164', '\121', '\166', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\132', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\112', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\143', '\162', - '\120', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\161', '\103', '\040', '\161', '\165', '\040', '\061', '\012', - '\104', '\167', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\166', '\126', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\150', '\161', '\124', '\040', '\164', '\150', - '\040', '\061', '\012', '\155', '\112', '\167', '\040', '\155', - '\145', '\040', '\061', '\012', '\164', '\170', '\124', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\132', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\130', '\156', - '\161', '\040', '\141', '\156', '\040', '\061', '\012', '\150', - '\146', '\125', '\040', '\164', '\150', '\040', '\061', '\012', - '\153', '\126', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\147', '\126', '\160', '\040', '\156', '\147', '\040', - '\061', '\012', '\156', '\102', '\160', '\040', '\141', '\156', - '\040', '\061', '\012', '\170', '\156', '\132', '\040', '\141', - '\156', '\040', '\061', '\012', '\152', '\161', '\101', '\040', - '\161', '\165', '\040', '\061', '\012', '\120', '\172', '\153', - '\040', '\163', '\172', '\040', '\061', '\012', '\146', '\112', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\107', - '\156', '\146', '\040', '\141', '\156', '\040', '\061', '\012', - '\113', '\170', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\144', '\130', '\154', '\040', '\130', '\155', '\040', - '\061', '\012', '\150', '\167', '\114', '\040', '\164', '\150', - '\040', '\061', '\012', '\122', '\162', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\153', '\154', '\114', '\040', - '\154', '\145', '\040', '\061', '\012', '\146', '\117', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\121', '\167', - '\170', '\040', '\167', '\141', '\040', '\061', '\012', '\103', - '\155', '\170', '\040', '\155', '\145', '\040', '\061', '\012', - '\106', '\142', '\146', '\040', '\142', '\145', '\040', '\061', - '\012', '\150', '\127', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\123', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\102', '\170', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\172', '\143', '\102', '\040', - '\143', '\150', '\040', '\061', '\012', '\154', '\166', '\130', - '\040', '\154', '\145', '\040', '\061', '\012', '\113', '\153', - '\170', '\040', '\153', '\141', '\040', '\061', '\012', '\161', - '\146', '\111', '\040', '\161', '\165', '\040', '\061', '\012', - '\165', '\113', '\147', '\040', '\161', '\165', '\040', '\061', - '\012', '\131', '\153', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\112', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\165', '\111', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\101', '\144', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\146', '\110', - '\040', '\160', '\162', '\040', '\061', '\012', '\121', '\167', - '\146', '\040', '\167', '\141', '\040', '\061', '\012', '\167', - '\142', '\125', '\040', '\167', '\141', '\040', '\061', '\012', - '\166', '\104', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\147', '\112', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\154', '\122', '\040', '\154', '\145', - '\040', '\061', '\012', '\155', '\130', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\162', '\110', '\170', '\040', - '\145', '\162', '\040', '\061', '\012', '\157', '\126', '\172', - '\040', '\157', '\156', '\040', '\061', '\012', '\147', '\164', - '\107', '\040', '\164', '\150', '\040', '\061', '\012', '\154', - '\162', '\113', '\040', '\110', '\113', '\040', '\061', '\012', - '\127', '\170', '\145', '\040', '\145', '\162', '\040', '\061', - '\012', '\160', '\156', '\112', '\040', '\141', '\156', '\040', - '\061', '\012', '\106', '\161', '\171', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\126', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\143', '\142', '\120', '\040', - '\143', '\150', '\040', '\061', '\012', '\107', '\152', '\143', - '\040', '\152', '\123', '\040', '\061', '\012', '\152', '\121', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\164', - '\166', '\126', '\040', '\164', '\150', '\040', '\061', '\012', - '\110', '\172', '\153', '\040', '\163', '\172', '\040', '\061', - '\012', '\152', '\171', '\127', '\040', '\151', '\152', '\040', - '\061', '\012', '\130', '\142', '\146', '\040', '\142', '\145', - '\040', '\061', '\012', '\161', '\146', '\123', '\040', '\161', - '\165', '\040', '\061', '\012', '\127', '\166', '\160', '\040', - '\166', '\141', '\040', '\061', '\012', '\167', '\142', '\114', - '\040', '\167', '\141', '\040', '\061', '\012', '\155', '\153', - '\117', '\040', '\153', '\141', '\040', '\061', '\012', '\145', - '\161', '\102', '\040', '\161', '\165', '\040', '\061', '\012', - '\144', '\166', '\123', '\040', '\144', '\145', '\040', '\061', - '\012', '\172', '\107', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\127', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\154', '\130', '\040', '\154', - '\145', '\040', '\061', '\012', '\170', '\112', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\114', '\153', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\116', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\153', - '\172', '\121', '\040', '\163', '\172', '\040', '\061', '\012', - '\103', '\172', '\166', '\040', '\163', '\172', '\040', '\061', - '\012', '\153', '\156', '\126', '\040', '\141', '\156', '\040', - '\061', '\012', '\122', '\152', '\142', '\040', '\151', '\152', - '\040', '\061', '\012', '\142', '\116', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\120', '\155', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\170', '\102', - '\040', '\161', '\165', '\040', '\061', '\012', '\114', '\150', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\125', - '\166', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\146', '\125', '\040', '\146', '\157', '\040', '\061', - '\012', '\151', '\116', '\160', '\040', '\151', '\156', '\040', - '\061', '\012', '\171', '\131', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\157', '\120', '\142', '\040', '\157', - '\156', '\040', '\061', '\012', '\161', '\151', '\127', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\143', '\104', - '\040', '\143', '\150', '\040', '\061', '\012', '\167', '\126', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\167', - '\107', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\122', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\142', '\102', '\040', '\142', '\145', '\040', - '\061', '\012', '\163', '\132', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\147', '\170', '\117', '\040', '\156', - '\147', '\040', '\061', '\012', '\167', '\106', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\115', '\170', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\144', '\170', - '\120', '\040', '\144', '\145', '\040', '\061', '\012', '\154', - '\122', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\142', '\132', '\040', '\164', '\150', '\040', '\061', - '\012', '\105', '\141', '\157', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\147', '\101', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\143', '\127', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\155', '\121', '\040', - '\166', '\141', '\040', '\061', '\012', '\131', '\161', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\151', - '\117', '\040', '\151', '\156', '\040', '\061', '\012', '\170', - '\117', '\145', '\040', '\145', '\162', '\040', '\061', '\012', - '\110', '\146', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\142', '\146', '\123', '\040', '\142', '\145', '\040', - '\061', '\012', '\121', '\150', '\156', '\040', '\164', '\150', - '\040', '\061', '\012', '\103', '\155', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\154', '\131', '\163', '\040', - '\154', '\145', '\040', '\061', '\012', '\116', '\161', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\145', - '\112', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\164', '\112', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\115', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\165', '\150', '\127', '\040', '\164', '\150', '\040', - '\061', '\012', '\152', '\123', '\142', '\040', '\151', '\152', - '\040', '\061', '\012', '\144', '\131', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\146', '\127', '\040', - '\143', '\150', '\040', '\061', '\012', '\147', '\123', '\170', - '\040', '\156', '\147', '\040', '\061', '\012', '\161', '\123', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\103', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\160', '\167', '\103', '\040', '\160', '\162', '\040', '\061', - '\012', '\107', '\170', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\115', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\153', '\103', '\040', '\153', - '\141', '\040', '\061', '\012', '\165', '\161', '\111', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\102', '\153', - '\040', '\163', '\172', '\040', '\061', '\012', '\172', '\163', - '\127', '\040', '\163', '\164', '\040', '\061', '\012', '\146', - '\132', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\170', '\152', '\142', '\040', '\151', '\152', '\040', '\061', - '\012', '\166', '\110', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\167', '\116', '\040', '\167', '\141', - '\040', '\061', '\012', '\166', '\115', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\110', '\150', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\163', '\112', - '\040', '\143', '\150', '\040', '\061', '\012', '\142', '\162', - '\112', '\040', '\145', '\162', '\040', '\061', '\012', '\170', - '\166', '\115', '\040', '\166', '\141', '\040', '\061', '\012', - '\155', '\130', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\127', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\144', '\170', '\132', '\040', '\144', '\145', - '\040', '\061', '\012', '\163', '\126', '\152', '\040', '\163', - '\164', '\040', '\061', '\012', '\170', '\162', '\106', '\040', - '\145', '\162', '\040', '\061', '\012', '\160', '\142', '\125', - '\040', '\160', '\162', '\040', '\061', '\012', '\124', '\146', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\167', - '\161', '\124', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\143', '\106', '\040', '\143', '\150', '\040', '\061', - '\012', '\156', '\162', '\123', '\040', '\141', '\156', '\040', - '\061', '\012', '\127', '\150', '\172', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\147', '\130', '\040', '\156', - '\147', '\040', '\061', '\012', '\171', '\130', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\153', '\112', '\142', - '\040', '\153', '\141', '\040', '\061', '\012', '\162', '\132', - '\153', '\040', '\145', '\162', '\040', '\061', '\012', '\160', - '\102', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\147', '\125', '\166', '\040', '\156', '\147', '\040', '\061', - '\012', '\110', '\161', '\145', '\040', '\161', '\165', '\040', - '\061', '\012', '\113', '\161', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\157', '\106', '\152', '\040', '\157', - '\156', '\040', '\061', '\012', '\170', '\142', '\116', '\040', - '\142', '\145', '\040', '\061', '\012', '\160', '\156', '\113', - '\040', '\141', '\156', '\040', '\061', '\012', '\114', '\142', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\144', - '\115', '\142', '\040', '\144', '\145', '\040', '\061', '\012', - '\161', '\123', '\160', '\040', '\161', '\165', '\040', '\061', - '\012', '\132', '\163', '\166', '\040', '\163', '\164', '\040', - '\061', '\012', '\167', '\162', '\126', '\040', '\145', '\162', - '\040', '\061', '\012', '\165', '\113', '\146', '\040', '\161', - '\165', '\040', '\061', '\012', '\155', '\154', '\131', '\040', - '\154', '\145', '\040', '\061', '\012', '\147', '\170', '\106', - '\040', '\156', '\147', '\040', '\061', '\012', '\164', '\152', - '\114', '\040', '\164', '\150', '\040', '\061', '\012', '\130', - '\162', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\162', '\166', '\106', '\040', '\145', '\162', '\040', '\061', - '\012', '\155', '\114', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\162', '\113', '\040', '\145', '\162', - '\040', '\061', '\012', '\121', '\154', '\172', '\040', '\154', - '\145', '\040', '\061', '\012', '\172', '\170', '\104', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\144', '\131', - '\040', '\144', '\145', '\040', '\061', '\012', '\152', '\166', - '\104', '\040', '\151', '\152', '\040', '\061', '\012', '\170', - '\121', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\161', '\106', '\165', '\040', '\165', '\156', '\040', '\061', - '\012', '\163', '\146', '\112', '\040', '\163', '\164', '\040', - '\061', '\012', '\160', '\111', '\146', '\040', '\160', '\162', - '\040', '\061', '\012', '\150', '\170', '\112', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\116', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\111', '\144', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\110', - '\146', '\040', '\156', '\171', '\040', '\061', '\012', '\161', - '\130', '\155', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\154', '\104', '\040', '\154', '\145', '\040', '\061', - '\012', '\172', '\106', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\127', '\160', '\040', '\151', '\152', - '\040', '\061', '\012', '\145', '\113', '\160', '\040', '\145', - '\162', '\040', '\061', '\012', '\170', '\150', '\146', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\142', '\126', - '\040', '\142', '\145', '\040', '\061', '\012', '\170', '\130', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\131', - '\150', '\153', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\167', '\130', '\040', '\167', '\141', '\040', '\061', - '\012', '\142', '\161', '\113', '\040', '\161', '\165', '\040', - '\061', '\012', '\156', '\166', '\131', '\040', '\141', '\156', - '\040', '\061', '\012', '\170', '\166', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\162', '\142', '\120', '\040', - '\145', '\162', '\040', '\061', '\012', '\163', '\130', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\125', '\167', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\167', - '\155', '\127', '\040', '\155', '\145', '\040', '\061', '\012', - '\160', '\170', '\126', '\040', '\160', '\162', '\040', '\061', - '\012', '\156', '\152', '\132', '\040', '\141', '\156', '\040', - '\061', '\012', '\124', '\161', '\153', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\155', '\105', '\040', '\163', - '\172', '\040', '\061', '\012', '\122', '\161', '\165', '\040', - '\165', '\156', '\040', '\061', '\012', '\161', '\161', '\115', - '\040', '\161', '\165', '\040', '\061', '\012', '\144', '\150', - '\121', '\040', '\164', '\150', '\040', '\061', '\012', '\165', - '\112', '\172', '\040', '\161', '\165', '\040', '\061', '\012', - '\126', '\161', '\144', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\103', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\160', '\127', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\126', '\144', '\171', '\040', '\144', - '\145', '\040', '\061', '\012', '\151', '\122', '\170', '\040', - '\151', '\156', '\040', '\061', '\012', '\126', '\143', '\155', - '\040', '\143', '\150', '\040', '\061', '\012', '\167', '\111', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\130', - '\142', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\143', '\107', '\040', '\143', '\150', '\040', '\061', - '\012', '\152', '\152', '\130', '\040', '\151', '\152', '\040', - '\061', '\012', '\156', '\155', '\117', '\040', '\141', '\156', - '\040', '\061', '\012', '\144', '\121', '\152', '\040', '\144', - '\145', '\040', '\061', '\012', '\144', '\146', '\126', '\040', - '\144', '\145', '\040', '\061', '\012', '\144', '\142', '\113', - '\040', '\144', '\145', '\040', '\061', '\012', '\147', '\161', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\156', - '\106', '\144', '\040', '\141', '\156', '\040', '\061', '\012', - '\157', '\127', '\166', '\040', '\157', '\156', '\040', '\061', - '\012', '\156', '\110', '\160', '\040', '\141', '\156', '\040', - '\061', '\012', '\153', '\156', '\113', '\040', '\141', '\156', - '\040', '\061', '\012', '\142', '\170', '\132', '\040', '\142', - '\145', '\040', '\061', '\012', '\167', '\155', '\110', '\040', - '\155', '\145', '\040', '\061', '\012', '\146', '\147', '\130', - '\040', '\156', '\147', '\040', '\061', '\012', '\147', '\172', - '\110', '\040', '\156', '\147', '\040', '\061', '\012', '\132', - '\142', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\166', '\147', '\115', '\040', '\156', '\147', '\040', '\061', - '\012', '\144', '\155', '\113', '\040', '\144', '\145', '\040', - '\061', '\012', '\143', '\166', '\102', '\040', '\143', '\150', - '\040', '\061', '\012', '\145', '\121', '\163', '\040', '\145', - '\162', '\040', '\061', '\012', '\143', '\110', '\155', '\040', - '\143', '\150', '\040', '\061', '\012', '\163', '\102', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\142', '\110', - '\170', '\040', '\142', '\145', '\040', '\061', '\012', '\166', - '\161', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\116', '\160', '\171', '\040', '\160', '\162', '\040', '\061', - '\012', '\170', '\172', '\114', '\040', '\163', '\172', '\040', - '\061', '\012', '\147', '\115', '\170', '\040', '\156', '\147', - '\040', '\061', '\012', '\166', '\167', '\125', '\040', '\166', - '\141', '\040', '\061', '\012', '\160', '\146', '\130', '\040', - '\160', '\162', '\040', '\061', '\012', '\156', '\106', '\147', - '\040', '\141', '\156', '\040', '\061', '\012', '\163', '\106', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\126', - '\161', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\105', '\155', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\130', '\171', '\040', '\164', '\150', '\040', - '\061', '\012', '\165', '\126', '\144', '\040', '\161', '\165', - '\040', '\061', '\012', '\131', '\166', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\161', '\110', '\157', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\127', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\170', '\143', - '\113', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\125', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\160', '\114', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\165', '\126', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\106', '\163', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\107', '\152', '\040', '\143', - '\150', '\040', '\061', '\012', '\130', '\167', '\171', '\040', - '\167', '\141', '\040', '\061', '\012', '\147', '\172', '\124', - '\040', '\156', '\147', '\040', '\061', '\012', '\144', '\116', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\162', '\125', '\040', '\145', '\162', '\040', '\061', '\012', - '\161', '\164', '\101', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\161', '\124', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\167', '\115', '\040', '\160', '\162', - '\040', '\061', '\012', '\154', '\162', '\120', '\040', '\145', - '\162', '\040', '\061', '\012', '\152', '\155', '\103', '\040', - '\151', '\152', '\040', '\061', '\012', '\160', '\155', '\120', - '\040', '\155', '\145', '\040', '\061', '\012', '\171', '\151', - '\131', '\040', '\151', '\156', '\040', '\061', '\012', '\160', - '\124', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\132', '\167', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\160', '\106', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\150', '\112', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\117', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\167', '\143', '\113', '\040', - '\143', '\150', '\040', '\061', '\012', '\153', '\161', '\153', - '\040', '\161', '\165', '\040', '\061', '\012', '\125', '\147', - '\172', '\040', '\156', '\147', '\040', '\061', '\012', '\170', - '\146', '\106', '\040', '\146', '\157', '\040', '\061', '\012', - '\143', '\124', '\166', '\040', '\143', '\150', '\040', '\061', - '\012', '\147', '\160', '\130', '\040', '\156', '\147', '\040', - '\061', '\012', '\114', '\146', '\170', '\040', '\146', '\157', - '\040', '\061', '\012', '\147', '\167', '\125', '\040', '\156', - '\147', '\040', '\061', '\012', '\104', '\172', '\170', '\040', - '\163', '\172', '\040', '\061', '\012', '\153', '\104', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\120', '\166', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\153', - '\144', '\131', '\040', '\144', '\145', '\040', '\061', '\012', - '\167', '\127', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\163', '\121', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\152', '\131', '\040', '\151', '\152', - '\040', '\061', '\012', '\171', '\103', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\162', '\123', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\123', '\146', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\146', '\132', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\115', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\144', '\116', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\152', '\124', '\166', '\040', '\151', '\152', '\040', - '\061', '\012', '\164', '\155', '\127', '\040', '\164', '\150', - '\040', '\061', '\012', '\143', '\170', '\112', '\040', '\143', - '\150', '\040', '\061', '\012', '\165', '\101', '\157', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\110', '\170', - '\040', '\155', '\145', '\040', '\061', '\012', '\146', '\147', - '\101', '\040', '\156', '\147', '\040', '\061', '\012', '\122', - '\150', '\170', '\040', '\164', '\150', '\040', '\061', '\012', - '\167', '\127', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\160', '\146', '\125', '\040', '\160', '\162', '\040', - '\061', '\012', '\157', '\111', '\152', '\040', '\157', '\156', - '\040', '\061', '\012', '\154', '\150', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\104', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\166', '\112', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\163', '\104', - '\160', '\040', '\163', '\164', '\040', '\061', '\012', '\161', - '\151', '\125', '\040', '\161', '\165', '\040', '\061', '\012', - '\131', '\146', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\161', '\170', '\127', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\106', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\150', '\120', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\152', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\164', '\155', '\121', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\155', - '\115', '\040', '\155', '\145', '\040', '\061', '\012', '\143', - '\126', '\171', '\040', '\143', '\150', '\040', '\061', '\012', - '\113', '\172', '\167', '\040', '\163', '\172', '\040', '\061', - '\012', '\164', '\146', '\101', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\152', '\122', '\040', '\151', '\152', - '\040', '\061', '\012', '\170', '\171', '\121', '\040', '\156', - '\171', '\040', '\061', '\012', '\155', '\102', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\146', '\121', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\144', '\132', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\145', - '\126', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\116', '\166', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\106', '\142', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\150', '\154', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\143', '\156', '\040', '\143', - '\150', '\040', '\061', '\012', '\161', '\167', '\127', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\132', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\150', - '\114', '\040', '\164', '\150', '\040', '\061', '\012', '\154', - '\127', '\146', '\040', '\154', '\145', '\040', '\061', '\012', - '\152', '\112', '\170', '\040', '\151', '\152', '\040', '\061', - '\012', '\131', '\172', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\105', '\157', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\116', '\152', '\155', '\040', '\151', - '\152', '\040', '\061', '\012', '\132', '\147', '\144', '\040', - '\156', '\147', '\040', '\061', '\012', '\160', '\107', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\163', '\147', - '\131', '\040', '\156', '\147', '\040', '\061', '\012', '\152', - '\171', '\105', '\040', '\151', '\152', '\040', '\061', '\012', - '\152', '\172', '\105', '\040', '\163', '\172', '\040', '\061', - '\012', '\165', '\152', '\113', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\142', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\127', '\163', '\146', '\040', '\163', - '\164', '\040', '\061', '\012', '\155', '\121', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\163', '\121', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\171', '\130', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\166', - '\131', '\145', '\040', '\145', '\162', '\040', '\061', '\012', - '\145', '\120', '\166', '\040', '\145', '\162', '\040', '\061', - '\012', '\141', '\103', '\166', '\040', '\141', '\156', '\040', - '\061', '\012', '\160', '\126', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\172', '\170', '\117', '\040', '\163', - '\172', '\040', '\061', '\012', '\152', '\152', '\127', '\040', - '\151', '\152', '\040', '\061', '\012', '\166', '\147', '\111', - '\040', '\156', '\147', '\040', '\061', '\012', '\164', '\132', - '\143', '\040', '\164', '\150', '\040', '\061', '\012', '\121', - '\164', '\147', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\115', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\124', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\115', '\170', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\146', '\142', '\111', '\040', '\142', - '\145', '\040', '\061', '\012', '\161', '\101', '\165', '\040', - '\165', '\156', '\040', '\061', '\012', '\167', '\146', '\124', - '\040', '\167', '\141', '\040', '\061', '\012', '\146', '\143', - '\106', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\146', '\113', '\040', '\160', '\162', '\040', '\061', '\012', - '\142', '\117', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\165', '\130', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\112', '\155', '\040', '\143', '\150', - '\040', '\061', '\012', '\130', '\160', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\164', '\161', '\112', '\040', - '\164', '\150', '\040', '\061', '\012', '\117', '\166', '\146', - '\040', '\166', '\141', '\040', '\061', '\012', '\130', '\154', - '\152', '\040', '\154', '\145', '\040', '\061', '\012', '\116', - '\162', '\154', '\040', '\145', '\162', '\040', '\061', '\012', - '\146', '\170', '\127', '\040', '\146', '\157', '\040', '\061', - '\012', '\123', '\167', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\166', '\105', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\160', '\131', '\040', '\161', - '\165', '\040', '\061', '\012', '\157', '\116', '\167', '\040', - '\157', '\156', '\040', '\061', '\012', '\153', '\131', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\152', '\130', - '\142', '\040', '\151', '\152', '\040', '\061', '\012', '\121', - '\146', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\145', '\104', '\160', '\040', '\145', '\162', '\040', '\061', - '\012', '\126', '\161', '\142', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\113', '\172', '\040', '\165', '\163', - '\040', '\061', '\012', '\161', '\152', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\125', '\170', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\114', '\153', '\171', - '\040', '\153', '\141', '\040', '\061', '\012', '\172', '\106', - '\171', '\040', '\163', '\172', '\040', '\061', '\012', '\156', - '\115', '\154', '\040', '\141', '\156', '\040', '\061', '\012', - '\171', '\131', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\143', '\121', '\145', '\040', '\143', '\150', '\040', - '\061', '\012', '\157', '\131', '\152', '\040', '\157', '\156', - '\040', '\061', '\012', '\164', '\142', '\102', '\040', '\164', - '\150', '\040', '\061', '\012', '\131', '\142', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\156', '\126', '\153', - '\040', '\156', '\144', '\040', '\061', '\012', '\142', '\130', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\114', - '\161', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\155', '\144', '\113', '\040', '\144', '\145', '\040', '\061', - '\012', '\160', '\144', '\120', '\040', '\144', '\145', '\040', - '\061', '\012', '\164', '\161', '\123', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\152', '\146', '\040', '\151', - '\152', '\040', '\061', '\012', '\153', '\143', '\103', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\132', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\141', '\123', - '\144', '\040', '\141', '\156', '\040', '\061', '\012', '\103', - '\155', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\172', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\121', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\107', '\161', '\147', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\127', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\130', '\162', '\167', '\040', - '\145', '\162', '\040', '\061', '\012', '\171', '\112', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\163', '\161', - '\104', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\127', '\142', '\040', '\144', '\145', '\040', '\061', '\012', - '\156', '\142', '\121', '\040', '\141', '\156', '\040', '\061', - '\012', '\151', '\167', '\120', '\040', '\151', '\156', '\040', - '\061', '\012', '\154', '\127', '\163', '\040', '\154', '\145', - '\040', '\061', '\012', '\124', '\163', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\144', '\110', '\172', '\040', - '\144', '\145', '\040', '\061', '\012', '\164', '\143', '\106', - '\040', '\164', '\150', '\040', '\061', '\012', '\121', '\153', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\102', - '\144', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\115', '\170', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\152', '\126', '\040', '\151', '\152', '\040', - '\061', '\012', '\153', '\121', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\144', '\156', '\111', '\040', '\141', - '\156', '\040', '\061', '\012', '\146', '\171', '\131', '\040', - '\156', '\171', '\040', '\061', '\012', '\141', '\106', '\161', - '\040', '\141', '\156', '\040', '\061', '\012', '\131', '\154', - '\170', '\040', '\154', '\145', '\040', '\061', '\012', '\131', - '\171', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\152', '\142', '\126', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\143', '\126', '\040', '\143', '\150', '\040', - '\061', '\012', '\160', '\172', '\130', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\122', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\144', '\152', '\101', '\040', - '\144', '\145', '\040', '\061', '\012', '\142', '\156', '\111', - '\040', '\141', '\156', '\040', '\061', '\012', '\114', '\154', - '\166', '\040', '\154', '\145', '\040', '\061', '\012', '\164', - '\155', '\132', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\121', '\157', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\164', '\127', '\040', '\164', '\150', '\040', - '\061', '\012', '\122', '\170', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\170', '\127', '\040', '\144', - '\145', '\040', '\061', '\012', '\161', '\164', '\127', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\161', '\117', - '\040', '\161', '\165', '\040', '\061', '\012', '\154', '\110', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\154', - '\122', '\152', '\040', '\154', '\145', '\040', '\061', '\012', - '\150', '\116', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\107', '\151', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\131', '\161', '\040', '\143', '\150', - '\040', '\061', '\012', '\131', '\144', '\160', '\040', '\144', - '\145', '\040', '\061', '\012', '\161', '\127', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\153', '\102', - '\040', '\153', '\141', '\040', '\061', '\012', '\153', '\170', - '\103', '\040', '\153', '\141', '\040', '\061', '\012', '\154', - '\152', '\101', '\040', '\154', '\145', '\040', '\061', '\012', - '\121', '\167', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\155', '\103', '\160', '\040', '\155', '\145', '\040', - '\061', '\012', '\146', '\112', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\166', '\103', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\143', '\172', '\040', - '\143', '\150', '\040', '\061', '\012', '\166', '\102', '\146', - '\040', '\166', '\141', '\040', '\061', '\012', '\143', '\131', - '\170', '\040', '\143', '\150', '\040', '\061', '\012', '\146', - '\110', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\153', '\166', '\127', '\040', '\153', '\141', '\040', '\061', - '\012', '\112', '\155', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\150', '\121', '\152', '\040', '\164', '\150', - '\040', '\061', '\012', '\162', '\142', '\121', '\040', '\145', - '\162', '\040', '\061', '\012', '\166', '\170', '\130', '\040', - '\166', '\141', '\040', '\061', '\012', '\167', '\106', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\124', '\152', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\150', - '\170', '\122', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\144', '\131', '\040', '\144', '\145', '\040', '\061', - '\012', '\160', '\155', '\106', '\040', '\155', '\145', '\040', - '\061', '\012', '\163', '\104', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\162', '\126', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\104', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\147', '\102', '\167', - '\040', '\156', '\147', '\040', '\061', '\012', '\143', '\110', - '\146', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\172', '\121', '\040', '\163', '\172', '\040', '\061', '\012', - '\154', '\126', '\160', '\040', '\154', '\145', '\040', '\061', - '\012', '\147', '\146', '\110', '\040', '\156', '\147', '\040', - '\061', '\012', '\157', '\107', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\164', '\166', '\112', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\115', '\166', '\040', - '\143', '\150', '\040', '\061', '\012', '\170', '\156', '\123', - '\040', '\141', '\156', '\040', '\061', '\012', '\166', '\121', - '\170', '\040', '\166', '\141', '\040', '\061', '\012', '\165', - '\157', '\115', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\153', '\130', '\040', '\163', '\172', '\040', '\061', - '\012', '\172', '\110', '\160', '\040', '\163', '\172', '\040', - '\061', '\012', '\171', '\165', '\127', '\040', '\161', '\165', - '\040', '\061', '\012', '\121', '\142', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\172', '\167', '\107', '\040', - '\163', '\172', '\040', '\061', '\012', '\143', '\160', '\130', - '\040', '\143', '\150', '\040', '\061', '\012', '\122', '\160', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\172', - '\113', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\125', '\142', '\040', '\167', '\141', '\040', '\061', - '\012', '\161', '\156', '\112', '\040', '\141', '\156', '\040', - '\061', '\012', '\122', '\160', '\171', '\040', '\160', '\162', - '\040', '\061', '\012', '\142', '\143', '\123', '\040', '\143', - '\150', '\040', '\061', '\012', '\161', '\170', '\113', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\152', '\104', - '\040', '\161', '\165', '\040', '\061', '\012', '\154', '\121', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\153', - '\162', '\130', '\040', '\145', '\162', '\040', '\061', '\012', - '\106', '\143', '\147', '\040', '\143', '\150', '\040', '\061', - '\012', '\157', '\126', '\170', '\040', '\157', '\156', '\040', - '\061', '\012', '\166', '\112', '\146', '\040', '\166', '\141', - '\040', '\061', '\012', '\102', '\166', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\144', '\155', '\130', '\040', - '\144', '\145', '\040', '\061', '\012', '\127', '\144', '\152', - '\040', '\144', '\145', '\040', '\061', '\012', '\131', '\172', - '\160', '\040', '\163', '\172', '\040', '\061', '\012', '\131', - '\143', '\144', '\040', '\143', '\150', '\040', '\061', '\012', - '\152', '\113', '\170', '\040', '\151', '\152', '\040', '\061', - '\012', '\153', '\162', '\110', '\040', '\145', '\162', '\040', - '\061', '\012', '\114', '\156', '\155', '\040', '\141', '\156', - '\040', '\061', '\012', '\172', '\103', '\155', '\040', '\163', - '\172', '\040', '\061', '\012', '\125', '\167', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\125', '\166', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\115', '\146', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\171', - '\161', '\112', '\040', '\161', '\165', '\040', '\061', '\012', - '\114', '\146', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\110', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\153', '\147', '\112', '\040', '\156', '\147', - '\040', '\061', '\012', '\141', '\107', '\161', '\040', '\141', - '\156', '\040', '\061', '\012', '\164', '\152', '\110', '\040', - '\164', '\150', '\040', '\061', '\012', '\132', '\153', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\167', '\110', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\116', - '\172', '\160', '\040', '\163', '\172', '\040', '\061', '\012', - '\143', '\132', '\170', '\040', '\143', '\150', '\040', '\061', - '\012', '\152', '\166', '\113', '\040', '\151', '\152', '\040', - '\061', '\012', '\143', '\154', '\106', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\155', '\104', '\040', '\155', - '\145', '\040', '\061', '\012', '\131', '\160', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\160', '\106', '\171', - '\040', '\160', '\162', '\040', '\061', '\012', '\150', '\166', - '\106', '\040', '\164', '\150', '\040', '\061', '\012', '\155', - '\164', '\127', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\161', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\166', '\116', '\040', '\153', '\141', '\040', - '\061', '\012', '\164', '\143', '\132', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\153', '\122', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\144', '\110', '\040', - '\144', '\145', '\040', '\061', '\012', '\161', '\105', '\163', - '\040', '\161', '\165', '\040', '\061', '\012', '\132', '\143', - '\167', '\040', '\143', '\150', '\040', '\061', '\012', '\126', - '\167', '\165', '\040', '\165', '\156', '\040', '\061', '\012', - '\147', '\130', '\172', '\040', '\156', '\147', '\040', '\061', - '\012', '\155', '\127', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\155', '\127', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\112', '\161', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\157', '\123', '\152', '\040', - '\157', '\156', '\040', '\061', '\012', '\154', '\167', '\131', - '\040', '\154', '\145', '\040', '\061', '\012', '\124', '\153', - '\146', '\040', '\153', '\141', '\040', '\061', '\012', '\160', - '\143', '\103', '\040', '\143', '\150', '\040', '\061', '\012', - '\157', '\150', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\144', '\172', '\107', '\040', '\144', '\145', '\040', - '\061', '\012', '\146', '\144', '\116', '\040', '\144', '\145', - '\040', '\061', '\012', '\170', '\162', '\123', '\040', '\145', - '\162', '\040', '\061', '\012', '\150', '\110', '\153', '\040', - '\164', '\150', '\040', '\061', '\012', '\106', '\152', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\142', - '\132', '\040', '\166', '\141', '\040', '\061', '\012', '\125', - '\144', '\170', '\040', '\144', '\145', '\040', '\061', '\012', - '\167', '\172', '\130', '\040', '\163', '\172', '\040', '\061', - '\012', '\165', '\116', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\146', '\132', '\040', '\167', '\141', - '\040', '\061', '\012', '\163', '\167', '\102', '\040', '\163', - '\164', '\040', '\061', '\012', '\144', '\155', '\121', '\040', - '\144', '\145', '\040', '\061', '\012', '\144', '\143', '\101', - '\040', '\143', '\150', '\040', '\061', '\012', '\161', '\172', - '\120', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\112', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\161', '\127', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\126', '\153', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\167', '\102', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\111', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\142', '\160', '\125', '\040', - '\160', '\162', '\040', '\061', '\012', '\142', '\167', '\115', - '\040', '\167', '\141', '\040', '\061', '\012', '\146', '\153', - '\101', '\040', '\153', '\141', '\040', '\061', '\012', '\170', - '\125', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\170', '\124', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\146', '\113', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\154', '\170', '\123', '\040', '\154', '\145', - '\040', '\061', '\012', '\170', '\141', '\123', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\166', '\121', '\040', - '\166', '\141', '\040', '\061', '\012', '\144', '\150', '\126', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\144', - '\127', '\040', '\144', '\145', '\040', '\061', '\012', '\167', - '\146', '\112', '\040', '\167', '\141', '\040', '\061', '\012', - '\127', '\161', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\132', '\152', '\040', '\163', '\164', '\040', - '\061', '\012', '\114', '\170', '\171', '\040', '\156', '\171', - '\040', '\061', '\012', '\170', '\130', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\161', '\104', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\113', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\121', '\166', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\153', - '\146', '\110', '\040', '\153', '\141', '\040', '\061', '\012', - '\141', '\121', '\160', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\106', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\156', '\152', '\127', '\040', '\141', '\156', - '\040', '\061', '\012', '\122', '\160', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\115', '\155', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\146', '\150', '\104', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\113', - '\153', '\040', '\151', '\152', '\040', '\061', '\012', '\172', - '\101', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\146', '\114', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\167', '\116', '\040', '\167', '\141', '\040', - '\061', '\012', '\161', '\160', '\172', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\170', '\120', '\040', '\164', - '\150', '\040', '\061', '\012', '\107', '\144', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\115', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\167', - '\114', '\040', '\151', '\152', '\040', '\061', '\012', '\153', - '\102', '\142', '\040', '\153', '\141', '\040', '\061', '\012', - '\146', '\101', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\123', '\144', '\170', '\040', '\144', '\145', '\040', - '\061', '\012', '\112', '\155', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\142', '\147', '\130', '\040', '\156', - '\147', '\040', '\061', '\012', '\170', '\127', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\150', '\110', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\107', '\167', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\106', - '\142', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\172', '\157', '\124', '\040', '\157', '\156', '\040', '\061', - '\012', '\171', '\152', '\107', '\040', '\151', '\152', '\040', - '\061', '\012', '\122', '\154', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\166', '\106', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\143', '\113', '\040', - '\143', '\150', '\040', '\061', '\012', '\170', '\144', '\103', - '\040', '\144', '\145', '\040', '\061', '\012', '\167', '\166', - '\117', '\040', '\166', '\141', '\040', '\061', '\012', '\157', - '\121', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\156', '\111', '\167', '\040', '\141', '\156', '\040', '\061', - '\012', '\167', '\172', '\101', '\040', '\163', '\172', '\040', - '\061', '\012', '\122', '\172', '\152', '\040', '\163', '\172', - '\040', '\061', '\012', '\121', '\172', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\131', '\152', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\153', '\121', - '\040', '\153', '\165', '\040', '\061', '\012', '\154', '\162', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\156', - '\167', '\132', '\040', '\141', '\156', '\040', '\061', '\012', - '\160', '\107', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\155', '\156', '\114', '\040', '\141', '\156', '\040', - '\061', '\012', '\122', '\154', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\143', '\104', '\040', '\143', - '\150', '\040', '\061', '\012', '\162', '\122', '\144', '\040', - '\145', '\162', '\040', '\061', '\012', '\117', '\146', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\106', '\152', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\165', - '\165', '\117', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\132', '\170', '\040', '\163', '\172', '\040', '\061', - '\012', '\116', '\142', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\156', '\127', '\040', '\141', '\156', - '\040', '\061', '\012', '\152', '\142', '\110', '\040', '\151', - '\152', '\040', '\061', '\012', '\162', '\104', '\170', '\040', - '\145', '\162', '\040', '\061', '\012', '\121', '\155', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\144', '\167', - '\126', '\040', '\144', '\145', '\040', '\061', '\012', '\117', - '\161', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\132', '\161', '\145', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\167', '\111', '\040', '\167', '\141', '\040', - '\061', '\012', '\156', '\152', '\120', '\040', '\141', '\156', - '\040', '\061', '\012', '\117', '\161', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\126', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\146', '\161', '\170', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\146', - '\117', '\040', '\156', '\147', '\040', '\061', '\012', '\150', - '\161', '\125', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\104', '\152', '\040', '\156', '\147', '\040', '\061', - '\012', '\124', '\155', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\166', '\143', '\113', '\040', '\143', '\150', - '\040', '\061', '\012', '\161', '\155', '\126', '\040', '\161', - '\165', '\040', '\061', '\012', '\163', '\126', '\170', '\040', - '\163', '\164', '\040', '\061', '\012', '\127', '\146', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\112', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\146', - '\165', '\113', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\146', '\116', '\040', '\142', '\145', '\040', '\061', - '\012', '\161', '\146', '\124', '\040', '\161', '\165', '\040', - '\061', '\012', '\106', '\155', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\164', '\142', '\116', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\152', '\116', '\040', - '\151', '\152', '\040', '\061', '\012', '\171', '\150', '\132', - '\040', '\164', '\150', '\040', '\061', '\012', '\116', '\170', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\167', - '\170', '\125', '\040', '\167', '\141', '\040', '\061', '\012', - '\172', '\130', '\142', '\040', '\163', '\172', '\040', '\061', - '\012', '\116', '\172', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\157', '\150', '\114', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\126', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\132', '\163', '\170', '\040', - '\163', '\164', '\040', '\061', '\012', '\132', '\161', '\152', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\125', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\171', - '\152', '\103', '\040', '\151', '\152', '\040', '\061', '\012', - '\153', '\124', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\161', '\126', '\040', '\161', '\165', '\040', - '\061', '\012', '\106', '\171', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\111', '\143', '\144', '\040', '\143', - '\150', '\040', '\061', '\012', '\163', '\166', '\116', '\040', - '\163', '\164', '\040', '\061', '\012', '\112', '\152', '\166', - '\040', '\151', '\152', '\040', '\061', '\012', '\142', '\126', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\146', - '\144', '\111', '\040', '\144', '\145', '\040', '\061', '\012', - '\156', '\142', '\130', '\040', '\141', '\156', '\040', '\061', - '\012', '\143', '\146', '\125', '\040', '\143', '\150', '\040', - '\061', '\012', '\154', '\107', '\155', '\040', '\154', '\145', - '\040', '\061', '\012', '\117', '\166', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\172', '\104', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\152', '\147', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\154', '\131', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\150', - '\152', '\122', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\120', '\155', '\040', '\161', '\165', '\040', '\061', - '\012', '\151', '\122', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\132', '\162', '\170', '\040', '\145', '\162', - '\040', '\061', '\012', '\167', '\160', '\124', '\040', '\160', - '\162', '\040', '\061', '\012', '\170', '\163', '\102', '\040', - '\163', '\164', '\040', '\061', '\012', '\161', '\170', '\124', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\106', - '\170', '\040', '\156', '\147', '\040', '\061', '\012', '\161', - '\157', '\112', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\155', '\104', '\040', '\163', '\164', '\040', '\061', - '\012', '\154', '\142', '\115', '\040', '\154', '\145', '\040', - '\061', '\012', '\167', '\103', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\167', '\106', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\130', '\154', '\166', '\040', - '\154', '\145', '\040', '\061', '\012', '\172', '\171', '\125', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\106', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\164', - '\152', '\122', '\040', '\164', '\150', '\040', '\061', '\012', - '\151', '\131', '\170', '\040', '\151', '\156', '\040', '\061', - '\012', '\165', '\112', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\121', '\145', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\130', '\162', '\166', '\040', '\145', - '\162', '\040', '\061', '\012', '\102', '\161', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\126', '\144', '\142', - '\040', '\144', '\145', '\040', '\061', '\012', '\172', '\156', - '\122', '\040', '\141', '\156', '\040', '\061', '\012', '\160', - '\155', '\114', '\040', '\155', '\145', '\040', '\061', '\012', - '\164', '\166', '\110', '\040', '\164', '\150', '\040', '\061', - '\012', '\124', '\155', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\104', '\147', '\142', '\040', '\156', '\147', - '\040', '\061', '\012', '\157', '\172', '\117', '\040', '\157', - '\156', '\040', '\061', '\012', '\146', '\121', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\120', '\161', '\142', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\131', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\170', - '\120', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\147', '\127', '\146', '\040', '\156', '\147', '\040', '\061', - '\012', '\143', '\103', '\166', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\145', '\120', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\132', '\155', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\147', '\132', '\040', - '\156', '\147', '\040', '\061', '\012', '\155', '\152', '\117', - '\040', '\151', '\152', '\040', '\061', '\012', '\147', '\103', - '\167', '\040', '\156', '\147', '\040', '\061', '\012', '\163', - '\166', '\121', '\040', '\163', '\164', '\040', '\061', '\012', - '\122', '\161', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\121', '\142', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\114', '\153', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\106', '\172', '\141', '\040', '\141', - '\156', '\040', '\061', '\012', '\152', '\154', '\102', '\040', - '\154', '\145', '\040', '\061', '\012', '\151', '\127', '\152', - '\040', '\151', '\156', '\040', '\061', '\012', '\132', '\170', - '\151', '\040', '\151', '\156', '\040', '\061', '\012', '\113', - '\170', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\152', '\143', '\112', '\040', '\151', '\152', '\040', '\061', - '\012', '\165', '\103', '\146', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\101', '\170', '\040', '\143', '\150', - '\040', '\061', '\012', '\126', '\152', '\167', '\040', '\151', - '\152', '\040', '\061', '\012', '\166', '\125', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\115', '\156', '\161', - '\040', '\141', '\156', '\040', '\061', '\012', '\152', '\152', - '\115', '\040', '\151', '\152', '\040', '\061', '\012', '\166', - '\125', '\170', '\040', '\166', '\141', '\040', '\061', '\012', - '\165', '\132', '\162', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\167', '\125', '\040', '\164', '\150', '\040', - '\061', '\012', '\131', '\164', '\166', '\040', '\164', '\150', - '\040', '\061', '\012', '\150', '\122', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\172', '\126', '\040', - '\163', '\172', '\040', '\061', '\012', '\155', '\166', '\131', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\106', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\152', - '\102', '\160', '\040', '\151', '\152', '\040', '\061', '\012', - '\153', '\107', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\161', '\125', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\147', '\122', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\127', '\142', '\040', '\154', - '\145', '\040', '\061', '\012', '\167', '\167', '\120', '\040', - '\167', '\141', '\040', '\061', '\012', '\167', '\166', '\105', - '\040', '\166', '\141', '\040', '\061', '\012', '\106', '\163', - '\170', '\040', '\163', '\164', '\040', '\061', '\012', '\111', - '\172', '\170', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\167', '\103', '\040', '\167', '\141', '\040', '\061', - '\012', '\106', '\155', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\114', '\144', '\040', '\143', '\150', - '\040', '\061', '\012', '\142', '\122', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\151', '\130', '\146', '\040', - '\151', '\156', '\040', '\061', '\012', '\171', '\115', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\161', - '\120', '\040', '\143', '\150', '\040', '\061', '\012', '\152', - '\163', '\114', '\040', '\163', '\164', '\040', '\061', '\012', - '\152', '\111', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\165', '\107', '\040', '\161', '\165', '\040', - '\061', '\012', '\114', '\142', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\105', '\161', '\146', '\040', '\161', - '\165', '\040', '\061', '\012', '\117', '\147', '\146', '\040', - '\156', '\147', '\040', '\061', '\012', '\153', '\107', '\166', - '\040', '\153', '\141', '\040', '\061', '\012', '\160', '\152', - '\113', '\040', '\151', '\152', '\040', '\061', '\012', '\166', - '\143', '\121', '\040', '\143', '\150', '\040', '\061', '\012', - '\130', '\172', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\125', '\166', '\040', '\151', '\152', '\040', - '\061', '\012', '\167', '\107', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\150', '\155', '\130', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\161', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\153', '\105', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\147', - '\130', '\040', '\156', '\147', '\040', '\061', '\012', '\166', - '\167', '\117', '\040', '\166', '\141', '\040', '\061', '\012', - '\167', '\155', '\123', '\040', '\155', '\145', '\040', '\061', - '\012', '\166', '\150', '\124', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\171', '\130', '\040', '\163', '\164', - '\040', '\061', '\012', '\156', '\142', '\103', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\147', '\127', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\161', '\115', - '\040', '\161', '\165', '\040', '\061', '\012', '\144', '\127', - '\146', '\040', '\144', '\145', '\040', '\061', '\012', '\143', - '\167', '\106', '\040', '\143', '\150', '\040', '\061', '\012', - '\144', '\156', '\106', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\104', '\151', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\123', '\167', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\121', '\146', '\040', '\151', - '\152', '\040', '\061', '\012', '\143', '\162', '\132', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\107', '\154', - '\040', '\161', '\165', '\040', '\061', '\012', '\127', '\170', - '\165', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\162', '\127', '\040', '\156', '\147', '\040', '\061', '\012', - '\147', '\154', '\130', '\040', '\156', '\147', '\040', '\061', - '\012', '\166', '\106', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\160', '\142', '\106', '\040', '\160', '\162', - '\040', '\061', '\012', '\142', '\116', '\146', '\040', '\142', - '\145', '\040', '\061', '\012', '\121', '\143', '\146', '\040', - '\143', '\150', '\040', '\061', '\012', '\146', '\126', '\170', - '\040', '\146', '\157', '\040', '\061', '\012', '\160', '\120', - '\146', '\040', '\160', '\162', '\040', '\061', '\012', '\160', - '\126', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\154', '\107', '\040', '\154', '\145', '\040', '\061', - '\012', '\104', '\167', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\121', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\154', '\153', '\121', '\040', '\154', - '\145', '\040', '\061', '\012', '\163', '\161', '\110', '\040', - '\161', '\165', '\040', '\061', '\012', '\131', '\171', '\170', - '\040', '\156', '\171', '\040', '\061', '\012', '\166', '\106', - '\155', '\040', '\166', '\141', '\040', '\061', '\012', '\164', - '\121', '\157', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\154', '\125', '\040', '\154', '\145', '\040', '\061', - '\012', '\166', '\154', '\127', '\040', '\154', '\145', '\040', - '\061', '\012', '\147', '\154', '\127', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\155', '\127', '\040', '\161', - '\165', '\040', '\061', '\012', '\141', '\127', '\154', '\040', - '\141', '\156', '\040', '\061', '\012', '\172', '\155', '\126', - '\040', '\163', '\172', '\040', '\061', '\012', '\147', '\114', - '\155', '\040', '\156', '\147', '\040', '\061', '\012', '\147', - '\154', '\102', '\040', '\156', '\147', '\040', '\061', '\012', - '\164', '\161', '\101', '\040', '\164', '\150', '\040', '\061', - '\012', '\150', '\147', '\112', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\107', '\142', '\040', '\143', '\150', - '\040', '\061', '\012', '\161', '\167', '\105', '\040', '\161', - '\165', '\040', '\061', '\012', '\106', '\146', '\171', '\040', - '\156', '\171', '\040', '\061', '\012', '\167', '\155', '\114', - '\040', '\155', '\145', '\040', '\061', '\012', '\170', '\114', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\163', - '\142', '\105', '\040', '\163', '\164', '\040', '\061', '\012', - '\142', '\121', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\170', '\153', '\122', '\040', '\153', '\141', '\040', - '\061', '\012', '\171', '\106', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\117', '\155', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\130', '\146', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\112', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\114', '\167', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\167', - '\146', '\125', '\040', '\167', '\141', '\040', '\061', '\012', - '\172', '\146', '\153', '\040', '\163', '\172', '\040', '\061', - '\012', '\154', '\116', '\166', '\040', '\154', '\145', '\040', - '\061', '\012', '\171', '\153', '\121', '\040', '\153', '\141', - '\040', '\061', '\012', '\170', '\104', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\104', '\167', '\040', - '\151', '\152', '\040', '\061', '\012', '\172', '\142', '\170', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\121', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\166', - '\166', '\115', '\040', '\166', '\141', '\040', '\061', '\012', - '\130', '\161', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\114', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\153', '\132', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\101', '\147', '\040', '\161', - '\165', '\040', '\061', '\012', '\130', '\152', '\167', '\040', - '\151', '\152', '\040', '\061', '\012', '\143', '\106', '\167', - '\040', '\143', '\150', '\040', '\061', '\012', '\162', '\167', - '\121', '\040', '\145', '\162', '\040', '\061', '\012', '\155', - '\127', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\131', '\162', '\170', '\040', '\145', '\162', '\040', '\061', - '\012', '\145', '\125', '\157', '\040', '\145', '\162', '\040', - '\061', '\012', '\165', '\104', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\115', '\150', '\167', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\107', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\122', '\160', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\163', '\142', - '\106', '\040', '\163', '\164', '\040', '\061', '\012', '\156', - '\146', '\130', '\040', '\141', '\156', '\040', '\061', '\012', - '\127', '\146', '\165', '\040', '\161', '\165', '\040', '\061', - '\012', '\115', '\167', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\104', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\127', '\160', '\167', '\040', '\160', - '\162', '\040', '\061', '\012', '\172', '\106', '\166', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\130', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\161', '\163', - '\124', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\132', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\114', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\160', '\161', '\102', '\040', '\161', '\165', '\040', - '\061', '\012', '\130', '\152', '\157', '\040', '\157', '\156', - '\040', '\061', '\012', '\153', '\104', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\112', '\170', '\146', '\040', - '\146', '\157', '\040', '\061', '\012', '\126', '\161', '\172', - '\040', '\161', '\165', '\040', '\061', '\012', '\110', '\166', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\132', - '\161', '\167', '\040', '\161', '\165', '\040', '\061', '\012', - '\153', '\122', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\164', '\166', '\122', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\116', '\170', '\040', '\144', '\145', - '\040', '\061', '\012', '\152', '\127', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\156', '\122', '\167', '\040', - '\141', '\156', '\040', '\061', '\012', '\162', '\107', '\142', - '\040', '\145', '\162', '\040', '\061', '\012', '\166', '\132', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\130', - '\164', '\172', '\040', '\164', '\150', '\040', '\061', '\012', - '\153', '\132', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\126', '\155', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\144', '\115', '\160', '\040', '\144', '\145', - '\040', '\061', '\012', '\143', '\120', '\171', '\040', '\143', - '\150', '\040', '\061', '\012', '\165', '\172', '\122', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\152', '\105', - '\040', '\151', '\152', '\040', '\061', '\012', '\147', '\172', - '\106', '\040', '\156', '\147', '\040', '\061', '\012', '\164', - '\103', '\160', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\146', '\103', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\143', '\161', '\040', '\143', '\150', '\040', - '\061', '\012', '\132', '\146', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\153', '\167', '\103', '\040', '\153', - '\141', '\040', '\061', '\012', '\146', '\153', '\115', '\040', - '\153', '\157', '\040', '\061', '\012', '\166', '\112', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\145', '\103', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\120', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\161', '\112', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\155', '\131', '\040', '\144', '\145', '\040', - '\061', '\012', '\165', '\115', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\113', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\161', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\116', '\160', - '\040', '\166', '\141', '\040', '\061', '\012', '\103', '\162', - '\152', '\040', '\145', '\162', '\040', '\061', '\012', '\150', - '\163', '\110', '\040', '\164', '\150', '\040', '\061', '\012', - '\126', '\167', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\123', '\144', '\171', '\040', '\144', '\145', '\040', - '\061', '\012', '\106', '\160', '\167', '\040', '\160', '\162', - '\040', '\061', '\012', '\127', '\143', '\161', '\040', '\143', - '\150', '\040', '\061', '\012', '\160', '\152', '\127', '\040', - '\151', '\152', '\040', '\061', '\012', '\144', '\167', '\127', - '\040', '\144', '\145', '\040', '\061', '\012', '\147', '\152', - '\130', '\040', '\156', '\147', '\040', '\061', '\012', '\171', - '\132', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\143', '\113', '\147', '\040', '\143', '\150', '\040', '\061', - '\012', '\170', '\144', '\122', '\040', '\144', '\145', '\040', - '\061', '\012', '\167', '\161', '\127', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\150', '\104', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\147', '\107', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\115', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\161', '\156', - '\121', '\040', '\141', '\156', '\040', '\061', '\012', '\150', - '\112', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\166', '\103', '\040', '\166', '\141', '\040', '\061', - '\012', '\143', '\160', '\122', '\040', '\143', '\150', '\040', - '\061', '\012', '\127', '\164', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\165', '\171', '\130', '\040', '\161', - '\165', '\040', '\061', '\012', '\143', '\130', '\146', '\040', - '\143', '\150', '\040', '\061', '\012', '\165', '\113', '\166', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\126', - '\166', '\040', '\156', '\147', '\040', '\061', '\012', '\170', - '\172', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\143', '\120', '\161', '\040', '\143', '\150', '\040', '\061', - '\012', '\146', '\124', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\163', '\106', '\152', '\040', '\163', '\164', - '\040', '\061', '\012', '\155', '\172', '\130', '\040', '\163', - '\172', '\040', '\061', '\012', '\147', '\115', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\170', '\111', - '\040', '\145', '\162', '\040', '\061', '\012', '\145', '\131', - '\146', '\040', '\145', '\162', '\040', '\061', '\012', '\153', - '\167', '\102', '\040', '\153', '\141', '\040', '\061', '\012', - '\145', '\121', '\153', '\040', '\145', '\162', '\040', '\061', - '\012', '\152', '\102', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\154', '\142', '\110', '\040', '\154', '\145', - '\040', '\061', '\012', '\161', '\103', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\127', '\156', '\166', '\040', - '\141', '\156', '\040', '\061', '\012', '\147', '\131', '\144', - '\040', '\156', '\147', '\040', '\061', '\012', '\132', '\170', - '\145', '\040', '\145', '\162', '\040', '\061', '\012', '\146', - '\132', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\110', '\147', '\152', '\040', '\156', '\147', '\040', '\061', - '\012', '\142', '\122', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\146', '\160', '\122', '\040', '\160', '\162', - '\040', '\061', '\012', '\143', '\142', '\122', '\040', '\143', - '\150', '\040', '\061', '\012', '\154', '\161', '\124', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\115', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\121', - '\171', '\040', '\164', '\157', '\040', '\061', '\012', '\166', - '\170', '\107', '\040', '\166', '\141', '\040', '\061', '\012', - '\147', '\160', '\102', '\040', '\156', '\147', '\040', '\061', - '\012', '\107', '\153', '\167', '\040', '\153', '\141', '\040', - '\061', '\012', '\172', '\161', '\130', '\040', '\161', '\165', - '\040', '\061', '\012', '\164', '\120', '\167', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\156', '\116', '\040', - '\141', '\156', '\040', '\061', '\012', '\107', '\153', '\160', - '\040', '\153', '\141', '\040', '\061', '\012', '\155', '\166', - '\121', '\040', '\166', '\141', '\040', '\061', '\012', '\150', - '\110', '\146', '\040', '\164', '\150', '\040', '\061', '\012', - '\167', '\146', '\123', '\040', '\167', '\141', '\040', '\061', - '\012', '\161', '\103', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\161', '\110', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\147', '\122', '\040', '\164', - '\150', '\040', '\061', '\012', '\115', '\167', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\142', '\161', '\121', - '\040', '\161', '\165', '\040', '\061', '\012', '\106', '\153', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\157', - '\106', '\166', '\040', '\157', '\156', '\040', '\061', '\012', - '\104', '\144', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\165', '\111', '\157', '\040', '\161', '\165', '\040', - '\061', '\012', '\131', '\146', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\147', '\121', '\040', '\156', - '\147', '\040', '\061', '\012', '\146', '\170', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\132', '\161', '\144', - '\040', '\161', '\165', '\040', '\061', '\012', '\110', '\164', - '\156', '\040', '\164', '\150', '\040', '\061', '\012', '\107', - '\166', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\172', '\122', '\167', '\040', '\163', '\172', '\040', '\061', - '\012', '\166', '\103', '\142', '\040', '\166', '\141', '\040', - '\061', '\012', '\162', '\152', '\124', '\040', '\162', '\157', - '\040', '\061', '\012', '\162', '\152', '\104', '\040', '\145', - '\162', '\040', '\061', '\012', '\121', '\160', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\130', '\144', '\142', - '\040', '\144', '\145', '\040', '\061', '\012', '\114', '\153', - '\146', '\040', '\153', '\141', '\040', '\061', '\012', '\101', - '\152', '\170', '\040', '\151', '\152', '\040', '\061', '\012', - '\131', '\154', '\172', '\040', '\154', '\145', '\040', '\061', - '\012', '\121', '\164', '\142', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\110', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\142', '\104', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\114', '\161', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\150', '\127', - '\040', '\164', '\150', '\040', '\061', '\012', '\172', '\114', - '\166', '\040', '\163', '\172', '\040', '\061', '\012', '\170', - '\147', '\113', '\040', '\156', '\147', '\040', '\061', '\012', - '\145', '\127', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\152', '\123', '\040', '\163', '\164', '\040', - '\061', '\012', '\161', '\126', '\145', '\040', '\161', '\165', - '\040', '\061', '\012', '\117', '\153', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\105', '\167', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\104', '\163', '\166', - '\040', '\163', '\164', '\040', '\061', '\012', '\152', '\150', - '\111', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\107', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\117', '\153', '\170', '\040', '\153', '\141', '\040', '\061', - '\012', '\106', '\161', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\144', '\120', '\166', '\040', '\144', '\145', - '\040', '\061', '\012', '\172', '\163', '\113', '\040', '\163', - '\164', '\040', '\061', '\012', '\161', '\114', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\146', '\153', '\102', - '\040', '\153', '\141', '\040', '\061', '\012', '\143', '\103', - '\142', '\040', '\143', '\150', '\040', '\061', '\012', '\147', - '\116', '\160', '\040', '\156', '\147', '\040', '\061', '\012', - '\121', '\167', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\172', '\124', '\146', '\040', '\163', '\172', '\040', - '\061', '\012', '\120', '\161', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\162', '\106', '\166', '\040', '\162', - '\157', '\040', '\061', '\012', '\122', '\167', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\165', '\113', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\150', '\161', - '\116', '\040', '\164', '\150', '\040', '\061', '\012', '\153', - '\155', '\113', '\040', '\153', '\141', '\040', '\061', '\012', - '\167', '\165', '\103', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\156', '\132', '\040', '\141', '\156', '\040', - '\061', '\012', '\164', '\147', '\115', '\040', '\164', '\150', - '\040', '\061', '\012', '\121', '\144', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\101', '\170', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\167', '\117', - '\040', '\167', '\141', '\040', '\061', '\012', '\145', '\121', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\155', - '\106', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\104', '\160', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\160', '\121', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\141', '\106', '\160', '\040', '\141', '\156', - '\040', '\061', '\012', '\155', '\146', '\102', '\040', '\155', - '\145', '\040', '\061', '\012', '\146', '\160', '\101', '\040', - '\160', '\162', '\040', '\061', '\012', '\152', '\147', '\132', - '\040', '\156', '\147', '\040', '\061', '\012', '\154', '\107', - '\153', '\040', '\154', '\145', '\040', '\061', '\012', '\170', - '\143', '\101', '\040', '\143', '\150', '\040', '\061', '\012', - '\147', '\127', '\167', '\040', '\156', '\147', '\040', '\061', - '\012', '\154', '\172', '\106', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\163', '\121', '\040', '\163', '\164', - '\040', '\061', '\012', '\142', '\121', '\170', '\040', '\142', - '\145', '\040', '\061', '\012', '\167', '\152', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\142', '\104', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\127', '\160', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\162', - '\146', '\126', '\040', '\145', '\162', '\040', '\061', '\012', - '\132', '\142', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\150', '\113', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\130', '\141', '\040', '\141', '\162', - '\040', '\061', '\012', '\167', '\152', '\101', '\040', '\151', - '\152', '\040', '\061', '\012', '\166', '\172', '\123', '\040', - '\163', '\172', '\040', '\061', '\012', '\143', '\127', '\171', - '\040', '\143', '\150', '\040', '\061', '\012', '\147', '\152', - '\113', '\040', '\156', '\147', '\040', '\061', '\012', '\171', - '\122', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\161', '\147', '\125', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\161', '\106', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\156', '\125', '\040', '\141', '\156', - '\040', '\061', '\012', '\132', '\161', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\130', '\161', '\147', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\114', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\172', - '\126', '\040', '\156', '\147', '\040', '\061', '\012', '\113', - '\161', '\163', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\147', '\132', '\040', '\156', '\147', '\040', '\061', - '\012', '\152', '\161', '\107', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\161', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\111', '\145', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\152', '\110', '\040', - '\164', '\150', '\040', '\061', '\012', '\166', '\155', '\116', - '\040', '\166', '\141', '\040', '\061', '\012', '\151', '\165', - '\106', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\107', '\171', '\040', '\167', '\141', '\040', '\061', '\012', - '\113', '\144', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\150', '\121', '\142', '\040', '\164', '\150', '\040', - '\061', '\012', '\152', '\127', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\103', '\170', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\113', '\161', '\172', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\130', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\170', '\157', - '\121', '\040', '\157', '\156', '\040', '\061', '\012', '\167', - '\102', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\171', '\111', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\150', '\103', '\040', '\164', '\150', '\040', - '\061', '\012', '\126', '\160', '\171', '\040', '\160', '\162', - '\040', '\061', '\012', '\156', '\112', '\142', '\040', '\141', - '\156', '\040', '\061', '\012', '\165', '\107', '\167', '\040', - '\161', '\165', '\040', '\061', '\012', '\150', '\150', '\130', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\152', - '\123', '\040', '\151', '\152', '\040', '\061', '\012', '\123', - '\143', '\166', '\040', '\143', '\150', '\040', '\061', '\012', - '\150', '\106', '\167', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\113', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\130', '\155', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\142', '\144', '\124', '\040', '\144', - '\145', '\040', '\061', '\012', '\163', '\112', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\124', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\161', '\152', - '\172', '\040', '\161', '\165', '\040', '\061', '\012', '\115', - '\161', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\144', '\110', '\160', '\040', '\144', '\145', '\040', '\061', - '\012', '\162', '\122', '\156', '\040', '\141', '\162', '\040', - '\061', '\012', '\130', '\154', '\146', '\040', '\154', '\145', - '\040', '\061', '\012', '\143', '\116', '\163', '\040', '\143', - '\150', '\040', '\061', '\012', '\130', '\161', '\154', '\040', - '\161', '\165', '\040', '\061', '\012', '\151', '\106', '\172', - '\040', '\151', '\156', '\040', '\061', '\012', '\116', '\154', - '\153', '\040', '\154', '\145', '\040', '\061', '\012', '\163', - '\120', '\167', '\040', '\163', '\164', '\040', '\061', '\012', - '\166', '\127', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\130', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\106', '\156', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\157', '\172', '\112', '\040', '\157', - '\156', '\040', '\061', '\012', '\172', '\111', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\154', '\123', '\146', - '\040', '\154', '\145', '\040', '\061', '\012', '\167', '\122', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\102', - '\166', '\160', '\040', '\166', '\141', '\040', '\061', '\012', - '\127', '\167', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\160', '\127', '\147', '\040', '\160', '\162', '\040', - '\061', '\012', '\160', '\114', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\153', '\162', '\112', '\040', '\145', - '\162', '\040', '\061', '\012', '\132', '\146', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\171', '\111', '\170', - '\040', '\156', '\171', '\040', '\061', '\012', '\157', '\113', - '\170', '\040', '\157', '\156', '\040', '\061', '\012', '\161', - '\114', '\142', '\040', '\161', '\165', '\040', '\061', '\012', - '\144', '\110', '\152', '\040', '\144', '\145', '\040', '\061', - '\012', '\157', '\161', '\113', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\170', '\103', '\040', '\143', '\150', - '\040', '\061', '\012', '\167', '\112', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\132', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\143', '\127', '\172', - '\040', '\143', '\150', '\040', '\061', '\012', '\171', '\161', - '\123', '\040', '\161', '\165', '\040', '\061', '\012', '\153', - '\130', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\131', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\144', '\107', '\171', '\040', '\144', '\145', '\040', - '\061', '\012', '\144', '\104', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\113', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\130', '\152', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\163', '\152', '\115', - '\040', '\163', '\164', '\040', '\061', '\012', '\163', '\146', - '\103', '\040', '\163', '\164', '\040', '\061', '\012', '\144', - '\115', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\132', '\160', '\040', '\144', '\145', '\040', '\061', - '\012', '\167', '\143', '\104', '\040', '\143', '\150', '\040', - '\061', '\012', '\121', '\157', '\152', '\040', '\157', '\156', - '\040', '\061', '\012', '\147', '\170', '\103', '\040', '\156', - '\147', '\040', '\061', '\012', '\132', '\146', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\150', '\131', '\166', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\127', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\132', '\167', '\040', '\156', '\147', '\040', '\061', '\012', - '\160', '\121', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\130', '\154', '\142', '\040', '\154', '\145', '\040', - '\061', '\012', '\147', '\121', '\172', '\040', '\156', '\147', - '\040', '\061', '\012', '\156', '\142', '\132', '\040', '\141', - '\156', '\040', '\061', '\012', '\105', '\172', '\170', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\116', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\130', '\162', - '\152', '\040', '\145', '\162', '\040', '\061', '\012', '\143', - '\170', '\130', '\040', '\143', '\150', '\040', '\061', '\012', - '\144', '\121', '\160', '\040', '\144', '\145', '\040', '\061', - '\012', '\131', '\160', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\160', '\116', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\160', '\142', '\121', '\040', '\160', - '\162', '\040', '\061', '\012', '\147', '\115', '\166', '\040', - '\156', '\147', '\040', '\061', '\012', '\161', '\145', '\106', - '\040', '\161', '\165', '\040', '\061', '\012', '\165', '\126', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\126', '\153', '\040', '\144', '\145', '\040', '\061', '\012', - '\165', '\115', '\166', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\121', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\155', '\150', '\120', '\040', '\164', '\150', - '\040', '\061', '\012', '\151', '\124', '\142', '\040', '\151', - '\156', '\040', '\061', '\012', '\120', '\166', '\167', '\040', - '\166', '\141', '\040', '\061', '\012', '\172', '\103', '\167', - '\040', '\163', '\172', '\040', '\061', '\012', '\167', '\143', - '\122', '\040', '\143', '\150', '\040', '\061', '\012', '\163', - '\166', '\125', '\040', '\163', '\164', '\040', '\061', '\012', - '\156', '\115', '\172', '\040', '\141', '\156', '\040', '\061', - '\012', '\143', '\152', '\105', '\040', '\143', '\150', '\040', - '\061', '\012', '\152', '\155', '\110', '\040', '\151', '\152', - '\040', '\061', '\012', '\121', '\172', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\155', '\161', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\154', '\125', - '\040', '\161', '\165', '\040', '\061', '\012', '\132', '\166', - '\160', '\040', '\166', '\141', '\040', '\061', '\012', '\170', - '\110', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\147', '\161', '\102', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\163', '\116', '\040', '\163', '\164', '\040', - '\061', '\012', '\153', '\103', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\117', '\154', '\170', '\040', '\154', - '\145', '\040', '\061', '\012', '\107', '\170', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\170', '\167', '\126', - '\040', '\167', '\141', '\040', '\061', '\012', '\146', '\120', - '\142', '\040', '\142', '\145', '\040', '\061', '\012', '\122', - '\150', '\166', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\147', '\126', '\040', '\156', '\147', '\040', '\061', - '\012', '\121', '\144', '\160', '\040', '\144', '\145', '\040', - '\061', '\012', '\172', '\106', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\153', '\154', '\121', '\040', '\154', - '\145', '\040', '\061', '\012', '\171', '\112', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\162', '\170', '\105', - '\040', '\145', '\162', '\040', '\061', '\012', '\165', '\110', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\113', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\167', '\160', '\112', '\040', '\160', '\162', '\040', '\061', - '\012', '\103', '\152', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\164', '\131', '\147', '\040', '\164', '\150', - '\040', '\061', '\012', '\126', '\160', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\132', '\170', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\121', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\106', '\170', - '\145', '\040', '\145', '\162', '\040', '\061', '\012', '\121', - '\157', '\153', '\040', '\157', '\156', '\040', '\061', '\012', - '\160', '\154', '\113', '\040', '\154', '\145', '\040', '\061', - '\012', '\154', '\160', '\130', '\040', '\154', '\145', '\040', - '\061', '\012', '\152', '\144', '\120', '\040', '\144', '\145', - '\040', '\061', '\012', '\132', '\161', '\171', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\122', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\156', '\104', '\147', - '\040', '\141', '\156', '\040', '\061', '\012', '\153', '\161', - '\114', '\040', '\161', '\165', '\040', '\061', '\012', '\165', - '\147', '\127', '\040', '\161', '\165', '\040', '\061', '\012', - '\115', '\142', '\146', '\040', '\142', '\145', '\040', '\061', - '\012', '\113', '\161', '\154', '\040', '\161', '\165', '\040', - '\061', '\012', '\116', '\161', '\167', '\040', '\161', '\165', - '\040', '\061', '\012', '\112', '\172', '\167', '\040', '\163', - '\172', '\040', '\061', '\012', '\163', '\107', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\104', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\112', '\152', - '\153', '\040', '\151', '\152', '\040', '\061', '\012', '\172', - '\164', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\167', '\120', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\104', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\147', '\146', '\107', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\150', '\114', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\125', '\166', '\040', - '\143', '\150', '\040', '\061', '\012', '\127', '\142', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\146', '\153', - '\106', '\040', '\153', '\157', '\040', '\061', '\012', '\120', - '\161', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\156', '\142', '\113', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\123', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\167', '\111', '\040', '\166', '\141', - '\040', '\061', '\012', '\143', '\106', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\161', '\146', '\107', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\150', '\106', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\172', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\144', - '\116', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\172', '\167', '\122', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\172', '\113', '\040', '\163', '\172', '\040', - '\061', '\012', '\142', '\121', '\141', '\040', '\141', '\156', - '\040', '\061', '\012', '\150', '\114', '\161', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\125', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\162', '\110', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\165', '\112', - '\152', '\040', '\161', '\165', '\040', '\061', '\012', '\106', - '\150', '\172', '\040', '\164', '\150', '\040', '\061', '\012', - '\116', '\172', '\155', '\040', '\163', '\172', '\040', '\061', - '\012', '\147', '\122', '\172', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\130', '\146', '\040', '\161', '\165', - '\040', '\061', '\012', '\124', '\172', '\155', '\040', '\163', - '\172', '\040', '\061', '\012', '\132', '\153', '\170', '\040', - '\153', '\141', '\040', '\061', '\012', '\150', '\114', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\125', '\153', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\146', - '\115', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\166', '\107', '\160', '\040', '\166', '\141', '\040', '\061', - '\012', '\152', '\164', '\111', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\170', '\105', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\162', '\110', '\040', '\145', - '\162', '\040', '\061', '\012', '\106', '\147', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\144', '\154', '\106', - '\040', '\154', '\145', '\040', '\061', '\012', '\152', '\143', - '\117', '\040', '\152', '\141', '\040', '\061', '\012', '\163', - '\103', '\167', '\040', '\163', '\164', '\040', '\061', '\012', - '\102', '\161', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\132', '\171', '\040', '\153', '\141', '\040', - '\061', '\012', '\146', '\117', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\162', '\112', '\142', '\040', '\145', - '\162', '\040', '\061', '\012', '\162', '\152', '\126', '\040', - '\145', '\162', '\040', '\061', '\012', '\113', '\167', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\110', '\143', - '\167', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\103', '\167', '\040', '\155', '\141', '\040', '\061', '\012', - '\150', '\170', '\115', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\124', '\142', '\040', '\151', '\152', '\040', - '\061', '\012', '\155', '\155', '\121', '\040', '\155', '\145', - '\040', '\061', '\012', '\160', '\152', '\122', '\040', '\151', - '\152', '\040', '\061', '\012', '\143', '\144', '\120', '\040', - '\143', '\150', '\040', '\061', '\012', '\132', '\152', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\152', '\161', - '\106', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\115', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\115', '\161', '\163', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\166', '\130', '\040', '\163', '\164', '\040', - '\061', '\012', '\151', '\130', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\156', '\167', '\122', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\164', '\122', '\040', - '\164', '\150', '\040', '\061', '\012', '\126', '\152', '\142', - '\040', '\151', '\152', '\040', '\061', '\012', '\103', '\152', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\160', - '\130', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\107', '\167', '\165', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\111', '\152', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\121', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\146', '\131', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\166', '\164', '\132', '\040', - '\164', '\150', '\040', '\061', '\012', '\125', '\163', '\170', - '\040', '\163', '\164', '\040', '\061', '\012', '\156', '\146', - '\120', '\040', '\141', '\156', '\040', '\061', '\012', '\144', - '\121', '\170', '\040', '\144', '\145', '\040', '\061', '\012', - '\157', '\130', '\146', '\040', '\157', '\156', '\040', '\061', - '\012', '\146', '\105', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\163', '\147', '\130', '\040', '\156', '\147', - '\040', '\061', '\012', '\143', '\120', '\160', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\142', '\127', '\040', - '\142', '\145', '\040', '\061', '\012', '\153', '\143', '\127', - '\040', '\143', '\150', '\040', '\061', '\012', '\153', '\110', - '\146', '\040', '\153', '\141', '\040', '\061', '\012', '\166', - '\143', '\125', '\040', '\143', '\150', '\040', '\061', '\012', - '\164', '\130', '\157', '\040', '\164', '\150', '\040', '\061', - '\012', '\113', '\172', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\103', '\146', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\125', '\152', '\171', '\040', '\151', - '\152', '\040', '\061', '\012', '\106', '\170', '\141', '\040', - '\141', '\156', '\040', '\061', '\012', '\150', '\170', '\123', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\127', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\155', - '\154', '\113', '\040', '\154', '\145', '\040', '\061', '\012', - '\156', '\132', '\152', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\117', '\166', '\040', '\161', '\165', '\040', - '\061', '\012', '\130', '\153', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\106', '\172', '\146', '\040', '\163', - '\172', '\040', '\061', '\012', '\165', '\124', '\144', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\162', '\123', - '\040', '\161', '\165', '\040', '\061', '\012', '\120', '\164', - '\167', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\104', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\162', '\116', '\155', '\040', '\145', '\162', '\040', '\061', - '\012', '\105', '\167', '\146', '\040', '\167', '\141', '\040', - '\061', '\012', '\150', '\112', '\153', '\040', '\164', '\150', - '\040', '\061', '\012', '\110', '\144', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\112', '\164', '\167', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\161', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\156', '\110', - '\161', '\040', '\141', '\156', '\040', '\061', '\012', '\162', - '\150', '\110', '\040', '\164', '\150', '\040', '\061', '\012', - '\157', '\161', '\110', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\160', '\132', '\040', '\166', '\141', '\040', - '\061', '\012', '\104', '\147', '\144', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\170', '\126', '\040', '\161', - '\165', '\040', '\061', '\012', '\103', '\170', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\160', '\154', '\126', - '\040', '\160', '\162', '\040', '\061', '\012', '\153', '\111', - '\151', '\040', '\151', '\156', '\040', '\061', '\012', '\113', - '\150', '\143', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\163', '\131', '\040', '\163', '\164', '\040', '\061', - '\012', '\146', '\114', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\131', '\153', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\121', '\155', '\170', '\040', '\155', - '\145', '\040', '\061', '\012', '\172', '\166', '\111', '\040', - '\163', '\172', '\040', '\061', '\012', '\171', '\150', '\123', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\146', - '\147', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\170', '\132', '\040', '\167', '\141', '\040', '\061', '\012', - '\152', '\126', '\171', '\040', '\151', '\152', '\040', '\061', - '\012', '\153', '\121', '\167', '\040', '\153', '\141', '\040', - '\061', '\012', '\172', '\130', '\166', '\040', '\163', '\172', - '\040', '\061', '\012', '\114', '\150', '\163', '\040', '\164', - '\150', '\040', '\061', '\012', '\115', '\153', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\153', '\125', - '\040', '\151', '\152', '\040', '\061', '\012', '\131', '\150', - '\161', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\162', '\110', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\150', '\107', '\040', '\166', '\141', '\040', '\061', - '\012', '\144', '\162', '\104', '\040', '\145', '\162', '\040', - '\061', '\012', '\120', '\163', '\152', '\040', '\163', '\164', - '\040', '\061', '\012', '\147', '\104', '\146', '\040', '\156', - '\147', '\040', '\061', '\012', '\130', '\152', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\160', '\114', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\153', '\154', - '\103', '\040', '\154', '\145', '\040', '\061', '\012', '\150', - '\124', '\170', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\162', '\112', '\040', '\145', '\162', '\040', '\061', - '\012', '\130', '\147', '\153', '\040', '\156', '\147', '\040', - '\061', '\012', '\127', '\170', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\146', '\144', '\104', '\040', '\144', - '\145', '\040', '\061', '\012', '\152', '\110', '\160', '\040', - '\151', '\152', '\040', '\061', '\012', '\171', '\104', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\153', '\120', - '\166', '\040', '\153', '\141', '\040', '\061', '\012', '\122', - '\153', '\155', '\040', '\153', '\141', '\040', '\061', '\012', - '\155', '\172', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\154', '\110', '\172', '\040', '\154', '\145', '\040', - '\061', '\012', '\166', '\160', '\122', '\040', '\166', '\141', - '\040', '\061', '\012', '\167', '\132', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\102', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\161', '\120', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\116', - '\167', '\040', '\164', '\150', '\040', '\061', '\012', '\116', - '\166', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\160', '\171', '\125', '\040', '\160', '\162', '\040', '\061', - '\012', '\123', '\152', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\113', '\172', '\170', '\040', '\163', '\172', - '\040', '\061', '\012', '\157', '\121', '\160', '\040', '\157', - '\156', '\040', '\061', '\012', '\170', '\144', '\114', '\040', - '\144', '\145', '\040', '\061', '\012', '\144', '\156', '\132', - '\040', '\141', '\156', '\040', '\061', '\012', '\161', '\146', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\153', - '\112', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\146', '\127', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\130', '\155', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\162', '\107', '\170', '\040', '\145', '\162', - '\040', '\061', '\012', '\163', '\106', '\146', '\040', '\163', - '\164', '\040', '\061', '\012', '\126', '\167', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\164', '\113', '\144', - '\040', '\164', '\150', '\040', '\061', '\012', '\163', '\121', - '\170', '\040', '\163', '\164', '\040', '\061', '\012', '\157', - '\116', '\155', '\040', '\157', '\156', '\040', '\061', '\012', - '\165', '\130', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\130', '\163', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\127', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\150', '\146', '\103', '\040', '\164', - '\150', '\040', '\061', '\012', '\111', '\152', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\144', '\153', '\127', - '\040', '\144', '\145', '\040', '\061', '\012', '\116', '\170', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\165', '\103', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\120', '\171', '\040', '\142', '\145', '\040', '\061', - '\012', '\154', '\113', '\163', '\040', '\154', '\145', '\040', - '\061', '\012', '\141', '\114', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\152', '\120', '\160', '\040', '\151', - '\152', '\040', '\061', '\012', '\167', '\160', '\132', '\040', - '\160', '\162', '\040', '\061', '\012', '\146', '\152', '\105', - '\040', '\151', '\152', '\040', '\061', '\012', '\172', '\116', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\155', - '\150', '\116', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\121', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\142', '\170', '\102', '\040', '\142', '\145', '\040', - '\061', '\012', '\146', '\144', '\130', '\040', '\144', '\145', - '\040', '\061', '\012', '\112', '\143', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\106', '\144', '\160', '\040', - '\144', '\145', '\040', '\061', '\012', '\167', '\126', '\170', - '\040', '\167', '\141', '\040', '\061', '\012', '\164', '\155', - '\125', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\152', '\112', '\040', '\141', '\156', '\040', '\061', '\012', - '\161', '\172', '\113', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\164', '\104', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\143', '\130', '\040', '\143', '\150', - '\040', '\061', '\012', '\107', '\150', '\170', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\132', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\166', '\113', '\167', - '\040', '\166', '\141', '\040', '\061', '\012', '\160', '\166', - '\117', '\040', '\166', '\141', '\040', '\061', '\012', '\147', - '\130', '\163', '\040', '\156', '\147', '\040', '\061', '\012', - '\167', '\122', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\150', '\147', '\116', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\160', '\117', '\040', '\156', '\147', - '\040', '\061', '\012', '\150', '\127', '\143', '\040', '\164', - '\150', '\040', '\061', '\012', '\125', '\160', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\167', '\104', - '\040', '\166', '\141', '\040', '\061', '\012', '\155', '\170', - '\105', '\040', '\155', '\145', '\040', '\061', '\012', '\132', - '\166', '\155', '\040', '\166', '\141', '\040', '\061', '\012', - '\157', '\172', '\115', '\040', '\157', '\156', '\040', '\061', - '\012', '\146', '\142', '\112', '\040', '\142', '\145', '\040', - '\061', '\012', '\164', '\160', '\121', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\145', '\126', '\040', '\145', - '\162', '\040', '\061', '\012', '\132', '\156', '\142', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\130', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\142', '\143', - '\131', '\040', '\143', '\150', '\040', '\061', '\012', '\163', - '\147', '\132', '\040', '\156', '\147', '\040', '\061', '\012', - '\161', '\146', '\115', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\143', '\114', '\040', '\143', '\150', '\040', - '\061', '\012', '\155', '\130', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\165', '\102', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\170', '\127', '\040', - '\151', '\152', '\040', '\061', '\012', '\155', '\164', '\125', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\147', - '\112', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\101', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\102', '\166', '\040', '\151', '\152', '\040', '\061', - '\012', '\107', '\164', '\171', '\040', '\164', '\150', '\040', - '\061', '\012', '\112', '\146', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\170', '\161', '\121', '\040', '\161', - '\165', '\040', '\061', '\012', '\143', '\102', '\160', '\040', - '\143', '\150', '\040', '\061', '\012', '\130', '\161', '\144', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\166', - '\115', '\040', '\166', '\141', '\040', '\061', '\012', '\165', - '\127', '\155', '\040', '\161', '\165', '\040', '\061', '\012', - '\162', '\123', '\142', '\040', '\145', '\162', '\040', '\061', - '\012', '\130', '\161', '\152', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\124', '\144', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\114', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\112', '\162', '\160', '\040', - '\145', '\162', '\040', '\061', '\012', '\157', '\112', '\142', - '\040', '\157', '\156', '\040', '\061', '\012', '\160', '\130', - '\171', '\040', '\160', '\162', '\040', '\061', '\012', '\172', - '\162', '\121', '\040', '\145', '\162', '\040', '\061', '\012', - '\143', '\156', '\124', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\163', '\105', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\132', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\142', '\126', '\171', '\040', '\142', - '\145', '\040', '\061', '\012', '\161', '\111', '\172', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\147', '\122', - '\040', '\156', '\147', '\040', '\061', '\012', '\155', '\114', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\150', - '\126', '\154', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\122', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\150', '\101', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\114', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\123', '\147', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\114', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\124', '\170', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\160', - '\131', '\040', '\160', '\162', '\040', '\061', '\012', '\164', - '\130', '\172', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\143', '\103', '\040', '\143', '\150', '\040', '\061', - '\012', '\151', '\131', '\146', '\040', '\151', '\156', '\040', - '\061', '\012', '\127', '\167', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\153', '\132', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\131', '\167', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\147', '\106', '\166', - '\040', '\156', '\147', '\040', '\061', '\012', '\106', '\155', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\165', - '\121', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\167', '\122', '\040', '\167', '\141', '\040', '\061', - '\012', '\131', '\146', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\141', '\111', '\157', '\040', '\141', '\156', - '\040', '\061', '\012', '\163', '\102', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\107', '\172', '\142', '\040', - '\163', '\172', '\040', '\061', '\012', '\152', '\167', '\111', - '\040', '\151', '\152', '\040', '\061', '\012', '\143', '\106', - '\146', '\040', '\143', '\150', '\040', '\061', '\012', '\141', - '\127', '\166', '\040', '\141', '\156', '\040', '\061', '\012', - '\105', '\141', '\167', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\153', '\127', '\040', '\153', '\141', '\040', - '\061', '\012', '\116', '\146', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\154', '\116', '\040', '\154', - '\145', '\040', '\061', '\012', '\114', '\160', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\171', '\154', '\113', - '\040', '\154', '\145', '\040', '\061', '\012', '\132', '\156', - '\162', '\040', '\141', '\156', '\040', '\061', '\012', '\155', - '\143', '\121', '\040', '\143', '\150', '\040', '\061', '\012', - '\153', '\146', '\105', '\040', '\153', '\141', '\040', '\061', - '\012', '\111', '\171', '\146', '\040', '\156', '\171', '\040', - '\061', '\012', '\161', '\162', '\126', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\120', '\170', '\040', '\146', - '\157', '\040', '\061', '\012', '\146', '\147', '\112', '\040', - '\156', '\147', '\040', '\061', '\012', '\152', '\111', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\142', '\120', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\121', - '\171', '\170', '\040', '\156', '\171', '\040', '\061', '\012', - '\121', '\156', '\142', '\040', '\141', '\156', '\040', '\061', - '\012', '\127', '\144', '\155', '\040', '\144', '\145', '\040', - '\061', '\012', '\156', '\112', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\103', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\132', '\154', '\040', - '\156', '\147', '\040', '\061', '\012', '\116', '\154', '\172', - '\040', '\154', '\145', '\040', '\061', '\012', '\132', '\167', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\151', - '\127', '\154', '\040', '\151', '\156', '\040', '\061', '\012', - '\142', '\125', '\165', '\040', '\161', '\165', '\040', '\061', - '\012', '\154', '\142', '\112', '\040', '\154', '\145', '\040', - '\061', '\012', '\163', '\116', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\152', '\125', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\142', '\124', '\040', - '\167', '\141', '\040', '\061', '\012', '\171', '\116', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\155', '\170', - '\115', '\040', '\155', '\145', '\040', '\061', '\012', '\160', - '\110', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\122', '\144', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\153', '\105', '\040', '\156', '\147', '\040', - '\061', '\012', '\150', '\142', '\116', '\040', '\164', '\150', - '\040', '\061', '\012', '\124', '\147', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\152', '\126', '\040', - '\156', '\147', '\040', '\061', '\012', '\107', '\152', '\167', - '\040', '\151', '\152', '\040', '\061', '\012', '\147', '\161', - '\130', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\130', '\170', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\121', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\116', '\142', '\040', '\160', '\162', '\040', - '\061', '\012', '\146', '\112', '\171', '\040', '\156', '\171', - '\040', '\061', '\012', '\171', '\166', '\132', '\040', '\166', - '\141', '\040', '\061', '\012', '\172', '\116', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\172', '\104', '\142', - '\040', '\163', '\172', '\040', '\061', '\012', '\154', '\125', - '\172', '\040', '\154', '\145', '\040', '\061', '\012', '\104', - '\170', '\171', '\040', '\156', '\171', '\040', '\061', '\012', - '\127', '\167', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\150', '\120', '\156', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\116', '\142', '\040', '\153', '\157', - '\040', '\061', '\012', '\127', '\144', '\142', '\040', '\144', - '\145', '\040', '\061', '\012', '\172', '\130', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\152', '\114', - '\040', '\151', '\152', '\040', '\061', '\012', '\164', '\112', - '\147', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\155', '\115', '\040', '\151', '\152', '\040', '\061', '\012', - '\142', '\130', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\150', '\124', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\131', '\163', '\146', '\040', '\163', '\164', - '\040', '\061', '\012', '\150', '\155', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\171', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\106', '\160', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\171', '\121', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\120', - '\142', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\170', '\126', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\167', '\150', '\120', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\123', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\107', '\170', '\172', '\040', '\172', - '\145', '\040', '\061', '\012', '\104', '\146', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\162', '\115', '\170', - '\040', '\145', '\162', '\040', '\061', '\012', '\172', '\115', - '\146', '\040', '\163', '\172', '\040', '\061', '\012', '\166', - '\112', '\167', '\040', '\166', '\141', '\040', '\061', '\012', - '\170', '\112', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\170', '\146', '\116', '\040', '\146', '\157', '\040', - '\061', '\012', '\144', '\121', '\167', '\040', '\144', '\145', - '\040', '\061', '\012', '\146', '\165', '\104', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\152', '\102', '\040', - '\151', '\152', '\040', '\061', '\012', '\154', '\120', '\152', - '\040', '\154', '\145', '\040', '\061', '\012', '\155', '\161', - '\101', '\040', '\161', '\165', '\040', '\061', '\012', '\155', - '\146', '\115', '\040', '\155', '\145', '\040', '\061', '\012', - '\153', '\167', '\107', '\040', '\153', '\141', '\040', '\061', - '\012', '\145', '\141', '\131', '\040', '\141', '\156', '\040', - '\061', '\012', '\126', '\155', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\172', '\146', '\123', '\040', '\163', - '\172', '\040', '\061', '\012', '\106', '\155', '\171', '\040', - '\155', '\145', '\040', '\061', '\012', '\163', '\161', '\120', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\113', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\121', - '\144', '\166', '\040', '\144', '\145', '\040', '\061', '\012', - '\144', '\152', '\132', '\040', '\144', '\145', '\040', '\061', - '\012', '\161', '\162', '\122', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\170', '\113', '\040', '\164', '\150', - '\040', '\061', '\012', '\142', '\170', '\110', '\040', '\142', - '\145', '\040', '\061', '\012', '\152', '\122', '\142', '\040', - '\151', '\152', '\040', '\061', '\012', '\143', '\152', '\104', - '\040', '\143', '\150', '\040', '\061', '\012', '\123', '\170', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\123', - '\170', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\162', '\132', '\040', '\145', '\162', '\040', '\061', - '\012', '\170', '\155', '\110', '\040', '\155', '\145', '\040', - '\061', '\012', '\144', '\146', '\110', '\040', '\144', '\145', - '\040', '\061', '\012', '\146', '\112', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\155', '\167', '\132', '\040', - '\155', '\145', '\040', '\061', '\012', '\166', '\122', '\155', - '\040', '\166', '\141', '\040', '\061', '\012', '\170', '\167', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\130', - '\161', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\107', '\166', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\150', '\172', '\106', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\156', '\113', '\040', '\141', '\156', - '\040', '\061', '\012', '\170', '\150', '\125', '\040', '\164', - '\150', '\040', '\061', '\012', '\116', '\154', '\163', '\040', - '\154', '\145', '\040', '\061', '\012', '\172', '\142', '\126', - '\040', '\163', '\172', '\040', '\061', '\012', '\146', '\124', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\127', - '\170', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\165', '\160', '\107', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\101', '\157', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\113', '\170', '\040', '\153', '\141', - '\040', '\061', '\012', '\172', '\154', '\104', '\040', '\154', - '\145', '\040', '\061', '\012', '\150', '\124', '\154', '\040', - '\164', '\150', '\040', '\061', '\012', '\107', '\161', '\162', - '\040', '\161', '\165', '\040', '\061', '\012', '\107', '\170', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\172', - '\120', '\152', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\166', '\132', '\040', '\166', '\141', '\040', '\061', - '\012', '\152', '\110', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\151', '\130', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\113', '\147', '\172', '\040', '\156', - '\147', '\040', '\061', '\012', '\112', '\171', '\151', '\040', - '\151', '\156', '\040', '\061', '\012', '\166', '\106', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\171', '\164', - '\127', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\102', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\130', '\152', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\147', '\117', '\040', '\156', '\147', '\040', - '\061', '\012', '\155', '\152', '\116', '\040', '\151', '\152', - '\040', '\061', '\012', '\104', '\152', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\172', '\111', '\152', '\040', - '\163', '\172', '\040', '\061', '\012', '\165', '\104', '\170', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\112', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\101', '\170', '\040', '\146', '\157', '\040', '\061', '\012', - '\106', '\163', '\152', '\040', '\163', '\164', '\040', '\061', - '\012', '\171', '\104', '\146', '\040', '\156', '\171', '\040', - '\061', '\012', '\170', '\152', '\126', '\040', '\151', '\152', - '\040', '\061', '\012', '\150', '\144', '\102', '\040', '\164', - '\150', '\040', '\061', '\012', '\144', '\167', '\107', '\040', - '\144', '\145', '\040', '\061', '\012', '\163', '\154', '\127', - '\040', '\154', '\145', '\040', '\061', '\012', '\172', '\131', - '\142', '\040', '\163', '\172', '\040', '\061', '\012', '\166', - '\172', '\117', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\161', '\117', '\040', '\161', '\165', '\040', '\061', - '\012', '\112', '\172', '\166', '\040', '\163', '\172', '\040', - '\061', '\012', '\170', '\155', '\107', '\040', '\155', '\145', - '\040', '\061', '\012', '\113', '\144', '\167', '\040', '\144', - '\145', '\040', '\061', '\012', '\170', '\126', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\164', '\105', - '\040', '\164', '\150', '\040', '\061', '\012', '\153', '\112', - '\171', '\040', '\153', '\141', '\040', '\061', '\012', '\170', - '\152', '\127', '\040', '\151', '\152', '\040', '\061', '\012', - '\155', '\167', '\122', '\040', '\155', '\145', '\040', '\061', - '\012', '\172', '\126', '\170', '\040', '\163', '\172', '\040', - '\061', '\012', '\164', '\115', '\152', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\161', '\142', '\040', '\161', - '\165', '\040', '\061', '\012', '\156', '\154', '\121', '\040', - '\154', '\145', '\040', '\061', '\012', '\142', '\170', '\121', - '\040', '\142', '\145', '\040', '\061', '\012', '\150', '\112', - '\166', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\156', '\131', '\040', '\141', '\156', '\040', '\061', '\012', - '\171', '\146', '\123', '\040', '\156', '\171', '\040', '\061', - '\012', '\115', '\144', '\167', '\040', '\144', '\145', '\040', - '\061', '\012', '\172', '\132', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\171', '\163', '\112', '\040', '\163', - '\164', '\040', '\061', '\012', '\121', '\161', '\166', '\040', - '\161', '\165', '\040', '\061', '\012', '\172', '\170', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\152', '\101', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\112', '\167', '\040', '\154', '\145', '\040', '\061', '\012', - '\153', '\167', '\112', '\040', '\153', '\141', '\040', '\061', - '\012', '\163', '\170', '\103', '\040', '\163', '\164', '\040', - '\061', '\012', '\150', '\112', '\162', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\107', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\143', '\143', '\106', '\040', - '\143', '\150', '\040', '\061', '\012', '\166', '\107', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\123', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\146', - '\161', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\153', '\153', '\126', '\040', '\153', '\141', '\040', '\061', - '\012', '\147', '\126', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\127', '\161', '\147', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\112', '\160', '\040', '\153', - '\141', '\040', '\061', '\012', '\127', '\154', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\112', '\167', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\105', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\153', - '\162', '\114', '\040', '\145', '\162', '\040', '\061', '\012', - '\164', '\161', '\105', '\040', '\164', '\150', '\040', '\061', - '\012', '\145', '\112', '\172', '\040', '\145', '\162', '\040', - '\061', '\012', '\127', '\150', '\170', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\127', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\121', '\172', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\143', '\106', - '\040', '\143', '\150', '\040', '\061', '\012', '\126', '\155', - '\170', '\040', '\155', '\145', '\040', '\061', '\012', '\144', - '\166', '\103', '\040', '\144', '\145', '\040', '\061', '\012', - '\161', '\152', '\132', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\153', '\106', '\040', '\153', '\141', '\040', - '\061', '\012', '\143', '\166', '\117', '\040', '\143', '\150', - '\040', '\061', '\012', '\121', '\171', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\150', '\116', '\163', '\040', - '\164', '\150', '\040', '\061', '\012', '\163', '\156', '\112', - '\040', '\141', '\156', '\040', '\061', '\012', '\171', '\152', - '\125', '\040', '\151', '\152', '\040', '\061', '\012', '\131', - '\146', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\114', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\162', '\126', '\172', '\040', '\145', '\162', '\040', - '\061', '\012', '\147', '\117', '\167', '\040', '\156', '\147', - '\040', '\061', '\012', '\146', '\170', '\114', '\040', '\146', - '\157', '\040', '\061', '\012', '\163', '\156', '\127', '\040', - '\141', '\156', '\040', '\061', '\012', '\171', '\127', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\167', '\147', - '\113', '\040', '\156', '\147', '\040', '\061', '\012', '\141', - '\124', '\146', '\040', '\141', '\156', '\040', '\061', '\012', - '\145', '\126', '\146', '\040', '\145', '\162', '\040', '\061', - '\012', '\166', '\132', '\160', '\040', '\166', '\141', '\040', - '\061', '\012', '\165', '\126', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\126', '\152', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\167', '\124', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\123', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\156', '\116', - '\160', '\040', '\141', '\156', '\040', '\061', '\012', '\147', - '\146', '\106', '\040', '\156', '\147', '\040', '\061', '\012', - '\150', '\143', '\127', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\124', '\146', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\141', '\112', '\040', '\141', '\156', - '\040', '\061', '\012', '\153', '\172', '\131', '\040', '\163', - '\172', '\040', '\061', '\012', '\154', '\152', '\130', '\040', - '\154', '\145', '\040', '\061', '\012', '\167', '\115', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\142', '\164', - '\102', '\040', '\163', '\164', '\040', '\061', '\012', '\172', - '\146', '\105', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\170', '\117', '\040', '\142', '\145', '\040', '\061', - '\012', '\167', '\120', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\146', '\147', '\113', '\040', '\156', '\147', - '\040', '\061', '\012', '\146', '\172', '\127', '\040', '\163', - '\172', '\040', '\061', '\012', '\144', '\143', '\130', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\161', '\122', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\152', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\115', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\132', '\152', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\164', '\167', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\153', '\131', '\040', '\153', '\141', - '\040', '\061', '\012', '\154', '\103', '\142', '\040', '\154', - '\145', '\040', '\061', '\012', '\144', '\160', '\117', '\040', - '\144', '\145', '\040', '\061', '\012', '\155', '\130', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\166', '\127', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\146', - '\117', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\126', '\147', '\171', '\040', '\156', '\147', '\040', '\061', - '\012', '\144', '\153', '\104', '\040', '\144', '\145', '\040', - '\061', '\012', '\146', '\121', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\111', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\154', '\132', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\172', '\113', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\126', '\160', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\104', - '\155', '\167', '\040', '\155', '\145', '\040', '\061', '\012', - '\116', '\167', '\146', '\040', '\167', '\141', '\040', '\061', - '\012', '\153', '\131', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\152', '\160', '\112', '\040', '\151', '\152', - '\040', '\061', '\012', '\161', '\130', '\151', '\040', '\161', - '\165', '\040', '\061', '\012', '\102', '\156', '\152', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\146', '\113', - '\040', '\146', '\157', '\040', '\061', '\012', '\146', '\103', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\166', - '\120', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\121', '\156', '\160', '\040', '\141', '\156', '\040', '\061', - '\012', '\171', '\160', '\127', '\040', '\160', '\162', '\040', - '\061', '\012', '\165', '\167', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\120', '\166', '\142', '\040', '\166', - '\141', '\040', '\061', '\012', '\143', '\156', '\103', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\166', '\101', - '\040', '\164', '\150', '\040', '\061', '\012', '\150', '\107', - '\172', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\132', '\170', '\040', '\141', '\156', '\040', '\061', '\012', - '\153', '\142', '\123', '\040', '\153', '\141', '\040', '\061', - '\012', '\123', '\167', '\170', '\040', '\167', '\141', '\040', - '\061', '\012', '\150', '\166', '\120', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\161', '\107', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\114', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\152', '\120', - '\040', '\161', '\165', '\040', '\061', '\012', '\163', '\125', - '\157', '\040', '\157', '\156', '\040', '\061', '\012', '\154', - '\104', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\132', '\154', '\160', '\040', '\154', '\145', '\040', '\061', - '\012', '\144', '\167', '\121', '\040', '\144', '\145', '\040', - '\061', '\012', '\144', '\154', '\116', '\040', '\154', '\145', - '\040', '\061', '\012', '\146', '\124', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\116', '\160', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\142', '\115', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\144', '\116', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\145', - '\146', '\126', '\040', '\145', '\162', '\040', '\061', '\012', - '\141', '\103', '\167', '\040', '\141', '\156', '\040', '\061', - '\012', '\141', '\127', '\146', '\040', '\141', '\156', '\040', - '\061', '\012', '\114', '\161', '\157', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\172', '\124', '\040', '\163', - '\172', '\040', '\061', '\012', '\112', '\152', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\172', '\166', '\113', - '\040', '\163', '\172', '\040', '\061', '\012', '\156', '\167', - '\124', '\040', '\141', '\156', '\040', '\061', '\012', '\146', - '\130', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\143', '\107', '\155', '\040', '\143', '\150', '\040', '\061', - '\012', '\154', '\166', '\123', '\040', '\154', '\145', '\040', - '\061', '\012', '\161', '\104', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\122', '\155', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\131', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\151', '\121', '\166', - '\040', '\151', '\156', '\040', '\061', '\012', '\146', '\153', - '\110', '\040', '\153', '\141', '\040', '\061', '\012', '\146', - '\143', '\117', '\040', '\143', '\150', '\040', '\061', '\012', - '\162', '\116', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\155', '\123', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\172', '\122', '\040', '\163', '\172', - '\040', '\061', '\012', '\104', '\146', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\161', '\125', '\163', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\161', '\120', - '\040', '\161', '\165', '\040', '\061', '\012', '\163', '\130', - '\153', '\040', '\163', '\164', '\040', '\061', '\012', '\130', - '\171', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\127', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\142', '\114', '\040', '\151', '\152', '\040', - '\061', '\012', '\152', '\131', '\144', '\040', '\151', '\152', - '\040', '\061', '\012', '\153', '\161', '\126', '\040', '\161', - '\165', '\040', '\061', '\012', '\106', '\161', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\157', '\130', - '\040', '\157', '\156', '\040', '\061', '\012', '\172', '\165', - '\130', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\125', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\143', '\147', '\103', '\040', '\143', '\150', '\040', '\061', - '\012', '\167', '\102', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\147', '\121', '\160', '\040', '\156', '\147', - '\040', '\061', '\012', '\152', '\156', '\105', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\132', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\146', '\153', '\104', - '\040', '\153', '\141', '\040', '\061', '\012', '\163', '\126', - '\153', '\040', '\163', '\164', '\040', '\061', '\012', '\161', - '\171', '\130', '\040', '\161', '\165', '\040', '\061', '\012', - '\143', '\102', '\146', '\040', '\143', '\150', '\040', '\061', - '\012', '\103', '\152', '\171', '\040', '\151', '\152', '\040', - '\061', '\012', '\144', '\120', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\104', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\144', '\170', '\102', '\040', - '\144', '\145', '\040', '\061', '\012', '\104', '\153', '\155', - '\040', '\153', '\141', '\040', '\061', '\012', '\153', '\120', - '\160', '\040', '\153', '\141', '\040', '\061', '\012', '\150', - '\127', '\172', '\040', '\164', '\150', '\040', '\061', '\012', - '\102', '\152', '\166', '\040', '\151', '\152', '\040', '\061', - '\012', '\111', '\172', '\146', '\040', '\163', '\172', '\040', - '\061', '\012', '\110', '\156', '\153', '\040', '\141', '\156', - '\040', '\061', '\012', '\162', '\121', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\112', '\167', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\142', '\120', - '\040', '\142', '\145', '\040', '\061', '\012', '\146', '\162', - '\121', '\040', '\145', '\162', '\040', '\061', '\012', '\101', - '\157', '\166', '\040', '\157', '\156', '\040', '\061', '\012', - '\171', '\161', '\121', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\146', '\131', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\163', '\110', '\040', '\163', '\164', - '\040', '\061', '\012', '\172', '\170', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\112', '\142', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\115', '\152', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\147', '\122', - '\160', '\040', '\156', '\147', '\040', '\061', '\012', '\107', - '\166', '\167', '\040', '\166', '\141', '\040', '\061', '\012', - '\155', '\172', '\106', '\040', '\163', '\172', '\040', '\061', - '\012', '\157', '\161', '\106', '\040', '\161', '\165', '\040', - '\061', '\012', '\145', '\152', '\125', '\040', '\145', '\162', - '\040', '\061', '\012', '\170', '\155', '\121', '\040', '\155', - '\145', '\040', '\061', '\012', '\150', '\117', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\167', '\130', - '\040', '\160', '\162', '\040', '\061', '\012', '\172', '\147', - '\113', '\040', '\156', '\147', '\040', '\061', '\012', '\167', - '\114', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\146', '\161', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\144', '\120', '\155', '\040', '\144', '\145', '\040', - '\061', '\012', '\164', '\103', '\147', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\162', '\106', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\127', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\162', '\104', '\146', - '\040', '\145', '\162', '\040', '\061', '\012', '\131', '\156', - '\167', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\156', '\121', '\040', '\141', '\156', '\040', '\061', '\012', - '\164', '\106', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\162', '\160', '\125', '\040', '\145', '\162', '\040', - '\061', '\012', '\160', '\120', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\171', '\152', '\115', '\040', '\151', - '\152', '\040', '\061', '\012', '\152', '\155', '\131', '\040', - '\151', '\152', '\040', '\061', '\012', '\103', '\160', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\165', '\104', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\165', - '\161', '\131', '\040', '\161', '\165', '\040', '\061', '\012', - '\120', '\152', '\170', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\106', '\166', '\040', '\161', '\165', '\040', - '\061', '\012', '\113', '\164', '\146', '\040', '\164', '\150', - '\040', '\061', '\012', '\112', '\143', '\152', '\040', '\143', - '\150', '\040', '\061', '\012', '\153', '\160', '\117', '\040', - '\160', '\162', '\040', '\061', '\012', '\160', '\147', '\132', - '\040', '\156', '\147', '\040', '\061', '\012', '\153', '\146', - '\117', '\040', '\153', '\141', '\040', '\061', '\012', '\164', - '\132', '\166', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\110', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\122', '\161', '\040', '\143', '\150', '\040', - '\061', '\012', '\172', '\104', '\155', '\040', '\163', '\172', - '\040', '\061', '\012', '\154', '\120', '\155', '\040', '\154', - '\145', '\040', '\061', '\012', '\163', '\166', '\120', '\040', - '\163', '\164', '\040', '\061', '\012', '\161', '\153', '\170', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\116', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\113', - '\152', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\161', '\123', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\121', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\164', '\170', '\122', '\040', '\164', '\150', - '\040', '\061', '\012', '\110', '\160', '\146', '\040', '\160', - '\162', '\040', '\061', '\012', '\151', '\121', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\166', '\120', - '\040', '\166', '\141', '\040', '\061', '\012', '\151', '\107', - '\146', '\040', '\151', '\156', '\040', '\061', '\012', '\164', - '\152', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\127', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\121', '\161', '\147', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\151', '\106', '\040', '\164', '\151', - '\040', '\061', '\012', '\132', '\172', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\141', '\131', '\146', '\040', - '\141', '\156', '\040', '\061', '\012', '\172', '\152', '\101', - '\040', '\163', '\172', '\040', '\061', '\012', '\153', '\167', - '\122', '\040', '\153', '\141', '\040', '\061', '\012', '\147', - '\153', '\115', '\040', '\156', '\147', '\040', '\061', '\012', - '\103', '\152', '\146', '\040', '\151', '\152', '\040', '\061', - '\012', '\172', '\147', '\115', '\040', '\156', '\147', '\040', - '\061', '\012', '\122', '\170', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\142', '\103', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\131', '\160', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\167', '\171', '\105', - '\040', '\167', '\141', '\040', '\061', '\012', '\151', '\171', - '\102', '\040', '\151', '\156', '\040', '\061', '\012', '\150', - '\121', '\160', '\040', '\164', '\150', '\040', '\061', '\012', - '\151', '\160', '\121', '\040', '\151', '\156', '\040', '\061', - '\012', '\125', '\143', '\152', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\153', '\127', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\162', '\113', '\040', '\145', - '\162', '\040', '\061', '\012', '\110', '\160', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\170', '\156', '\116', - '\040', '\141', '\156', '\040', '\061', '\012', '\152', '\167', - '\102', '\040', '\151', '\152', '\040', '\061', '\012', '\132', - '\144', '\155', '\040', '\144', '\145', '\040', '\061', '\012', - '\155', '\131', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\164', '\121', '\170', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\167', '\123', '\040', '\161', '\165', - '\040', '\061', '\012', '\110', '\170', '\157', '\040', '\157', - '\156', '\040', '\061', '\012', '\161', '\104', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\130', '\144', - '\040', '\143', '\150', '\040', '\061', '\012', '\147', '\144', - '\117', '\040', '\156', '\147', '\040', '\061', '\012', '\141', - '\105', '\157', '\040', '\141', '\156', '\040', '\061', '\012', - '\124', '\167', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\141', '\166', '\121', '\040', '\141', '\156', '\040', - '\061', '\012', '\154', '\150', '\132', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\172', '\126', '\040', '\154', - '\145', '\040', '\061', '\012', '\142', '\110', '\146', '\040', - '\142', '\145', '\040', '\061', '\012', '\142', '\112', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\125', '\161', - '\172', '\040', '\161', '\165', '\040', '\061', '\012', '\165', - '\106', '\171', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\116', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\170', '\102', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\144', '\122', '\142', '\040', '\144', '\145', - '\040', '\061', '\012', '\156', '\154', '\124', '\040', '\141', - '\156', '\040', '\061', '\012', '\167', '\162', '\117', '\040', - '\145', '\162', '\040', '\061', '\012', '\154', '\172', '\127', - '\040', '\154', '\145', '\040', '\061', '\012', '\146', '\131', - '\146', '\040', '\146', '\157', '\040', '\061', '\012', '\155', - '\122', '\167', '\040', '\155', '\145', '\040', '\061', '\012', - '\162', '\130', '\171', '\040', '\145', '\162', '\040', '\061', - '\012', '\161', '\171', '\122', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\107', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\125', '\167', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\153', '\130', '\155', '\040', - '\153', '\141', '\040', '\061', '\012', '\150', '\112', '\171', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\147', - '\166', '\040', '\156', '\147', '\040', '\061', '\012', '\170', - '\131', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\171', '\131', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\170', '\172', '\103', '\040', '\163', '\172', '\040', - '\061', '\012', '\147', '\152', '\102', '\040', '\156', '\147', - '\040', '\061', '\012', '\152', '\172', '\111', '\040', '\163', - '\172', '\040', '\061', '\012', '\172', '\162', '\117', '\040', - '\145', '\162', '\040', '\061', '\012', '\164', '\161', '\106', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\167', - '\115', '\040', '\166', '\141', '\040', '\061', '\012', '\172', - '\103', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\154', '\152', '\114', '\040', '\154', '\145', '\040', '\061', - '\012', '\166', '\156', '\132', '\040', '\141', '\156', '\040', - '\061', '\012', '\145', '\104', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\121', '\166', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\146', '\114', '\040', - '\160', '\162', '\040', '\061', '\012', '\151', '\122', '\142', - '\040', '\151', '\156', '\040', '\061', '\012', '\147', '\144', - '\122', '\040', '\156', '\147', '\040', '\061', '\012', '\161', - '\101', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\156', '\114', '\040', '\141', '\156', '\040', '\061', - '\012', '\155', '\153', '\124', '\040', '\153', '\141', '\040', - '\061', '\012', '\160', '\126', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\170', '\113', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\116', '\153', '\040', - '\151', '\152', '\040', '\061', '\012', '\152', '\114', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\116', - '\160', '\040', '\143', '\150', '\040', '\061', '\012', '\164', - '\155', '\120', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\126', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\146', '\120', '\040', '\161', '\165', '\040', - '\061', '\012', '\125', '\161', '\157', '\040', '\161', '\165', - '\040', '\061', '\012', '\104', '\156', '\160', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\107', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\163', '\110', '\144', - '\040', '\163', '\164', '\040', '\061', '\012', '\160', '\167', - '\106', '\040', '\160', '\162', '\040', '\061', '\012', '\146', - '\120', '\171', '\040', '\156', '\171', '\040', '\061', '\012', - '\104', '\162', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\112', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\121', '\160', '\040', '\163', '\164', - '\040', '\061', '\012', '\111', '\167', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\165', '\103', '\167', '\040', - '\161', '\165', '\040', '\061', '\012', '\114', '\167', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\162', '\106', - '\167', '\040', '\145', '\162', '\040', '\061', '\012', '\163', - '\112', '\160', '\040', '\163', '\164', '\040', '\061', '\012', - '\170', '\151', '\111', '\040', '\151', '\156', '\040', '\061', - '\012', '\122', '\161', '\166', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\153', '\121', '\040', '\153', '\141', - '\040', '\061', '\012', '\161', '\116', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\131', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\126', '\155', '\146', - '\040', '\155', '\145', '\040', '\061', '\012', '\154', '\131', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\157', - '\120', '\167', '\040', '\157', '\156', '\040', '\061', '\012', - '\153', '\152', '\117', '\040', '\151', '\152', '\040', '\061', - '\012', '\155', '\113', '\142', '\040', '\155', '\145', '\040', - '\061', '\012', '\146', '\104', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\146', '\106', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\126', '\150', '\166', '\040', - '\164', '\150', '\040', '\061', '\012', '\110', '\152', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\146', - '\113', '\040', '\161', '\165', '\040', '\061', '\012', '\113', - '\152', '\160', '\040', '\151', '\152', '\040', '\061', '\012', - '\166', '\124', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\160', '\102', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\110', '\164', '\144', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\116', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\142', '\121', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\141', '\123', '\170', - '\040', '\141', '\156', '\040', '\061', '\012', '\152', '\167', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\125', - '\171', '\170', '\040', '\156', '\171', '\040', '\061', '\012', - '\167', '\126', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\111', '\157', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\116', '\150', '\155', '\040', '\164', '\150', - '\040', '\061', '\012', '\110', '\161', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\162', '\125', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\102', '\170', - '\040', '\142', '\145', '\040', '\061', '\012', '\107', '\161', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\103', - '\143', '\167', '\040', '\143', '\150', '\040', '\061', '\012', - '\150', '\132', '\167', '\040', '\164', '\150', '\040', '\061', - '\012', '\121', '\142', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\106', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\163', '\132', '\166', '\040', '\163', - '\164', '\040', '\061', '\012', '\161', '\172', '\131', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\104', '\142', - '\040', '\160', '\162', '\040', '\061', '\012', '\143', '\146', - '\122', '\040', '\143', '\150', '\040', '\061', '\012', '\162', - '\161', '\153', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\172', '\120', '\040', '\163', '\172', '\040', '\061', - '\012', '\150', '\161', '\117', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\172', '\110', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\123', '\152', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\170', '\112', '\040', - '\160', '\162', '\040', '\061', '\012', '\170', '\142', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\163', '\130', - '\146', '\040', '\163', '\164', '\040', '\061', '\012', '\171', - '\142', '\124', '\040', '\142', '\145', '\040', '\061', '\012', - '\163', '\110', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\124', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\120', '\147', '\146', '\040', '\156', '\147', - '\040', '\061', '\012', '\150', '\113', '\167', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\120', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\124', '\170', - '\040', '\167', '\141', '\040', '\061', '\012', '\152', '\123', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\106', - '\147', '\172', '\040', '\156', '\147', '\040', '\061', '\012', - '\142', '\113', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\145', '\125', '\152', '\040', '\145', '\162', '\040', - '\061', '\012', '\143', '\104', '\146', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\106', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\143', '\156', '\127', '\040', - '\141', '\156', '\040', '\061', '\012', '\164', '\125', '\171', - '\040', '\164', '\150', '\040', '\061', '\012', '\112', '\147', - '\170', '\040', '\156', '\147', '\040', '\061', '\012', '\171', - '\165', '\106', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\171', '\121', '\040', '\166', '\141', '\040', '\061', - '\012', '\170', '\103', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\152', '\122', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\143', '\130', '\170', '\040', '\143', - '\150', '\040', '\061', '\012', '\153', '\107', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\130', '\156', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\120', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\154', - '\146', '\132', '\040', '\154', '\145', '\040', '\061', '\012', - '\161', '\126', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\167', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\104', '\172', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\146', '\107', '\040', '\146', - '\157', '\040', '\061', '\012', '\146', '\130', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\147', '\126', - '\040', '\156', '\147', '\040', '\061', '\012', '\166', '\112', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\142', - '\130', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\143', '\147', '\107', '\040', '\143', '\150', '\040', '\061', - '\012', '\166', '\165', '\127', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\170', '\107', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\170', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\146', '\116', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\157', '\102', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\127', '\147', - '\166', '\040', '\156', '\147', '\040', '\061', '\012', '\110', - '\167', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\157', '\141', '\127', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\122', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\165', '\130', '\172', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\172', '\121', '\040', '\163', - '\172', '\040', '\061', '\012', '\142', '\143', '\102', '\040', - '\143', '\150', '\040', '\061', '\012', '\102', '\156', '\167', - '\040', '\141', '\156', '\040', '\061', '\012', '\147', '\166', - '\102', '\040', '\156', '\147', '\040', '\061', '\012', '\162', - '\121', '\155', '\040', '\145', '\162', '\040', '\061', '\012', - '\143', '\166', '\125', '\040', '\143', '\150', '\040', '\061', - '\012', '\170', '\150', '\122', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\170', '\122', '\040', '\163', '\172', - '\040', '\061', '\012', '\142', '\164', '\132', '\040', '\164', - '\150', '\040', '\061', '\012', '\113', '\153', '\146', '\040', - '\153', '\141', '\040', '\061', '\012', '\172', '\112', '\167', - '\040', '\163', '\172', '\040', '\061', '\012', '\165', '\167', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\123', '\170', '\040', '\160', '\162', '\040', '\061', '\012', - '\171', '\122', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\156', '\103', '\161', '\040', '\141', '\156', '\040', - '\061', '\012', '\164', '\107', '\166', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\147', '\124', '\040', '\156', - '\147', '\040', '\061', '\012', '\153', '\116', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\157', '\110', '\153', - '\040', '\157', '\156', '\040', '\061', '\012', '\127', '\172', - '\167', '\040', '\163', '\172', '\040', '\061', '\012', '\150', - '\166', '\125', '\040', '\164', '\150', '\040', '\061', '\012', - '\163', '\153', '\130', '\040', '\163', '\164', '\040', '\061', - '\012', '\166', '\131', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\152', '\157', '\132', '\040', '\157', '\156', - '\040', '\061', '\012', '\156', '\107', '\161', '\040', '\141', - '\156', '\040', '\061', '\012', '\161', '\155', '\115', '\040', - '\161', '\165', '\040', '\061', '\012', '\102', '\155', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\163', '\126', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\165', - '\103', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\151', '\130', '\172', '\040', '\151', '\156', '\040', '\061', - '\012', '\166', '\113', '\160', '\040', '\166', '\141', '\040', - '\061', '\012', '\154', '\105', '\167', '\040', '\154', '\145', - '\040', '\061', '\012', '\150', '\150', '\106', '\040', '\164', - '\150', '\040', '\061', '\012', '\151', '\167', '\123', '\040', - '\151', '\156', '\040', '\061', '\012', '\161', '\171', '\125', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\152', - '\131', '\040', '\151', '\152', '\040', '\061', '\012', '\131', - '\147', '\155', '\040', '\156', '\147', '\040', '\061', '\012', - '\167', '\112', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\145', '\121', '\160', '\040', '\145', '\162', '\040', - '\061', '\012', '\131', '\146', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\127', '\160', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\144', '\123', '\040', - '\144', '\145', '\040', '\061', '\012', '\166', '\155', '\107', - '\040', '\166', '\141', '\040', '\061', '\012', '\155', '\144', - '\124', '\040', '\144', '\145', '\040', '\061', '\012', '\147', - '\162', '\132', '\040', '\156', '\147', '\040', '\061', '\012', - '\171', '\161', '\116', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\102', '\160', '\040', '\160', '\157', '\040', - '\061', '\012', '\146', '\153', '\132', '\040', '\153', '\141', - '\040', '\061', '\012', '\161', '\145', '\102', '\040', '\161', - '\165', '\040', '\061', '\012', '\143', '\107', '\163', '\040', - '\143', '\150', '\040', '\061', '\012', '\105', '\161', '\147', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\146', - '\117', '\040', '\143', '\150', '\040', '\061', '\012', '\165', - '\123', '\170', '\040', '\161', '\165', '\040', '\061', '\012', - '\104', '\150', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\121', '\152', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\170', '\161', '\132', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\121', '\146', '\040', '\156', - '\171', '\040', '\061', '\012', '\156', '\160', '\131', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\104', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\142', '\155', - '\121', '\040', '\155', '\145', '\040', '\061', '\012', '\153', - '\115', '\142', '\040', '\153', '\141', '\040', '\061', '\012', - '\141', '\161', '\103', '\040', '\141', '\156', '\040', '\061', - '\012', '\152', '\131', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\167', '\153', '\104', '\040', '\153', '\141', - '\040', '\061', '\012', '\143', '\127', '\163', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\171', '\112', '\040', - '\156', '\171', '\040', '\061', '\012', '\167', '\166', '\126', - '\040', '\166', '\141', '\040', '\061', '\012', '\154', '\131', - '\142', '\040', '\154', '\145', '\040', '\061', '\012', '\161', - '\162', '\127', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\161', '\172', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\152', '\103', '\040', '\151', '\152', '\040', - '\061', '\012', '\166', '\113', '\171', '\040', '\166', '\141', - '\040', '\061', '\012', '\166', '\152', '\104', '\040', '\151', - '\152', '\040', '\061', '\012', '\163', '\104', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\146', '\113', '\146', - '\040', '\146', '\157', '\040', '\061', '\012', '\172', '\163', - '\124', '\040', '\163', '\164', '\040', '\061', '\012', '\152', - '\131', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\131', '\167', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\110', '\152', '\167', '\040', '\151', '\152', '\040', - '\061', '\012', '\167', '\111', '\171', '\040', '\167', '\141', - '\040', '\061', '\012', '\146', '\146', '\125', '\040', '\146', - '\157', '\040', '\061', '\012', '\127', '\156', '\170', '\040', - '\141', '\156', '\040', '\061', '\012', '\145', '\110', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\127', - '\171', '\040', '\156', '\171', '\040', '\061', '\012', '\116', - '\167', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\171', '\123', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\152', '\146', '\103', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\130', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\162', '\111', '\040', '\156', - '\147', '\040', '\061', '\012', '\157', '\126', '\146', '\040', - '\157', '\156', '\040', '\061', '\012', '\126', '\146', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\152', '\147', - '\131', '\040', '\156', '\147', '\040', '\061', '\012', '\110', - '\152', '\160', '\040', '\151', '\152', '\040', '\061', '\012', - '\172', '\161', '\103', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\171', '\110', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\143', '\121', '\040', '\143', '\150', - '\040', '\061', '\012', '\172', '\163', '\105', '\040', '\163', - '\164', '\040', '\061', '\012', '\160', '\103', '\170', '\040', - '\160', '\162', '\040', '\061', '\012', '\153', '\167', '\120', - '\040', '\153', '\141', '\040', '\061', '\012', '\152', '\146', - '\121', '\040', '\151', '\152', '\040', '\061', '\012', '\167', - '\132', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\126', '\170', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\112', '\166', '\142', '\040', '\166', '\141', '\040', - '\061', '\012', '\163', '\105', '\167', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\114', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\144', '\117', '\170', '\040', - '\144', '\145', '\040', '\061', '\012', '\167', '\160', '\123', - '\040', '\160', '\162', '\040', '\061', '\012', '\171', '\111', - '\157', '\040', '\157', '\156', '\040', '\061', '\012', '\164', - '\107', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\110', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\170', '\107', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\147', '\166', '\121', '\040', '\156', '\147', - '\040', '\061', '\012', '\160', '\116', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\147', '\161', '\131', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\146', '\113', - '\040', '\163', '\164', '\040', '\061', '\012', '\144', '\131', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\163', - '\115', '\155', '\040', '\163', '\164', '\040', '\061', '\012', - '\157', '\102', '\170', '\040', '\157', '\156', '\040', '\061', - '\012', '\161', '\163', '\106', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\155', '\111', '\040', '\155', '\145', - '\040', '\061', '\012', '\164', '\155', '\103', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\154', '\127', '\040', - '\154', '\145', '\040', '\061', '\012', '\124', '\167', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\163', '\162', - '\126', '\040', '\145', '\162', '\040', '\061', '\012', '\162', - '\116', '\172', '\040', '\145', '\162', '\040', '\061', '\012', - '\125', '\165', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\107', '\152', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\156', '\152', '\131', '\040', '\141', '\156', - '\040', '\061', '\012', '\166', '\117', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\121', '\155', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\106', '\156', '\146', - '\040', '\141', '\156', '\040', '\061', '\012', '\171', '\166', - '\131', '\040', '\166', '\141', '\040', '\061', '\012', '\160', - '\107', '\146', '\040', '\160', '\162', '\040', '\061', '\012', - '\154', '\110', '\160', '\040', '\141', '\154', '\040', '\061', - '\012', '\161', '\147', '\132', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\142', '\123', '\040', '\151', '\152', - '\040', '\061', '\012', '\170', '\121', '\151', '\040', '\151', - '\156', '\040', '\061', '\012', '\164', '\161', '\107', '\040', - '\164', '\150', '\040', '\061', '\012', '\156', '\167', '\111', - '\040', '\141', '\156', '\040', '\061', '\012', '\161', '\153', - '\131', '\040', '\161', '\165', '\040', '\061', '\012', '\127', - '\170', '\171', '\040', '\156', '\171', '\040', '\061', '\012', - '\150', '\104', '\155', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\121', '\145', '\040', '\161', '\165', '\040', - '\061', '\012', '\151', '\112', '\160', '\040', '\151', '\156', - '\040', '\061', '\012', '\170', '\162', '\116', '\040', '\145', - '\162', '\040', '\061', '\012', '\144', '\107', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\153', '\121', '\170', - '\040', '\153', '\141', '\040', '\061', '\012', '\112', '\161', - '\147', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\115', '\153', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\152', '\124', '\040', '\154', '\145', '\040', '\061', - '\012', '\130', '\153', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\164', '\161', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\116', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\163', '\165', '\131', '\040', - '\161', '\165', '\040', '\061', '\012', '\125', '\157', '\141', - '\040', '\141', '\156', '\040', '\061', '\012', '\144', '\152', - '\122', '\040', '\144', '\145', '\040', '\061', '\012', '\155', - '\106', '\146', '\040', '\155', '\145', '\040', '\061', '\012', - '\152', '\172', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\152', '\122', '\040', '\163', '\172', '\040', - '\061', '\012', '\116', '\156', '\154', '\040', '\141', '\156', - '\040', '\061', '\012', '\164', '\112', '\160', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\132', '\162', '\040', - '\156', '\147', '\040', '\061', '\012', '\102', '\167', '\170', - '\040', '\167', '\141', '\040', '\061', '\012', '\144', '\127', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\154', - '\167', '\115', '\040', '\154', '\145', '\040', '\061', '\012', - '\111', '\161', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\167', '\132', '\040', '\164', '\150', '\040', - '\061', '\012', '\115', '\167', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\152', '\131', '\040', '\151', - '\152', '\040', '\061', '\012', '\172', '\102', '\166', '\040', - '\163', '\172', '\040', '\061', '\012', '\151', '\167', '\106', - '\040', '\151', '\156', '\040', '\061', '\012', '\162', '\110', - '\172', '\040', '\145', '\162', '\040', '\061', '\012', '\123', - '\161', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\157', '\113', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\152', '\117', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\164', '\121', '\040', '\164', '\150', - '\040', '\061', '\012', '\143', '\113', '\170', '\040', '\143', - '\150', '\040', '\061', '\012', '\142', '\161', '\127', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\131', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\102', - '\161', '\040', '\164', '\150', '\040', '\061', '\012', '\147', - '\155', '\112', '\040', '\156', '\147', '\040', '\061', '\012', - '\145', '\131', '\170', '\040', '\145', '\162', '\040', '\061', - '\012', '\150', '\107', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\121', '\144', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\156', '\130', '\040', '\141', - '\156', '\040', '\061', '\012', '\142', '\166', '\112', '\040', - '\166', '\141', '\040', '\061', '\012', '\163', '\170', '\115', - '\040', '\163', '\164', '\040', '\061', '\012', '\161', '\116', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\127', - '\154', '\152', '\040', '\154', '\145', '\040', '\061', '\012', - '\153', '\161', '\104', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\144', '\132', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\150', '\131', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\154', '\103', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\161', '\111', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\142', '\104', - '\040', '\142', '\145', '\040', '\061', '\012', '\170', '\101', - '\145', '\040', '\145', '\162', '\040', '\061', '\012', '\160', - '\114', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\110', '\142', '\040', '\154', '\145', '\040', '\061', - '\012', '\170', '\126', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\144', '\150', '\116', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\170', '\125', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\126', '\146', '\040', - '\144', '\145', '\040', '\061', '\012', '\132', '\153', '\155', - '\040', '\153', '\141', '\040', '\061', '\012', '\153', '\160', - '\104', '\040', '\153', '\141', '\040', '\061', '\012', '\160', - '\152', '\110', '\040', '\151', '\152', '\040', '\061', '\012', - '\171', '\107', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\151', '\171', '\120', '\040', '\151', '\156', '\040', - '\061', '\012', '\167', '\155', '\113', '\040', '\155', '\145', - '\040', '\061', '\012', '\155', '\112', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\146', '\155', '\114', '\040', - '\155', '\145', '\040', '\061', '\012', '\143', '\102', '\166', - '\040', '\143', '\150', '\040', '\061', '\012', '\126', '\166', - '\146', '\040', '\166', '\141', '\040', '\061', '\012', '\105', - '\161', '\154', '\040', '\161', '\165', '\040', '\061', '\012', - '\157', '\150', '\126', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\103', '\170', '\040', '\154', '\145', '\040', - '\061', '\012', '\157', '\127', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\156', '\172', '\130', '\040', '\141', - '\156', '\040', '\061', '\012', '\146', '\111', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\153', '\120', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\160', '\131', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\172', - '\150', '\107', '\040', '\164', '\150', '\040', '\061', '\012', - '\143', '\161', '\116', '\040', '\143', '\150', '\040', '\061', - '\012', '\165', '\155', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\130', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\154', '\132', '\152', '\040', '\154', - '\145', '\040', '\061', '\012', '\123', '\170', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\113', '\161', '\144', - '\040', '\161', '\165', '\040', '\061', '\012', '\164', '\127', - '\143', '\040', '\164', '\150', '\040', '\061', '\012', '\113', - '\143', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\160', '\166', '\102', '\040', '\160', '\157', '\040', '\061', - '\012', '\164', '\147', '\122', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\162', '\116', '\040', '\145', '\162', - '\040', '\061', '\012', '\170', '\121', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\130', '\166', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\154', '\112', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\146', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\106', - '\166', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\146', '\125', '\142', '\040', '\142', '\145', '\040', '\061', - '\012', '\154', '\132', '\142', '\040', '\154', '\145', '\040', - '\061', '\012', '\147', '\144', '\111', '\040', '\156', '\147', - '\040', '\061', '\012', '\152', '\157', '\111', '\040', '\157', - '\156', '\040', '\061', '\012', '\171', '\113', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\167', '\172', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\112', - '\152', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\170', '\115', '\040', '\166', '\141', '\040', '\061', '\012', - '\126', '\172', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\146', '\152', '\122', '\040', '\151', '\152', '\040', - '\061', '\012', '\113', '\155', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\111', '\167', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\171', '\104', '\040', - '\151', '\152', '\040', '\061', '\012', '\161', '\142', '\125', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\153', - '\132', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\126', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\106', '\150', '\152', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\112', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\120', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\125', '\145', '\157', '\040', '\145', - '\162', '\040', '\061', '\012', '\172', '\130', '\144', '\040', - '\163', '\172', '\040', '\061', '\012', '\147', '\106', '\142', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\112', - '\171', '\040', '\151', '\152', '\040', '\061', '\012', '\116', - '\163', '\152', '\040', '\163', '\164', '\040', '\061', '\012', - '\154', '\115', '\142', '\040', '\154', '\145', '\040', '\061', - '\012', '\171', '\121', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\144', '\156', '\115', '\040', '\141', '\156', - '\040', '\061', '\012', '\171', '\122', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\106', '\152', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\144', '\113', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\147', '\161', - '\126', '\040', '\156', '\147', '\040', '\061', '\012', '\147', - '\103', '\153', '\040', '\156', '\147', '\040', '\061', '\012', - '\163', '\117', '\172', '\040', '\163', '\164', '\040', '\061', - '\012', '\150', '\154', '\117', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\142', '\116', '\040', '\161', '\165', - '\040', '\061', '\012', '\163', '\152', '\116', '\040', '\163', - '\164', '\040', '\061', '\012', '\125', '\152', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\162', '\126', '\155', - '\040', '\145', '\162', '\040', '\061', '\012', '\127', '\152', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\142', - '\155', '\115', '\040', '\155', '\145', '\040', '\061', '\012', - '\126', '\172', '\170', '\040', '\163', '\172', '\040', '\061', - '\012', '\150', '\132', '\147', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\106', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\150', '\112', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\116', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\172', '\142', '\124', - '\040', '\163', '\172', '\040', '\061', '\012', '\170', '\155', - '\112', '\040', '\155', '\145', '\040', '\061', '\012', '\106', - '\143', '\163', '\040', '\143', '\150', '\040', '\061', '\012', - '\171', '\124', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\143', '\123', '\147', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\155', '\120', '\040', '\161', '\165', - '\040', '\061', '\012', '\155', '\106', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\142', '\144', '\111', '\040', - '\144', '\145', '\040', '\061', '\012', '\152', '\154', '\113', - '\040', '\154', '\145', '\040', '\061', '\012', '\142', '\156', - '\102', '\040', '\141', '\156', '\040', '\061', '\012', '\161', - '\171', '\121', '\040', '\161', '\165', '\040', '\061', '\012', - '\126', '\152', '\153', '\040', '\151', '\152', '\040', '\061', - '\012', '\150', '\172', '\125', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\147', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\161', '\127', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\116', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\124', '\152', '\160', - '\040', '\151', '\152', '\040', '\061', '\012', '\166', '\154', - '\126', '\040', '\154', '\145', '\040', '\061', '\012', '\162', - '\126', '\160', '\040', '\145', '\162', '\040', '\061', '\012', - '\142', '\114', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\171', '\144', '\121', '\040', '\144', '\145', '\040', - '\061', '\012', '\147', '\131', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\150', '\105', '\040', '\164', - '\150', '\040', '\061', '\012', '\107', '\163', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\127', '\172', - '\040', '\156', '\147', '\040', '\061', '\012', '\121', '\164', - '\153', '\040', '\164', '\150', '\040', '\061', '\012', '\110', - '\172', '\167', '\040', '\163', '\172', '\040', '\061', '\012', - '\153', '\111', '\157', '\040', '\150', '\157', '\040', '\061', - '\012', '\153', '\146', '\103', '\040', '\153', '\141', '\040', - '\061', '\012', '\172', '\102', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\152', '\112', '\160', '\040', '\151', - '\152', '\040', '\061', '\012', '\145', '\111', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\165', '\102', - '\040', '\161', '\165', '\040', '\061', '\012', '\127', '\142', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\112', - '\152', '\160', '\040', '\151', '\152', '\040', '\061', '\012', - '\154', '\130', '\153', '\040', '\154', '\145', '\040', '\061', - '\012', '\124', '\146', '\170', '\040', '\146', '\157', '\040', - '\061', '\012', '\172', '\114', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\144', '\161', '\124', '\040', '\161', - '\165', '\040', '\061', '\012', '\157', '\132', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\112', '\146', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\121', '\150', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\153', '\113', '\040', '\161', '\165', '\040', '\061', '\012', - '\105', '\152', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\167', '\116', '\040', '\163', '\172', '\040', - '\061', '\012', '\171', '\121', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\104', '\160', '\040', '\144', - '\145', '\040', '\061', '\012', '\120', '\167', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\172', '\164', '\103', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\164', - '\110', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\162', '\130', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\167', '\124', '\040', '\166', '\141', '\040', '\061', - '\012', '\171', '\122', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\121', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\130', '\172', '\040', '\154', - '\145', '\040', '\061', '\012', '\143', '\146', '\114', '\040', - '\143', '\150', '\040', '\061', '\012', '\106', '\167', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\162', '\116', - '\167', '\040', '\145', '\162', '\040', '\061', '\012', '\102', - '\150', '\170', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\154', '\132', '\040', '\156', '\147', '\040', '\061', - '\012', '\147', '\143', '\104', '\040', '\143', '\150', '\040', - '\061', '\012', '\123', '\146', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\125', '\172', '\146', '\040', '\163', - '\172', '\040', '\061', '\012', '\124', '\144', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\144', '\122', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\166', '\131', - '\167', '\040', '\166', '\141', '\040', '\061', '\012', '\170', - '\143', '\104', '\040', '\143', '\150', '\040', '\061', '\012', - '\170', '\143', '\103', '\040', '\143', '\150', '\040', '\061', - '\012', '\154', '\102', '\170', '\040', '\154', '\145', '\040', - '\061', '\012', '\147', '\110', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\112', '\171', '\040', '\167', - '\141', '\040', '\061', '\012', '\171', '\162', '\117', '\040', - '\145', '\162', '\040', '\061', '\012', '\166', '\161', '\106', - '\040', '\161', '\165', '\040', '\061', '\012', '\164', '\131', - '\142', '\040', '\164', '\150', '\040', '\061', '\012', '\132', - '\152', '\167', '\040', '\151', '\152', '\040', '\061', '\012', - '\152', '\114', '\153', '\040', '\151', '\152', '\040', '\061', - '\012', '\110', '\166', '\146', '\040', '\166', '\141', '\040', - '\061', '\012', '\160', '\156', '\123', '\040', '\141', '\156', - '\040', '\061', '\012', '\160', '\143', '\124', '\040', '\143', - '\150', '\040', '\061', '\012', '\163', '\106', '\153', '\040', - '\163', '\164', '\040', '\061', '\012', '\144', '\143', '\117', - '\040', '\143', '\150', '\040', '\061', '\012', '\172', '\120', - '\167', '\040', '\163', '\172', '\040', '\061', '\012', '\166', - '\116', '\146', '\040', '\166', '\141', '\040', '\061', '\012', - '\107', '\144', '\170', '\040', '\144', '\145', '\040', '\061', - '\012', '\144', '\154', '\120', '\040', '\154', '\145', '\040', - '\061', '\012', '\152', '\114', '\170', '\040', '\152', '\157', - '\040', '\061', '\012', '\152', '\132', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\167', '\167', '\124', '\040', - '\167', '\141', '\040', '\061', '\012', '\164', '\107', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\150', - '\123', '\040', '\164', '\150', '\040', '\061', '\012', '\130', - '\164', '\153', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\156', '\127', '\040', '\157', '\156', '\040', '\061', - '\012', '\160', '\153', '\112', '\040', '\153', '\141', '\040', - '\061', '\012', '\170', '\111', '\157', '\040', '\157', '\156', - '\040', '\061', '\012', '\132', '\170', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\156', '\117', '\152', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\110', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\146', '\152', - '\123', '\040', '\151', '\152', '\040', '\061', '\012', '\167', - '\144', '\114', '\040', '\144', '\145', '\040', '\061', '\012', - '\152', '\142', '\116', '\040', '\151', '\152', '\040', '\061', - '\012', '\171', '\153', '\117', '\040', '\153', '\141', '\040', - '\061', '\012', '\170', '\161', '\102', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\172', '\116', '\040', '\161', - '\165', '\040', '\061', '\012', '\121', '\142', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\106', '\161', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\127', - '\167', '\040', '\151', '\152', '\040', '\061', '\012', '\156', - '\170', '\115', '\040', '\141', '\156', '\040', '\061', '\012', - '\164', '\160', '\130', '\040', '\164', '\150', '\040', '\061', - '\012', '\124', '\164', '\172', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\163', '\110', '\040', '\163', '\164', - '\040', '\061', '\012', '\146', '\152', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\170', '\111', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\170', '\153', '\131', - '\040', '\153', '\141', '\040', '\061', '\012', '\106', '\161', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\157', - '\107', '\153', '\040', '\157', '\156', '\040', '\061', '\012', - '\110', '\156', '\143', '\040', '\141', '\156', '\040', '\061', - '\012', '\152', '\120', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\154', '\127', '\040', '\154', '\145', - '\040', '\061', '\012', '\165', '\122', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\165', '\107', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\131', '\166', - '\040', '\151', '\152', '\040', '\061', '\012', '\113', '\160', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\147', - '\121', '\157', '\040', '\156', '\147', '\040', '\061', '\012', - '\113', '\167', '\170', '\040', '\167', '\141', '\040', '\061', - '\012', '\152', '\116', '\167', '\040', '\151', '\152', '\040', - '\061', '\012', '\164', '\144', '\104', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\107', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\114', '\142', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\122', '\162', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\161', '\166', - '\130', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\150', '\113', '\040', '\164', '\150', '\040', '\061', '\012', - '\153', '\132', '\170', '\040', '\153', '\141', '\040', '\061', - '\012', '\170', '\104', '\146', '\040', '\146', '\157', '\040', - '\061', '\012', '\120', '\152', '\146', '\040', '\151', '\152', - '\040', '\061', '\012', '\143', '\147', '\106', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\103', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\146', '\127', '\167', - '\040', '\157', '\167', '\040', '\061', '\012', '\155', '\112', - '\160', '\040', '\155', '\145', '\040', '\061', '\012', '\146', - '\130', '\145', '\040', '\145', '\162', '\040', '\061', '\012', - '\165', '\131', '\160', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\110', '\153', '\040', '\151', '\152', '\040', - '\061', '\012', '\167', '\144', '\120', '\040', '\144', '\145', - '\040', '\061', '\012', '\161', '\106', '\153', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\162', '\107', '\040', - '\145', '\162', '\040', '\061', '\012', '\146', '\147', '\104', - '\040', '\156', '\147', '\040', '\061', '\012', '\146', '\163', - '\107', '\040', '\163', '\164', '\040', '\061', '\012', '\126', - '\147', '\142', '\040', '\156', '\147', '\040', '\061', '\012', - '\170', '\101', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\147', '\164', '\132', '\040', '\164', '\150', '\040', - '\061', '\012', '\164', '\154', '\161', '\040', '\164', '\150', - '\040', '\061', '\012', '\124', '\155', '\167', '\040', '\155', - '\145', '\040', '\061', '\012', '\147', '\171', '\131', '\040', - '\156', '\147', '\040', '\061', '\012', '\121', '\170', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\125', '\170', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\151', - '\126', '\162', '\040', '\151', '\156', '\040', '\061', '\012', - '\172', '\161', '\111', '\040', '\161', '\165', '\040', '\061', - '\012', '\116', '\142', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\104', '\150', '\144', '\040', '\164', '\150', - '\040', '\061', '\012', '\155', '\117', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\151', '\102', '\144', '\040', - '\151', '\156', '\040', '\061', '\012', '\143', '\161', '\102', - '\040', '\143', '\150', '\040', '\061', '\012', '\172', '\121', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\127', - '\142', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\121', '\153', '\163', '\040', '\153', '\141', '\040', '\061', - '\012', '\161', '\120', '\141', '\040', '\141', '\156', '\040', - '\061', '\012', '\164', '\146', '\111', '\040', '\164', '\150', - '\040', '\061', '\012', '\155', '\132', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\160', '\104', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\156', '\112', '\152', - '\040', '\141', '\156', '\040', '\061', '\012', '\172', '\143', - '\160', '\040', '\143', '\150', '\040', '\061', '\012', '\164', - '\127', '\152', '\040', '\164', '\150', '\040', '\061', '\012', - '\132', '\170', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\166', '\120', '\171', '\040', '\166', '\141', '\040', - '\061', '\012', '\144', '\170', '\113', '\040', '\144', '\145', - '\040', '\061', '\012', '\157', '\120', '\166', '\040', '\157', - '\156', '\040', '\061', '\012', '\162', '\152', '\116', '\040', - '\145', '\162', '\040', '\061', '\012', '\157', '\121', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\167', - '\110', '\040', '\166', '\141', '\040', '\061', '\012', '\121', - '\150', '\160', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\163', '\125', '\040', '\163', '\164', '\040', '\061', - '\012', '\153', '\107', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\152', '\127', '\040', '\151', '\152', - '\040', '\061', '\012', '\120', '\167', '\170', '\040', '\167', - '\141', '\040', '\061', '\012', '\102', '\142', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\117', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\160', - '\116', '\040', '\161', '\165', '\040', '\061', '\012', '\156', - '\142', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\172', '\160', '\115', '\040', '\163', '\172', '\040', '\061', - '\012', '\152', '\155', '\102', '\040', '\151', '\152', '\040', - '\061', '\012', '\116', '\161', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\131', '\144', '\040', '\163', - '\172', '\040', '\061', '\012', '\131', '\142', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\170', '\143', '\127', - '\040', '\143', '\150', '\040', '\061', '\012', '\147', '\120', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\121', - '\171', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\102', '\150', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\107', '\170', '\040', '\156', '\171', '\040', - '\061', '\012', '\161', '\170', '\114', '\040', '\161', '\165', - '\040', '\061', '\012', '\112', '\146', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\155', '\142', '\126', '\040', - '\155', '\145', '\040', '\061', '\012', '\160', '\153', '\131', - '\040', '\153', '\141', '\040', '\061', '\012', '\143', '\127', - '\154', '\040', '\143', '\150', '\040', '\061', '\012', '\167', - '\102', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\166', '\117', '\167', '\040', '\166', '\141', '\040', '\061', - '\012', '\107', '\160', '\142', '\040', '\160', '\162', '\040', - '\061', '\012', '\120', '\160', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\163', '\130', '\040', '\163', - '\164', '\040', '\061', '\012', '\166', '\164', '\121', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\103', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\171', '\157', - '\131', '\040', '\157', '\156', '\040', '\061', '\012', '\160', - '\167', '\121', '\040', '\160', '\162', '\040', '\061', '\012', - '\171', '\107', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\161', '\164', '\112', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\162', '\132', '\040', '\141', '\156', - '\040', '\061', '\012', '\145', '\126', '\170', '\040', '\145', - '\162', '\040', '\061', '\012', '\116', '\162', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\164', '\101', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\110', - '\146', '\040', '\146', '\157', '\040', '\061', '\012', '\147', - '\163', '\121', '\040', '\156', '\147', '\040', '\061', '\012', - '\150', '\154', '\103', '\040', '\164', '\150', '\040', '\061', - '\012', '\144', '\114', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\172', '\152', '\103', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\166', '\131', '\040', '\151', - '\152', '\040', '\061', '\012', '\164', '\111', '\152', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\166', '\114', - '\040', '\166', '\141', '\040', '\061', '\012', '\110', '\150', - '\147', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\115', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\170', '\115', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\164', '\131', '\170', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\126', '\160', '\040', '\166', '\141', - '\040', '\061', '\012', '\131', '\156', '\142', '\040', '\141', - '\156', '\040', '\061', '\012', '\166', '\155', '\130', '\040', - '\166', '\141', '\040', '\061', '\012', '\161', '\152', '\121', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\121', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\150', - '\121', '\172', '\040', '\164', '\150', '\040', '\061', '\012', - '\155', '\116', '\146', '\040', '\155', '\145', '\040', '\061', - '\012', '\172', '\146', '\131', '\040', '\163', '\172', '\040', - '\061', '\012', '\170', '\152', '\123', '\040', '\151', '\152', - '\040', '\061', '\012', '\152', '\102', '\155', '\040', '\151', - '\152', '\040', '\061', '\012', '\152', '\160', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\156', '\112', '\161', - '\040', '\141', '\156', '\040', '\061', '\012', '\113', '\156', - '\172', '\040', '\141', '\156', '\040', '\061', '\012', '\147', - '\107', '\146', '\040', '\156', '\147', '\040', '\061', '\012', - '\160', '\132', '\170', '\040', '\160', '\162', '\040', '\061', - '\012', '\107', '\161', '\154', '\040', '\161', '\165', '\040', - '\061', '\012', '\125', '\161', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\145', '\127', '\166', '\040', '\145', - '\162', '\040', '\061', '\012', '\146', '\107', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\161', '\163', '\101', - '\040', '\161', '\165', '\040', '\061', '\012', '\165', '\150', - '\131', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\150', '\110', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\170', '\123', '\040', '\156', '\171', '\040', '\061', - '\012', '\162', '\170', '\113', '\040', '\145', '\162', '\040', - '\061', '\012', '\150', '\116', '\143', '\040', '\164', '\150', - '\040', '\061', '\012', '\126', '\167', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\141', '\116', '\166', '\040', - '\141', '\156', '\040', '\061', '\012', '\121', '\172', '\166', - '\040', '\163', '\172', '\040', '\061', '\012', '\146', '\121', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\172', '\110', '\040', '\163', '\172', '\040', '\061', '\012', - '\122', '\166', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\121', '\160', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\130', '\166', '\040', '\161', '\165', - '\040', '\061', '\012', '\160', '\150', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\121', '\154', '\142', '\040', - '\154', '\145', '\040', '\061', '\012', '\142', '\156', '\121', - '\040', '\141', '\156', '\040', '\061', '\012', '\156', '\152', - '\113', '\040', '\141', '\156', '\040', '\061', '\012', '\112', - '\152', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\164', '\112', '\170', '\040', '\164', '\150', '\040', '\061', - '\012', '\151', '\167', '\130', '\040', '\151', '\156', '\040', - '\061', '\012', '\156', '\126', '\144', '\040', '\141', '\156', - '\040', '\061', '\012', '\153', '\172', '\101', '\040', '\163', - '\172', '\040', '\061', '\012', '\165', '\167', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\124', '\163', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\161', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\122', - '\156', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\162', '\104', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\171', '\116', '\142', '\040', '\142', '\145', '\040', - '\061', '\012', '\165', '\161', '\116', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\113', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\111', '\161', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\110', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\127', '\167', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\115', '\167', '\040', '\156', '\147', '\040', '\061', '\012', - '\171', '\127', '\146', '\040', '\156', '\171', '\040', '\061', - '\012', '\166', '\143', '\117', '\040', '\143', '\150', '\040', - '\061', '\012', '\107', '\153', '\155', '\040', '\153', '\141', - '\040', '\061', '\012', '\146', '\122', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\144', '\115', '\143', '\040', - '\156', '\144', '\040', '\061', '\012', '\132', '\150', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\154', - '\110', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\125', '\154', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\110', '\146', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\103', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\121', '\146', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\121', '\153', '\167', '\040', '\153', - '\141', '\040', '\061', '\012', '\155', '\131', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\144', '\143', '\125', - '\040', '\143', '\150', '\040', '\061', '\012', '\152', '\124', - '\146', '\040', '\151', '\152', '\040', '\061', '\012', '\162', - '\152', '\106', '\040', '\145', '\162', '\040', '\061', '\012', - '\150', '\170', '\121', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\116', '\146', '\040', '\167', '\141', '\040', - '\061', '\012', '\114', '\147', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\106', '\144', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\112', '\167', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\143', '\121', - '\040', '\143', '\150', '\040', '\061', '\012', '\170', '\130', - '\146', '\040', '\146', '\157', '\040', '\061', '\012', '\167', - '\167', '\121', '\040', '\167', '\141', '\040', '\061', '\012', - '\145', '\166', '\121', '\040', '\145', '\162', '\040', '\061', - '\012', '\106', '\143', '\152', '\040', '\143', '\150', '\040', - '\061', '\012', '\103', '\171', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\164', '\160', '\106', '\040', '\164', - '\150', '\040', '\061', '\012', '\101', '\170', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\172', '\107', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\121', '\142', - '\142', '\040', '\142', '\145', '\040', '\061', '\012', '\166', - '\146', '\131', '\040', '\166', '\141', '\040', '\061', '\012', - '\157', '\130', '\144', '\040', '\157', '\156', '\040', '\061', - '\012', '\167', '\101', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\130', '\142', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\167', '\155', '\122', '\040', '\155', - '\145', '\040', '\061', '\012', '\162', '\172', '\116', '\040', - '\145', '\162', '\040', '\061', '\012', '\146', '\143', '\102', - '\040', '\143', '\150', '\040', '\061', '\012', '\102', '\167', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\147', '\123', '\040', '\156', '\147', '\040', '\061', '\012', - '\144', '\121', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\153', '\112', '\167', '\040', '\153', '\141', '\040', - '\061', '\012', '\142', '\147', '\170', '\040', '\156', '\147', - '\040', '\061', '\012', '\160', '\132', '\163', '\040', '\163', - '\172', '\040', '\061', '\012', '\167', '\146', '\101', '\040', - '\167', '\141', '\040', '\061', '\012', '\152', '\155', '\130', - '\040', '\151', '\152', '\040', '\061', '\012', '\144', '\116', - '\160', '\040', '\144', '\145', '\040', '\061', '\012', '\126', - '\170', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\122', '\166', '\142', '\040', '\166', '\141', '\040', '\061', - '\012', '\167', '\132', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\167', '\147', '\101', '\040', '\156', '\147', - '\040', '\061', '\012', '\127', '\162', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\112', '\143', '\161', '\040', - '\143', '\150', '\040', '\061', '\012', '\154', '\152', '\127', - '\040', '\154', '\145', '\040', '\061', '\012', '\161', '\120', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\147', - '\152', '\131', '\040', '\156', '\147', '\040', '\061', '\012', - '\152', '\125', '\157', '\040', '\157', '\156', '\040', '\061', - '\012', '\155', '\111', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\110', '\160', '\171', '\040', '\160', '\162', - '\040', '\061', '\012', '\115', '\160', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\142', '\153', '\117', '\040', - '\153', '\141', '\040', '\061', '\012', '\101', '\166', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\113', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\102', - '\146', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\171', '\131', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\105', '\147', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\170', '\110', '\040', '\167', '\141', - '\040', '\061', '\012', '\172', '\110', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\166', '\101', '\040', - '\163', '\164', '\040', '\061', '\012', '\172', '\143', '\120', - '\040', '\143', '\150', '\040', '\061', '\012', '\102', '\170', - '\157', '\040', '\157', '\156', '\040', '\061', '\012', '\150', - '\123', '\166', '\040', '\164', '\150', '\040', '\061', '\012', - '\114', '\170', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\150', '\102', '\172', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\127', '\153', '\040', '\143', '\150', - '\040', '\061', '\012', '\170', '\102', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\150', '\167', '\116', '\040', - '\164', '\150', '\040', '\061', '\012', '\155', '\153', '\112', - '\040', '\153', '\141', '\040', '\061', '\012', '\157', '\116', - '\152', '\040', '\157', '\156', '\040', '\061', '\012', '\125', - '\147', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\132', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\146', '\120', '\040', '\146', '\157', '\040', - '\061', '\012', '\142', '\131', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\161', '\170', '\106', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\143', '\111', '\040', - '\143', '\150', '\040', '\061', '\012', '\144', '\150', '\131', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\166', - '\120', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\125', '\171', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\170', '\103', '\040', '\155', '\145', '\040', '\061', - '\012', '\172', '\120', '\170', '\040', '\163', '\172', '\040', - '\061', '\012', '\116', '\161', '\154', '\040', '\161', '\165', - '\040', '\061', '\012', '\131', '\146', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\127', '\147', '\160', '\040', - '\156', '\147', '\040', '\061', '\012', '\152', '\147', '\104', - '\040', '\156', '\147', '\040', '\061', '\012', '\121', '\146', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\143', '\127', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\170', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\130', '\160', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\162', '\104', '\040', '\145', '\162', - '\040', '\061', '\012', '\142', '\105', '\157', '\040', '\157', - '\156', '\040', '\061', '\012', '\142', '\172', '\126', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\167', '\123', - '\040', '\167', '\141', '\040', '\061', '\012', '\155', '\114', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\167', - '\115', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\106', '\142', '\040', '\166', '\141', '\040', '\061', - '\012', '\172', '\146', '\124', '\040', '\163', '\172', '\040', - '\061', '\012', '\156', '\122', '\153', '\040', '\141', '\156', - '\040', '\061', '\012', '\153', '\112', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\122', '\155', '\167', '\040', - '\155', '\145', '\040', '\061', '\012', '\156', '\161', '\122', - '\040', '\141', '\156', '\040', '\061', '\012', '\161', '\160', - '\117', '\040', '\161', '\165', '\040', '\061', '\012', '\142', - '\110', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\124', '\153', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\152', '\107', '\040', '\163', '\164', '\040', - '\061', '\012', '\161', '\141', '\124', '\040', '\141', '\156', - '\040', '\061', '\012', '\120', '\161', '\154', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\154', '\121', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\172', '\127', - '\040', '\163', '\172', '\040', '\061', '\012', '\171', '\106', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\165', - '\102', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\170', '\117', '\040', '\166', '\141', '\040', '\061', - '\012', '\161', '\166', '\103', '\040', '\161', '\165', '\040', - '\061', '\012', '\131', '\161', '\170', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\103', '\142', '\040', '\151', - '\152', '\040', '\061', '\012', '\121', '\152', '\153', '\040', - '\151', '\152', '\040', '\061', '\012', '\146', '\102', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\113', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\162', - '\115', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\150', '\122', '\167', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\153', '\125', '\040', '\153', '\141', '\040', - '\061', '\012', '\142', '\125', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\131', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\120', '\144', '\170', '\040', - '\144', '\145', '\040', '\061', '\012', '\157', '\107', '\166', - '\040', '\157', '\156', '\040', '\061', '\012', '\152', '\114', - '\171', '\040', '\151', '\152', '\040', '\061', '\012', '\144', - '\165', '\131', '\040', '\161', '\165', '\040', '\061', '\012', - '\127', '\143', '\160', '\040', '\143', '\150', '\040', '\061', - '\012', '\157', '\107', '\170', '\040', '\157', '\156', '\040', - '\061', '\012', '\166', '\107', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\112', '\144', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\151', '\152', '\110', '\040', - '\151', '\156', '\040', '\061', '\012', '\155', '\154', '\130', - '\040', '\154', '\145', '\040', '\061', '\012', '\152', '\116', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\153', - '\103', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\107', '\150', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\162', '\115', '\166', '\040', '\145', '\162', '\040', - '\061', '\012', '\102', '\147', '\160', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\106', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\165', '\127', '\154', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\130', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\127', '\143', - '\146', '\040', '\143', '\150', '\040', '\061', '\012', '\144', - '\142', '\111', '\040', '\144', '\145', '\040', '\061', '\012', - '\142', '\107', '\170', '\040', '\142', '\145', '\040', '\061', - '\012', '\145', '\170', '\121', '\040', '\145', '\162', '\040', - '\061', '\012', '\152', '\127', '\152', '\040', '\152', '\157', - '\040', '\061', '\012', '\160', '\121', '\142', '\040', '\160', - '\162', '\040', '\061', '\012', '\152', '\143', '\110', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\117', '\154', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\164', - '\114', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\162', '\103', '\040', '\143', '\150', '\040', '\061', '\012', - '\160', '\102', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\127', '\154', '\172', '\040', '\154', '\145', '\040', - '\061', '\012', '\156', '\110', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\110', '\146', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\130', '\160', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\125', '\170', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\113', '\163', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\127', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\156', '\161', '\132', '\040', '\141', '\156', '\040', '\061', - '\012', '\103', '\170', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\172', '\112', '\170', '\040', '\163', '\172', - '\040', '\061', '\012', '\162', '\127', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\103', '\142', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\161', '\120', - '\040', '\161', '\165', '\040', '\061', '\012', '\154', '\150', - '\125', '\040', '\164', '\150', '\040', '\061', '\012', '\125', - '\146', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\125', '\170', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\150', '\112', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\166', '\121', '\040', '\141', '\156', - '\040', '\061', '\012', '\144', '\150', '\106', '\040', '\164', - '\150', '\040', '\061', '\012', '\103', '\166', '\142', '\040', - '\166', '\141', '\040', '\061', '\012', '\141', '\120', '\146', - '\040', '\141', '\156', '\040', '\061', '\012', '\112', '\170', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\104', - '\167', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\111', '\170', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\153', '\146', '\123', '\040', '\153', '\141', '\040', - '\061', '\012', '\162', '\132', '\155', '\040', '\145', '\162', - '\040', '\061', '\012', '\146', '\155', '\105', '\040', '\155', - '\145', '\040', '\061', '\012', '\163', '\114', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\155', '\122', - '\040', '\155', '\145', '\040', '\061', '\012', '\165', '\103', - '\163', '\040', '\161', '\165', '\040', '\061', '\012', '\153', - '\106', '\155', '\040', '\153', '\141', '\040', '\061', '\012', - '\113', '\161', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\121', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\123', '\146', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\146', '\147', '\125', '\040', '\156', - '\147', '\040', '\061', '\012', '\166', '\166', '\124', '\040', - '\166', '\141', '\040', '\061', '\012', '\155', '\121', '\145', - '\040', '\145', '\162', '\040', '\061', '\012', '\107', '\142', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\164', - '\142', '\131', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\121', '\153', '\040', '\154', '\145', '\040', '\061', - '\012', '\143', '\111', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\124', '\152', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\156', '\121', '\147', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\131', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\161', '\120', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\117', - '\141', '\040', '\141', '\156', '\040', '\061', '\012', '\160', - '\116', '\167', '\040', '\160', '\162', '\040', '\061', '\012', - '\146', '\112', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\172', '\110', '\142', '\040', '\163', '\172', '\040', - '\061', '\012', '\153', '\102', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\144', '\105', '\040', '\144', - '\145', '\040', '\061', '\012', '\167', '\120', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\154', '\126', '\166', - '\040', '\154', '\145', '\040', '\061', '\012', '\155', '\120', - '\167', '\040', '\155', '\145', '\040', '\061', '\012', '\122', - '\155', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\170', '\157', '\105', '\040', '\157', '\156', '\040', '\061', - '\012', '\150', '\156', '\112', '\040', '\164', '\150', '\040', - '\061', '\012', '\165', '\166', '\105', '\040', '\161', '\165', - '\040', '\061', '\012', '\127', '\157', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\165', '\143', '\130', '\040', - '\143', '\150', '\040', '\061', '\012', '\156', '\155', '\104', - '\040', '\141', '\156', '\040', '\061', '\012', '\160', '\143', - '\130', '\040', '\143', '\150', '\040', '\061', '\012', '\150', - '\104', '\167', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\147', '\111', '\040', '\156', '\147', '\040', '\061', - '\012', '\166', '\126', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\164', '\104', '\150', '\040', '\143', '\150', - '\040', '\061', '\012', '\152', '\110', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\150', '\153', '\130', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\170', '\124', - '\040', '\160', '\162', '\040', '\061', '\012', '\170', '\131', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\162', - '\124', '\160', '\040', '\145', '\162', '\040', '\061', '\012', - '\125', '\142', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\114', '\154', '\155', '\040', '\154', '\145', '\040', - '\061', '\012', '\171', '\152', '\132', '\040', '\151', '\152', - '\040', '\061', '\012', '\121', '\163', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\143', '\146', '\115', '\040', - '\143', '\150', '\040', '\061', '\012', '\152', '\142', '\107', - '\040', '\142', '\145', '\040', '\061', '\012', '\112', '\146', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\155', - '\127', '\142', '\040', '\155', '\145', '\040', '\061', '\012', - '\152', '\104', '\160', '\040', '\151', '\152', '\040', '\061', - '\012', '\154', '\127', '\172', '\040', '\154', '\145', '\040', - '\061', '\012', '\143', '\130', '\171', '\040', '\143', '\150', - '\040', '\061', '\012', '\157', '\121', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\165', '\143', '\132', '\040', - '\143', '\150', '\040', '\061', '\012', '\143', '\166', '\116', - '\040', '\143', '\150', '\040', '\061', '\012', '\143', '\166', - '\113', '\040', '\143', '\150', '\040', '\061', '\012', '\172', - '\104', '\153', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\114', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\144', '\104', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\150', '\150', '\104', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\155', '\113', '\040', '\166', - '\141', '\040', '\061', '\012', '\150', '\114', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\155', '\161', '\127', - '\040', '\161', '\165', '\040', '\061', '\012', '\102', '\146', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\101', - '\143', '\152', '\040', '\143', '\150', '\040', '\061', '\012', - '\144', '\143', '\107', '\040', '\143', '\150', '\040', '\061', - '\012', '\171', '\112', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\155', '\146', '\123', '\040', '\155', '\145', - '\040', '\061', '\012', '\144', '\162', '\114', '\040', '\145', - '\162', '\040', '\061', '\012', '\161', '\171', '\113', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\121', '\172', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\162', - '\114', '\040', '\145', '\162', '\040', '\061', '\012', '\143', - '\143', '\112', '\040', '\143', '\150', '\040', '\061', '\012', - '\167', '\160', '\130', '\040', '\160', '\162', '\040', '\061', - '\012', '\132', '\172', '\146', '\040', '\163', '\172', '\040', - '\061', '\012', '\163', '\156', '\125', '\040', '\141', '\156', - '\040', '\061', '\012', '\161', '\105', '\167', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\121', '\142', '\040', - '\164', '\150', '\040', '\061', '\012', '\155', '\120', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\166', '\112', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\160', '\125', '\040', '\166', '\141', '\040', '\061', '\012', - '\166', '\172', '\115', '\040', '\163', '\172', '\040', '\061', - '\012', '\165', '\132', '\142', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\167', '\125', '\040', '\167', '\141', - '\040', '\061', '\012', '\122', '\152', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\150', '\113', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\102', '\146', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\167', '\165', - '\121', '\040', '\161', '\165', '\040', '\061', '\012', '\142', - '\166', '\115', '\040', '\166', '\141', '\040', '\061', '\012', - '\171', '\151', '\127', '\040', '\151', '\156', '\040', '\061', - '\012', '\150', '\161', '\103', '\040', '\164', '\150', '\040', - '\061', '\012', '\151', '\125', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\102', '\144', '\040', '\154', - '\145', '\040', '\061', '\012', '\132', '\170', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\160', '\127', - '\040', '\160', '\162', '\040', '\061', '\012', '\162', '\110', - '\155', '\040', '\145', '\162', '\040', '\061', '\012', '\155', - '\150', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\115', '\142', '\040', '\142', '\145', '\040', '\061', - '\012', '\166', '\127', '\146', '\040', '\166', '\141', '\040', - '\061', '\012', '\106', '\144', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\107', '\142', '\040', '\151', - '\152', '\040', '\061', '\012', '\104', '\150', '\167', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\152', '\122', - '\040', '\143', '\150', '\040', '\061', '\012', '\153', '\166', - '\104', '\040', '\153', '\141', '\040', '\061', '\012', '\161', - '\166', '\104', '\040', '\161', '\165', '\040', '\061', '\012', - '\130', '\155', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\103', '\152', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\153', '\153', '\130', '\040', '\153', '\141', - '\040', '\061', '\012', '\161', '\153', '\106', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\127', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\115', '\163', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\156', '\116', - '\166', '\040', '\141', '\156', '\040', '\061', '\012', '\110', - '\172', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\162', '\131', '\040', '\145', '\162', '\040', '\061', - '\012', '\150', '\147', '\102', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\167', '\102', '\040', '\160', '\162', - '\040', '\061', '\012', '\112', '\170', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\143', '\112', '\040', - '\143', '\150', '\040', '\061', '\012', '\163', '\131', '\167', - '\040', '\163', '\164', '\040', '\061', '\012', '\124', '\161', - '\170', '\040', '\161', '\165', '\040', '\061', '\012', '\145', - '\112', '\146', '\040', '\154', '\145', '\040', '\061', '\012', - '\143', '\172', '\112', '\040', '\143', '\150', '\040', '\061', - '\012', '\121', '\171', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\166', '\126', '\040', '\166', '\141', - '\040', '\061', '\012', '\130', '\171', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\152', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\131', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\160', '\102', - '\170', '\040', '\160', '\162', '\040', '\061', '\012', '\152', - '\166', '\122', '\040', '\151', '\152', '\040', '\061', '\012', - '\147', '\142', '\110', '\040', '\156', '\147', '\040', '\061', - '\012', '\171', '\147', '\110', '\040', '\156', '\147', '\040', - '\061', '\012', '\150', '\142', '\126', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\167', '\125', '\040', '\154', - '\145', '\040', '\061', '\012', '\164', '\112', '\153', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\111', '\167', - '\040', '\160', '\162', '\040', '\061', '\012', '\126', '\152', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\104', - '\147', '\155', '\040', '\156', '\147', '\040', '\061', '\012', - '\156', '\166', '\122', '\040', '\141', '\156', '\040', '\061', - '\012', '\171', '\122', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\146', '\117', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\105', '\143', '\146', '\040', '\143', - '\150', '\040', '\061', '\012', '\132', '\162', '\146', '\040', - '\145', '\162', '\040', '\061', '\012', '\155', '\170', '\104', - '\040', '\155', '\145', '\040', '\061', '\012', '\111', '\161', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\102', '\152', '\040', '\163', '\172', '\040', '\061', '\012', - '\164', '\124', '\163', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\161', '\102', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\103', '\166', '\040', '\153', '\141', - '\040', '\061', '\012', '\156', '\126', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\107', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\147', '\121', - '\040', '\143', '\150', '\040', '\061', '\012', '\120', '\160', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\112', - '\143', '\144', '\040', '\143', '\150', '\040', '\061', '\012', - '\150', '\150', '\120', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\114', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\170', '\131', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\121', '\160', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\163', '\146', '\105', '\040', - '\163', '\164', '\040', '\061', '\012', '\167', '\170', '\122', - '\040', '\167', '\141', '\040', '\061', '\012', '\160', '\106', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\131', - '\155', '\146', '\040', '\155', '\145', '\040', '\061', '\012', - '\112', '\147', '\171', '\040', '\156', '\147', '\040', '\061', - '\012', '\171', '\166', '\111', '\040', '\166', '\141', '\040', - '\061', '\012', '\116', '\143', '\172', '\040', '\143', '\150', - '\040', '\061', '\012', '\167', '\102', '\146', '\040', '\167', - '\141', '\040', '\061', '\012', '\162', '\126', '\170', '\040', - '\145', '\162', '\040', '\061', '\012', '\152', '\166', '\130', - '\040', '\151', '\152', '\040', '\061', '\012', '\156', '\131', - '\160', '\040', '\141', '\156', '\040', '\061', '\012', '\156', - '\116', '\142', '\040', '\141', '\156', '\040', '\061', '\012', - '\143', '\121', '\151', '\040', '\143', '\150', '\040', '\061', - '\012', '\121', '\167', '\171', '\040', '\167', '\141', '\040', - '\061', '\012', '\166', '\120', '\146', '\040', '\166', '\141', - '\040', '\061', '\012', '\161', '\166', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\153', '\104', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\155', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\147', '\144', - '\131', '\040', '\156', '\147', '\040', '\061', '\012', '\113', - '\152', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\161', '\163', '\116', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\112', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\155', '\104', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\153', '\166', '\106', '\040', '\153', - '\141', '\040', '\061', '\012', '\153', '\127', '\170', '\040', - '\153', '\141', '\040', '\061', '\012', '\170', '\131', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\145', '\115', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\155', - '\131', '\171', '\040', '\155', '\145', '\040', '\061', '\012', - '\110', '\170', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\160', '\142', '\115', '\040', '\160', '\162', '\040', - '\061', '\012', '\110', '\167', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\155', '\127', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\116', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\121', '\152', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\141', '\161', - '\104', '\040', '\141', '\156', '\040', '\061', '\012', '\107', - '\143', '\144', '\040', '\143', '\150', '\040', '\061', '\012', - '\142', '\164', '\130', '\040', '\164', '\150', '\040', '\061', - '\012', '\132', '\161', '\154', '\040', '\161', '\165', '\040', - '\061', '\012', '\125', '\152', '\167', '\040', '\151', '\152', - '\040', '\061', '\012', '\171', '\166', '\115', '\040', '\166', - '\141', '\040', '\061', '\012', '\110', '\150', '\167', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\127', '\144', - '\040', '\163', '\172', '\040', '\061', '\012', '\160', '\131', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\170', - '\127', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\154', '\117', '\040', '\154', '\145', '\040', '\061', - '\012', '\143', '\156', '\130', '\040', '\143', '\150', '\040', - '\061', '\012', '\143', '\115', '\146', '\040', '\143', '\150', - '\040', '\061', '\012', '\160', '\113', '\142', '\040', '\160', - '\162', '\040', '\061', '\012', '\167', '\157', '\126', '\040', - '\157', '\156', '\040', '\061', '\012', '\146', '\172', '\107', - '\040', '\163', '\172', '\040', '\061', '\012', '\114', '\161', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\145', - '\117', '\152', '\040', '\145', '\162', '\040', '\061', '\012', - '\107', '\164', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\154', '\130', '\040', '\143', '\150', '\040', - '\061', '\012', '\153', '\144', '\103', '\040', '\144', '\145', - '\040', '\061', '\012', '\143', '\146', '\161', '\040', '\143', - '\150', '\040', '\061', '\012', '\150', '\113', '\153', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\112', '\151', - '\040', '\143', '\150', '\040', '\061', '\012', '\165', '\123', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\147', '\124', '\040', '\156', '\147', '\040', '\061', '\012', - '\164', '\143', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\116', '\166', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\160', '\102', '\040', '\160', '\162', - '\040', '\061', '\012', '\166', '\120', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\152', '\155', '\101', '\040', - '\151', '\152', '\040', '\061', '\012', '\144', '\170', '\111', - '\040', '\144', '\145', '\040', '\061', '\012', '\152', '\107', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\102', - '\166', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\161', '\162', '\103', '\040', '\161', '\165', '\040', '\061', - '\012', '\156', '\120', '\170', '\040', '\141', '\156', '\040', - '\061', '\012', '\121', '\155', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\143', '\161', '\103', '\040', '\143', - '\150', '\040', '\061', '\012', '\153', '\106', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\112', '\164', '\146', - '\040', '\164', '\150', '\040', '\061', '\012', '\103', '\161', - '\172', '\040', '\161', '\165', '\040', '\061', '\012', '\162', - '\103', '\144', '\040', '\145', '\162', '\040', '\061', '\012', - '\132', '\155', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\144', '\126', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\107', '\167', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\143', '\167', '\120', '\040', '\143', - '\150', '\040', '\061', '\012', '\167', '\126', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\116', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\130', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\115', - '\142', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\167', '\166', '\107', '\040', '\166', '\145', '\040', '\061', - '\012', '\126', '\160', '\167', '\040', '\160', '\162', '\040', - '\061', '\012', '\171', '\130', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\154', '\113', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\131', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\106', '\142', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\172', '\143', - '\126', '\040', '\143', '\150', '\040', '\061', '\012', '\162', - '\121', '\153', '\040', '\145', '\162', '\040', '\061', '\012', - '\167', '\164', '\116', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\145', '\111', '\040', '\161', '\165', '\040', - '\061', '\012', '\145', '\107', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\115', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\161', '\123', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\161', '\144', - '\040', '\143', '\150', '\040', '\061', '\012', '\160', '\114', - '\146', '\040', '\160', '\157', '\040', '\061', '\012', '\170', - '\166', '\117', '\040', '\166', '\141', '\040', '\061', '\012', - '\162', '\146', '\110', '\040', '\145', '\162', '\040', '\061', - '\012', '\147', '\111', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\120', '\161', '\153', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\103', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\144', '\126', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\151', '\161', '\131', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\163', - '\112', '\040', '\163', '\164', '\040', '\061', '\012', '\126', - '\167', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\132', '\156', '\155', '\040', '\141', '\156', '\040', '\061', - '\012', '\131', '\162', '\172', '\040', '\145', '\162', '\040', - '\061', '\012', '\122', '\166', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\144', '\172', '\113', '\040', '\144', - '\145', '\040', '\061', '\012', '\172', '\142', '\127', '\040', - '\163', '\172', '\040', '\061', '\012', '\164', '\153', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\153', - '\120', '\040', '\153', '\141', '\040', '\061', '\012', '\153', - '\172', '\123', '\040', '\163', '\172', '\040', '\061', '\012', - '\147', '\130', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\114', '\170', '\146', '\040', '\146', '\157', '\040', - '\061', '\012', '\106', '\167', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\154', '\110', '\163', '\040', '\154', - '\145', '\040', '\061', '\012', '\172', '\162', '\102', '\040', - '\145', '\162', '\040', '\061', '\012', '\152', '\116', '\142', - '\040', '\151', '\152', '\040', '\061', '\012', '\110', '\170', - '\171', '\040', '\156', '\171', '\040', '\061', '\012', '\107', - '\146', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\105', '\147', '\167', '\040', '\156', '\147', '\040', '\061', - '\012', '\112', '\170', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\164', '\126', '\155', '\040', '\164', '\150', - '\040', '\061', '\012', '\142', '\167', '\121', '\040', '\167', - '\141', '\040', '\061', '\012', '\147', '\111', '\170', '\040', - '\156', '\147', '\040', '\061', '\012', '\127', '\161', '\165', - '\040', '\165', '\156', '\040', '\061', '\012', '\152', '\166', - '\111', '\040', '\151', '\152', '\040', '\061', '\012', '\143', - '\107', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\153', '\123', '\142', '\040', '\153', '\141', '\040', '\061', - '\012', '\150', '\170', '\107', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\110', '\155', '\040', '\163', '\172', - '\040', '\061', '\012', '\112', '\160', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\146', '\126', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\125', '\153', '\146', - '\040', '\153', '\141', '\040', '\061', '\012', '\162', '\170', - '\106', '\040', '\145', '\162', '\040', '\061', '\012', '\144', - '\126', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\144', '\130', '\040', '\163', '\164', '\040', '\061', - '\012', '\155', '\152', '\115', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\167', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\117', '\147', '\153', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\150', '\162', '\040', - '\164', '\150', '\040', '\061', '\012', '\166', '\146', '\101', - '\040', '\166', '\141', '\040', '\061', '\012', '\161', '\142', - '\101', '\040', '\161', '\165', '\040', '\061', '\012', '\114', - '\146', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\172', '\131', '\040', '\164', '\150', '\040', '\061', - '\012', '\151', '\110', '\146', '\040', '\151', '\156', '\040', - '\061', '\012', '\152', '\170', '\142', '\040', '\151', '\152', - '\040', '\061', '\012', '\166', '\155', '\120', '\040', '\166', - '\141', '\040', '\061', '\012', '\142', '\166', '\111', '\040', - '\166', '\141', '\040', '\061', '\012', '\146', '\155', '\110', - '\040', '\155', '\145', '\040', '\061', '\012', '\161', '\164', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\166', '\121', '\040', '\166', '\141', '\040', '\061', '\012', - '\161', '\172', '\130', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\126', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\130', '\155', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\130', '\157', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\146', '\104', '\040', - '\160', '\162', '\040', '\061', '\012', '\146', '\103', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\166', '\142', - '\170', '\040', '\166', '\141', '\040', '\061', '\012', '\132', - '\150', '\172', '\040', '\164', '\150', '\040', '\061', '\012', - '\113', '\167', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\162', '\143', '\112', '\040', '\143', '\150', '\040', - '\061', '\012', '\152', '\154', '\124', '\040', '\154', '\145', - '\040', '\061', '\012', '\152', '\172', '\115', '\040', '\163', - '\172', '\040', '\061', '\012', '\162', '\160', '\120', '\040', - '\145', '\162', '\040', '\061', '\012', '\164', '\155', '\101', - '\040', '\164', '\150', '\040', '\061', '\012', '\141', '\131', - '\167', '\040', '\141', '\156', '\040', '\061', '\012', '\172', - '\102', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\150', '\124', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\114', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\113', '\146', '\040', '\143', '\150', - '\040', '\061', '\012', '\161', '\144', '\120', '\040', '\161', - '\165', '\040', '\061', '\012', '\131', '\142', '\170', '\040', - '\142', '\145', '\040', '\061', '\012', '\144', '\110', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\152', '\150', - '\110', '\040', '\164', '\150', '\040', '\061', '\012', '\102', - '\163', '\166', '\040', '\163', '\164', '\040', '\061', '\012', - '\162', '\132', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\155', '\150', '\112', '\040', '\164', '\150', '\040', - '\061', '\012', '\132', '\167', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\130', '\146', '\040', '\153', - '\141', '\040', '\061', '\012', '\172', '\166', '\124', '\040', - '\163', '\172', '\040', '\061', '\012', '\171', '\151', '\103', - '\040', '\151', '\156', '\040', '\061', '\012', '\147', '\153', - '\124', '\040', '\156', '\147', '\040', '\061', '\012', '\156', - '\112', '\167', '\040', '\141', '\156', '\040', '\061', '\012', - '\172', '\160', '\126', '\040', '\163', '\172', '\040', '\061', - '\012', '\164', '\120', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\126', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\144', '\102', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\143', '\122', '\146', '\040', - '\143', '\150', '\040', '\061', '\012', '\166', '\122', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\147', - '\101', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\115', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\150', '\112', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\155', '\110', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\103', '\153', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\143', '\152', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\111', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\167', '\161', '\105', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\115', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\110', - '\161', '\152', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\132', '\165', '\040', '\161', '\165', '\040', '\061', - '\012', '\151', '\161', '\117', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\161', '\103', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\157', '\113', '\040', '\161', - '\165', '\040', '\061', '\012', '\113', '\156', '\161', '\040', - '\141', '\156', '\040', '\061', '\012', '\142', '\121', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\165', '\165', - '\130', '\040', '\161', '\165', '\040', '\061', '\012', '\127', - '\172', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\120', '\170', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\121', '\147', '\146', '\040', '\156', '\147', '\040', - '\061', '\012', '\163', '\106', '\167', '\040', '\163', '\164', - '\040', '\061', '\012', '\147', '\110', '\146', '\040', '\156', - '\147', '\040', '\061', '\012', '\153', '\147', '\116', '\040', - '\156', '\147', '\040', '\061', '\012', '\162', '\103', '\167', - '\040', '\145', '\162', '\040', '\061', '\012', '\131', '\152', - '\171', '\040', '\151', '\152', '\040', '\061', '\012', '\160', - '\156', '\126', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\142', '\123', '\040', '\142', '\145', '\040', '\061', - '\012', '\151', '\110', '\172', '\040', '\151', '\156', '\040', - '\061', '\012', '\153', '\107', '\170', '\040', '\153', '\141', - '\040', '\061', '\012', '\153', '\167', '\123', '\040', '\153', - '\141', '\040', '\061', '\012', '\163', '\104', '\155', '\040', - '\163', '\164', '\040', '\061', '\012', '\126', '\150', '\153', - '\040', '\164', '\150', '\040', '\061', '\012', '\160', '\150', - '\116', '\040', '\164', '\150', '\040', '\061', '\012', '\112', - '\142', '\146', '\040', '\142', '\145', '\040', '\061', '\012', - '\160', '\127', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\166', '\166', '\121', '\040', '\166', '\141', '\040', - '\061', '\012', '\166', '\116', '\155', '\040', '\166', '\141', - '\040', '\061', '\012', '\154', '\131', '\167', '\040', '\154', - '\145', '\040', '\061', '\012', '\172', '\110', '\170', '\040', - '\163', '\172', '\040', '\061', '\012', '\132', '\172', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\142', '\104', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\106', - '\143', '\166', '\040', '\143', '\150', '\040', '\061', '\012', - '\144', '\112', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\121', '\167', '\142', '\040', '\167', '\141', '\040', - '\061', '\012', '\161', '\106', '\167', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\155', '\117', '\040', '\155', - '\145', '\040', '\061', '\012', '\102', '\166', '\171', '\040', - '\166', '\141', '\040', '\061', '\012', '\161', '\147', '\131', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\131', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\170', - '\167', '\106', '\040', '\167', '\141', '\040', '\061', '\012', - '\161', '\167', '\120', '\040', '\161', '\165', '\040', '\061', - '\012', '\165', '\105', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\155', '\127', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\172', '\117', '\040', '\163', - '\172', '\040', '\061', '\012', '\142', '\120', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\160', '\156', '\127', - '\040', '\141', '\156', '\040', '\061', '\012', '\150', '\107', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\126', - '\153', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\130', '\162', '\170', '\040', '\145', '\162', '\040', '\061', - '\012', '\147', '\112', '\144', '\040', '\156', '\147', '\040', - '\061', '\012', '\114', '\154', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\126', '\161', '\165', '\040', '\165', - '\156', '\040', '\061', '\012', '\146', '\147', '\110', '\040', - '\156', '\147', '\040', '\061', '\012', '\126', '\143', '\171', - '\040', '\143', '\150', '\040', '\061', '\012', '\150', '\126', - '\143', '\040', '\164', '\150', '\040', '\061', '\012', '\162', - '\167', '\132', '\040', '\145', '\162', '\040', '\061', '\012', - '\130', '\154', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\170', '\112', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\106', '\156', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\131', '\160', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\154', '\150', '\112', '\040', - '\164', '\150', '\040', '\061', '\012', '\141', '\125', '\152', - '\040', '\141', '\156', '\040', '\061', '\012', '\154', '\102', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\144', - '\154', '\127', '\040', '\154', '\145', '\040', '\061', '\012', - '\160', '\166', '\126', '\040', '\166', '\141', '\040', '\061', - '\012', '\115', '\167', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\132', '\167', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\167', '\143', '\125', '\040', '\143', - '\150', '\040', '\061', '\012', '\143', '\126', '\161', '\040', - '\143', '\150', '\040', '\061', '\012', '\171', '\143', '\125', - '\040', '\143', '\150', '\040', '\061', '\012', '\114', '\143', - '\161', '\040', '\143', '\150', '\040', '\061', '\012', '\162', - '\166', '\121', '\040', '\145', '\162', '\040', '\061', '\012', - '\145', '\131', '\155', '\040', '\145', '\162', '\040', '\061', - '\012', '\161', '\103', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\144', '\102', '\170', '\040', '\144', '\145', - '\040', '\061', '\012', '\111', '\167', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\115', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\142', '\150', '\103', - '\040', '\164', '\150', '\040', '\061', '\012', '\142', '\104', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\126', - '\150', '\172', '\040', '\164', '\150', '\040', '\061', '\012', - '\153', '\112', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\117', '\150', '\172', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\104', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\150', '\124', '\156', '\040', '\164', - '\150', '\040', '\061', '\012', '\145', '\161', '\107', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\112', '\162', - '\040', '\156', '\147', '\040', '\061', '\012', '\132', '\160', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\150', - '\167', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\147', '\131', '\040', '\156', '\147', '\040', '\061', - '\012', '\163', '\144', '\126', '\040', '\163', '\164', '\040', - '\061', '\012', '\154', '\152', '\126', '\040', '\154', '\145', - '\040', '\061', '\012', '\171', '\107', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\165', '\127', '\147', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\142', '\117', - '\040', '\163', '\164', '\040', '\061', '\012', '\161', '\144', - '\104', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\112', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\156', '\167', '\161', '\040', '\141', '\156', '\040', '\061', - '\012', '\101', '\160', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\143', '\113', '\040', '\143', '\150', - '\040', '\061', '\012', '\121', '\167', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\157', '\171', '\121', '\040', - '\157', '\156', '\040', '\061', '\012', '\154', '\120', '\167', - '\040', '\154', '\145', '\040', '\061', '\012', '\143', '\131', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\162', '\107', '\040', '\145', '\162', '\040', '\061', '\012', - '\170', '\153', '\124', '\040', '\153', '\141', '\040', '\061', - '\012', '\144', '\125', '\152', '\040', '\144', '\145', '\040', - '\061', '\012', '\162', '\150', '\122', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\120', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\170', '\157', '\106', '\040', - '\157', '\156', '\040', '\061', '\012', '\150', '\131', '\152', - '\040', '\164', '\150', '\040', '\061', '\012', '\150', '\131', - '\167', '\040', '\164', '\150', '\040', '\061', '\012', '\154', - '\120', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\172', '\103', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\163', '\112', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\104', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\146', '\126', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\167', '\127', '\040', - '\163', '\172', '\040', '\061', '\012', '\171', '\114', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\141', '\102', - '\170', '\040', '\141', '\156', '\040', '\061', '\012', '\104', - '\166', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\164', '\113', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\146', '\107', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\115', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\142', '\114', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\170', '\167', '\127', '\040', - '\167', '\141', '\040', '\061', '\012', '\142', '\172', '\110', - '\040', '\163', '\172', '\040', '\061', '\012', '\143', '\111', - '\167', '\040', '\143', '\150', '\040', '\061', '\012', '\172', - '\144', '\116', '\040', '\163', '\172', '\040', '\061', '\012', - '\107', '\147', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\154', '\167', '\126', '\040', '\154', '\145', '\040', - '\061', '\012', '\161', '\171', '\126', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\102', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\117', '\167', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\114', '\164', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\161', - '\105', '\040', '\161', '\165', '\040', '\061', '\012', '\130', - '\152', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\160', '\172', '\131', '\040', '\163', '\172', '\040', '\061', - '\012', '\112', '\144', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\153', '\115', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\104', '\144', '\152', '\040', '\144', - '\145', '\040', '\061', '\012', '\164', '\146', '\130', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\161', '\124', - '\040', '\143', '\150', '\040', '\061', '\012', '\142', '\165', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\157', - '\110', '\142', '\040', '\160', '\157', '\040', '\061', '\012', - '\166', '\122', '\170', '\040', '\166', '\141', '\040', '\061', - '\012', '\161', '\171', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\160', '\131', '\040', '\153', '\141', - '\040', '\061', '\012', '\166', '\161', '\116', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\116', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\127', '\142', - '\040', '\143', '\150', '\040', '\061', '\012', '\147', '\142', - '\112', '\040', '\156', '\147', '\040', '\061', '\012', '\157', - '\132', '\167', '\040', '\157', '\156', '\040', '\061', '\012', - '\143', '\102', '\172', '\040', '\143', '\150', '\040', '\061', - '\012', '\120', '\166', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\154', '\152', '\111', '\040', '\154', '\145', - '\040', '\061', '\012', '\150', '\166', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\167', '\131', '\040', - '\153', '\141', '\040', '\061', '\012', '\150', '\102', '\147', - '\040', '\164', '\150', '\040', '\061', '\012', '\153', '\144', - '\116', '\040', '\144', '\145', '\040', '\061', '\012', '\171', - '\170', '\110', '\040', '\156', '\171', '\040', '\061', '\012', - '\146', '\170', '\110', '\040', '\146', '\157', '\040', '\061', - '\012', '\164', '\130', '\152', '\040', '\164', '\150', '\040', - '\061', '\012', '\165', '\102', '\170', '\040', '\161', '\165', - '\040', '\061', '\012', '\165', '\112', '\155', '\040', '\161', - '\165', '\040', '\061', '\012', '\107', '\170', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\152', '\113', - '\040', '\151', '\152', '\040', '\061', '\012', '\147', '\161', - '\117', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\115', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\126', '\170', '\040', '\154', '\145', '\040', '\061', - '\012', '\122', '\150', '\160', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\104', '\156', '\040', '\143', '\150', - '\040', '\061', '\012', '\130', '\153', '\166', '\040', '\153', - '\141', '\040', '\061', '\012', '\172', '\155', '\102', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\141', '\131', - '\040', '\141', '\156', '\040', '\061', '\012', '\111', '\166', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\155', '\120', '\040', '\155', '\145', '\040', '\061', '\012', - '\142', '\152', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\155', '\125', '\040', '\143', '\150', '\040', - '\061', '\012', '\163', '\154', '\103', '\040', '\154', '\145', - '\040', '\061', '\012', '\113', '\162', '\170', '\040', '\145', - '\162', '\040', '\061', '\012', '\151', '\126', '\166', '\040', - '\151', '\156', '\040', '\061', '\012', '\132', '\167', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\171', '\120', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\161', - '\125', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\120', '\144', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\121', '\172', '\153', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\157', '\125', '\040', '\157', '\156', - '\040', '\061', '\012', '\170', '\112', '\146', '\040', '\146', - '\157', '\040', '\061', '\012', '\125', '\144', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\121', '\167', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\113', '\166', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\166', - '\121', '\167', '\040', '\166', '\141', '\040', '\061', '\012', - '\122', '\144', '\153', '\040', '\144', '\145', '\040', '\061', - '\012', '\163', '\111', '\152', '\040', '\163', '\164', '\040', - '\061', '\012', '\107', '\147', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\116', '\167', '\040', '\154', - '\145', '\040', '\061', '\012', '\161', '\166', '\162', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\161', '\104', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\130', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\152', - '\161', '\147', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\155', '\101', '\040', '\161', '\165', '\040', '\061', - '\012', '\124', '\147', '\144', '\040', '\156', '\147', '\040', - '\061', '\012', '\172', '\160', '\117', '\040', '\160', '\157', - '\040', '\061', '\012', '\164', '\105', '\172', '\040', '\164', - '\150', '\040', '\061', '\012', '\102', '\161', '\172', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\146', '\114', - '\040', '\167', '\141', '\040', '\061', '\012', '\166', '\131', - '\165', '\040', '\161', '\165', '\040', '\061', '\012', '\104', - '\170', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\161', '\127', '\154', '\040', '\161', '\165', '\040', '\061', - '\012', '\122', '\172', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\155', '\121', '\157', '\040', '\157', '\156', - '\040', '\061', '\012', '\124', '\164', '\143', '\040', '\164', - '\150', '\040', '\061', '\012', '\164', '\126', '\166', '\040', - '\164', '\150', '\040', '\061', '\012', '\122', '\161', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\127', '\143', - '\156', '\040', '\143', '\150', '\040', '\061', '\012', '\116', - '\167', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\157', '\112', '\040', '\157', '\156', '\040', '\061', - '\012', '\166', '\104', '\146', '\040', '\166', '\141', '\040', - '\061', '\012', '\160', '\150', '\110', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\112', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\120', '\170', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\162', '\106', '\142', - '\040', '\145', '\162', '\040', '\061', '\012', '\150', '\154', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\155', - '\153', '\130', '\040', '\153', '\141', '\040', '\061', '\012', - '\156', '\156', '\121', '\040', '\141', '\156', '\040', '\061', - '\012', '\130', '\146', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\163', '\142', '\132', '\040', '\163', '\164', - '\040', '\061', '\012', '\131', '\171', '\146', '\040', '\156', - '\171', '\040', '\061', '\012', '\102', '\152', '\167', '\040', - '\151', '\152', '\040', '\061', '\012', '\111', '\154', '\170', - '\040', '\154', '\145', '\040', '\061', '\012', '\161', '\160', - '\101', '\040', '\161', '\165', '\040', '\061', '\012', '\115', - '\161', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\147', '\161', '\132', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\116', '\166', '\040', '\163', '\164', '\040', - '\061', '\012', '\132', '\166', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\123', '\170', '\040', '\153', - '\141', '\040', '\061', '\012', '\166', '\102', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\167', '\166', '\132', - '\040', '\166', '\141', '\040', '\061', '\012', '\125', '\157', - '\145', '\040', '\145', '\162', '\040', '\061', '\012', '\106', - '\152', '\171', '\040', '\151', '\152', '\040', '\061', '\012', - '\172', '\113', '\142', '\040', '\163', '\172', '\040', '\061', - '\012', '\160', '\166', '\111', '\040', '\166', '\141', '\040', - '\061', '\012', '\132', '\154', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\150', '\144', '\105', '\040', '\164', - '\150', '\040', '\061', '\012', '\106', '\160', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\154', '\150', '\126', - '\040', '\164', '\150', '\040', '\061', '\012', '\162', '\161', - '\121', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\152', '\107', '\040', '\151', '\152', '\040', '\061', '\012', - '\160', '\114', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\142', '\160', '\112', '\040', '\160', '\162', '\040', - '\061', '\012', '\167', '\172', '\126', '\040', '\163', '\172', - '\040', '\061', '\012', '\110', '\147', '\161', '\040', '\156', - '\147', '\040', '\061', '\012', '\172', '\150', '\127', '\040', - '\164', '\150', '\040', '\061', '\012', '\114', '\166', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\130', '\150', - '\162', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\165', '\131', '\040', '\165', '\156', '\040', '\061', '\012', - '\152', '\161', '\132', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\165', '\110', '\040', '\161', '\165', '\040', - '\061', '\012', '\106', '\172', '\152', '\040', '\163', '\172', - '\040', '\061', '\012', '\147', '\172', '\107', '\040', '\156', - '\147', '\040', '\061', '\012', '\164', '\106', '\143', '\040', - '\164', '\150', '\040', '\061', '\012', '\166', '\146', '\105', - '\040', '\166', '\141', '\040', '\061', '\012', '\111', '\147', - '\170', '\040', '\156', '\147', '\040', '\061', '\012', '\146', - '\161', '\131', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\131', '\142', '\040', '\156', '\147', '\040', '\061', - '\012', '\154', '\112', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\167', '\143', '\117', '\040', '\143', '\150', - '\040', '\061', '\012', '\121', '\166', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\124', '\161', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\144', '\131', - '\040', '\144', '\145', '\040', '\061', '\012', '\167', '\165', - '\124', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\110', '\167', '\040', '\154', '\145', '\040', '\061', '\012', - '\172', '\122', '\155', '\040', '\163', '\172', '\040', '\061', - '\012', '\110', '\147', '\167', '\040', '\156', '\147', '\040', - '\061', '\012', '\164', '\120', '\153', '\040', '\164', '\150', - '\040', '\061', '\012', '\112', '\161', '\166', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\113', '\170', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\160', '\101', - '\040', '\160', '\162', '\040', '\061', '\012', '\142', '\153', - '\111', '\040', '\153', '\141', '\040', '\061', '\012', '\142', - '\123', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\155', '\170', '\127', '\040', '\155', '\145', '\040', '\061', - '\012', '\155', '\152', '\122', '\040', '\151', '\152', '\040', - '\061', '\012', '\117', '\151', '\160', '\040', '\151', '\156', - '\040', '\061', '\012', '\167', '\171', '\131', '\040', '\167', - '\141', '\040', '\061', '\012', '\144', '\106', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\104', '\147', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\130', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\126', - '\142', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\152', '\171', '\116', '\040', '\151', '\152', '\040', '\061', - '\012', '\171', '\166', '\120', '\040', '\166', '\141', '\040', - '\061', '\012', '\171', '\126', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\141', '\127', '\155', '\040', '\141', - '\156', '\040', '\061', '\012', '\107', '\152', '\153', '\040', - '\151', '\152', '\040', '\061', '\012', '\101', '\160', '\167', - '\040', '\160', '\162', '\040', '\061', '\012', '\132', '\163', - '\167', '\040', '\163', '\164', '\040', '\061', '\012', '\152', - '\121', '\166', '\040', '\151', '\152', '\040', '\061', '\012', - '\152', '\142', '\124', '\040', '\151', '\152', '\040', '\061', - '\012', '\142', '\144', '\102', '\040', '\144', '\145', '\040', - '\061', '\012', '\153', '\143', '\131', '\040', '\143', '\150', - '\040', '\061', '\012', '\162', '\161', '\103', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\170', '\104', '\040', - '\142', '\145', '\040', '\061', '\012', '\166', '\154', '\170', - '\040', '\154', '\145', '\040', '\061', '\012', '\153', '\152', - '\112', '\040', '\151', '\152', '\040', '\061', '\012', '\170', - '\161', '\127', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\170', '\105', '\040', '\163', '\172', '\040', '\061', - '\012', '\163', '\110', '\146', '\040', '\163', '\164', '\040', - '\061', '\012', '\152', '\165', '\106', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\167', '\130', '\040', '\153', - '\141', '\040', '\061', '\012', '\157', '\161', '\127', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\127', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\110', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\143', - '\110', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\112', '\152', '\155', '\040', '\151', '\152', '\040', '\061', - '\012', '\170', '\142', '\101', '\040', '\142', '\145', '\040', - '\061', '\012', '\122', '\161', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\111', '\152', '\171', '\040', '\151', - '\152', '\040', '\061', '\012', '\166', '\123', '\170', '\040', - '\166', '\141', '\040', '\061', '\012', '\160', '\126', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\162', '\121', - '\170', '\040', '\145', '\162', '\040', '\061', '\012', '\146', - '\155', '\113', '\040', '\155', '\145', '\040', '\061', '\012', - '\146', '\156', '\101', '\040', '\141', '\156', '\040', '\061', - '\012', '\120', '\150', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\150', '\116', '\040', '\164', '\150', - '\040', '\061', '\012', '\110', '\170', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\126', '\152', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\154', '\161', '\103', - '\040', '\161', '\165', '\040', '\061', '\012', '\127', '\150', - '\144', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\163', '\106', '\040', '\163', '\164', '\040', '\061', '\012', - '\164', '\131', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\112', '\172', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\116', '\146', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\161', '\130', '\163', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\112', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\154', '\130', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\132', '\160', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\161', - '\124', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\156', '\160', '\110', '\040', '\141', '\156', '\040', '\061', - '\012', '\153', '\131', '\170', '\040', '\153', '\141', '\040', - '\061', '\012', '\142', '\102', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\166', '\105', '\141', '\040', '\141', - '\156', '\040', '\061', '\012', '\160', '\152', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\111', '\151', - '\040', '\161', '\165', '\040', '\061', '\012', '\106', '\144', - '\153', '\040', '\144', '\145', '\040', '\061', '\012', '\146', - '\116', '\170', '\040', '\146', '\157', '\040', '\061', '\012', - '\117', '\146', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\130', '\145', '\040', '\145', '\162', '\040', - '\061', '\012', '\155', '\166', '\132', '\040', '\166', '\141', - '\040', '\061', '\012', '\103', '\152', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\106', '\155', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\160', '\153', '\122', - '\040', '\153', '\141', '\040', '\061', '\012', '\172', '\146', - '\132', '\040', '\163', '\172', '\040', '\061', '\012', '\132', - '\160', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\143', '\142', '\101', '\040', '\143', '\150', '\040', '\061', - '\012', '\164', '\166', '\131', '\040', '\164', '\150', '\040', - '\061', '\012', '\114', '\155', '\160', '\040', '\155', '\145', - '\040', '\061', '\012', '\147', '\106', '\144', '\040', '\156', - '\147', '\040', '\061', '\012', '\142', '\106', '\170', '\040', - '\142', '\145', '\040', '\061', '\012', '\106', '\152', '\155', - '\040', '\151', '\152', '\040', '\061', '\012', '\167', '\152', - '\106', '\040', '\151', '\152', '\040', '\061', '\012', '\142', - '\152', '\166', '\040', '\151', '\152', '\040', '\061', '\012', - '\144', '\142', '\124', '\040', '\144', '\145', '\040', '\061', - '\012', '\152', '\155', '\121', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\106', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\143', '\104', '\153', '\040', '\143', - '\150', '\040', '\061', '\012', '\150', '\106', '\172', '\040', - '\164', '\150', '\040', '\061', '\012', '\165', '\107', '\155', - '\040', '\161', '\165', '\040', '\061', '\012', '\131', '\150', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\126', - '\164', '\154', '\040', '\164', '\150', '\040', '\061', '\012', - '\141', '\172', '\126', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\112', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\115', '\170', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\166', '\147', '\113', '\040', '\156', - '\147', '\040', '\061', '\012', '\143', '\167', '\121', '\040', - '\143', '\150', '\040', '\061', '\012', '\107', '\156', '\170', - '\040', '\141', '\156', '\040', '\061', '\012', '\154', '\142', - '\120', '\040', '\154', '\145', '\040', '\061', '\012', '\153', - '\144', '\123', '\040', '\144', '\145', '\040', '\061', '\012', - '\153', '\104', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\120', '\166', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\110', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\114', '\147', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\130', '\155', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\160', '\166', '\101', - '\040', '\166', '\141', '\040', '\061', '\012', '\166', '\125', - '\165', '\040', '\161', '\165', '\040', '\061', '\012', '\121', - '\152', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\104', '\146', '\040', '\161', '\165', '\040', '\061', - '\012', '\107', '\170', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\107', '\146', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\147', '\142', '\131', '\040', '\156', - '\147', '\040', '\061', '\012', '\123', '\152', '\146', '\040', - '\151', '\152', '\040', '\061', '\012', '\117', '\147', '\167', - '\040', '\156', '\147', '\040', '\061', '\012', '\150', '\107', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\164', '\124', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\167', '\110', '\040', '\156', '\147', '\040', '\061', - '\012', '\115', '\167', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\146', '\166', '\125', '\040', '\166', '\141', - '\040', '\061', '\012', '\146', '\162', '\107', '\040', '\145', - '\162', '\040', '\061', '\012', '\143', '\115', '\170', '\040', - '\143', '\150', '\040', '\061', '\012', '\131', '\144', '\166', - '\040', '\144', '\145', '\040', '\061', '\012', '\170', '\153', - '\132', '\040', '\153', '\141', '\040', '\061', '\012', '\146', - '\152', '\114', '\040', '\151', '\152', '\040', '\061', '\012', - '\171', '\120', '\170', '\040', '\156', '\171', '\040', '\061', - '\012', '\144', '\162', '\130', '\040', '\145', '\162', '\040', - '\061', '\012', '\152', '\170', '\122', '\040', '\151', '\152', - '\040', '\061', '\012', '\150', '\131', '\161', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\110', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\152', '\162', '\120', - '\040', '\145', '\162', '\040', '\061', '\012', '\164', '\143', - '\112', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\112', '\172', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\125', '\144', '\040', '\163', '\172', '\040', '\061', - '\012', '\152', '\130', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\104', '\144', '\040', '\161', '\165', - '\040', '\061', '\012', '\102', '\152', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\106', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\155', '\170', '\107', - '\040', '\155', '\145', '\040', '\061', '\012', '\170', '\117', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\150', - '\147', '\114', '\040', '\164', '\150', '\040', '\061', '\012', - '\143', '\160', '\104', '\040', '\143', '\150', '\040', '\061', - '\012', '\152', '\150', '\123', '\040', '\164', '\150', '\040', - '\061', '\012', '\132', '\161', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\116', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\110', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\132', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\127', '\152', - '\171', '\040', '\151', '\152', '\040', '\061', '\012', '\124', - '\146', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\116', '\167', '\142', '\040', '\167', '\141', '\040', '\061', - '\012', '\172', '\121', '\153', '\040', '\163', '\172', '\040', - '\061', '\012', '\122', '\153', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\121', '\166', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\167', '\154', '\112', '\040', - '\154', '\145', '\040', '\061', '\012', '\143', '\106', '\160', - '\040', '\143', '\150', '\040', '\061', '\012', '\157', '\104', - '\142', '\040', '\157', '\156', '\040', '\061', '\012', '\154', - '\163', '\131', '\040', '\154', '\145', '\040', '\061', '\012', - '\132', '\142', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\167', '\103', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\172', '\170', '\116', '\040', '\163', '\172', - '\040', '\061', '\012', '\142', '\121', '\146', '\040', '\142', - '\145', '\040', '\061', '\012', '\113', '\152', '\171', '\040', - '\151', '\152', '\040', '\061', '\012', '\117', '\166', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\143', '\170', - '\101', '\040', '\143', '\150', '\040', '\061', '\012', '\110', - '\161', '\167', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\167', '\131', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\107', '\166', '\040', '\163', '\164', '\040', - '\061', '\012', '\122', '\167', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\172', '\166', '\110', '\040', '\163', - '\172', '\040', '\061', '\012', '\171', '\126', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\172', '\155', '\130', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\144', - '\115', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\112', '\166', '\040', '\144', '\145', '\040', '\061', '\012', - '\167', '\104', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\126', '\150', '\155', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\114', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\142', '\166', '\103', '\040', '\166', - '\141', '\040', '\061', '\012', '\170', '\126', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\110', '\146', '\170', - '\040', '\146', '\157', '\040', '\061', '\012', '\164', '\121', - '\154', '\040', '\164', '\150', '\040', '\061', '\012', '\154', - '\150', '\127', '\040', '\164', '\150', '\040', '\061', '\012', - '\157', '\161', '\123', '\040', '\161', '\165', '\040', '\061', - '\012', '\121', '\171', '\141', '\040', '\141', '\156', '\040', - '\061', '\012', '\147', '\132', '\146', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\113', '\171', '\040', '\142', - '\145', '\040', '\061', '\012', '\164', '\152', '\130', '\040', - '\164', '\150', '\040', '\061', '\012', '\126', '\153', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\171', '\152', - '\166', '\040', '\151', '\152', '\040', '\061', '\012', '\142', - '\147', '\116', '\040', '\156', '\147', '\040', '\061', '\012', - '\154', '\116', '\155', '\040', '\154', '\145', '\040', '\061', - '\012', '\112', '\172', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\114', '\167', '\170', '\040', '\167', '\141', - '\040', '\061', '\012', '\166', '\143', '\114', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\130', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\164', '\132', - '\040', '\164', '\150', '\040', '\061', '\012', '\171', '\112', - '\170', '\040', '\156', '\171', '\040', '\061', '\012', '\156', - '\160', '\126', '\040', '\141', '\156', '\040', '\061', '\012', - '\163', '\167', '\107', '\040', '\163', '\164', '\040', '\061', - '\012', '\163', '\130', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\145', '\112', '\142', '\040', '\145', '\162', - '\040', '\061', '\012', '\144', '\143', '\122', '\040', '\143', - '\150', '\040', '\061', '\012', '\132', '\162', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\120', '\147', '\166', - '\040', '\156', '\147', '\040', '\061', '\012', '\170', '\131', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\152', - '\154', '\111', '\040', '\154', '\145', '\040', '\061', '\012', - '\106', '\155', '\146', '\040', '\155', '\145', '\040', '\061', - '\012', '\107', '\161', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\154', '\132', '\040', '\154', '\145', - '\040', '\061', '\012', '\103', '\163', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\165', '\121', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\154', '\114', '\155', - '\040', '\154', '\145', '\040', '\061', '\012', '\150', '\167', - '\113', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\121', '\166', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\146', '\110', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\122', '\167', '\040', '\145', '\162', '\040', - '\061', '\012', '\141', '\125', '\157', '\040', '\141', '\156', - '\040', '\061', '\012', '\161', '\160', '\105', '\040', '\161', - '\165', '\040', '\061', '\012', '\154', '\120', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\144', '\110', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\147', '\161', - '\114', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\127', '\160', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\102', '\161', '\040', '\142', '\145', '\040', '\061', - '\012', '\167', '\127', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\143', '\146', '\113', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\127', '\170', '\040', '\146', - '\157', '\040', '\061', '\012', '\162', '\166', '\126', '\040', - '\145', '\162', '\040', '\061', '\012', '\172', '\150', '\122', - '\040', '\164', '\150', '\040', '\061', '\012', '\113', '\154', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\142', '\121', '\040', '\143', '\150', '\040', '\061', '\012', - '\112', '\155', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\146', '\120', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\121', '\156', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\163', '\115', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\141', '\106', '\172', '\040', - '\141', '\156', '\040', '\061', '\012', '\163', '\112', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\120', '\167', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\152', - '\143', '\114', '\040', '\143', '\150', '\040', '\061', '\012', - '\147', '\155', '\121', '\040', '\156', '\147', '\040', '\061', - '\012', '\131', '\161', '\162', '\040', '\161', '\165', '\040', - '\061', '\012', '\103', '\147', '\172', '\040', '\156', '\147', - '\040', '\061', '\012', '\167', '\161', '\172', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\156', '\111', '\040', - '\156', '\164', '\040', '\061', '\012', '\161', '\117', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\171', - '\125', '\040', '\166', '\141', '\040', '\061', '\012', '\167', - '\121', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\125', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\102', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\116', '\155', '\040', '\144', '\145', - '\040', '\061', '\012', '\105', '\167', '\170', '\040', '\167', - '\141', '\040', '\061', '\012', '\171', '\160', '\104', '\040', - '\160', '\162', '\040', '\061', '\012', '\167', '\170', '\114', - '\040', '\167', '\141', '\040', '\061', '\012', '\161', '\145', - '\116', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\153', '\102', '\040', '\153', '\141', '\040', '\061', '\012', - '\152', '\102', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\147', '\125', '\152', '\040', '\156', '\147', '\040', - '\061', '\012', '\153', '\121', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\146', '\167', '\117', '\040', '\167', - '\141', '\040', '\061', '\012', '\161', '\121', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\121', '\162', '\154', - '\040', '\145', '\162', '\040', '\061', '\012', '\144', '\124', - '\170', '\040', '\144', '\145', '\040', '\061', '\012', '\146', - '\127', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\152', '\170', '\113', '\040', '\151', '\152', '\040', '\061', - '\012', '\146', '\110', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\152', '\143', '\131', '\040', '\143', '\150', - '\040', '\061', '\012', '\157', '\112', '\163', '\040', '\157', - '\156', '\040', '\061', '\012', '\163', '\122', '\170', '\040', - '\163', '\164', '\040', '\061', '\012', '\165', '\121', '\147', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\150', - '\131', '\040', '\164', '\150', '\040', '\061', '\012', '\163', - '\144', '\116', '\040', '\163', '\164', '\040', '\061', '\012', - '\155', '\170', '\122', '\040', '\155', '\145', '\040', '\061', - '\012', '\130', '\163', '\166', '\040', '\163', '\164', '\040', - '\061', '\012', '\120', '\143', '\161', '\040', '\143', '\150', - '\040', '\061', '\012', '\160', '\153', '\132', '\040', '\153', - '\141', '\040', '\061', '\012', '\172', '\104', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\162', '\111', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\110', '\156', - '\166', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\160', '\101', '\040', '\151', '\152', '\040', '\061', '\012', - '\150', '\132', '\152', '\040', '\164', '\150', '\040', '\061', - '\012', '\132', '\156', '\144', '\040', '\141', '\156', '\040', - '\061', '\012', '\150', '\132', '\144', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\162', '\117', '\040', '\161', - '\165', '\040', '\061', '\012', '\123', '\142', '\170', '\040', - '\142', '\145', '\040', '\061', '\012', '\164', '\127', '\160', - '\040', '\164', '\150', '\040', '\061', '\012', '\110', '\160', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\110', - '\152', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\172', '\143', '\123', '\040', '\143', '\150', '\040', '\061', - '\012', '\153', '\120', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\110', '\164', '\161', '\040', '\164', '\150', - '\040', '\061', '\012', '\147', '\143', '\107', '\040', '\143', - '\150', '\040', '\061', '\012', '\130', '\161', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\132', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\130', '\172', - '\166', '\040', '\163', '\172', '\040', '\061', '\012', '\113', - '\147', '\167', '\040', '\156', '\147', '\040', '\061', '\012', - '\141', '\125', '\146', '\040', '\141', '\156', '\040', '\061', - '\012', '\131', '\155', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\143', '\131', '\040', '\143', '\150', - '\040', '\061', '\012', '\157', '\126', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\144', '\115', '\040', - '\144', '\145', '\040', '\061', '\012', '\166', '\172', '\113', - '\040', '\163', '\172', '\040', '\061', '\012', '\154', '\162', - '\130', '\040', '\145', '\162', '\040', '\061', '\012', '\171', - '\144', '\126', '\040', '\144', '\145', '\040', '\061', '\012', - '\165', '\161', '\120', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\155', '\116', '\040', '\155', '\145', '\040', - '\061', '\012', '\117', '\143', '\147', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\114', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\143', '\112', '\163', '\040', - '\143', '\150', '\040', '\061', '\012', '\165', '\107', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\115', - '\153', '\040', '\143', '\150', '\040', '\061', '\012', '\147', - '\124', '\170', '\040', '\156', '\147', '\040', '\061', '\012', - '\170', '\116', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\142', '\110', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\165', '\127', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\170', '\114', '\040', '\144', - '\145', '\040', '\061', '\012', '\172', '\170', '\107', '\040', - '\163', '\172', '\040', '\061', '\012', '\144', '\126', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\116', '\142', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\103', - '\170', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\143', '\166', '\107', '\040', '\143', '\150', '\040', '\061', - '\012', '\167', '\103', '\146', '\040', '\167', '\141', '\040', - '\061', '\012', '\153', '\152', '\103', '\040', '\151', '\152', - '\040', '\061', '\012', '\143', '\146', '\131', '\040', '\143', - '\150', '\040', '\061', '\012', '\172', '\143', '\146', '\040', - '\143', '\150', '\040', '\061', '\012', '\144', '\160', '\127', - '\040', '\144', '\145', '\040', '\061', '\012', '\120', '\161', - '\171', '\040', '\161', '\165', '\040', '\061', '\012', '\164', - '\154', '\116', '\040', '\164', '\150', '\040', '\061', '\012', - '\163', '\111', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\161', '\170', '\103', '\040', '\161', '\165', '\040', - '\061', '\012', '\113', '\152', '\155', '\040', '\151', '\152', - '\040', '\061', '\012', '\172', '\132', '\153', '\040', '\163', - '\172', '\040', '\061', '\012', '\106', '\153', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\147', '\127', '\142', - '\040', '\156', '\147', '\040', '\061', '\012', '\164', '\161', - '\113', '\040', '\164', '\150', '\040', '\061', '\012', '\112', - '\154', '\166', '\040', '\154', '\145', '\040', '\061', '\012', - '\153', '\103', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\167', '\150', '\124', '\040', '\164', '\150', '\040', - '\061', '\012', '\117', '\167', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\172', '\113', '\155', '\040', '\163', - '\172', '\040', '\061', '\012', '\152', '\161', '\154', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\107', '\172', - '\040', '\164', '\150', '\040', '\061', '\012', '\144', '\103', - '\167', '\040', '\144', '\145', '\040', '\061', '\012', '\171', - '\155', '\121', '\040', '\155', '\145', '\040', '\061', '\012', - '\170', '\156', '\106', '\040', '\141', '\156', '\040', '\061', - '\012', '\167', '\165', '\106', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\106', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\171', '\123', '\040', '\151', - '\152', '\040', '\061', '\012', '\160', '\152', '\130', '\040', - '\151', '\152', '\040', '\061', '\012', '\154', '\117', '\152', - '\040', '\154', '\145', '\040', '\061', '\012', '\112', '\155', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\132', - '\166', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\152', '\161', '\115', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\124', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\161', '\117', '\151', '\040', '\161', '\165', - '\040', '\061', '\012', '\157', '\112', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\115', '\152', '\170', '\040', - '\151', '\152', '\040', '\061', '\012', '\124', '\160', '\142', - '\040', '\160', '\162', '\040', '\061', '\012', '\127', '\164', - '\166', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\170', '\117', '\040', '\151', '\152', '\040', '\061', '\012', - '\144', '\102', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\164', '\116', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\124', '\142', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\156', '\125', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\104', '\170', '\040', - '\163', '\172', '\040', '\061', '\012', '\160', '\123', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\122', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\161', - '\125', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\102', '\142', '\040', '\155', '\145', '\040', '\061', - '\012', '\161', '\152', '\111', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\111', '\171', '\040', '\163', '\164', - '\040', '\061', '\012', '\144', '\103', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\111', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\132', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\161', '\104', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\162', '\115', '\040', '\145', '\162', '\040', '\061', '\012', - '\165', '\117', '\145', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\147', '\117', '\040', '\156', '\147', '\040', - '\061', '\012', '\147', '\162', '\130', '\040', '\156', '\147', - '\040', '\061', '\012', '\120', '\147', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\171', '\126', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\105', '\165', - '\040', '\165', '\156', '\040', '\061', '\012', '\153', '\102', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\123', - '\147', '\172', '\040', '\156', '\147', '\040', '\061', '\012', - '\150', '\152', '\130', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\117', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\155', '\127', '\040', '\155', '\145', - '\040', '\061', '\012', '\107', '\156', '\167', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\132', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\150', '\124', '\144', - '\040', '\164', '\150', '\040', '\061', '\012', '\107', '\146', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\163', - '\114', '\146', '\040', '\163', '\164', '\040', '\061', '\012', - '\120', '\147', '\152', '\040', '\156', '\147', '\040', '\061', - '\012', '\164', '\167', '\106', '\040', '\164', '\150', '\040', - '\061', '\012', '\155', '\104', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\161', '\144', '\131', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\163', '\132', '\040', - '\163', '\164', '\040', '\061', '\012', '\166', '\143', '\103', - '\040', '\143', '\150', '\040', '\061', '\012', '\104', '\143', - '\152', '\040', '\143', '\150', '\040', '\061', '\012', '\167', - '\125', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\111', '\144', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\162', '\132', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\142', '\123', '\040', '\143', '\150', - '\040', '\061', '\012', '\130', '\172', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\127', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\160', '\166', '\103', - '\040', '\166', '\141', '\040', '\061', '\012', '\112', '\162', - '\167', '\040', '\145', '\162', '\040', '\061', '\012', '\171', - '\170', '\111', '\040', '\156', '\171', '\040', '\061', '\012', - '\144', '\161', '\111', '\040', '\161', '\165', '\040', '\061', - '\012', '\165', '\103', '\155', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\130', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\127', '\144', '\160', '\040', '\144', - '\145', '\040', '\061', '\012', '\104', '\172', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\144', '\126', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\142', - '\117', '\040', '\161', '\165', '\040', '\061', '\012', '\112', - '\167', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\127', '\161', '\155', '\040', '\161', '\165', '\040', '\061', - '\012', '\151', '\130', '\167', '\040', '\151', '\156', '\040', - '\061', '\012', '\146', '\131', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\161', '\165', '\121', '\040', '\165', - '\156', '\040', '\061', '\012', '\153', '\152', '\104', '\040', - '\151', '\152', '\040', '\061', '\012', '\155', '\111', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\127', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\157', - '\103', '\167', '\040', '\157', '\156', '\040', '\061', '\012', - '\132', '\143', '\166', '\040', '\143', '\150', '\040', '\061', - '\012', '\152', '\144', '\116', '\040', '\144', '\145', '\040', - '\061', '\012', '\165', '\131', '\142', '\040', '\161', '\165', - '\040', '\061', '\012', '\123', '\162', '\170', '\040', '\145', - '\162', '\040', '\061', '\012', '\160', '\147', '\125', '\040', - '\156', '\147', '\040', '\061', '\012', '\162', '\121', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\155', '\110', - '\146', '\040', '\155', '\145', '\040', '\061', '\012', '\146', - '\102', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\126', '\170', '\040', '\151', '\152', '\040', '\061', - '\012', '\166', '\131', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\126', '\147', '\152', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\141', '\123', '\040', '\141', - '\156', '\040', '\061', '\012', '\160', '\170', '\127', '\040', - '\160', '\162', '\040', '\061', '\012', '\155', '\156', '\112', - '\040', '\141', '\156', '\040', '\061', '\012', '\102', '\167', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\124', - '\161', '\172', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\106', '\166', '\040', '\151', '\152', '\040', '\061', - '\012', '\170', '\167', '\115', '\040', '\167', '\141', '\040', - '\061', '\012', '\104', '\161', '\167', '\040', '\161', '\165', - '\040', '\061', '\012', '\155', '\167', '\111', '\040', '\155', - '\145', '\040', '\061', '\012', '\166', '\150', '\127', '\040', - '\164', '\150', '\040', '\061', '\012', '\163', '\161', '\130', - '\040', '\161', '\165', '\040', '\061', '\012', '\164', '\154', - '\122', '\040', '\164', '\150', '\040', '\061', '\012', '\141', - '\102', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\156', '\132', '\040', '\141', '\156', '\040', '\061', - '\012', '\147', '\130', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\163', '\103', '\152', '\040', '\163', '\164', - '\040', '\061', '\012', '\147', '\162', '\116', '\040', '\156', - '\147', '\040', '\061', '\012', '\164', '\131', '\166', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\167', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\146', '\131', - '\151', '\040', '\151', '\156', '\040', '\061', '\012', '\142', - '\164', '\106', '\040', '\164', '\150', '\040', '\061', '\012', - '\167', '\121', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\132', '\154', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\112', '\172', '\040', '\143', '\150', - '\040', '\061', '\012', '\130', '\142', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\164', '\114', '\155', '\040', - '\164', '\150', '\040', '\061', '\012', '\132', '\154', '\170', - '\040', '\154', '\145', '\040', '\061', '\012', '\116', '\155', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\150', - '\143', '\107', '\040', '\164', '\150', '\040', '\061', '\012', - '\127', '\162', '\153', '\040', '\145', '\162', '\040', '\061', - '\012', '\116', '\150', '\143', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\161', '\104', '\040', '\161', '\165', - '\040', '\061', '\012', '\165', '\152', '\131', '\040', '\161', - '\165', '\040', '\061', '\012', '\151', '\112', '\144', '\040', - '\151', '\156', '\040', '\061', '\012', '\144', '\114', '\146', - '\040', '\144', '\145', '\040', '\061', '\012', '\143', '\121', - '\156', '\040', '\143', '\150', '\040', '\061', '\012', '\127', - '\146', '\170', '\040', '\146', '\157', '\040', '\061', '\012', - '\150', '\153', '\132', '\040', '\164', '\150', '\040', '\061', - '\012', '\155', '\150', '\103', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\115', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\114', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\130', '\147', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\113', '\162', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\152', - '\112', '\040', '\151', '\152', '\040', '\061', '\012', '\162', - '\112', '\155', '\040', '\145', '\162', '\040', '\061', '\012', - '\126', '\170', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\102', '\170', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\143', '\156', '\121', '\040', '\143', '\150', - '\040', '\061', '\012', '\161', '\153', '\121', '\040', '\161', - '\165', '\040', '\061', '\012', '\116', '\154', '\167', '\040', - '\154', '\145', '\040', '\061', '\012', '\150', '\127', '\166', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\144', - '\125', '\040', '\144', '\145', '\040', '\061', '\012', '\161', - '\164', '\102', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\111', '\145', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\145', '\131', '\040', '\161', '\165', '\040', - '\061', '\012', '\132', '\162', '\160', '\040', '\145', '\162', - '\040', '\061', '\012', '\116', '\150', '\144', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\104', '\160', '\040', - '\160', '\157', '\040', '\061', '\012', '\103', '\156', '\152', - '\040', '\141', '\156', '\040', '\061', '\012', '\153', '\170', - '\125', '\040', '\153', '\141', '\040', '\061', '\012', '\102', - '\161', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\130', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\153', '\102', '\170', '\040', '\153', '\141', '\040', - '\061', '\012', '\146', '\102', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\160', '\115', '\170', '\040', '\160', - '\162', '\040', '\061', '\012', '\153', '\170', '\122', '\040', - '\153', '\141', '\040', '\061', '\012', '\114', '\172', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\102', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\106', - '\152', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\167', '\160', '\103', '\040', '\160', '\162', '\040', '\061', - '\012', '\146', '\113', '\171', '\040', '\156', '\171', '\040', - '\061', '\012', '\150', '\167', '\104', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\161', '\146', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\102', '\171', '\040', - '\161', '\165', '\040', '\061', '\012', '\131', '\143', '\161', - '\040', '\143', '\150', '\040', '\061', '\012', '\116', '\156', - '\163', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\155', '\132', '\040', '\151', '\152', '\040', '\061', '\012', - '\147', '\113', '\167', '\040', '\156', '\147', '\040', '\061', - '\012', '\144', '\161', '\101', '\040', '\161', '\165', '\040', - '\061', '\012', '\102', '\152', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\146', '\107', '\170', '\040', '\146', - '\157', '\040', '\061', '\012', '\114', '\156', '\160', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\150', '\125', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\120', - '\144', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\115', '\170', '\040', '\156', '\171', '\040', '\061', '\012', - '\167', '\105', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\153', '\155', '\112', '\040', '\153', '\141', '\040', - '\061', '\012', '\121', '\163', '\170', '\040', '\163', '\164', - '\040', '\061', '\012', '\154', '\103', '\167', '\040', '\154', - '\145', '\040', '\061', '\012', '\121', '\161', '\142', '\040', - '\161', '\165', '\040', '\061', '\012', '\150', '\166', '\112', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\153', - '\116', '\040', '\153', '\141', '\040', '\061', '\012', '\165', - '\126', '\147', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\121', '\155', '\040', '\163', '\164', '\040', '\061', - '\012', '\165', '\112', '\160', '\040', '\161', '\165', '\040', - '\061', '\012', '\131', '\172', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\143', '\130', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\162', '\111', '\040', - '\145', '\162', '\040', '\061', '\012', '\164', '\102', '\172', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\122', - '\152', '\040', '\143', '\150', '\040', '\061', '\012', '\171', - '\111', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\152', '\110', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\170', '\106', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\167', '\112', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\144', '\106', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\113', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\163', '\110', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\150', '\102', - '\146', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\104', '\171', '\040', '\151', '\152', '\040', '\061', '\012', - '\107', '\152', '\170', '\040', '\151', '\152', '\040', '\061', - '\012', '\106', '\153', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\110', '\150', '\172', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\123', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\106', '\146', '\040', - '\151', '\152', '\040', '\061', '\012', '\161', '\166', '\115', - '\040', '\161', '\165', '\040', '\061', '\012', '\157', '\122', - '\167', '\040', '\157', '\156', '\040', '\061', '\012', '\170', - '\147', '\130', '\040', '\156', '\147', '\040', '\061', '\012', - '\147', '\152', '\106', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\104', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\131', '\143', '\146', '\040', '\143', '\150', - '\040', '\061', '\012', '\130', '\143', '\167', '\040', '\143', - '\150', '\040', '\061', '\012', '\156', '\146', '\121', '\040', - '\141', '\156', '\040', '\061', '\012', '\161', '\107', '\163', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\107', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\146', - '\170', '\126', '\040', '\146', '\157', '\040', '\061', '\012', - '\151', '\120', '\152', '\040', '\151', '\156', '\040', '\061', - '\012', '\161', '\147', '\120', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\111', '\166', '\040', '\151', '\152', - '\040', '\061', '\012', '\126', '\150', '\165', '\040', '\164', - '\150', '\040', '\061', '\012', '\102', '\172', '\152', '\040', - '\163', '\172', '\040', '\061', '\012', '\112', '\166', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\126', '\152', - '\146', '\040', '\151', '\152', '\040', '\061', '\012', '\167', - '\124', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\160', '\104', '\167', '\040', '\160', '\162', '\040', '\061', - '\012', '\131', '\163', '\166', '\040', '\163', '\164', '\040', - '\061', '\012', '\172', '\164', '\126', '\040', '\164', '\150', - '\040', '\061', '\012', '\155', '\164', '\132', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\106', '\171', '\040', - '\151', '\152', '\040', '\061', '\012', '\147', '\161', '\103', - '\040', '\161', '\165', '\040', '\061', '\012', '\126', '\163', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\147', - '\152', '\123', '\040', '\156', '\147', '\040', '\061', '\012', - '\166', '\130', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\142', '\160', '\113', '\040', '\160', '\162', '\040', - '\061', '\012', '\156', '\104', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\163', '\113', '\170', '\040', '\163', - '\164', '\040', '\061', '\012', '\170', '\131', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\146', '\132', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\160', '\170', - '\146', '\040', '\160', '\162', '\040', '\061', '\012', '\152', - '\161', '\123', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\124', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\116', '\153', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\160', '\110', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\105', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\166', '\161', '\120', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\110', '\167', - '\040', '\166', '\141', '\040', '\061', '\012', '\104', '\153', - '\160', '\040', '\153', '\141', '\040', '\061', '\012', '\143', - '\161', '\131', '\040', '\143', '\150', '\040', '\061', '\012', - '\155', '\161', '\123', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\126', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\120', '\170', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\150', '\170', '\116', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\124', '\146', '\040', - '\156', '\171', '\040', '\061', '\012', '\167', '\103', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\161', '\121', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\126', - '\146', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\171', '\121', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\147', '\125', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\167', '\163', '\121', '\040', '\163', '\164', - '\040', '\061', '\012', '\146', '\107', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\167', '\113', '\146', '\040', - '\167', '\141', '\040', '\061', '\012', '\167', '\167', '\102', - '\040', '\167', '\141', '\040', '\061', '\012', '\166', '\106', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\164', - '\167', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\156', '\162', '\102', '\040', '\141', '\156', '\040', '\061', - '\012', '\154', '\160', '\131', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\154', '\122', '\040', '\154', '\145', - '\040', '\061', '\012', '\146', '\144', '\113', '\040', '\144', - '\145', '\040', '\061', '\012', '\145', '\106', '\172', '\040', - '\145', '\162', '\040', '\061', '\012', '\152', '\171', '\121', - '\040', '\151', '\152', '\040', '\061', '\012', '\154', '\167', - '\124', '\040', '\154', '\145', '\040', '\061', '\012', '\170', - '\103', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\143', '\147', '\115', '\040', '\143', '\150', '\040', '\061', - '\012', '\167', '\164', '\126', '\040', '\164', '\150', '\040', - '\061', '\012', '\141', '\161', '\112', '\040', '\141', '\156', - '\040', '\061', '\012', '\142', '\130', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\144', '\121', '\040', - '\161', '\165', '\040', '\061', '\012', '\131', '\170', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\170', '\143', - '\123', '\040', '\143', '\150', '\040', '\061', '\012', '\156', - '\155', '\126', '\040', '\141', '\156', '\040', '\061', '\012', - '\162', '\121', '\144', '\040', '\145', '\162', '\040', '\061', - '\012', '\107', '\154', '\153', '\040', '\154', '\145', '\040', - '\061', '\012', '\161', '\105', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\165', '\166', '\117', '\040', '\161', - '\165', '\040', '\061', '\012', '\163', '\166', '\106', '\040', - '\163', '\164', '\040', '\061', '\012', '\163', '\112', '\170', - '\040', '\163', '\164', '\040', '\061', '\012', '\121', '\171', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\155', - '\130', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\164', '\104', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\107', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\146', '\132', '\157', '\040', '\157', '\156', - '\040', '\061', '\012', '\105', '\166', '\170', '\040', '\166', - '\141', '\040', '\061', '\012', '\166', '\172', '\104', '\040', - '\163', '\172', '\040', '\061', '\012', '\165', '\146', '\103', - '\040', '\161', '\165', '\040', '\061', '\012', '\120', '\170', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\144', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\162', '\113', '\172', '\040', '\145', '\162', '\040', '\061', - '\012', '\112', '\150', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\103', '\170', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\161', '\170', '\122', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\124', '\154', '\040', - '\156', '\147', '\040', '\061', '\012', '\161', '\107', '\146', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\131', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\105', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\172', '\125', '\040', '\163', '\172', '\040', '\061', - '\012', '\172', '\127', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\162', '\127', '\142', '\040', '\145', '\162', - '\040', '\061', '\012', '\127', '\162', '\160', '\040', '\145', - '\162', '\040', '\061', '\012', '\163', '\114', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\112', '\160', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\112', '\153', - '\146', '\040', '\153', '\141', '\040', '\061', '\012', '\166', - '\147', '\105', '\040', '\156', '\147', '\040', '\061', '\012', - '\102', '\161', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\157', '\121', '\163', '\040', '\157', '\156', '\040', - '\061', '\012', '\153', '\142', '\132', '\040', '\153', '\141', - '\040', '\061', '\012', '\162', '\126', '\146', '\040', '\145', - '\162', '\040', '\061', '\012', '\161', '\114', '\167', '\040', - '\161', '\165', '\040', '\061', '\012', '\114', '\162', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\170', '\163', - '\122', '\040', '\163', '\164', '\040', '\061', '\012', '\150', - '\167', '\102', '\040', '\164', '\150', '\040', '\061', '\012', - '\121', '\156', '\153', '\040', '\141', '\156', '\040', '\061', - '\012', '\143', '\120', '\172', '\040', '\143', '\150', '\040', - '\061', '\012', '\125', '\143', '\161', '\040', '\143', '\150', - '\040', '\061', '\012', '\145', '\147', '\112', '\040', '\156', - '\147', '\040', '\061', '\012', '\121', '\171', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\130', '\167', '\162', - '\040', '\160', '\162', '\040', '\061', '\012', '\170', '\146', - '\104', '\040', '\146', '\157', '\040', '\061', '\012', '\167', - '\171', '\110', '\040', '\167', '\141', '\040', '\061', '\012', - '\154', '\102', '\167', '\040', '\154', '\145', '\040', '\061', - '\012', '\115', '\144', '\170', '\040', '\144', '\145', '\040', - '\061', '\012', '\121', '\163', '\171', '\040', '\163', '\164', - '\040', '\061', '\012', '\172', '\161', '\126', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\160', '\131', '\040', - '\166', '\141', '\040', '\061', '\012', '\163', '\154', '\131', - '\040', '\154', '\145', '\040', '\061', '\012', '\167', '\147', - '\114', '\040', '\156', '\147', '\040', '\061', '\012', '\163', - '\156', '\116', '\040', '\141', '\156', '\040', '\061', '\012', - '\150', '\126', '\144', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\113', '\170', '\040', '\156', '\171', '\040', - '\061', '\012', '\142', '\144', '\127', '\040', '\144', '\145', - '\040', '\061', '\012', '\154', '\161', '\114', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\150', '\104', '\040', - '\164', '\150', '\040', '\061', '\012', '\164', '\116', '\172', - '\040', '\164', '\150', '\040', '\061', '\012', '\172', '\112', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\153', - '\111', '\170', '\040', '\153', '\141', '\040', '\061', '\012', - '\146', '\110', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\171', '\162', '\112', '\040', '\145', '\162', '\040', - '\061', '\012', '\154', '\162', '\122', '\040', '\145', '\162', - '\040', '\061', '\012', '\167', '\172', '\131', '\040', '\163', - '\172', '\040', '\061', '\012', '\160', '\147', '\102', '\040', - '\160', '\162', '\040', '\061', '\012', '\155', '\146', '\103', - '\040', '\155', '\145', '\040', '\061', '\012', '\161', '\153', - '\114', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\125', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\103', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\154', '\116', '\040', '\154', '\145', '\040', - '\061', '\012', '\102', '\147', '\152', '\040', '\156', '\147', - '\040', '\061', '\012', '\147', '\143', '\105', '\040', '\143', - '\150', '\040', '\061', '\012', '\172', '\122', '\170', '\040', - '\163', '\172', '\040', '\061', '\012', '\152', '\150', '\116', - '\040', '\164', '\150', '\040', '\061', '\012', '\145', '\107', - '\172', '\040', '\145', '\162', '\040', '\061', '\012', '\106', - '\160', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\127', '\166', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\155', '\102', '\146', '\040', '\155', '\145', '\040', - '\061', '\012', '\150', '\150', '\127', '\040', '\164', '\150', - '\040', '\061', '\012', '\157', '\125', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\170', '\121', '\040', - '\144', '\145', '\040', '\061', '\012', '\127', '\150', '\161', - '\040', '\164', '\150', '\040', '\061', '\012', '\162', '\115', - '\153', '\040', '\145', '\162', '\040', '\061', '\012', '\154', - '\127', '\144', '\040', '\154', '\145', '\040', '\061', '\012', - '\170', '\127', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\157', '\121', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\155', '\127', '\170', '\040', '\155', '\145', - '\040', '\061', '\012', '\156', '\165', '\126', '\040', '\141', - '\156', '\040', '\061', '\012', '\167', '\127', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\150', '\166', '\122', - '\040', '\164', '\150', '\040', '\061', '\012', '\132', '\167', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\163', - '\155', '\112', '\040', '\163', '\164', '\040', '\061', '\012', - '\110', '\154', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\112', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\155', '\131', '\040', '\163', '\172', - '\040', '\061', '\012', '\150', '\132', '\156', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\152', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\112', '\150', '\172', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\161', - '\122', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\143', '\117', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\161', '\114', '\040', '\161', '\165', '\040', '\061', - '\012', '\102', '\146', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\153', '\126', '\040', '\153', '\141', - '\040', '\061', '\012', '\164', '\102', '\170', '\040', '\164', - '\150', '\040', '\061', '\012', '\110', '\153', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\113', '\161', '\155', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\127', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\130', '\171', '\040', '\154', '\145', '\040', '\061', '\012', - '\171', '\122', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\155', '\152', '\110', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\172', '\101', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\170', '\155', '\040', '\161', - '\165', '\040', '\061', '\012', '\121', '\166', '\155', '\040', - '\166', '\141', '\040', '\061', '\012', '\147', '\143', '\115', - '\040', '\143', '\150', '\040', '\061', '\012', '\170', '\161', - '\170', '\040', '\161', '\165', '\040', '\061', '\012', '\153', - '\113', '\166', '\040', '\153', '\141', '\040', '\061', '\012', - '\171', '\157', '\130', '\040', '\160', '\157', '\040', '\061', - '\012', '\170', '\162', '\124', '\040', '\145', '\162', '\040', - '\061', '\012', '\143', '\127', '\161', '\040', '\143', '\150', - '\040', '\061', '\012', '\152', '\161', '\127', '\040', '\161', - '\165', '\040', '\061', '\012', '\163', '\127', '\152', '\040', - '\163', '\164', '\040', '\061', '\012', '\123', '\144', '\167', - '\040', '\144', '\145', '\040', '\061', '\012', '\144', '\146', - '\122', '\040', '\144', '\145', '\040', '\061', '\012', '\113', - '\161', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\107', '\152', '\144', '\040', '\144', '\157', '\040', '\061', - '\012', '\121', '\142', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\171', '\171', '\113', '\040', '\156', '\171', - '\040', '\061', '\012', '\170', '\155', '\130', '\040', '\155', - '\145', '\040', '\061', '\012', '\170', '\165', '\106', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\126', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\161', '\157', - '\117', '\040', '\161', '\165', '\040', '\061', '\012', '\107', - '\154', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\115', '\153', '\170', '\040', '\153', '\141', '\040', '\061', - '\012', '\170', '\114', '\142', '\040', '\142', '\145', '\040', - '\061', '\012', '\147', '\115', '\162', '\040', '\156', '\147', - '\040', '\061', '\012', '\163', '\103', '\160', '\040', '\163', - '\164', '\040', '\061', '\012', '\142', '\107', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\130', '\157', - '\040', '\143', '\150', '\040', '\061', '\012', '\172', '\124', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\153', '\103', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\124', '\160', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\116', '\146', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\130', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\170', '\143', '\132', '\040', '\143', - '\150', '\040', '\061', '\012', '\152', '\126', '\155', '\040', - '\151', '\152', '\040', '\061', '\012', '\142', '\111', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\161', '\156', - '\110', '\040', '\141', '\156', '\040', '\061', '\012', '\156', - '\167', '\103', '\040', '\141', '\156', '\040', '\061', '\012', - '\144', '\123', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\157', '\104', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\104', '\170', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\144', '\125', '\040', '\144', - '\145', '\040', '\061', '\012', '\130', '\155', '\167', '\040', - '\155', '\145', '\040', '\061', '\012', '\153', '\116', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\131', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\131', - '\147', '\160', '\040', '\156', '\147', '\040', '\061', '\012', - '\142', '\154', '\112', '\040', '\154', '\145', '\040', '\061', - '\012', '\155', '\106', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\123', '\170', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\106', '\172', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\152', '\124', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\111', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\141', '\152', - '\131', '\040', '\141', '\156', '\040', '\061', '\012', '\171', - '\131', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\162', '\113', '\142', '\040', '\145', '\162', '\040', '\061', - '\012', '\160', '\172', '\102', '\040', '\163', '\172', '\040', - '\061', '\012', '\145', '\111', '\171', '\040', '\145', '\162', - '\040', '\061', '\012', '\167', '\146', '\113', '\040', '\167', - '\141', '\040', '\061', '\012', '\106', '\155', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\165', '\146', '\114', - '\040', '\161', '\165', '\040', '\061', '\012', '\130', '\154', - '\155', '\040', '\154', '\145', '\040', '\061', '\012', '\103', - '\172', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\154', '\120', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\161', '\126', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\106', '\171', '\040', '\167', '\141', - '\040', '\061', '\012', '\142', '\121', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\153', '\126', '\167', '\040', - '\153', '\141', '\040', '\061', '\012', '\156', '\115', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\103', - '\152', '\040', '\143', '\150', '\040', '\061', '\012', '\157', - '\145', '\105', '\040', '\145', '\162', '\040', '\061', '\012', - '\167', '\110', '\146', '\040', '\167', '\141', '\040', '\061', - '\012', '\146', '\116', '\146', '\040', '\146', '\157', '\040', - '\061', '\012', '\155', '\130', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\116', '\153', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\127', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\106', '\152', - '\040', '\163', '\172', '\040', '\061', '\012', '\113', '\146', - '\170', '\040', '\146', '\157', '\040', '\061', '\012', '\142', - '\147', '\131', '\040', '\156', '\147', '\040', '\061', '\012', - '\154', '\131', '\172', '\040', '\154', '\145', '\040', '\061', - '\012', '\143', '\147', '\104', '\040', '\143', '\150', '\040', - '\061', '\012', '\160', '\147', '\115', '\040', '\156', '\147', - '\040', '\061', '\012', '\146', '\150', '\110', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\162', '\104', '\040', - '\145', '\162', '\040', '\061', '\012', '\152', '\167', '\101', - '\040', '\151', '\152', '\040', '\061', '\012', '\152', '\171', - '\115', '\040', '\151', '\152', '\040', '\061', '\012', '\166', - '\172', '\103', '\040', '\163', '\172', '\040', '\061', '\012', - '\154', '\121', '\144', '\040', '\154', '\145', '\040', '\061', - '\012', '\172', '\143', '\110', '\040', '\143', '\150', '\040', - '\061', '\012', '\154', '\142', '\130', '\040', '\154', '\145', - '\040', '\061', '\012', '\166', '\172', '\107', '\040', '\163', - '\172', '\040', '\061', '\012', '\155', '\123', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\170', '\131', '\146', - '\040', '\146', '\157', '\040', '\061', '\012', '\161', '\147', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\131', '\153', '\040', '\151', '\152', '\040', '\061', '\012', - '\144', '\111', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\160', '\107', '\040', '\160', '\162', '\040', - '\061', '\012', '\150', '\126', '\153', '\040', '\164', '\150', - '\040', '\061', '\012', '\124', '\152', '\142', '\040', '\151', - '\152', '\040', '\061', '\012', '\172', '\166', '\120', '\040', - '\163', '\172', '\040', '\061', '\012', '\142', '\132', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\142', '\106', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\153', - '\146', '\125', '\040', '\153', '\141', '\040', '\061', '\012', - '\123', '\170', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\146', '\167', '\106', '\040', '\167', '\141', '\040', - '\061', '\012', '\121', '\167', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\146', '\127', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\152', '\161', '\121', '\040', - '\151', '\152', '\040', '\061', '\012', '\126', '\146', '\170', - '\040', '\146', '\157', '\040', '\061', '\012', '\143', '\112', - '\152', '\040', '\143', '\150', '\040', '\061', '\012', '\172', - '\167', '\112', '\040', '\163', '\172', '\040', '\061', '\012', - '\170', '\102', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\104', '\144', '\155', '\040', '\144', '\145', '\040', - '\061', '\012', '\142', '\127', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\172', '\160', '\107', '\040', '\163', - '\172', '\040', '\061', '\012', '\170', '\162', '\121', '\040', - '\145', '\162', '\040', '\061', '\012', '\150', '\143', '\123', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\110', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\150', - '\111', '\171', '\040', '\164', '\150', '\040', '\061', '\012', - '\131', '\170', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\163', '\144', '\103', '\040', '\163', '\164', '\040', - '\061', '\012', '\171', '\126', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\152', '\146', '\040', '\161', - '\165', '\040', '\061', '\012', '\124', '\172', '\171', '\040', - '\163', '\172', '\040', '\061', '\012', '\106', '\146', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\172', '\172', - '\130', '\040', '\163', '\172', '\040', '\061', '\012', '\110', - '\144', '\170', '\040', '\144', '\145', '\040', '\061', '\012', - '\147', '\114', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\131', '\161', '\147', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\114', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\154', '\121', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\166', '\152', '\107', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\160', '\114', - '\040', '\160', '\162', '\040', '\061', '\012', '\143', '\112', - '\162', '\040', '\143', '\150', '\040', '\061', '\012', '\141', - '\112', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\131', '\156', '\161', '\040', '\141', '\156', '\040', '\061', - '\012', '\127', '\166', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\154', '\113', '\171', '\040', '\154', '\145', - '\040', '\061', '\012', '\145', '\131', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\170', '\114', '\040', - '\153', '\141', '\040', '\061', '\012', '\147', '\103', '\142', - '\040', '\156', '\147', '\040', '\061', '\012', '\163', '\122', - '\144', '\040', '\163', '\164', '\040', '\061', '\012', '\162', - '\115', '\144', '\040', '\145', '\162', '\040', '\061', '\012', - '\102', '\166', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\113', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\167', '\154', '\113', '\040', '\154', '\145', - '\040', '\061', '\012', '\155', '\104', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\172', '\153', '\112', '\040', - '\163', '\172', '\040', '\061', '\012', '\166', '\122', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\130', '\154', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\160', - '\122', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\170', '\166', '\116', '\040', '\166', '\141', '\040', '\061', - '\012', '\156', '\170', '\111', '\040', '\141', '\156', '\040', - '\061', '\012', '\146', '\103', '\170', '\040', '\146', '\157', - '\040', '\061', '\012', '\131', '\142', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\105', '\142', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\153', '\116', - '\040', '\153', '\141', '\040', '\061', '\012', '\142', '\121', - '\171', '\040', '\142', '\145', '\040', '\061', '\012', '\162', - '\104', '\167', '\040', '\145', '\162', '\040', '\061', '\012', - '\144', '\152', '\112', '\040', '\144', '\145', '\040', '\061', - '\012', '\164', '\155', '\115', '\040', '\164', '\150', '\040', - '\061', '\012', '\156', '\167', '\110', '\040', '\141', '\156', - '\040', '\061', '\012', '\150', '\112', '\172', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\143', '\115', '\040', - '\143', '\150', '\040', '\061', '\012', '\157', '\172', '\126', - '\040', '\157', '\156', '\040', '\061', '\012', '\155', '\114', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\142', - '\113', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\145', '\132', '\146', '\040', '\145', '\162', '\040', '\061', - '\012', '\106', '\150', '\147', '\040', '\164', '\150', '\040', - '\061', '\012', '\132', '\143', '\152', '\040', '\143', '\150', - '\040', '\061', '\012', '\160', '\114', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\167', '\161', '\163', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\130', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\164', '\147', - '\104', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\121', '\143', '\040', '\164', '\150', '\040', '\061', '\012', - '\172', '\104', '\160', '\040', '\163', '\172', '\040', '\061', - '\012', '\157', '\104', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\163', '\147', '\115', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\156', '\104', '\040', '\141', - '\156', '\040', '\061', '\012', '\147', '\110', '\160', '\040', - '\156', '\147', '\040', '\061', '\012', '\127', '\153', '\146', - '\040', '\153', '\141', '\040', '\061', '\012', '\161', '\111', - '\163', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\114', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\172', '\164', '\116', '\040', '\164', '\150', '\040', '\061', - '\012', '\147', '\144', '\121', '\040', '\156', '\147', '\040', - '\061', '\012', '\167', '\103', '\155', '\040', '\157', '\167', - '\040', '\061', '\012', '\166', '\126', '\146', '\040', '\166', - '\141', '\040', '\061', '\012', '\112', '\155', '\167', '\040', - '\155', '\145', '\040', '\061', '\012', '\150', '\142', '\103', - '\040', '\164', '\150', '\040', '\061', '\012', '\163', '\162', - '\127', '\040', '\145', '\162', '\040', '\061', '\012', '\156', - '\170', '\116', '\040', '\141', '\156', '\040', '\061', '\012', - '\160', '\126', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\165', '\127', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\147', '\115', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\102', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\167', '\125', '\157', '\040', - '\157', '\156', '\040', '\061', '\012', '\146', '\154', '\110', - '\040', '\154', '\145', '\040', '\061', '\012', '\171', '\127', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\152', - '\152', '\116', '\040', '\151', '\152', '\040', '\061', '\012', - '\125', '\167', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\156', '\131', '\152', '\040', '\141', '\156', '\040', - '\061', '\012', '\155', '\164', '\116', '\040', '\164', '\150', - '\040', '\061', '\012', '\120', '\147', '\160', '\040', '\156', - '\147', '\040', '\061', '\012', '\172', '\106', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\157', '\130', '\172', - '\040', '\157', '\156', '\040', '\061', '\012', '\151', '\103', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\114', - '\160', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\107', '\161', '\144', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\131', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\166', '\161', '\101', '\040', '\161', '\165', - '\040', '\061', '\012', '\126', '\150', '\143', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\155', '\106', '\040', - '\163', '\172', '\040', '\061', '\012', '\102', '\160', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\112', '\146', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\157', - '\130', '\166', '\040', '\157', '\156', '\040', '\061', '\012', - '\154', '\147', '\130', '\040', '\156', '\147', '\040', '\061', - '\012', '\112', '\146', '\170', '\040', '\146', '\157', '\040', - '\061', '\012', '\172', '\160', '\123', '\040', '\163', '\172', - '\040', '\061', '\012', '\147', '\143', '\117', '\040', '\143', - '\150', '\040', '\061', '\012', '\170', '\167', '\121', '\040', - '\167', '\141', '\040', '\061', '\012', '\160', '\153', '\121', - '\040', '\153', '\141', '\040', '\061', '\012', '\167', '\117', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\127', - '\147', '\155', '\040', '\156', '\147', '\040', '\061', '\012', - '\143', '\117', '\152', '\040', '\143', '\150', '\040', '\061', - '\012', '\116', '\146', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\161', '\116', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\163', '\102', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\144', '\110', '\040', - '\144', '\145', '\040', '\061', '\012', '\161', '\122', '\163', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\153', - '\130', '\040', '\153', '\141', '\040', '\061', '\012', '\143', - '\104', '\161', '\040', '\143', '\150', '\040', '\061', '\012', - '\155', '\146', '\125', '\040', '\155', '\145', '\040', '\061', - '\012', '\170', '\172', '\115', '\040', '\163', '\172', '\040', - '\061', '\012', '\166', '\107', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\165', '\127', '\040', '\161', - '\165', '\040', '\061', '\012', '\154', '\161', '\107', '\040', - '\161', '\165', '\040', '\061', '\012', '\124', '\161', '\160', - '\040', '\161', '\165', '\040', '\061', '\012', '\172', '\166', - '\104', '\040', '\163', '\172', '\040', '\061', '\012', '\167', - '\127', '\142', '\040', '\167', '\141', '\040', '\061', '\012', - '\106', '\172', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\161', '\160', '\113', '\040', '\161', '\165', '\040', - '\061', '\012', '\157', '\171', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\121', '\145', '\040', '\156', - '\147', '\040', '\061', '\012', '\132', '\155', '\167', '\040', - '\155', '\145', '\040', '\061', '\012', '\161', '\131', '\160', - '\040', '\161', '\165', '\040', '\061', '\012', '\127', '\166', - '\146', '\040', '\166', '\141', '\040', '\061', '\012', '\141', - '\121', '\154', '\040', '\141', '\156', '\040', '\061', '\012', - '\157', '\161', '\117', '\040', '\161', '\165', '\040', '\061', - '\012', '\145', '\161', '\112', '\040', '\161', '\165', '\040', - '\061', '\012', '\156', '\166', '\124', '\040', '\141', '\156', - '\040', '\061', '\012', '\146', '\125', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\151', '\142', '\110', '\040', - '\151', '\156', '\040', '\061', '\012', '\152', '\166', '\132', - '\040', '\151', '\152', '\040', '\061', '\012', '\127', '\167', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\154', - '\147', '\131', '\040', '\156', '\147', '\040', '\061', '\012', - '\145', '\106', '\160', '\040', '\145', '\162', '\040', '\061', - '\012', '\130', '\147', '\170', '\040', '\156', '\147', '\040', - '\061', '\012', '\146', '\131', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\153', '\132', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\166', '\160', '\104', '\040', - '\166', '\141', '\040', '\061', '\012', '\161', '\143', '\132', - '\040', '\143', '\150', '\040', '\061', '\012', '\102', '\161', - '\157', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\114', '\142', '\040', '\151', '\152', '\040', '\061', '\012', - '\162', '\167', '\130', '\040', '\145', '\162', '\040', '\061', - '\012', '\146', '\171', '\113', '\040', '\156', '\171', '\040', - '\061', '\012', '\123', '\170', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\163', '\170', '\132', '\040', '\163', - '\164', '\040', '\061', '\012', '\167', '\153', '\113', '\040', - '\153', '\141', '\040', '\061', '\012', '\171', '\112', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\164', '\152', - '\124', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\120', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\132', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\122', '\162', '\155', '\040', '\145', '\162', '\040', - '\061', '\012', '\156', '\150', '\112', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\161', '\112', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\170', '\131', '\040', - '\156', '\171', '\040', '\061', '\012', '\166', '\163', '\105', - '\040', '\163', '\164', '\040', '\061', '\012', '\146', '\153', - '\113', '\040', '\153', '\141', '\040', '\061', '\012', '\146', - '\165', '\131', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\121', '\157', '\040', '\157', '\156', '\040', '\061', - '\012', '\130', '\166', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\155', '\115', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\117', '\161', '\155', '\040', '\161', - '\165', '\040', '\061', '\012', '\104', '\170', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\114', '\161', '\141', - '\040', '\141', '\156', '\040', '\061', '\012', '\127', '\156', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\155', '\107', '\040', '\151', '\152', '\040', '\061', '\012', - '\127', '\161', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\155', '\150', '\124', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\147', '\132', '\040', '\156', '\147', - '\040', '\061', '\012', '\166', '\155', '\117', '\040', '\166', - '\141', '\040', '\061', '\012', '\172', '\106', '\155', '\040', - '\163', '\172', '\040', '\061', '\012', '\113', '\150', '\153', - '\040', '\164', '\150', '\040', '\061', '\012', '\171', '\161', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\156', - '\126', '\166', '\040', '\141', '\156', '\040', '\061', '\012', - '\122', '\146', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\155', '\114', '\040', '\163', '\172', '\040', - '\061', '\012', '\150', '\144', '\104', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\127', '\160', '\040', '\141', - '\156', '\040', '\061', '\012', '\166', '\166', '\117', '\040', - '\166', '\141', '\040', '\061', '\012', '\144', '\131', '\160', - '\040', '\144', '\145', '\040', '\061', '\012', '\157', '\150', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\157', '\125', '\040', '\161', '\165', '\040', '\061', '\012', - '\162', '\152', '\102', '\040', '\145', '\162', '\040', '\061', - '\012', '\104', '\167', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\141', '\127', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\143', '\154', '\104', '\040', '\143', - '\150', '\040', '\061', '\012', '\126', '\144', '\153', '\040', - '\144', '\145', '\040', '\061', '\012', '\164', '\167', '\115', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\132', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\167', - '\121', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\144', '\167', '\104', '\040', '\144', '\145', '\040', '\061', - '\012', '\151', '\131', '\166', '\040', '\151', '\156', '\040', - '\061', '\012', '\101', '\167', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\160', '\147', '\107', '\040', '\156', - '\147', '\040', '\061', '\012', '\130', '\157', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\162', '\121', - '\040', '\145', '\162', '\040', '\061', '\012', '\126', '\170', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\154', - '\167', '\102', '\040', '\154', '\145', '\040', '\061', '\012', - '\120', '\170', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\112', '\167', '\146', '\040', '\167', '\141', '\040', - '\061', '\012', '\172', '\114', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\142', '\164', '\110', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\167', '\131', '\040', - '\160', '\162', '\040', '\061', '\012', '\115', '\152', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\130', '\162', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\130', '\165', '\040', '\165', '\156', '\040', '\061', '\012', - '\105', '\161', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\102', '\160', '\171', '\040', '\160', '\162', '\040', - '\061', '\012', '\172', '\156', '\131', '\040', '\141', '\156', - '\040', '\061', '\012', '\122', '\161', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\156', '\121', '\146', '\040', - '\141', '\156', '\040', '\061', '\012', '\132', '\166', '\167', - '\040', '\166', '\141', '\040', '\061', '\012', '\172', '\152', - '\117', '\040', '\163', '\172', '\040', '\061', '\012', '\167', - '\116', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\154', '\111', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\115', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\107', '\161', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\115', '\146', '\040', '\154', - '\145', '\040', '\061', '\012', '\112', '\161', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\146', '\126', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\161', '\166', - '\121', '\040', '\161', '\165', '\040', '\061', '\012', '\145', - '\110', '\153', '\040', '\145', '\162', '\040', '\061', '\012', - '\152', '\142', '\113', '\040', '\151', '\152', '\040', '\061', - '\012', '\146', '\127', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\161', '\124', '\153', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\156', '\106', '\040', '\141', - '\156', '\040', '\061', '\012', '\171', '\170', '\117', '\040', - '\156', '\171', '\040', '\061', '\012', '\106', '\161', '\162', - '\040', '\161', '\165', '\040', '\061', '\012', '\156', '\106', - '\142', '\040', '\141', '\156', '\040', '\061', '\012', '\157', - '\104', '\160', '\040', '\157', '\156', '\040', '\061', '\012', - '\152', '\125', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\110', '\147', '\040', '\161', '\165', '\040', - '\061', '\012', '\147', '\107', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\120', '\163', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\110', '\166', '\040', - '\151', '\152', '\040', '\061', '\012', '\111', '\167', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\166', '\172', - '\126', '\040', '\163', '\172', '\040', '\061', '\012', '\171', - '\125', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\121', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\106', '\142', '\040', '\163', '\164', '\040', - '\061', '\012', '\114', '\166', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\124', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\166', '\113', '\040', - '\166', '\141', '\040', '\061', '\012', '\103', '\143', '\170', - '\040', '\143', '\150', '\040', '\061', '\012', '\152', '\171', - '\101', '\040', '\151', '\152', '\040', '\061', '\012', '\171', - '\105', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\172', '\144', '\107', '\040', '\163', '\172', '\040', '\061', - '\012', '\164', '\161', '\124', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\142', '\110', '\040', '\161', '\165', - '\040', '\061', '\012', '\156', '\110', '\144', '\040', '\141', - '\156', '\040', '\061', '\012', '\110', '\150', '\152', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\126', '\142', - '\040', '\151', '\152', '\040', '\061', '\012', '\165', '\110', - '\167', '\040', '\165', '\156', '\040', '\061', '\012', '\132', - '\143', '\153', '\040', '\143', '\150', '\040', '\061', '\012', - '\147', '\120', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\155', '\170', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\110', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\146', '\104', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\164', '\154', '\126', '\040', - '\164', '\150', '\040', '\061', '\012', '\114', '\163', '\166', - '\040', '\163', '\164', '\040', '\061', '\012', '\172', '\166', - '\106', '\040', '\166', '\141', '\040', '\061', '\012', '\155', - '\161', '\170', '\040', '\161', '\165', '\040', '\061', '\012', - '\156', '\161', '\106', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\147', '\115', '\040', '\156', '\147', '\040', - '\061', '\012', '\147', '\171', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\162', '\112', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\123', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\115', '\155', '\167', - '\040', '\155', '\145', '\040', '\061', '\012', '\103', '\147', - '\170', '\040', '\156', '\147', '\040', '\061', '\012', '\122', - '\154', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\155', '\166', '\107', '\040', '\166', '\141', '\040', '\061', - '\012', '\146', '\165', '\101', '\040', '\161', '\165', '\040', - '\061', '\012', '\165', '\126', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\163', '\115', '\172', '\040', '\163', - '\164', '\040', '\061', '\012', '\167', '\127', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\161', '\160', '\104', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\121', - '\167', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\102', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\146', '\143', '\127', '\040', '\143', '\150', '\040', '\061', - '\012', '\150', '\170', '\114', '\040', '\164', '\150', '\040', - '\061', '\012', '\162', '\146', '\113', '\040', '\145', '\162', - '\040', '\061', '\012', '\155', '\106', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\121', '\156', '\167', '\040', - '\141', '\156', '\040', '\061', '\012', '\164', '\152', '\102', - '\040', '\164', '\150', '\040', '\061', '\012', '\122', '\153', - '\170', '\040', '\153', '\141', '\040', '\061', '\012', '\163', - '\162', '\105', '\040', '\145', '\162', '\040', '\061', '\012', - '\144', '\162', '\107', '\040', '\145', '\162', '\040', '\061', - '\012', '\103', '\146', '\171', '\040', '\156', '\171', '\040', - '\061', '\012', '\171', '\132', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\127', '\170', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\172', '\103', '\160', '\040', - '\163', '\172', '\040', '\061', '\012', '\152', '\132', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\116', '\161', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\147', '\117', '\040', '\156', '\147', '\040', '\061', '\012', - '\146', '\127', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\162', '\116', '\040', '\161', '\165', '\040', - '\061', '\012', '\116', '\172', '\152', '\040', '\163', '\172', - '\040', '\061', '\012', '\110', '\152', '\171', '\040', '\151', - '\152', '\040', '\061', '\012', '\125', '\170', '\171', '\040', - '\156', '\171', '\040', '\061', '\012', '\157', '\111', '\171', - '\040', '\157', '\156', '\040', '\061', '\012', '\162', '\146', - '\130', '\040', '\145', '\162', '\040', '\061', '\012', '\157', - '\102', '\167', '\040', '\157', '\156', '\040', '\061', '\012', - '\171', '\171', '\126', '\040', '\156', '\171', '\040', '\061', - '\012', '\121', '\151', '\166', '\040', '\151', '\156', '\040', - '\061', '\012', '\144', '\113', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\104', '\153', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\147', '\121', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\116', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\161', '\144', - '\114', '\040', '\161', '\165', '\040', '\061', '\012', '\157', - '\166', '\131', '\040', '\157', '\156', '\040', '\061', '\012', - '\146', '\142', '\132', '\040', '\142', '\145', '\040', '\061', - '\012', '\161', '\151', '\111', '\040', '\161', '\165', '\040', - '\061', '\012', '\142', '\166', '\124', '\040', '\166', '\141', - '\040', '\061', '\012', '\152', '\131', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\142', '\113', '\040', - '\153', '\141', '\040', '\061', '\012', '\115', '\146', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\122', '\160', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\160', - '\110', '\142', '\040', '\160', '\162', '\040', '\061', '\012', - '\161', '\161', '\117', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\153', '\126', '\040', '\153', '\141', '\040', - '\061', '\012', '\163', '\127', '\160', '\040', '\163', '\164', - '\040', '\061', '\012', '\153', '\120', '\146', '\040', '\153', - '\141', '\040', '\061', '\012', '\161', '\114', '\171', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\157', '\105', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\114', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\150', '\126', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\160', '\114', '\040', '\160', '\162', '\040', '\061', - '\012', '\124', '\161', '\146', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\172', '\107', '\040', '\163', '\172', - '\040', '\061', '\012', '\153', '\143', '\124', '\040', '\143', - '\150', '\040', '\061', '\012', '\167', '\152', '\130', '\040', - '\151', '\152', '\040', '\061', '\012', '\153', '\120', '\171', - '\040', '\153', '\165', '\040', '\061', '\012', '\146', '\144', - '\102', '\040', '\144', '\145', '\040', '\061', '\012', '\121', - '\170', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\147', '\131', '\146', '\040', '\156', '\147', '\040', '\061', - '\012', '\131', '\160', '\170', '\040', '\160', '\162', '\040', - '\061', '\012', '\172', '\123', '\153', '\040', '\163', '\172', - '\040', '\061', '\012', '\164', '\104', '\147', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\142', '\112', '\040', - '\142', '\145', '\040', '\061', '\012', '\171', '\146', '\117', - '\040', '\156', '\171', '\040', '\061', '\012', '\165', '\121', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\142', - '\160', '\121', '\040', '\160', '\162', '\040', '\061', '\012', - '\144', '\130', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\154', '\167', '\120', '\040', '\154', '\145', '\040', - '\061', '\012', '\166', '\124', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\112', '\154', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\103', '\161', '\167', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\127', '\171', - '\040', '\142', '\145', '\040', '\061', '\012', '\143', '\125', - '\161', '\040', '\143', '\150', '\040', '\061', '\012', '\131', - '\142', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\167', '\171', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\152', '\150', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\125', '\171', '\040', '\156', '\171', - '\040', '\061', '\012', '\116', '\143', '\152', '\040', '\143', - '\150', '\040', '\061', '\012', '\153', '\115', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\166', '\132', '\171', - '\040', '\166', '\141', '\040', '\061', '\012', '\172', '\143', - '\161', '\040', '\143', '\150', '\040', '\061', '\012', '\121', - '\163', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\114', '\150', '\170', '\040', '\164', '\150', '\040', '\061', - '\012', '\107', '\143', '\152', '\040', '\143', '\150', '\040', - '\061', '\012', '\165', '\121', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\131', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\144', '\131', '\155', '\040', - '\144', '\145', '\040', '\061', '\012', '\121', '\166', '\170', - '\040', '\166', '\141', '\040', '\061', '\012', '\122', '\143', - '\147', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\107', '\172', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\170', '\112', '\040', '\142', '\145', '\040', '\061', - '\012', '\152', '\106', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\170', '\114', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\154', '\104', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\167', '\161', '\123', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\111', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\164', '\102', - '\155', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\121', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\172', '\112', '\142', '\040', '\163', '\172', '\040', '\061', - '\012', '\152', '\146', '\112', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\124', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\153', '\142', '\130', '\040', '\153', - '\141', '\040', '\061', '\012', '\110', '\154', '\172', '\040', - '\154', '\145', '\040', '\061', '\012', '\160', '\165', '\121', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\113', - '\142', '\040', '\164', '\150', '\040', '\061', '\012', '\162', - '\102', '\142', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\160', '\127', '\040', '\166', '\141', '\040', '\061', - '\012', '\131', '\152', '\153', '\040', '\151', '\152', '\040', - '\061', '\012', '\127', '\156', '\155', '\040', '\141', '\156', - '\040', '\061', '\012', '\160', '\132', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\154', '\144', '\132', '\040', - '\154', '\145', '\040', '\061', '\012', '\147', '\115', '\155', - '\040', '\156', '\147', '\040', '\061', '\012', '\160', '\132', - '\146', '\040', '\160', '\151', '\040', '\061', '\012', '\145', - '\131', '\160', '\040', '\145', '\162', '\040', '\061', '\012', - '\166', '\124', '\160', '\040', '\166', '\141', '\040', '\061', - '\012', '\107', '\153', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\103', '\147', '\171', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\104', '\167', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\170', '\127', '\040', - '\156', '\147', '\040', '\061', '\012', '\103', '\167', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\152', '\150', - '\131', '\040', '\164', '\150', '\040', '\061', '\012', '\106', - '\166', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\156', '\146', '\110', '\040', '\141', '\156', '\040', '\061', - '\012', '\172', '\143', '\127', '\040', '\143', '\150', '\040', - '\061', '\012', '\172', '\147', '\103', '\040', '\156', '\147', - '\040', '\061', '\012', '\104', '\146', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\166', '\160', '\112', '\040', - '\166', '\141', '\040', '\061', '\012', '\127', '\160', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\163', '\103', - '\142', '\040', '\163', '\164', '\040', '\061', '\012', '\146', - '\147', '\106', '\040', '\156', '\147', '\040', '\061', '\012', - '\164', '\120', '\170', '\040', '\164', '\150', '\040', '\061', - '\012', '\157', '\103', '\160', '\040', '\157', '\156', '\040', - '\061', '\012', '\116', '\162', '\170', '\040', '\145', '\162', - '\040', '\061', '\012', '\110', '\167', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\146', '\122', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\141', '\145', '\130', - '\040', '\141', '\156', '\040', '\061', '\012', '\152', '\144', - '\111', '\040', '\144', '\145', '\040', '\061', '\012', '\163', - '\102', '\166', '\040', '\163', '\164', '\040', '\061', '\012', - '\166', '\117', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\147', '\121', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\127', '\155', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\120', '\161', '\152', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\150', '\126', '\040', - '\164', '\150', '\040', '\061', '\012', '\110', '\153', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\150', '\142', - '\102', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\172', '\106', '\040', '\163', '\172', '\040', '\061', '\012', - '\131', '\142', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\163', '\130', '\142', '\040', '\163', '\164', '\040', - '\061', '\012', '\171', '\121', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\150', '\150', '\126', '\040', '\164', - '\150', '\040', '\061', '\012', '\164', '\147', '\127', '\040', - '\164', '\150', '\040', '\061', '\012', '\142', '\130', '\157', - '\040', '\157', '\156', '\040', '\061', '\012', '\116', '\170', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\141', - '\117', '\170', '\040', '\141', '\156', '\040', '\061', '\012', - '\172', '\146', '\142', '\040', '\163', '\172', '\040', '\061', - '\012', '\121', '\170', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\161', '\167', '\121', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\152', '\126', '\040', '\151', - '\152', '\040', '\061', '\012', '\150', '\152', '\131', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\164', '\130', - '\040', '\164', '\150', '\040', '\061', '\012', '\152', '\147', - '\125', '\040', '\156', '\147', '\040', '\061', '\012', '\156', - '\115', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\116', '\167', '\170', '\040', '\167', '\141', '\040', '\061', - '\012', '\166', '\120', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\130', '\146', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\106', '\146', '\040', '\156', - '\171', '\040', '\061', '\012', '\146', '\110', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\156', '\132', '\146', - '\040', '\141', '\156', '\040', '\061', '\012', '\152', '\120', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\112', - '\147', '\142', '\040', '\156', '\147', '\040', '\061', '\012', - '\170', '\102', '\142', '\040', '\142', '\151', '\040', '\061', - '\012', '\163', '\152', '\117', '\040', '\163', '\164', '\040', - '\061', '\012', '\167', '\104', '\170', '\040', '\167', '\141', - '\040', '\061', '\012', '\156', '\152', '\116', '\040', '\141', - '\156', '\040', '\061', '\012', '\157', '\150', '\106', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\161', '\122', - '\040', '\161', '\165', '\040', '\061', '\012', '\106', '\172', - '\167', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\162', '\125', '\040', '\161', '\165', '\040', '\061', '\012', - '\143', '\152', '\107', '\040', '\143', '\150', '\040', '\061', - '\012', '\153', '\106', '\166', '\040', '\153', '\141', '\040', - '\061', '\012', '\172', '\121', '\144', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\142', '\105', '\040', '\166', - '\151', '\040', '\061', '\012', '\125', '\152', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\111', '\142', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\106', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\142', - '\166', '\131', '\040', '\166', '\141', '\040', '\061', '\012', - '\123', '\172', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\154', '\110', '\040', '\154', '\145', '\040', - '\061', '\012', '\161', '\143', '\131', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\105', '\167', '\040', '\156', - '\147', '\040', '\061', '\012', '\170', '\150', '\114', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\126', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\142', '\146', - '\110', '\040', '\142', '\145', '\040', '\061', '\012', '\116', - '\162', '\172', '\040', '\145', '\162', '\040', '\061', '\012', - '\163', '\112', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\142', '\127', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\156', '\166', '\113', '\040', '\141', '\156', - '\040', '\061', '\012', '\161', '\151', '\110', '\040', '\161', - '\165', '\040', '\061', '\012', '\161', '\142', '\123', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\170', '\102', - '\040', '\166', '\141', '\040', '\061', '\012', '\164', '\166', - '\124', '\040', '\164', '\150', '\040', '\061', '\012', '\116', - '\162', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\131', '\170', '\040', '\154', '\145', '\040', '\061', - '\012', '\164', '\153', '\130', '\040', '\164', '\150', '\040', - '\061', '\012', '\107', '\172', '\170', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\103', '\170', '\040', '\166', - '\151', '\040', '\061', '\012', '\132', '\142', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\155', '\127', '\160', - '\040', '\155', '\145', '\040', '\061', '\012', '\104', '\161', - '\170', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\146', '\105', '\040', '\160', '\162', '\040', '\061', '\012', - '\150', '\166', '\127', '\040', '\164', '\150', '\040', '\061', - '\012', '\105', '\157', '\170', '\040', '\157', '\156', '\040', - '\061', '\012', '\144', '\142', '\132', '\040', '\144', '\145', - '\040', '\061', '\012', '\154', '\116', '\142', '\040', '\154', - '\145', '\040', '\061', '\012', '\162', '\124', '\144', '\040', - '\145', '\162', '\040', '\061', '\012', '\154', '\152', '\121', - '\040', '\154', '\145', '\040', '\061', '\012', '\126', '\166', - '\160', '\040', '\166', '\141', '\040', '\061', '\012', '\147', - '\112', '\167', '\040', '\156', '\147', '\040', '\061', '\012', - '\165', '\161', '\127', '\040', '\161', '\165', '\040', '\061', - '\012', '\107', '\152', '\146', '\040', '\151', '\152', '\040', - '\061', '\012', '\160', '\104', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\163', '\147', '\121', '\040', '\156', - '\147', '\040', '\061', '\012', '\150', '\153', '\121', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\112', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\155', '\144', - '\111', '\040', '\144', '\145', '\040', '\061', '\012', '\107', - '\143', '\160', '\040', '\143', '\150', '\040', '\061', '\012', - '\160', '\130', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\160', '\121', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\142', '\147', '\105', '\040', '\156', '\147', - '\040', '\061', '\012', '\113', '\172', '\166', '\040', '\163', - '\172', '\040', '\061', '\012', '\143', '\120', '\142', '\040', - '\143', '\150', '\040', '\061', '\012', '\110', '\143', '\172', - '\040', '\143', '\150', '\040', '\061', '\012', '\144', '\152', - '\121', '\040', '\144', '\145', '\040', '\061', '\012', '\160', - '\107', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\146', '\171', '\105', '\040', '\156', '\171', '\040', '\061', - '\012', '\144', '\102', '\142', '\040', '\144', '\145', '\040', - '\061', '\012', '\145', '\120', '\152', '\040', '\145', '\162', - '\040', '\061', '\012', '\146', '\147', '\117', '\040', '\156', - '\147', '\040', '\061', '\012', '\170', '\122', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\161', '\113', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\113', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\170', - '\155', '\131', '\040', '\155', '\145', '\040', '\061', '\012', - '\150', '\147', '\117', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\144', '\107', '\040', '\144', '\145', '\040', - '\061', '\012', '\150', '\166', '\132', '\040', '\164', '\150', - '\040', '\061', '\012', '\163', '\162', '\106', '\040', '\145', - '\162', '\040', '\061', '\012', '\102', '\166', '\146', '\040', - '\166', '\151', '\040', '\061', '\012', '\171', '\166', '\104', - '\040', '\166', '\141', '\040', '\061', '\012', '\170', '\126', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\146', - '\131', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\142', '\161', '\144', '\040', '\161', '\165', '\040', '\061', - '\012', '\145', '\106', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\167', '\132', '\040', '\143', '\150', - '\040', '\061', '\012', '\143', '\161', '\107', '\040', '\143', - '\150', '\040', '\061', '\012', '\163', '\113', '\160', '\040', - '\163', '\164', '\040', '\061', '\012', '\150', '\112', '\161', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\114', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\150', - '\144', '\113', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\143', '\116', '\040', '\143', '\150', '\040', '\061', - '\012', '\164', '\116', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\154', '\113', '\040', '\154', '\145', - '\040', '\061', '\012', '\162', '\112', '\170', '\040', '\145', - '\162', '\040', '\061', '\012', '\161', '\141', '\116', '\040', - '\141', '\156', '\040', '\061', '\012', '\172', '\113', '\146', - '\040', '\163', '\172', '\040', '\061', '\012', '\163', '\116', - '\146', '\040', '\163', '\164', '\040', '\061', '\012', '\161', - '\120', '\172', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\172', '\114', '\040', '\163', '\172', '\040', '\061', - '\012', '\112', '\144', '\167', '\040', '\144', '\145', '\040', - '\061', '\012', '\156', '\122', '\142', '\040', '\141', '\156', - '\040', '\061', '\012', '\152', '\116', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\164', '\156', '\126', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\156', '\111', - '\040', '\141', '\156', '\040', '\061', '\012', '\164', '\132', - '\160', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\132', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\167', '\115', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\117', '\156', '\161', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\111', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\142', '\166', '\110', '\040', '\166', - '\141', '\040', '\061', '\012', '\125', '\166', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\170', '\112', - '\040', '\163', '\172', '\040', '\061', '\012', '\126', '\155', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\165', - '\120', '\155', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\167', '\104', '\040', '\155', '\145', '\040', '\061', - '\012', '\152', '\121', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\147', '\120', '\153', '\040', '\156', '\147', - '\040', '\061', '\012', '\166', '\146', '\126', '\040', '\166', - '\141', '\040', '\061', '\012', '\124', '\161', '\154', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\112', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\154', '\167', - '\117', '\040', '\154', '\145', '\040', '\061', '\012', '\167', - '\142', '\107', '\040', '\167', '\141', '\040', '\061', '\012', - '\146', '\124', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\130', '\164', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\172', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\120', '\172', '\166', '\040', '\163', - '\172', '\040', '\061', '\012', '\120', '\155', '\170', '\040', - '\155', '\145', '\040', '\061', '\012', '\170', '\132', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\152', '\103', - '\160', '\040', '\151', '\152', '\040', '\061', '\012', '\142', - '\113', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\124', '\155', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\110', '\156', '\146', '\040', '\141', '\156', '\040', - '\061', '\012', '\153', '\152', '\130', '\040', '\151', '\152', - '\040', '\061', '\012', '\166', '\147', '\110', '\040', '\156', - '\147', '\040', '\061', '\012', '\146', '\123', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\171', '\154', '\116', - '\040', '\154', '\145', '\040', '\061', '\012', '\147', '\166', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\124', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\164', '\127', '\167', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\167', '\102', '\040', '\167', '\141', '\040', - '\061', '\012', '\142', '\103', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\116', '\153', '\040', '\144', - '\145', '\040', '\061', '\012', '\171', '\103', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\122', '\170', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\156', '\124', - '\161', '\040', '\141', '\156', '\040', '\061', '\012', '\147', - '\106', '\163', '\040', '\156', '\147', '\040', '\061', '\012', - '\130', '\167', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\112', '\154', '\040', '\156', '\147', '\040', - '\061', '\012', '\166', '\143', '\122', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\142', '\124', '\040', '\142', - '\145', '\040', '\061', '\012', '\106', '\143', '\144', '\040', - '\143', '\150', '\040', '\061', '\012', '\127', '\170', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\161', '\167', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\123', - '\146', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\143', '\113', '\040', '\143', '\150', '\040', '\061', - '\012', '\163', '\142', '\126', '\040', '\163', '\164', '\040', - '\061', '\012', '\146', '\123', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\154', '\142', '\102', '\040', '\154', - '\145', '\040', '\061', '\012', '\117', '\143', '\167', '\040', - '\143', '\150', '\040', '\061', '\012', '\152', '\147', '\115', - '\040', '\156', '\147', '\040', '\061', '\012', '\156', '\142', - '\111', '\040', '\141', '\156', '\040', '\061', '\012', '\161', - '\163', '\113', '\040', '\161', '\165', '\040', '\061', '\012', - '\130', '\171', '\146', '\040', '\156', '\171', '\040', '\061', - '\012', '\160', '\170', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\155', '\122', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\117', '\147', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\165', '\131', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\130', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\127', '\142', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\124', - '\142', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\172', '\162', '\122', '\040', '\145', '\162', '\040', '\061', - '\012', '\147', '\155', '\120', '\040', '\156', '\147', '\040', - '\061', '\012', '\143', '\103', '\155', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\164', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\150', '\107', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\152', '\126', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\147', - '\107', '\040', '\156', '\147', '\040', '\061', '\012', '\167', - '\106', '\142', '\040', '\167', '\141', '\040', '\061', '\012', - '\162', '\161', '\114', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\123', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\142', '\113', '\040', '\142', '\145', - '\040', '\061', '\012', '\155', '\161', '\112', '\040', '\161', - '\165', '\040', '\061', '\012', '\121', '\162', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\144', '\111', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\143', - '\107', '\040', '\143', '\150', '\040', '\061', '\012', '\151', - '\106', '\142', '\040', '\151', '\156', '\040', '\061', '\012', - '\155', '\143', '\132', '\040', '\143', '\150', '\040', '\061', - '\012', '\166', '\103', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\170', '\110', '\172', '\040', '\164', '\172', - '\040', '\061', '\012', '\150', '\152', '\115', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\164', '\114', '\040', - '\164', '\150', '\040', '\061', '\012', '\164', '\155', '\110', - '\040', '\164', '\150', '\040', '\061', '\012', '\163', '\154', - '\104', '\040', '\154', '\145', '\040', '\061', '\012', '\166', - '\122', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\147', '\103', '\144', '\040', '\156', '\147', '\040', '\061', - '\012', '\130', '\170', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\113', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\163', '\111', '\167', '\040', '\163', - '\164', '\040', '\061', '\012', '\146', '\163', '\131', '\040', - '\163', '\164', '\040', '\061', '\012', '\170', '\162', '\112', - '\040', '\145', '\162', '\040', '\061', '\012', '\164', '\116', - '\163', '\040', '\164', '\150', '\040', '\061', '\012', '\147', - '\142', '\104', '\040', '\156', '\147', '\040', '\061', '\012', - '\167', '\114', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\150', '\106', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\116', '\170', '\151', '\040', '\151', '\156', - '\040', '\061', '\012', '\146', '\122', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\112', '\162', '\142', '\040', - '\145', '\162', '\040', '\061', '\012', '\152', '\105', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\167', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\165', - '\126', '\167', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\147', '\116', '\040', '\156', '\147', '\040', '\061', - '\012', '\155', '\101', '\157', '\040', '\157', '\156', '\040', - '\061', '\012', '\120', '\152', '\142', '\040', '\151', '\152', - '\040', '\061', '\012', '\156', '\160', '\120', '\040', '\151', - '\156', '\040', '\061', '\012', '\112', '\143', '\171', '\040', - '\143', '\150', '\040', '\061', '\012', '\171', '\112', '\142', - '\040', '\142', '\151', '\040', '\061', '\012', '\152', '\170', - '\111', '\040', '\151', '\152', '\040', '\061', '\012', '\113', - '\153', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\153', '\167', '\126', '\040', '\153', '\141', '\040', '\061', - '\012', '\147', '\122', '\146', '\040', '\156', '\147', '\040', - '\061', '\012', '\127', '\146', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\124', '\144', '\160', '\040', '\160', - '\157', '\040', '\061', '\012', '\167', '\105', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\114', '\166', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\104', '\161', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\164', - '\161', '\114', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\112', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\144', '\103', '\040', '\144', '\145', '\040', - '\061', '\012', '\150', '\170', '\125', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\125', '\145', '\040', '\145', - '\162', '\040', '\061', '\012', '\164', '\121', '\143', '\040', - '\164', '\150', '\040', '\061', '\012', '\114', '\172', '\153', - '\040', '\163', '\172', '\040', '\061', '\012', '\144', '\124', - '\152', '\040', '\144', '\145', '\040', '\061', '\012', '\124', - '\154', '\172', '\040', '\154', '\145', '\040', '\061', '\012', - '\170', '\121', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\106', '\143', '\161', '\040', '\143', '\150', '\040', - '\061', '\012', '\167', '\147', '\105', '\040', '\156', '\147', - '\040', '\061', '\012', '\103', '\153', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\171', '\113', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\170', '\167', '\123', - '\040', '\167', '\141', '\040', '\061', '\012', '\167', '\122', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\147', - '\153', '\113', '\040', '\156', '\147', '\040', '\061', '\012', - '\150', '\121', '\166', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\114', '\160', '\040', '\163', '\164', '\040', - '\061', '\012', '\152', '\101', '\151', '\040', '\151', '\156', - '\040', '\061', '\012', '\144', '\155', '\107', '\040', '\144', - '\145', '\040', '\061', '\012', '\152', '\113', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\161', '\125', '\142', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\130', - '\171', '\040', '\167', '\141', '\040', '\061', '\012', '\142', - '\172', '\112', '\040', '\163', '\172', '\040', '\061', '\012', - '\147', '\172', '\112', '\040', '\156', '\147', '\040', '\061', - '\012', '\150', '\116', '\172', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\147', '\131', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\150', '\125', '\040', '\164', - '\150', '\040', '\061', '\012', '\141', '\146', '\130', '\040', - '\141', '\156', '\040', '\061', '\012', '\152', '\132', '\167', - '\040', '\151', '\152', '\040', '\061', '\012', '\130', '\144', - '\170', '\040', '\144', '\145', '\040', '\061', '\012', '\124', - '\144', '\170', '\040', '\144', '\145', '\040', '\061', '\012', - '\152', '\116', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\130', '\146', '\040', '\166', '\141', '\040', - '\061', '\012', '\161', '\143', '\105', '\040', '\143', '\150', - '\040', '\061', '\012', '\115', '\156', '\167', '\040', '\141', - '\156', '\040', '\061', '\012', '\161', '\104', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\124', '\144', '\152', - '\040', '\144', '\145', '\040', '\061', '\012', '\144', '\147', - '\112', '\040', '\156', '\147', '\040', '\061', '\012', '\163', - '\144', '\122', '\040', '\163', '\164', '\040', '\061', '\012', - '\161', '\107', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\115', '\152', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\163', '\170', '\110', '\040', '\163', '\164', - '\040', '\061', '\012', '\120', '\160', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\147', '\146', '\126', '\040', - '\156', '\147', '\040', '\061', '\012', '\146', '\117', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\116', '\166', - '\170', '\040', '\166', '\151', '\040', '\061', '\012', '\161', - '\141', '\126', '\040', '\141', '\156', '\040', '\061', '\012', - '\170', '\152', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\170', '\147', '\132', '\040', '\156', '\147', '\040', - '\061', '\012', '\143', '\107', '\166', '\040', '\143', '\150', - '\040', '\061', '\012', '\132', '\170', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\115', '\146', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\172', '\106', '\160', - '\040', '\163', '\172', '\040', '\061', '\012', '\152', '\147', - '\112', '\040', '\156', '\147', '\040', '\061', '\012', '\142', - '\160', '\107', '\040', '\160', '\162', '\040', '\061', '\012', - '\166', '\113', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\150', '\161', '\111', '\040', '\164', '\150', '\040', - '\061', '\012', '\121', '\147', '\167', '\040', '\156', '\147', - '\040', '\061', '\012', '\121', '\171', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\152', '\155', '\111', '\040', - '\151', '\152', '\040', '\061', '\012', '\126', '\147', '\144', - '\040', '\156', '\147', '\040', '\061', '\012', '\170', '\103', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\126', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\165', '\105', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\143', '\116', '\040', '\143', '\150', '\040', - '\061', '\012', '\102', '\172', '\142', '\040', '\163', '\172', - '\040', '\061', '\012', '\147', '\126', '\154', '\040', '\156', - '\147', '\040', '\061', '\012', '\163', '\130', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\153', '\121', '\146', - '\040', '\153', '\141', '\040', '\061', '\012', '\154', '\162', - '\131', '\040', '\145', '\162', '\040', '\061', '\012', '\126', - '\164', '\144', '\040', '\164', '\150', '\040', '\061', '\012', - '\156', '\110', '\163', '\040', '\141', '\156', '\040', '\061', - '\012', '\167', '\152', '\116', '\040', '\151', '\152', '\040', - '\061', '\012', '\162', '\172', '\112', '\040', '\145', '\162', - '\040', '\061', '\012', '\163', '\131', '\171', '\040', '\163', - '\164', '\040', '\061', '\012', '\167', '\170', '\121', '\040', - '\167', '\141', '\040', '\061', '\012', '\132', '\164', '\142', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\127', - '\146', '\040', '\164', '\150', '\040', '\061', '\012', '\164', - '\103', '\170', '\040', '\164', '\150', '\040', '\061', '\012', - '\141', '\106', '\142', '\040', '\141', '\156', '\040', '\061', - '\012', '\154', '\161', '\146', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\145', '\132', '\040', '\145', '\162', - '\040', '\061', '\012', '\146', '\120', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\143', '\152', '\131', '\040', - '\143', '\150', '\040', '\061', '\012', '\167', '\113', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\121', '\150', - '\171', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\103', '\152', '\040', '\144', '\145', '\040', '\061', '\012', - '\142', '\153', '\110', '\040', '\153', '\141', '\040', '\061', - '\012', '\171', '\152', '\104', '\040', '\151', '\152', '\040', - '\061', '\012', '\152', '\124', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\150', '\170', '\111', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\166', '\113', '\040', - '\166', '\151', '\040', '\061', '\012', '\114', '\167', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\163', '\167', - '\121', '\040', '\163', '\164', '\040', '\061', '\012', '\144', - '\124', '\153', '\040', '\144', '\151', '\040', '\061', '\012', - '\146', '\163', '\117', '\040', '\163', '\164', '\040', '\061', - '\012', '\154', '\152', '\105', '\040', '\154', '\145', '\040', - '\061', '\012', '\167', '\152', '\115', '\040', '\151', '\152', - '\040', '\061', '\012', '\165', '\121', '\153', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\120', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\155', '\103', - '\040', '\166', '\141', '\040', '\061', '\012', '\161', '\163', - '\104', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\104', '\167', '\040', '\156', '\147', '\040', '\061', '\012', - '\167', '\112', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\132', '\160', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\131', '\150', '\147', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\116', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\142', '\127', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\106', '\167', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\110', - '\170', '\040', '\146', '\157', '\040', '\061', '\012', '\106', - '\156', '\166', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\144', '\114', '\040', '\144', '\145', '\040', '\061', - '\012', '\157', '\161', '\104', '\040', '\161', '\165', '\040', - '\061', '\012', '\141', '\131', '\170', '\040', '\141', '\156', - '\040', '\061', '\012', '\126', '\161', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\113', '\146', '\040', - '\166', '\141', '\040', '\061', '\012', '\103', '\142', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\166', '\171', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\161', '\132', '\040', '\143', '\150', '\040', '\061', '\012', - '\122', '\146', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\123', '\167', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\116', '\151', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\157', '\127', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\150', '\104', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\112', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\144', - '\106', '\040', '\156', '\147', '\040', '\061', '\012', '\160', - '\166', '\106', '\040', '\166', '\141', '\040', '\061', '\012', - '\143', '\160', '\126', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\164', '\103', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\127', '\155', '\040', '\156', '\147', - '\040', '\061', '\012', '\147', '\120', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\152', '\102', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\162', '\154', '\126', - '\040', '\145', '\162', '\040', '\061', '\012', '\147', '\132', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\153', - '\124', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\150', '\146', '\112', '\040', '\164', '\150', '\040', '\061', - '\012', '\123', '\166', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\153', '\155', '\107', '\040', '\153', '\141', - '\040', '\061', '\012', '\163', '\104', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\107', '\142', '\040', - '\164', '\150', '\040', '\061', '\012', '\102', '\154', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\121', '\162', - '\171', '\040', '\145', '\162', '\040', '\061', '\012', '\150', - '\110', '\172', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\114', '\170', '\040', '\156', '\171', '\040', '\061', - '\012', '\154', '\161', '\106', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\142', '\102', '\040', '\142', '\151', - '\040', '\061', '\012', '\151', '\131', '\162', '\040', '\151', - '\156', '\040', '\061', '\012', '\167', '\104', '\172', '\040', - '\164', '\172', '\040', '\061', '\012', '\170', '\163', '\112', - '\040', '\163', '\164', '\040', '\061', '\012', '\142', '\172', - '\131', '\040', '\163', '\172', '\040', '\061', '\012', '\160', - '\115', '\167', '\040', '\160', '\162', '\040', '\061', '\012', - '\125', '\165', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\170', '\113', '\040', '\164', '\150', '\040', - '\061', '\012', '\130', '\166', '\146', '\040', '\166', '\141', - '\040', '\061', '\012', '\153', '\162', '\132', '\040', '\145', - '\162', '\040', '\061', '\012', '\146', '\167', '\126', '\040', - '\167', '\141', '\040', '\061', '\012', '\147', '\120', '\167', - '\040', '\156', '\147', '\040', '\061', '\012', '\161', '\126', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\121', - '\156', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\147', '\104', '\142', '\040', '\156', '\147', '\040', '\061', - '\012', '\150', '\126', '\162', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\113', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\106', '\170', '\171', '\040', '\156', - '\171', '\040', '\061', '\012', '\157', '\132', '\152', '\040', - '\157', '\156', '\040', '\061', '\012', '\172', '\101', '\171', - '\040', '\163', '\172', '\040', '\061', '\012', '\152', '\115', - '\155', '\040', '\151', '\152', '\040', '\061', '\012', '\155', - '\166', '\111', '\040', '\166', '\141', '\040', '\061', '\012', - '\106', '\167', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\172', '\161', '\154', '\040', '\161', '\165', '\040', - '\061', '\012', '\145', '\126', '\166', '\040', '\145', '\162', - '\040', '\061', '\012', '\171', '\127', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\114', '\167', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\114', '\155', '\167', - '\040', '\155', '\145', '\040', '\061', '\012', '\166', '\130', - '\142', '\040', '\166', '\141', '\040', '\061', '\012', '\130', - '\150', '\163', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\154', '\122', '\040', '\164', '\150', '\040', '\061', - '\012', '\121', '\161', '\167', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\142', '\113', '\040', '\163', '\172', - '\040', '\061', '\012', '\120', '\170', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\156', '\120', '\155', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\121', '\157', - '\040', '\157', '\156', '\040', '\061', '\012', '\104', '\143', - '\142', '\040', '\143', '\150', '\040', '\061', '\012', '\150', - '\152', '\124', '\040', '\164', '\150', '\040', '\061', '\012', - '\162', '\152', '\112', '\040', '\145', '\162', '\040', '\061', - '\012', '\142', '\115', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\151', '\131', '\142', '\040', '\151', '\156', - '\040', '\061', '\012', '\106', '\161', '\152', '\040', '\161', - '\165', '\040', '\061', '\012', '\125', '\157', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\130', '\166', '\160', - '\040', '\166', '\141', '\040', '\061', '\012', '\114', '\167', - '\142', '\040', '\167', '\141', '\040', '\061', '\012', '\112', - '\160', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\161', '\125', '\147', '\040', '\161', '\165', '\040', '\061', - '\012', '\154', '\112', '\170', '\040', '\154', '\145', '\040', - '\061', '\012', '\130', '\167', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\170', '\113', '\146', '\040', '\146', - '\157', '\040', '\061', '\012', '\132', '\156', '\161', '\040', - '\141', '\156', '\040', '\061', '\012', '\161', '\103', '\142', - '\040', '\161', '\165', '\040', '\061', '\012', '\132', '\142', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\121', - '\165', '\170', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\116', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\166', '\126', '\040', '\166', '\141', '\040', - '\061', '\012', '\121', '\161', '\172', '\040', '\161', '\165', - '\040', '\061', '\012', '\110', '\144', '\146', '\040', '\144', - '\145', '\040', '\061', '\012', '\171', '\123', '\170', '\040', - '\156', '\171', '\040', '\061', '\012', '\161', '\123', '\155', - '\040', '\161', '\165', '\040', '\061', '\012', '\114', '\150', - '\142', '\040', '\164', '\150', '\040', '\061', '\012', '\115', - '\166', '\146', '\040', '\166', '\141', '\040', '\061', '\012', - '\143', '\104', '\160', '\040', '\143', '\150', '\040', '\061', - '\012', '\142', '\110', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\127', '\155', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\171', '\164', '\107', '\040', '\164', - '\150', '\040', '\061', '\012', '\144', '\142', '\112', '\040', - '\144', '\145', '\040', '\061', '\012', '\106', '\146', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\150', '\166', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\127', - '\161', '\171', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\130', '\144', '\040', '\156', '\147', '\040', '\061', - '\012', '\165', '\106', '\147', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\160', '\122', '\040', '\151', '\152', - '\040', '\061', '\012', '\130', '\143', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\124', '\142', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\121', '\167', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\164', '\120', - '\160', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\115', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\151', '\126', '\040', '\161', '\165', '\040', '\061', - '\012', '\144', '\143', '\102', '\040', '\143', '\150', '\040', - '\061', '\012', '\144', '\106', '\170', '\040', '\144', '\145', - '\040', '\061', '\012', '\131', '\155', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\114', '\144', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\154', '\170', '\126', - '\040', '\154', '\145', '\040', '\061', '\012', '\143', '\103', - '\153', '\040', '\143', '\150', '\040', '\061', '\012', '\150', - '\126', '\170', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\154', '\124', '\040', '\154', '\145', '\040', '\061', - '\012', '\153', '\150', '\120', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\126', '\147', '\040', '\161', '\165', - '\040', '\061', '\012', '\114', '\152', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\172', '\103', '\166', '\040', - '\163', '\172', '\040', '\061', '\012', '\171', '\167', '\126', - '\040', '\167', '\141', '\040', '\061', '\012', '\171', '\142', - '\132', '\040', '\142', '\145', '\040', '\061', '\012', '\166', - '\107', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\102', '\166', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\132', '\161', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\107', '\167', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\161', '\114', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\153', '\130', '\040', - '\153', '\141', '\040', '\061', '\012', '\116', '\142', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\142', '\130', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\144', - '\121', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\131', '\144', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\131', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\172', '\123', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\171', '\143', '\132', '\040', '\143', - '\150', '\040', '\061', '\012', '\154', '\156', '\125', '\040', - '\141', '\156', '\040', '\061', '\012', '\164', '\103', '\152', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\156', - '\131', '\040', '\141', '\156', '\040', '\061', '\012', '\160', - '\164', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\163', '\167', '\117', '\040', '\163', '\164', '\040', '\061', - '\012', '\150', '\130', '\165', '\040', '\164', '\150', '\040', - '\061', '\012', '\155', '\102', '\167', '\040', '\155', '\142', - '\040', '\061', '\012', '\167', '\155', '\106', '\040', '\155', - '\145', '\040', '\061', '\012', '\170', '\112', '\170', '\040', - '\170', '\145', '\040', '\061', '\012', '\144', '\130', '\152', - '\040', '\144', '\145', '\040', '\061', '\012', '\145', '\161', - '\147', '\040', '\161', '\165', '\040', '\061', '\012', '\156', - '\102', '\146', '\040', '\141', '\156', '\040', '\061', '\012', - '\130', '\142', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\146', '\143', '\121', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\153', '\123', '\040', '\153', '\141', - '\040', '\061', '\012', '\164', '\117', '\161', '\040', '\164', - '\150', '\040', '\061', '\012', '\165', '\121', '\142', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\166', '\126', - '\040', '\143', '\150', '\040', '\061', '\012', '\163', '\102', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\103', '\153', '\040', '\144', '\145', '\040', '\061', '\012', - '\143', '\113', '\166', '\040', '\143', '\150', '\040', '\061', - '\012', '\143', '\126', '\146', '\040', '\143', '\150', '\040', - '\061', '\012', '\167', '\132', '\170', '\040', '\167', '\141', - '\040', '\061', '\012', '\102', '\166', '\155', '\040', '\166', - '\141', '\040', '\061', '\012', '\154', '\161', '\112', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\170', '\122', - '\040', '\146', '\157', '\040', '\061', '\012', '\166', '\155', - '\106', '\040', '\166', '\141', '\040', '\061', '\012', '\170', - '\156', '\161', '\040', '\141', '\156', '\040', '\061', '\012', - '\142', '\102', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\164', '\120', '\144', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\116', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\106', '\153', '\160', '\040', '\153', - '\141', '\040', '\061', '\012', '\131', '\171', '\145', '\040', - '\145', '\162', '\040', '\061', '\012', '\125', '\142', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\172', - '\120', '\040', '\163', '\172', '\040', '\061', '\012', '\146', - '\155', '\121', '\040', '\155', '\145', '\040', '\061', '\012', - '\161', '\143', '\101', '\040', '\143', '\150', '\040', '\061', - '\012', '\171', '\113', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\166', '\132', '\040', '\166', '\141', - '\040', '\061', '\012', '\143', '\142', '\116', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\131', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\120', '\155', '\167', - '\040', '\155', '\145', '\040', '\061', '\012', '\167', '\106', - '\170', '\040', '\167', '\141', '\040', '\061', '\012', '\150', - '\122', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\160', '\123', '\040', '\161', '\165', '\040', '\061', - '\012', '\126', '\161', '\146', '\040', '\161', '\165', '\040', - '\061', '\012', '\107', '\150', '\147', '\040', '\164', '\150', - '\040', '\061', '\012', '\127', '\166', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\153', '\103', '\040', - '\153', '\141', '\040', '\061', '\012', '\171', '\164', '\115', - '\040', '\164', '\150', '\040', '\061', '\012', '\114', '\156', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\170', '\104', '\040', '\144', '\145', '\040', '\061', '\012', - '\142', '\115', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\170', '\166', '\125', '\040', '\166', '\141', '\040', - '\061', '\012', '\121', '\172', '\170', '\040', '\163', '\172', - '\040', '\061', '\012', '\163', '\162', '\115', '\040', '\145', - '\162', '\040', '\061', '\012', '\166', '\114', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\143', '\107', '\161', - '\040', '\143', '\150', '\040', '\061', '\012', '\126', '\155', - '\171', '\040', '\155', '\145', '\040', '\061', '\012', '\150', - '\143', '\114', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\113', '\170', '\040', '\160', '\162', '\040', '\061', - '\012', '\112', '\170', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\142', '\154', '\127', '\040', '\154', '\145', - '\040', '\061', '\012', '\160', '\121', '\157', '\040', '\157', - '\156', '\040', '\061', '\012', '\142', '\105', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\127', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\163', '\131', - '\155', '\040', '\163', '\164', '\040', '\061', '\012', '\156', - '\113', '\167', '\040', '\141', '\156', '\040', '\061', '\012', - '\144', '\164', '\106', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\124', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\145', '\160', '\130', '\040', '\145', '\162', - '\040', '\061', '\012', '\146', '\103', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\142', '\106', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\122', '\172', '\142', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\161', - '\111', '\040', '\161', '\165', '\040', '\061', '\012', '\132', - '\150', '\143', '\040', '\164', '\150', '\040', '\061', '\012', - '\110', '\166', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\155', '\126', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\111', '\167', '\170', '\040', '\167', '\141', - '\040', '\061', '\012', '\160', '\150', '\122', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\116', '\142', '\040', - '\167', '\141', '\040', '\061', '\012', '\146', '\122', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\154', '\152', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\166', '\131', '\040', '\154', '\145', '\040', '\061', '\012', - '\152', '\143', '\101', '\040', '\143', '\150', '\040', '\061', - '\012', '\144', '\107', '\167', '\040', '\144', '\145', '\040', - '\061', '\012', '\103', '\161', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\155', '\102', '\170', '\040', '\155', - '\145', '\040', '\061', '\012', '\115', '\155', '\170', '\040', - '\155', '\145', '\040', '\061', '\012', '\126', '\170', '\141', - '\040', '\141', '\156', '\040', '\061', '\012', '\130', '\150', - '\167', '\040', '\164', '\150', '\040', '\061', '\012', '\145', - '\161', '\113', '\040', '\161', '\165', '\040', '\061', '\012', - '\164', '\103', '\167', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\166', '\125', '\040', '\163', '\172', '\040', - '\061', '\012', '\154', '\170', '\121', '\040', '\154', '\145', - '\040', '\061', '\012', '\166', '\115', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\147', '\161', '\101', '\040', - '\161', '\165', '\040', '\061', '\012', '\112', '\142', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\147', '\103', - '\152', '\040', '\156', '\147', '\040', '\061', '\012', '\157', - '\124', '\146', '\040', '\157', '\156', '\040', '\061', '\012', - '\153', '\142', '\127', '\040', '\153', '\141', '\040', '\061', - '\012', '\161', '\152', '\131', '\040', '\161', '\165', '\040', - '\061', '\012', '\122', '\161', '\146', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\131', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\150', '\105', '\040', - '\164', '\150', '\040', '\061', '\012', '\147', '\131', '\152', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\143', - '\111', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\166', '\112', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\157', '\103', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\106', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\161', '\110', '\040', '\161', '\165', - '\040', '\061', '\012', '\116', '\170', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\126', '\157', '\040', - '\157', '\156', '\040', '\061', '\012', '\172', '\110', '\166', - '\040', '\163', '\172', '\040', '\061', '\012', '\171', '\142', - '\123', '\040', '\142', '\145', '\040', '\061', '\012', '\110', - '\167', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\115', '\170', '\141', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\153', '\114', '\040', '\153', '\141', '\040', - '\061', '\012', '\161', '\155', '\117', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\142', '\122', '\040', '\161', - '\165', '\040', '\061', '\012', '\132', '\146', '\171', '\040', - '\156', '\171', '\040', '\061', '\012', '\122', '\153', '\146', - '\040', '\153', '\141', '\040', '\061', '\012', '\166', '\147', - '\126', '\040', '\156', '\147', '\040', '\061', '\012', '\150', - '\102', '\167', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\130', '\170', '\040', '\160', '\162', '\040', '\061', - '\012', '\142', '\162', '\121', '\040', '\145', '\162', '\040', - '\061', '\012', '\146', '\166', '\117', '\040', '\166', '\141', - '\040', '\061', '\012', '\150', '\104', '\143', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\121', '\141', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\146', '\106', - '\040', '\167', '\141', '\040', '\061', '\012', '\150', '\132', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\112', - '\147', '\172', '\040', '\156', '\147', '\040', '\061', '\012', - '\161', '\156', '\131', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\130', '\154', '\040', '\154', '\145', '\040', - '\061', '\012', '\145', '\116', '\142', '\040', '\145', '\162', - '\040', '\061', '\012', '\146', '\170', '\123', '\040', '\146', - '\157', '\040', '\061', '\012', '\163', '\116', '\153', '\040', - '\163', '\164', '\040', '\061', '\012', '\155', '\106', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\125', '\165', - '\170', '\040', '\161', '\165', '\040', '\061', '\012', '\131', - '\144', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\157', '\172', '\127', '\040', '\157', '\156', '\040', '\061', - '\012', '\130', '\172', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\112', '\146', '\145', '\040', '\145', '\162', - '\040', '\061', '\012', '\106', '\164', '\170', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\172', '\122', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\132', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\157', '\110', - '\172', '\040', '\157', '\156', '\040', '\061', '\012', '\161', - '\166', '\124', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\157', '\101', '\040', '\161', '\165', '\040', '\061', - '\012', '\123', '\144', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\170', '\127', '\040', '\164', '\150', - '\040', '\061', '\012', '\105', '\147', '\146', '\040', '\156', - '\147', '\040', '\061', '\012', '\144', '\115', '\146', '\040', - '\144', '\145', '\040', '\061', '\012', '\122', '\150', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\122', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\165', - '\152', '\130', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\122', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\147', '\152', '\101', '\040', '\156', '\147', '\040', - '\061', '\012', '\147', '\104', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\163', '\155', '\132', '\040', '\163', - '\164', '\040', '\061', '\012', '\152', '\111', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\161', '\153', '\115', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\113', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\163', - '\103', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\165', '\124', '\160', '\040', '\161', '\165', '\040', '\061', - '\012', '\154', '\126', '\163', '\040', '\154', '\145', '\040', - '\061', '\012', '\165', '\121', '\157', '\040', '\161', '\165', - '\040', '\061', '\012', '\112', '\146', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\166', '\113', '\155', '\040', - '\166', '\141', '\040', '\061', '\012', '\152', '\121', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\125', - '\146', '\040', '\146', '\157', '\040', '\061', '\012', '\165', - '\124', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\102', '\156', '\166', '\040', '\141', '\156', '\040', '\061', - '\012', '\164', '\144', '\125', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\170', '\131', '\040', '\144', '\145', - '\040', '\061', '\012', '\150', '\147', '\126', '\040', '\164', - '\150', '\040', '\061', '\012', '\132', '\144', '\146', '\040', - '\144', '\145', '\040', '\061', '\012', '\150', '\161', '\123', - '\040', '\164', '\150', '\040', '\061', '\012', '\145', '\112', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\161', - '\107', '\165', '\040', '\165', '\156', '\040', '\061', '\012', - '\166', '\155', '\105', '\040', '\166', '\141', '\040', '\061', - '\012', '\147', '\113', '\172', '\040', '\156', '\147', '\040', - '\061', '\012', '\155', '\125', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\126', '\152', '\171', '\040', '\151', - '\152', '\040', '\061', '\012', '\165', '\166', '\112', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\110', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\115', '\150', - '\166', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\163', '\132', '\040', '\163', '\164', '\040', '\061', '\012', - '\126', '\172', '\171', '\040', '\163', '\172', '\040', '\061', - '\012', '\152', '\113', '\142', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\120', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\147', '\104', '\040', '\161', - '\165', '\040', '\061', '\012', '\130', '\150', '\146', '\040', - '\164', '\150', '\040', '\061', '\012', '\117', '\147', '\160', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\167', - '\130', '\040', '\151', '\152', '\040', '\061', '\012', '\154', - '\131', '\171', '\040', '\154', '\145', '\040', '\061', '\012', - '\161', '\172', '\104', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\130', '\152', '\040', '\152', '\157', '\040', - '\061', '\012', '\113', '\160', '\170', '\040', '\160', '\162', - '\040', '\061', '\012', '\171', '\144', '\131', '\040', '\144', - '\145', '\040', '\061', '\012', '\166', '\102', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\132', '\160', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\142', '\104', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\106', - '\152', '\153', '\040', '\151', '\152', '\040', '\061', '\012', - '\153', '\144', '\101', '\040', '\144', '\145', '\040', '\061', - '\012', '\172', '\127', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\123', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\153', '\106', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\123', '\170', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\106', '\166', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\160', '\142', - '\122', '\040', '\160', '\162', '\040', '\061', '\012', '\161', - '\162', '\104', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\132', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\166', '\125', '\155', '\040', '\166', '\141', '\040', - '\061', '\012', '\167', '\105', '\171', '\040', '\167', '\141', - '\040', '\061', '\012', '\152', '\152', '\110', '\040', '\152', - '\157', '\040', '\061', '\012', '\163', '\104', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\125', '\152', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\153', '\156', - '\111', '\040', '\141', '\156', '\040', '\061', '\012', '\146', - '\117', '\141', '\040', '\141', '\156', '\040', '\061', '\012', - '\103', '\152', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\164', '\142', '\126', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\161', '\144', '\040', '\161', '\165', - '\040', '\061', '\012', '\145', '\120', '\170', '\040', '\145', - '\162', '\040', '\061', '\012', '\167', '\122', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\160', '\166', '\107', - '\040', '\166', '\141', '\040', '\061', '\012', '\121', '\171', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\143', - '\167', '\107', '\040', '\143', '\150', '\040', '\061', '\012', - '\104', '\164', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\120', '\142', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\122', '\147', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\152', '\125', '\040', '\151', - '\152', '\040', '\061', '\012', '\152', '\112', '\146', '\040', - '\151', '\152', '\040', '\061', '\012', '\122', '\170', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\112', '\164', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\166', '\132', '\040', '\161', '\165', '\040', '\061', '\012', - '\153', '\113', '\155', '\040', '\153', '\141', '\040', '\061', - '\012', '\150', '\106', '\155', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\143', '\130', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\116', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\142', '\160', '\102', '\040', - '\160', '\162', '\040', '\061', '\012', '\170', '\161', '\131', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\131', - '\171', '\040', '\164', '\150', '\040', '\061', '\012', '\147', - '\107', '\160', '\040', '\156', '\147', '\040', '\061', '\012', - '\126', '\146', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\167', '\104', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\124', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\150', '\146', '\126', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\172', '\160', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\125', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\161', '\107', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\126', - '\144', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\130', '\152', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\115', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\150', '\124', '\147', '\040', '\164', '\150', - '\040', '\061', '\012', '\110', '\154', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\164', '\113', '\172', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\166', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\154', '\115', - '\172', '\040', '\154', '\145', '\040', '\061', '\012', '\115', - '\167', '\170', '\040', '\167', '\141', '\040', '\061', '\012', - '\127', '\154', '\166', '\040', '\154', '\145', '\040', '\061', - '\012', '\170', '\172', '\107', '\040', '\163', '\172', '\040', - '\061', '\012', '\147', '\155', '\104', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\117', '\151', '\040', '\151', - '\156', '\040', '\061', '\012', '\142', '\142', '\111', '\040', - '\142', '\145', '\040', '\061', '\012', '\142', '\160', '\111', - '\040', '\160', '\162', '\040', '\061', '\012', '\146', '\121', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\160', - '\121', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\166', '\105', '\142', '\040', '\166', '\141', '\040', '\061', - '\012', '\152', '\106', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\127', '\150', '\146', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\166', '\121', '\040', '\151', - '\152', '\040', '\061', '\012', '\161', '\131', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\170', '\115', - '\040', '\145', '\162', '\040', '\061', '\012', '\166', '\120', - '\160', '\040', '\166', '\141', '\040', '\061', '\012', '\146', - '\152', '\104', '\040', '\151', '\152', '\040', '\061', '\012', - '\126', '\167', '\171', '\040', '\167', '\141', '\040', '\061', - '\012', '\131', '\161', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\164', '\143', '\127', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\131', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\147', '\112', '\142', '\040', - '\156', '\147', '\040', '\061', '\012', '\124', '\153', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\161', '\150', - '\152', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\170', '\106', '\040', '\151', '\152', '\040', '\061', '\012', - '\106', '\160', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\153', '\130', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\154', '\147', '\132', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\156', '\111', '\040', '\141', - '\156', '\040', '\061', '\012', '\161', '\171', '\116', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\102', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\152', '\123', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\143', - '\161', '\111', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\131', '\166', '\040', '\161', '\165', '\040', '\061', - '\012', '\132', '\162', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\163', '\110', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\166', '\162', '\113', '\040', '\145', - '\162', '\040', '\061', '\012', '\160', '\142', '\110', '\040', - '\160', '\162', '\040', '\061', '\012', '\172', '\126', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\144', '\121', - '\142', '\040', '\144', '\145', '\040', '\061', '\012', '\154', - '\170', '\106', '\040', '\154', '\145', '\040', '\061', '\012', - '\163', '\147', '\127', '\040', '\156', '\147', '\040', '\061', - '\012', '\107', '\150', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\160', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\150', '\116', '\040', '\164', - '\150', '\040', '\061', '\012', '\106', '\163', '\146', '\040', - '\163', '\164', '\040', '\061', '\012', '\121', '\147', '\141', - '\040', '\141', '\156', '\040', '\061', '\012', '\122', '\144', - '\160', '\040', '\144', '\145', '\040', '\061', '\012', '\146', - '\166', '\113', '\040', '\166', '\141', '\040', '\061', '\012', - '\131', '\144', '\172', '\040', '\144', '\145', '\040', '\061', - '\012', '\167', '\166', '\127', '\040', '\166', '\141', '\040', - '\061', '\012', '\143', '\120', '\155', '\040', '\143', '\150', - '\040', '\061', '\012', '\143', '\121', '\171', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\167', '\106', '\040', - '\167', '\141', '\040', '\061', '\012', '\131', '\160', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\122', '\163', - '\152', '\040', '\163', '\164', '\040', '\061', '\012', '\131', - '\147', '\167', '\040', '\156', '\147', '\040', '\061', '\012', - '\170', '\126', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\171', '\170', '\114', '\040', '\156', '\171', '\040', - '\061', '\012', '\131', '\167', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\152', '\115', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\172', '\124', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\141', '\111', '\161', - '\040', '\141', '\156', '\040', '\061', '\012', '\161', '\121', - '\151', '\040', '\161', '\165', '\040', '\061', '\012', '\164', - '\161', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\110', '\166', '\160', '\040', '\166', '\141', '\040', '\061', - '\012', '\167', '\121', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\150', '\146', '\107', '\040', '\164', '\150', - '\040', '\061', '\012', '\143', '\124', '\144', '\040', '\143', - '\150', '\040', '\061', '\012', '\142', '\146', '\121', '\040', - '\142', '\145', '\040', '\061', '\012', '\113', '\146', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\143', '\130', - '\163', '\040', '\143', '\150', '\040', '\061', '\012', '\166', - '\131', '\170', '\040', '\166', '\141', '\040', '\061', '\012', - '\121', '\157', '\143', '\040', '\162', '\157', '\040', '\061', - '\012', '\166', '\162', '\114', '\040', '\145', '\162', '\040', - '\061', '\012', '\160', '\132', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\143', '\144', '\130', '\040', '\143', - '\150', '\040', '\061', '\012', '\131', '\147', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\154', '\156', '\117', - '\040', '\141', '\156', '\040', '\061', '\012', '\155', '\146', - '\131', '\040', '\155', '\145', '\040', '\061', '\012', '\146', - '\156', '\126', '\040', '\141', '\156', '\040', '\061', '\012', - '\155', '\142', '\132', '\040', '\155', '\145', '\040', '\061', - '\012', '\147', '\142', '\105', '\040', '\156', '\147', '\040', - '\061', '\012', '\170', '\152', '\132', '\040', '\151', '\152', - '\040', '\061', '\012', '\106', '\160', '\171', '\040', '\160', - '\162', '\040', '\061', '\012', '\156', '\160', '\105', '\040', - '\141', '\156', '\040', '\061', '\012', '\122', '\170', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\157', '\127', - '\160', '\040', '\157', '\156', '\040', '\061', '\012', '\150', - '\126', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\112', '\146', '\040', '\156', '\171', '\040', '\061', - '\012', '\163', '\121', '\144', '\040', '\163', '\164', '\040', - '\061', '\012', '\132', '\166', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\142', '\104', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\160', '\114', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\167', '\167', '\106', - '\040', '\167', '\141', '\040', '\061', '\012', '\170', '\102', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\113', '\155', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\130', '\170', '\040', '\167', '\141', '\040', '\061', - '\012', '\111', '\165', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\144', '\147', '\102', '\040', '\156', '\147', - '\040', '\061', '\012', '\147', '\112', '\160', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\147', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\116', '\150', - '\040', '\150', '\157', '\040', '\061', '\012', '\143', '\166', - '\105', '\040', '\143', '\150', '\040', '\061', '\012', '\143', - '\147', '\110', '\040', '\143', '\150', '\040', '\061', '\012', - '\154', '\116', '\163', '\040', '\154', '\145', '\040', '\061', - '\012', '\166', '\104', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\143', '\107', '\040', '\143', '\150', - '\040', '\061', '\012', '\146', '\132', '\156', '\040', '\157', - '\156', '\040', '\061', '\012', '\165', '\125', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\154', '\121', - '\040', '\154', '\145', '\040', '\061', '\012', '\146', '\144', - '\110', '\040', '\144', '\145', '\040', '\061', '\012', '\145', - '\132', '\152', '\040', '\145', '\162', '\040', '\061', '\012', - '\126', '\161', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\122', '\143', '\170', '\040', '\143', '\150', '\040', - '\061', '\012', '\152', '\107', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\172', '\115', '\040', '\163', - '\172', '\040', '\061', '\012', '\121', '\160', '\167', '\040', - '\160', '\162', '\040', '\061', '\012', '\123', '\160', '\170', - '\040', '\160', '\162', '\040', '\061', '\012', '\143', '\107', - '\170', '\040', '\143', '\150', '\040', '\061', '\012', '\143', - '\161', '\101', '\040', '\143', '\150', '\040', '\061', '\012', - '\166', '\142', '\113', '\040', '\166', '\141', '\040', '\061', - '\012', '\170', '\145', '\127', '\040', '\145', '\162', '\040', - '\061', '\012', '\166', '\153', '\103', '\040', '\153', '\141', - '\040', '\061', '\012', '\170', '\172', '\102', '\040', '\163', - '\172', '\040', '\061', '\012', '\170', '\165', '\122', '\040', - '\161', '\165', '\040', '\061', '\012', '\117', '\171', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\115', '\161', - '\170', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\161', '\152', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\161', '\131', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\167', '\114', '\040', '\143', '\150', '\040', - '\061', '\012', '\160', '\120', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\144', '\123', '\170', '\040', '\144', - '\145', '\040', '\061', '\012', '\144', '\120', '\153', '\040', - '\144', '\145', '\040', '\061', '\012', '\165', '\172', '\110', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\166', - '\110', '\040', '\166', '\141', '\040', '\061', '\012', '\160', - '\143', '\110', '\040', '\143', '\150', '\040', '\061', '\012', - '\150', '\154', '\131', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\164', '\130', '\040', '\164', '\150', '\040', - '\061', '\012', '\116', '\166', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\150', '\166', '\114', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\122', '\153', '\040', - '\163', '\172', '\040', '\061', '\012', '\164', '\116', '\152', - '\040', '\164', '\150', '\040', '\061', '\012', '\104', '\142', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\152', - '\113', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\144', '\113', '\171', '\040', '\144', '\145', '\040', '\061', - '\012', '\171', '\126', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\151', '\161', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\147', '\112', '\040', '\156', - '\147', '\040', '\061', '\012', '\145', '\112', '\163', '\040', - '\145', '\162', '\040', '\061', '\012', '\167', '\117', '\170', - '\040', '\167', '\141', '\040', '\061', '\012', '\162', '\130', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\110', - '\161', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\127', '\170', '\040', '\166', '\141', '\040', '\061', - '\012', '\142', '\124', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\103', '\171', '\040', '\156', '\171', - '\040', '\061', '\012', '\141', '\117', '\161', '\040', '\141', - '\156', '\040', '\061', '\012', '\157', '\103', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\160', '\156', '\105', - '\040', '\141', '\156', '\040', '\061', '\012', '\106', '\167', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\172', - '\162', '\124', '\040', '\145', '\162', '\040', '\061', '\012', - '\170', '\110', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\171', '\144', '\130', '\040', '\144', '\145', '\040', - '\061', '\012', '\144', '\153', '\126', '\040', '\144', '\145', - '\040', '\061', '\012', '\122', '\161', '\171', '\040', '\161', - '\165', '\040', '\061', '\012', '\132', '\171', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\130', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\157', '\112', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\163', - '\170', '\111', '\040', '\163', '\164', '\040', '\061', '\012', - '\161', '\132', '\167', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\161', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\154', '\132', '\040', '\143', '\150', - '\040', '\061', '\012', '\163', '\167', '\130', '\040', '\163', - '\172', '\040', '\061', '\012', '\141', '\110', '\167', '\040', - '\141', '\156', '\040', '\061', '\012', '\162', '\127', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\143', '\121', - '\160', '\040', '\143', '\150', '\040', '\061', '\012', '\112', - '\167', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\161', '\145', '\126', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\121', '\152', '\040', '\163', '\164', '\040', - '\061', '\012', '\122', '\160', '\142', '\040', '\160', '\162', - '\040', '\061', '\012', '\155', '\132', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\162', '\102', '\170', '\040', - '\145', '\162', '\040', '\061', '\012', '\155', '\170', '\126', - '\040', '\155', '\145', '\040', '\061', '\012', '\115', '\166', - '\171', '\040', '\156', '\171', '\040', '\061', '\012', '\143', - '\122', '\154', '\040', '\143', '\150', '\040', '\061', '\012', - '\106', '\172', '\166', '\040', '\163', '\172', '\040', '\061', - '\012', '\160', '\102', '\163', '\040', '\163', '\172', '\040', - '\061', '\012', '\152', '\127', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\166', '\161', '\113', '\040', '\161', - '\165', '\040', '\061', '\012', '\111', '\170', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\171', '\150', '\167', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\171', - '\121', '\040', '\167', '\141', '\040', '\061', '\012', '\165', - '\103', '\142', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\162', '\106', '\040', '\163', '\172', '\040', '\061', - '\012', '\151', '\171', '\121', '\040', '\151', '\156', '\040', - '\061', '\012', '\161', '\163', '\120', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\114', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\143', '\166', '\130', '\040', - '\143', '\150', '\040', '\061', '\012', '\123', '\143', '\161', - '\040', '\143', '\150', '\040', '\061', '\012', '\172', '\162', - '\114', '\040', '\145', '\162', '\040', '\061', '\012', '\145', - '\143', '\125', '\040', '\143', '\150', '\040', '\061', '\012', - '\126', '\170', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\146', '\103', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\157', '\166', '\130', '\040', '\157', '\156', - '\040', '\061', '\012', '\125', '\161', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\163', '\126', '\167', '\040', - '\163', '\164', '\040', '\061', '\012', '\163', '\160', '\130', - '\040', '\163', '\164', '\040', '\061', '\012', '\121', '\153', - '\166', '\040', '\153', '\141', '\040', '\061', '\012', '\146', - '\171', '\127', '\040', '\156', '\171', '\040', '\061', '\012', - '\162', '\102', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\155', '\144', '\103', '\040', '\144', '\145', '\040', - '\061', '\012', '\127', '\152', '\153', '\040', '\151', '\152', - '\040', '\061', '\012', '\152', '\131', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\150', '\130', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\170', '\153', '\155', - '\040', '\153', '\141', '\040', '\061', '\012', '\150', '\150', - '\125', '\040', '\164', '\150', '\040', '\061', '\012', '\104', - '\166', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\164', '\143', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\132', '\171', '\040', '\167', '\141', '\040', - '\061', '\012', '\152', '\164', '\103', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\156', '\104', '\040', '\141', - '\156', '\040', '\061', '\012', '\166', '\155', '\102', '\040', - '\166', '\141', '\040', '\061', '\012', '\153', '\152', '\102', - '\040', '\151', '\152', '\040', '\061', '\012', '\143', '\144', - '\107', '\040', '\143', '\150', '\040', '\061', '\012', '\126', - '\153', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\116', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\112', '\146', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\151', '\127', '\166', '\040', '\151', '\156', - '\040', '\061', '\012', '\127', '\164', '\156', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\146', '\105', '\040', - '\154', '\145', '\040', '\061', '\012', '\144', '\132', '\142', - '\040', '\144', '\145', '\040', '\061', '\012', '\145', '\161', - '\121', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\125', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\167', '\114', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\125', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\107', '\143', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\167', '\130', '\040', '\141', - '\156', '\040', '\061', '\012', '\116', '\142', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\152', '\120', - '\040', '\151', '\152', '\040', '\061', '\012', '\163', '\161', - '\112', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\121', '\146', '\040', '\154', '\145', '\040', '\061', '\012', - '\152', '\132', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\127', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\115', '\170', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\106', '\151', '\040', '\161', - '\165', '\040', '\061', '\012', '\155', '\152', '\130', '\040', - '\151', '\152', '\040', '\061', '\012', '\166', '\104', '\170', - '\040', '\166', '\141', '\040', '\061', '\012', '\166', '\104', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\167', - '\125', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\172', '\150', '\125', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\110', '\167', '\040', '\163', '\172', '\040', - '\061', '\012', '\124', '\152', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\170', '\165', '\130', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\132', '\160', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\126', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\147', '\106', - '\160', '\040', '\156', '\147', '\040', '\061', '\012', '\107', - '\171', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\112', '\154', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\102', '\153', '\146', '\040', '\153', '\141', '\040', - '\061', '\012', '\150', '\150', '\112', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\166', '\127', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\111', '\171', '\040', - '\156', '\171', '\040', '\061', '\012', '\114', '\154', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\172', '\112', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\145', '\121', '\040', '\161', '\165', '\040', '\061', '\012', - '\156', '\154', '\130', '\040', '\141', '\156', '\040', '\061', - '\012', '\164', '\143', '\121', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\164', '\125', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\153', '\127', '\040', '\153', - '\141', '\040', '\061', '\012', '\147', '\112', '\153', '\040', - '\156', '\147', '\040', '\061', '\012', '\147', '\121', '\171', - '\040', '\156', '\147', '\040', '\061', '\012', '\163', '\120', - '\172', '\040', '\163', '\164', '\040', '\061', '\012', '\142', - '\155', '\117', '\040', '\155', '\145', '\040', '\061', '\012', - '\131', '\164', '\170', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\161', '\106', '\040', '\161', '\165', '\040', - '\061', '\012', '\151', '\102', '\153', '\040', '\151', '\156', - '\040', '\061', '\012', '\165', '\172', '\126', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\116', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\172', '\122', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\110', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\165', '\131', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\161', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\102', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\166', '\166', '\101', '\040', '\166', '\141', - '\040', '\061', '\012', '\145', '\126', '\152', '\040', '\145', - '\162', '\040', '\061', '\012', '\172', '\107', '\160', '\040', - '\163', '\172', '\040', '\061', '\012', '\166', '\143', '\102', - '\040', '\143', '\150', '\040', '\061', '\012', '\153', '\160', - '\110', '\040', '\153', '\141', '\040', '\061', '\012', '\155', - '\104', '\167', '\040', '\155', '\145', '\040', '\061', '\012', - '\166', '\165', '\107', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\126', '\171', '\040', '\156', '\171', '\040', - '\061', '\012', '\155', '\172', '\123', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\166', '\115', '\040', '\151', - '\152', '\040', '\061', '\012', '\163', '\146', '\126', '\040', - '\163', '\164', '\040', '\061', '\012', '\150', '\121', '\161', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\124', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\120', - '\154', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\170', '\112', '\040', '\146', '\157', '\040', '\061', - '\012', '\161', '\121', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\106', '\156', '\167', '\040', '\141', '\156', - '\040', '\061', '\012', '\161', '\112', '\157', '\040', '\161', - '\165', '\040', '\061', '\012', '\116', '\163', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\114', '\152', '\170', - '\040', '\151', '\152', '\040', '\061', '\012', '\163', '\122', - '\142', '\040', '\163', '\164', '\040', '\061', '\012', '\160', - '\143', '\131', '\040', '\143', '\150', '\040', '\061', '\012', - '\166', '\126', '\155', '\040', '\166', '\141', '\040', '\061', - '\012', '\163', '\121', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\131', '\167', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\150', '\161', '\112', '\040', '\164', - '\150', '\040', '\061', '\012', '\163', '\152', '\113', '\040', - '\163', '\164', '\040', '\061', '\012', '\132', '\153', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\115', '\152', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\104', - '\167', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\167', '\142', '\116', '\040', '\167', '\141', '\040', '\061', - '\012', '\155', '\166', '\113', '\040', '\166', '\141', '\040', - '\061', '\012', '\162', '\114', '\160', '\040', '\145', '\162', - '\040', '\061', '\012', '\114', '\142', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\167', '\152', '\117', '\040', - '\151', '\152', '\040', '\061', '\012', '\154', '\121', '\172', - '\040', '\154', '\145', '\040', '\061', '\012', '\113', '\167', - '\146', '\040', '\167', '\141', '\040', '\061', '\012', '\161', - '\155', '\102', '\040', '\161', '\165', '\040', '\061', '\012', - '\130', '\142', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\143', '\113', '\161', '\040', '\143', '\150', '\040', - '\061', '\012', '\150', '\161', '\122', '\040', '\164', '\150', - '\040', '\061', '\012', '\171', '\126', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\170', '\143', '\106', '\040', - '\143', '\150', '\040', '\061', '\012', '\105', '\167', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\107', '\160', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\107', - '\142', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\110', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\147', '\130', '\153', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\117', '\170', '\040', '\161', '\165', - '\040', '\061', '\012', '\113', '\142', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\161', '\110', '\170', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\152', '\120', - '\040', '\151', '\152', '\040', '\061', '\012', '\152', '\121', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\106', - '\146', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\157', '\131', '\142', '\040', '\157', '\156', '\040', '\061', - '\012', '\106', '\161', '\157', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\130', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\146', '\111', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\160', '\115', '\146', '\040', - '\160', '\162', '\040', '\061', '\012', '\156', '\161', '\120', - '\040', '\141', '\156', '\040', '\061', '\012', '\142', '\142', - '\132', '\040', '\142', '\145', '\040', '\061', '\012', '\150', - '\163', '\130', '\040', '\164', '\150', '\040', '\061', '\012', - '\127', '\152', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\132', '\161', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\120', '\170', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\102', '\172', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\160', '\142', '\111', '\040', - '\160', '\162', '\040', '\061', '\012', '\131', '\166', '\160', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\170', - '\115', '\040', '\151', '\152', '\040', '\061', '\012', '\152', - '\171', '\132', '\040', '\151', '\152', '\040', '\061', '\012', - '\155', '\172', '\112', '\040', '\163', '\172', '\040', '\061', - '\012', '\166', '\131', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\115', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\150', '\114', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\117', '\147', '\040', - '\161', '\165', '\040', '\061', '\012', '\115', '\156', '\160', - '\040', '\141', '\156', '\040', '\061', '\012', '\111', '\146', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\161', - '\131', '\155', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\170', '\166', '\040', '\156', '\147', '\040', '\061', - '\012', '\172', '\146', '\107', '\040', '\163', '\172', '\040', - '\061', '\012', '\146', '\161', '\107', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\114', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\153', '\113', '\040', - '\164', '\150', '\040', '\061', '\012', '\157', '\131', '\153', - '\040', '\157', '\156', '\040', '\061', '\012', '\154', '\122', - '\147', '\040', '\154', '\145', '\040', '\061', '\012', '\154', - '\117', '\170', '\040', '\154', '\145', '\040', '\061', '\012', - '\126', '\170', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\161', '\101', '\163', '\040', '\161', '\165', '\040', - '\061', '\012', '\164', '\113', '\153', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\150', '\106', '\040', '\164', - '\150', '\040', '\061', '\012', '\144', '\103', '\166', '\040', - '\144', '\145', '\040', '\061', '\012', '\167', '\166', '\131', - '\040', '\166', '\141', '\040', '\061', '\012', '\167', '\151', - '\126', '\040', '\151', '\156', '\040', '\061', '\012', '\143', - '\162', '\106', '\040', '\143', '\150', '\040', '\061', '\012', - '\146', '\105', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\122', '\162', '\154', '\040', '\145', '\162', '\040', - '\061', '\012', '\132', '\152', '\171', '\040', '\151', '\152', - '\040', '\061', '\012', '\161', '\142', '\131', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\115', '\167', '\040', - '\153', '\141', '\040', '\061', '\012', '\166', '\132', '\151', - '\040', '\151', '\156', '\040', '\061', '\012', '\106', '\170', - '\151', '\040', '\151', '\156', '\040', '\061', '\012', '\172', - '\153', '\123', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\113', '\142', '\040', '\166', '\141', '\040', '\061', - '\012', '\172', '\142', '\111', '\040', '\163', '\172', '\040', - '\061', '\012', '\165', '\110', '\147', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\172', '\107', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\115', '\153', '\040', - '\151', '\152', '\040', '\061', '\012', '\106', '\153', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\144', '\113', - '\155', '\040', '\144', '\145', '\040', '\061', '\012', '\156', - '\110', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\107', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\160', '\125', '\040', '\161', '\165', '\040', - '\061', '\012', '\162', '\143', '\125', '\040', '\143', '\150', - '\040', '\061', '\012', '\141', '\127', '\170', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\144', '\123', '\040', - '\144', '\145', '\040', '\061', '\012', '\161', '\150', '\126', - '\040', '\164', '\150', '\040', '\061', '\012', '\141', '\110', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\166', - '\155', '\111', '\040', '\166', '\141', '\040', '\061', '\012', - '\127', '\143', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\102', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\153', '\121', '\145', '\040', '\145', '\162', - '\040', '\061', '\012', '\141', '\167', '\112', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\144', '\104', '\040', - '\144', '\145', '\040', '\061', '\012', '\171', '\132', '\170', - '\040', '\156', '\171', '\040', '\061', '\012', '\113', '\153', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\167', - '\102', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\154', '\172', '\101', '\040', '\154', '\145', '\040', '\061', - '\012', '\171', '\171', '\124', '\040', '\156', '\171', '\040', - '\061', '\012', '\161', '\145', '\113', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\160', '\105', '\040', '\163', - '\172', '\040', '\061', '\012', '\172', '\106', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\171', '\171', '\107', - '\040', '\156', '\171', '\040', '\061', '\012', '\154', '\114', - '\167', '\040', '\154', '\145', '\040', '\061', '\012', '\142', - '\166', '\123', '\040', '\166', '\141', '\040', '\061', '\012', - '\155', '\166', '\130', '\040', '\166', '\141', '\040', '\061', - '\012', '\150', '\154', '\127', '\040', '\164', '\150', '\040', - '\061', '\012', '\160', '\147', '\130', '\040', '\156', '\147', - '\040', '\061', '\012', '\154', '\121', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\155', '\131', '\040', - '\155', '\145', '\040', '\061', '\012', '\155', '\152', '\112', - '\040', '\151', '\152', '\040', '\061', '\012', '\155', '\126', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\130', - '\161', '\163', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\113', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\142', '\110', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\152', '\122', '\166', '\040', '\151', '\152', - '\040', '\061', '\012', '\114', '\160', '\167', '\040', '\160', - '\162', '\040', '\061', '\012', '\172', '\120', '\142', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\153', '\122', - '\040', '\153', '\141', '\040', '\061', '\012', '\153', '\170', - '\123', '\040', '\153', '\141', '\040', '\061', '\012', '\152', - '\127', '\146', '\040', '\151', '\152', '\040', '\061', '\012', - '\116', '\153', '\170', '\040', '\153', '\141', '\040', '\061', - '\012', '\113', '\143', '\152', '\040', '\143', '\150', '\040', - '\061', '\012', '\142', '\112', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\170', '\167', '\132', '\040', '\167', - '\141', '\040', '\061', '\012', '\122', '\161', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\121', '\172', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\167', - '\110', '\040', '\151', '\152', '\040', '\061', '\012', '\104', - '\161', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\114', '\146', '\040', '\166', '\141', '\040', '\061', - '\012', '\150', '\130', '\144', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\146', '\104', '\040', '\143', '\150', - '\040', '\061', '\012', '\163', '\152', '\130', '\040', '\163', - '\164', '\040', '\061', '\012', '\150', '\172', '\111', '\040', - '\164', '\150', '\040', '\061', '\012', '\161', '\125', '\144', - '\040', '\161', '\165', '\040', '\061', '\012', '\164', '\123', - '\170', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\170', '\101', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\170', '\113', '\040', '\156', '\147', '\040', '\061', - '\012', '\150', '\126', '\155', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\172', '\130', '\040', '\163', '\172', - '\040', '\061', '\012', '\125', '\143', '\163', '\040', '\143', - '\150', '\040', '\061', '\012', '\161', '\141', '\110', '\040', - '\141', '\156', '\040', '\061', '\012', '\131', '\146', '\171', - '\040', '\156', '\171', '\040', '\061', '\012', '\163', '\112', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\151', - '\110', '\160', '\040', '\151', '\156', '\040', '\061', '\012', - '\151', '\171', '\103', '\040', '\151', '\156', '\040', '\061', - '\012', '\124', '\152', '\146', '\040', '\151', '\152', '\040', - '\061', '\012', '\144', '\112', '\160', '\040', '\144', '\145', - '\040', '\061', '\012', '\112', '\147', '\166', '\040', '\156', - '\147', '\040', '\061', '\012', '\165', '\112', '\146', '\040', - '\161', '\165', '\040', '\061', '\012', '\156', '\116', '\154', - '\040', '\141', '\156', '\040', '\061', '\012', '\172', '\144', - '\101', '\040', '\163', '\172', '\040', '\061', '\012', '\170', - '\111', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\152', '\113', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\172', '\131', '\040', '\163', '\172', '\040', - '\061', '\012', '\167', '\161', '\166', '\040', '\161', '\165', - '\040', '\061', '\012', '\130', '\166', '\170', '\040', '\166', - '\141', '\040', '\061', '\012', '\146', '\112', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\156', '\161', '\110', - '\040', '\141', '\156', '\040', '\061', '\012', '\161', '\107', - '\144', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\121', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\151', '\121', '\172', '\040', '\151', '\156', '\040', '\061', - '\012', '\164', '\114', '\156', '\040', '\164', '\150', '\040', - '\061', '\012', '\154', '\126', '\152', '\040', '\154', '\145', - '\040', '\061', '\012', '\166', '\161', '\127', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\162', '\116', '\040', - '\145', '\162', '\040', '\061', '\012', '\170', '\113', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\167', '\141', - '\126', '\040', '\141', '\156', '\040', '\061', '\012', '\131', - '\144', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\144', '\153', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\103', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\130', '\143', '\171', '\040', '\143', '\150', - '\040', '\061', '\012', '\160', '\111', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\150', '\130', '\154', '\040', - '\164', '\150', '\040', '\061', '\012', '\141', '\106', '\163', - '\040', '\141', '\156', '\040', '\061', '\012', '\151', '\167', - '\115', '\040', '\151', '\156', '\040', '\061', '\012', '\107', - '\167', '\170', '\040', '\167', '\141', '\040', '\061', '\012', - '\130', '\154', '\160', '\040', '\154', '\145', '\040', '\061', - '\012', '\121', '\146', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\161', '\105', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\161', '\120', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\126', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\161', '\112', - '\040', '\161', '\165', '\040', '\061', '\012', '\115', '\172', - '\146', '\040', '\163', '\172', '\040', '\061', '\012', '\155', - '\116', '\167', '\040', '\155', '\145', '\040', '\061', '\012', - '\127', '\163', '\166', '\040', '\163', '\164', '\040', '\061', - '\012', '\146', '\156', '\115', '\040', '\141', '\156', '\040', - '\061', '\012', '\165', '\123', '\146', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\103', '\146', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\152', '\110', '\040', - '\163', '\172', '\040', '\061', '\012', '\155', '\124', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\152', '\127', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\104', - '\170', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\132', '\164', '\144', '\040', '\164', '\150', '\040', '\061', - '\012', '\122', '\166', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\147', '\102', '\170', '\040', '\156', '\147', - '\040', '\061', '\012', '\114', '\172', '\170', '\040', '\163', - '\172', '\040', '\061', '\012', '\145', '\172', '\125', '\040', - '\145', '\162', '\040', '\061', '\012', '\152', '\161', '\110', - '\040', '\161', '\165', '\040', '\061', '\012', '\122', '\152', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\104', - '\143', '\147', '\040', '\143', '\150', '\040', '\061', '\012', - '\142', '\102', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\146', '\150', '\117', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\160', '\110', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\161', '\141', '\040', '\141', - '\156', '\040', '\061', '\012', '\153', '\103', '\170', '\040', - '\153', '\141', '\040', '\061', '\012', '\162', '\122', '\166', - '\040', '\145', '\162', '\040', '\061', '\012', '\144', '\153', - '\132', '\040', '\144', '\145', '\040', '\061', '\012', '\107', - '\147', '\170', '\040', '\156', '\147', '\040', '\061', '\012', - '\160', '\121', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\107', '\143', '\166', '\040', '\143', '\150', '\040', - '\061', '\012', '\123', '\143', '\147', '\040', '\143', '\150', - '\040', '\061', '\012', '\166', '\104', '\142', '\040', '\166', - '\141', '\040', '\061', '\012', '\160', '\142', '\104', '\040', - '\160', '\162', '\040', '\061', '\012', '\166', '\105', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\154', - '\105', '\040', '\154', '\145', '\040', '\061', '\012', '\122', - '\152', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\154', '\106', '\167', '\040', '\154', '\145', '\040', '\061', - '\012', '\172', '\161', '\116', '\040', '\161', '\165', '\040', - '\061', '\012', '\141', '\120', '\161', '\040', '\141', '\156', - '\040', '\061', '\012', '\147', '\152', '\104', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\143', '\105', '\040', - '\143', '\150', '\040', '\061', '\012', '\167', '\123', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\104', '\147', - '\152', '\040', '\156', '\147', '\040', '\061', '\012', '\150', - '\165', '\132', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\120', '\166', '\040', '\156', '\147', '\040', '\061', - '\012', '\160', '\112', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\143', '\121', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\155', '\167', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\160', '\101', '\040', - '\166', '\141', '\040', '\061', '\012', '\150', '\107', '\146', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\130', - '\172', '\040', '\143', '\150', '\040', '\061', '\012', '\114', - '\143', '\142', '\040', '\143', '\150', '\040', '\061', '\012', - '\146', '\112', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\121', '\172', '\171', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\121', '\155', '\040', '\163', '\172', - '\040', '\061', '\012', '\110', '\150', '\156', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\144', '\131', '\040', - '\144', '\145', '\040', '\061', '\012', '\165', '\131', '\154', - '\040', '\161', '\165', '\040', '\061', '\012', '\130', '\153', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\152', - '\166', '\101', '\040', '\151', '\152', '\040', '\061', '\012', - '\112', '\166', '\160', '\040', '\166', '\141', '\040', '\061', - '\012', '\151', '\167', '\132', '\040', '\151', '\156', '\040', - '\061', '\012', '\172', '\153', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\116', '\150', '\142', '\040', '\164', - '\150', '\040', '\061', '\012', '\153', '\155', '\126', '\040', - '\153', '\141', '\040', '\061', '\012', '\161', '\113', '\144', - '\040', '\161', '\165', '\040', '\061', '\012', '\102', '\143', - '\161', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\146', '\131', '\040', '\160', '\162', '\040', '\061', '\012', - '\161', '\125', '\152', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\161', '\122', '\040', '\161', '\165', '\040', - '\061', '\012', '\147', '\167', '\117', '\040', '\156', '\147', - '\040', '\061', '\012', '\147', '\130', '\155', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\110', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\162', '\102', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\165', '\120', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\112', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\111', '\160', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\171', '\161', '\115', '\040', '\161', '\165', '\040', - '\061', '\012', '\131', '\161', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\113', '\142', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\166', '\146', '\114', '\040', - '\166', '\141', '\040', '\061', '\012', '\156', '\160', '\132', - '\040', '\141', '\156', '\040', '\061', '\012', '\157', '\161', - '\131', '\040', '\161', '\165', '\040', '\061', '\012', '\132', - '\161', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\172', '\125', '\040', '\163', '\172', '\040', '\061', - '\012', '\166', '\116', '\170', '\040', '\166', '\141', '\040', - '\061', '\012', '\150', '\130', '\146', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\103', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\156', '\172', '\112', '\040', - '\141', '\156', '\040', '\061', '\012', '\155', '\113', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\167', '\155', - '\102', '\040', '\155', '\145', '\040', '\061', '\012', '\127', - '\152', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\104', '\142', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\130', '\171', '\040', '\163', '\172', '\040', - '\061', '\012', '\170', '\131', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\146', '\121', '\146', '\040', '\146', - '\157', '\040', '\061', '\012', '\144', '\161', '\120', '\040', - '\161', '\165', '\040', '\061', '\012', '\113', '\170', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\152', '\144', - '\132', '\040', '\144', '\145', '\040', '\061', '\012', '\161', - '\162', '\130', '\040', '\161', '\165', '\040', '\061', '\012', - '\114', '\170', '\142', '\040', '\142', '\145', '\040', '\061', - '\012', '\171', '\146', '\114', '\040', '\156', '\171', '\040', - '\061', '\012', '\171', '\131', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\163', '\142', '\110', '\040', '\163', - '\164', '\040', '\061', '\012', '\167', '\154', '\126', '\040', - '\154', '\145', '\040', '\061', '\012', '\165', '\113', '\160', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\150', - '\116', '\040', '\164', '\150', '\040', '\061', '\012', '\130', - '\170', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\114', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\156', '\121', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\127', '\161', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\116', '\161', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\146', '\104', '\040', - '\151', '\152', '\040', '\061', '\012', '\112', '\156', '\161', - '\040', '\141', '\156', '\040', '\061', '\012', '\102', '\172', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\155', - '\112', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\161', '\141', '\130', '\040', '\141', '\156', '\040', '\061', - '\012', '\160', '\112', '\167', '\040', '\160', '\162', '\040', - '\061', '\012', '\152', '\110', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\171', '\141', '\130', '\040', '\141', - '\156', '\040', '\061', '\012', '\127', '\150', '\163', '\040', - '\164', '\150', '\040', '\061', '\012', '\150', '\131', '\162', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\155', - '\123', '\040', '\164', '\150', '\040', '\061', '\012', '\106', - '\150', '\171', '\040', '\164', '\150', '\040', '\061', '\012', - '\107', '\147', '\144', '\040', '\156', '\147', '\040', '\061', - '\012', '\130', '\155', '\171', '\040', '\155', '\145', '\040', - '\061', '\012', '\122', '\161', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\106', '\163', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\161', '\150', '\101', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\150', '\130', - '\040', '\164', '\150', '\040', '\061', '\012', '\110', '\161', - '\170', '\040', '\161', '\165', '\040', '\061', '\012', '\167', - '\111', '\157', '\040', '\157', '\156', '\040', '\061', '\012', - '\111', '\142', '\170', '\040', '\142', '\145', '\040', '\061', - '\012', '\143', '\106', '\170', '\040', '\143', '\150', '\040', - '\061', '\012', '\144', '\122', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\163', '\156', '\126', '\040', '\141', - '\156', '\040', '\061', '\012', '\153', '\161', '\172', '\040', - '\161', '\165', '\040', '\061', '\012', '\145', '\161', '\117', - '\040', '\145', '\162', '\040', '\061', '\012', '\107', '\153', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\116', - '\156', '\172', '\040', '\141', '\156', '\040', '\061', '\012', - '\171', '\161', '\105', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\112', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\166', '\101', '\040', '\166', '\141', - '\040', '\061', '\012', '\161', '\115', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\167', '\123', '\040', - '\144', '\145', '\040', '\061', '\012', '\171', '\101', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\170', '\103', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\155', '\105', '\040', '\156', '\147', '\040', '\061', '\012', - '\142', '\150', '\120', '\040', '\164', '\150', '\040', '\061', - '\012', '\162', '\167', '\105', '\040', '\145', '\162', '\040', - '\061', '\012', '\130', '\156', '\172', '\040', '\141', '\156', - '\040', '\061', '\012', '\125', '\150', '\167', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\156', '\122', '\040', - '\141', '\156', '\040', '\061', '\012', '\156', '\146', '\132', - '\040', '\141', '\156', '\040', '\061', '\012', '\121', '\160', - '\170', '\040', '\160', '\162', '\040', '\061', '\012', '\161', - '\170', '\117', '\040', '\161', '\165', '\040', '\061', '\012', - '\154', '\107', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\161', '\122', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\122', '\167', '\170', '\040', '\167', '\141', - '\040', '\061', '\012', '\164', '\143', '\115', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\102', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\122', '\152', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\144', '\146', - '\131', '\040', '\144', '\145', '\040', '\061', '\012', '\150', - '\150', '\122', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\103', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\146', '\161', '\114', '\040', '\161', '\165', '\040', - '\061', '\012', '\154', '\172', '\123', '\040', '\154', '\145', - '\040', '\061', '\012', '\114', '\162', '\155', '\040', '\145', - '\162', '\040', '\061', '\012', '\145', '\161', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\147', '\114', - '\040', '\156', '\147', '\040', '\061', '\012', '\167', '\121', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\142', - '\167', '\102', '\040', '\167', '\141', '\040', '\061', '\012', - '\154', '\107', '\146', '\040', '\154', '\145', '\040', '\061', - '\012', '\116', '\167', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\144', '\125', '\040', '\163', '\164', - '\040', '\061', '\012', '\132', '\170', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\171', '\104', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\114', '\163', '\167', - '\040', '\163', '\164', '\040', '\061', '\012', '\143', '\116', - '\161', '\040', '\143', '\150', '\040', '\061', '\012', '\104', - '\161', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\166', '\114', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\144', '\127', '\166', '\040', '\144', '\145', '\040', - '\061', '\012', '\146', '\153', '\121', '\040', '\153', '\141', - '\040', '\061', '\012', '\172', '\152', '\104', '\040', '\163', - '\172', '\040', '\061', '\012', '\171', '\131', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\161', '\145', '\124', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\166', - '\114', '\040', '\143', '\150', '\040', '\061', '\012', '\167', - '\153', '\101', '\040', '\153', '\141', '\040', '\061', '\012', - '\116', '\166', '\142', '\040', '\166', '\141', '\040', '\061', - '\012', '\144', '\152', '\115', '\040', '\144', '\145', '\040', - '\061', '\012', '\150', '\147', '\113', '\040', '\164', '\150', - '\040', '\061', '\012', '\160', '\130', '\142', '\040', '\160', - '\162', '\040', '\061', '\012', '\124', '\154', '\167', '\040', - '\154', '\145', '\040', '\061', '\012', '\122', '\150', '\172', - '\040', '\150', '\141', '\040', '\061', '\012', '\167', '\153', - '\120', '\040', '\153', '\141', '\040', '\061', '\012', '\167', - '\104', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\145', '\106', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\145', '\150', '\125', '\040', '\164', '\150', '\040', - '\061', '\012', '\130', '\154', '\171', '\040', '\154', '\145', - '\040', '\061', '\012', '\167', '\170', '\113', '\040', '\167', - '\141', '\040', '\061', '\012', '\144', '\120', '\167', '\040', - '\144', '\145', '\040', '\061', '\012', '\163', '\106', '\144', - '\040', '\163', '\164', '\040', '\061', '\012', '\166', '\143', - '\111', '\040', '\143', '\150', '\040', '\061', '\012', '\106', - '\170', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\146', '\166', '\122', '\040', '\166', '\141', '\040', '\061', - '\012', '\152', '\161', '\163', '\040', '\161', '\165', '\040', - '\061', '\012', '\162', '\115', '\152', '\040', '\145', '\162', - '\040', '\061', '\012', '\161', '\142', '\127', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\160', '\120', '\040', - '\153', '\141', '\040', '\061', '\012', '\102', '\166', '\167', - '\040', '\166', '\141', '\040', '\061', '\012', '\124', '\155', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\150', - '\142', '\120', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\115', '\170', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\147', '\114', '\040', '\156', '\147', '\040', - '\061', '\012', '\145', '\146', '\125', '\040', '\145', '\162', - '\040', '\061', '\012', '\143', '\121', '\142', '\040', '\143', - '\150', '\040', '\061', '\012', '\155', '\143', '\101', '\040', - '\143', '\150', '\040', '\061', '\012', '\105', '\167', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\155', - '\126', '\040', '\155', '\145', '\040', '\061', '\012', '\121', - '\143', '\161', '\040', '\143', '\150', '\040', '\061', '\012', - '\155', '\172', '\107', '\040', '\163', '\172', '\040', '\061', - '\012', '\160', '\113', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\106', '\167', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\122', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\152', '\120', '\153', '\040', - '\151', '\152', '\040', '\061', '\012', '\152', '\115', '\142', - '\040', '\151', '\152', '\040', '\061', '\012', '\155', '\172', - '\117', '\040', '\163', '\172', '\040', '\061', '\012', '\157', - '\106', '\167', '\040', '\157', '\156', '\040', '\061', '\012', - '\150', '\112', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\126', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\151', '\126', '\172', '\040', '\151', '\156', - '\040', '\061', '\012', '\157', '\161', '\125', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\150', '\127', '\040', - '\164', '\150', '\040', '\061', '\012', '\117', '\170', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\121', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\130', - '\146', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\143', '\116', '\167', '\040', '\143', '\150', '\040', '\061', - '\012', '\146', '\147', '\132', '\040', '\156', '\147', '\040', - '\061', '\012', '\124', '\166', '\146', '\040', '\166', '\141', - '\040', '\061', '\012', '\163', '\111', '\170', '\040', '\163', - '\164', '\040', '\061', '\012', '\165', '\132', '\163', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\172', '\130', - '\040', '\163', '\172', '\040', '\061', '\012', '\131', '\154', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\157', - '\110', '\146', '\040', '\157', '\156', '\040', '\061', '\012', - '\143', '\163', '\125', '\040', '\143', '\150', '\040', '\061', - '\012', '\121', '\172', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\102', '\146', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\112', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\160', '\147', '\121', '\040', - '\156', '\147', '\040', '\061', '\012', '\167', '\170', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\124', '\156', - '\167', '\040', '\141', '\156', '\040', '\061', '\012', '\142', - '\113', '\170', '\040', '\142', '\145', '\040', '\061', '\012', - '\142', '\161', '\130', '\040', '\161', '\165', '\040', '\061', - '\012', '\121', '\152', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\160', '\106', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\130', '\166', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\153', '\146', '\102', '\040', - '\153', '\141', '\040', '\061', '\012', '\155', '\132', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\103', '\163', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\166', - '\162', '\112', '\040', '\145', '\162', '\040', '\061', '\012', - '\107', '\146', '\171', '\040', '\156', '\171', '\040', '\061', - '\012', '\152', '\142', '\120', '\040', '\151', '\152', '\040', - '\061', '\012', '\131', '\166', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\110', '\170', '\142', '\040', '\142', - '\145', '\040', '\061', '\012', '\154', '\162', '\104', '\040', - '\145', '\162', '\040', '\061', '\012', '\161', '\124', '\154', - '\040', '\161', '\165', '\040', '\061', '\012', '\141', '\102', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\146', - '\107', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\155', '\150', '\123', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\124', '\160', '\040', '\163', '\172', '\040', - '\061', '\012', '\153', '\122', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\127', '\160', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\116', '\160', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\154', '\167', '\123', - '\040', '\154', '\145', '\040', '\061', '\012', '\155', '\107', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\156', - '\161', '\124', '\040', '\141', '\156', '\040', '\061', '\012', - '\125', '\152', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\152', '\117', '\040', '\151', '\152', '\040', - '\061', '\012', '\144', '\115', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\167', '\113', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\171', '\132', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\116', '\152', '\142', - '\040', '\151', '\152', '\040', '\061', '\012', '\131', '\154', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\155', - '\126', '\146', '\040', '\155', '\145', '\040', '\061', '\012', - '\147', '\132', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\110', '\143', '\142', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\143', '\102', '\040', '\143', '\150', - '\040', '\061', '\012', '\153', '\115', '\155', '\040', '\153', - '\141', '\040', '\061', '\012', '\154', '\167', '\103', '\040', - '\154', '\145', '\040', '\061', '\012', '\104', '\156', '\146', - '\040', '\141', '\156', '\040', '\061', '\012', '\150', '\152', - '\127', '\040', '\164', '\150', '\040', '\061', '\012', '\162', - '\124', '\153', '\040', '\145', '\162', '\040', '\061', '\012', - '\126', '\172', '\152', '\040', '\163', '\172', '\040', '\061', - '\012', '\126', '\170', '\171', '\040', '\156', '\171', '\040', - '\061', '\012', '\167', '\154', '\121', '\040', '\154', '\145', - '\040', '\061', '\012', '\116', '\162', '\166', '\040', '\145', - '\162', '\040', '\061', '\012', '\160', '\152', '\120', '\040', - '\151', '\152', '\040', '\061', '\012', '\146', '\167', '\132', - '\040', '\167', '\141', '\040', '\061', '\012', '\164', '\156', - '\127', '\040', '\164', '\150', '\040', '\061', '\012', '\157', - '\112', '\167', '\040', '\157', '\156', '\040', '\061', '\012', - '\153', '\112', '\170', '\040', '\153', '\141', '\040', '\061', - '\012', '\126', '\160', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\101', '\167', '\040', '\161', '\165', - '\040', '\061', '\012', '\121', '\150', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\103', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\166', '\162', '\125', - '\040', '\145', '\162', '\040', '\061', '\012', '\150', '\122', - '\143', '\040', '\164', '\150', '\040', '\061', '\012', '\143', - '\154', '\103', '\040', '\143', '\150', '\040', '\061', '\012', - '\162', '\106', '\144', '\040', '\145', '\162', '\040', '\061', - '\012', '\164', '\167', '\110', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\103', '\167', '\040', '\153', '\141', - '\040', '\061', '\012', '\155', '\123', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\130', '\156', '\167', '\040', - '\141', '\156', '\040', '\061', '\012', '\146', '\130', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\124', '\167', - '\146', '\040', '\167', '\141', '\040', '\061', '\012', '\106', - '\167', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\142', '\152', '\112', '\040', '\151', '\152', '\040', '\061', - '\012', '\154', '\142', '\121', '\040', '\154', '\145', '\040', - '\061', '\012', '\153', '\166', '\123', '\040', '\153', '\141', - '\040', '\061', '\012', '\123', '\155', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\146', '\102', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\116', '\172', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\142', '\121', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\166', - '\114', '\170', '\040', '\166', '\141', '\040', '\061', '\012', - '\150', '\126', '\146', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\125', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\143', '\132', '\144', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\111', '\171', '\040', '\145', - '\147', '\040', '\061', '\012', '\150', '\126', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\141', '\121', '\170', - '\040', '\141', '\156', '\040', '\061', '\012', '\121', '\146', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\154', - '\113', '\142', '\040', '\154', '\145', '\040', '\061', '\012', - '\172', '\150', '\116', '\040', '\164', '\150', '\040', '\061', - '\012', '\132', '\142', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\107', '\143', '\161', '\040', '\143', '\150', - '\040', '\061', '\012', '\147', '\142', '\124', '\040', '\156', - '\147', '\040', '\061', '\012', '\160', '\131', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\130', '\166', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\170', '\115', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\165', - '\110', '\142', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\130', '\146', '\040', '\142', '\145', '\040', '\061', - '\012', '\163', '\116', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\126', '\171', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\160', '\117', '\040', '\143', - '\150', '\040', '\061', '\012', '\106', '\147', '\142', '\040', - '\156', '\147', '\040', '\061', '\012', '\145', '\127', '\154', - '\040', '\145', '\162', '\040', '\061', '\012', '\153', '\113', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\103', - '\142', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\155', '\146', '\110', '\040', '\155', '\145', '\040', '\061', - '\012', '\161', '\111', '\141', '\040', '\141', '\156', '\040', - '\061', '\012', '\163', '\146', '\130', '\040', '\163', '\164', - '\040', '\061', '\012', '\163', '\156', '\110', '\040', '\141', - '\156', '\040', '\061', '\012', '\110', '\152', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\114', '\155', '\146', - '\040', '\155', '\145', '\040', '\061', '\012', '\170', '\147', - '\146', '\040', '\156', '\147', '\040', '\061', '\012', '\105', - '\166', '\167', '\040', '\166', '\141', '\040', '\061', '\012', - '\167', '\117', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\110', '\152', '\146', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\165', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\132', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\154', '\116', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\170', '\125', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\156', '\114', - '\163', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\153', '\123', '\040', '\151', '\152', '\040', '\061', '\012', - '\107', '\166', '\160', '\040', '\166', '\141', '\040', '\061', - '\012', '\152', '\120', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\171', '\167', '\121', '\040', '\167', '\141', - '\040', '\061', '\012', '\161', '\162', '\107', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\142', '\110', '\040', - '\142', '\145', '\040', '\061', '\012', '\147', '\150', '\112', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\115', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\131', - '\166', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\114', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\102', '\144', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\112', '\144', '\040', '\163', '\172', - '\040', '\061', '\012', '\170', '\122', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\166', '\147', '\120', '\040', - '\156', '\147', '\040', '\061', '\012', '\110', '\150', '\142', - '\040', '\164', '\150', '\040', '\061', '\012', '\156', '\160', - '\114', '\040', '\141', '\156', '\040', '\061', '\012', '\166', - '\106', '\160', '\040', '\166', '\141', '\040', '\061', '\012', - '\150', '\123', '\152', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\144', '\103', '\040', '\144', '\145', '\040', - '\061', '\012', '\153', '\107', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\153', '\126', '\146', '\040', '\153', - '\141', '\040', '\061', '\012', '\161', '\166', '\120', '\040', - '\161', '\165', '\040', '\061', '\012', '\153', '\167', '\117', - '\040', '\153', '\141', '\040', '\061', '\012', '\112', '\161', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\127', '\170', '\040', '\163', '\172', '\040', '\061', '\012', - '\163', '\121', '\153', '\040', '\163', '\164', '\040', '\061', - '\012', '\150', '\156', '\126', '\040', '\164', '\150', '\040', - '\061', '\012', '\162', '\162', '\104', '\040', '\145', '\162', - '\040', '\061', '\012', '\152', '\126', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\166', '\166', '\131', '\040', - '\166', '\141', '\040', '\061', '\012', '\142', '\146', '\111', - '\040', '\142', '\145', '\040', '\061', '\012', '\146', '\123', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\103', - '\172', '\146', '\040', '\163', '\172', '\040', '\061', '\012', - '\153', '\127', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\152', '\112', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\107', '\167', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\154', '\106', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\160', '\146', '\040', - '\146', '\157', '\040', '\061', '\012', '\146', '\153', '\126', - '\040', '\153', '\141', '\040', '\061', '\012', '\143', '\131', - '\152', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\162', '\127', '\040', '\145', '\162', '\040', '\061', '\012', - '\150', '\102', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\150', '\112', '\170', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\111', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\144', '\101', '\040', '\143', - '\150', '\040', '\061', '\012', '\167', '\121', '\171', '\040', - '\167', '\141', '\040', '\061', '\012', '\167', '\103', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\161', - '\132', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\146', '\130', '\040', '\151', '\152', '\040', '\061', '\012', - '\152', '\164', '\107', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\153', '\112', '\040', '\153', '\141', '\040', - '\061', '\012', '\121', '\172', '\146', '\040', '\163', '\172', - '\040', '\061', '\012', '\147', '\113', '\163', '\040', '\156', - '\147', '\040', '\061', '\012', '\121', '\172', '\157', '\040', - '\157', '\156', '\040', '\061', '\012', '\142', '\167', '\111', - '\040', '\167', '\141', '\040', '\061', '\012', '\124', '\163', - '\142', '\040', '\163', '\164', '\040', '\061', '\012', '\166', - '\166', '\130', '\040', '\166', '\141', '\040', '\061', '\012', - '\152', '\154', '\122', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\154', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\144', '\142', '\130', '\040', '\144', '\145', - '\040', '\061', '\012', '\110', '\146', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\102', '\163', '\152', '\040', - '\163', '\164', '\040', '\061', '\012', '\131', '\161', '\153', - '\040', '\161', '\165', '\040', '\061', '\012', '\130', '\156', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\142', - '\172', '\132', '\040', '\163', '\172', '\040', '\061', '\012', - '\144', '\107', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\130', '\147', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\152', '\167', '\105', '\040', '\167', '\141', - '\040', '\061', '\012', '\117', '\171', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\160', '\121', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\152', '\122', '\171', - '\040', '\151', '\152', '\040', '\061', '\012', '\160', '\155', - '\130', '\040', '\155', '\145', '\040', '\061', '\012', '\154', - '\132', '\170', '\040', '\154', '\145', '\040', '\061', '\012', - '\147', '\106', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\155', '\112', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\163', '\113', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\111', '\153', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\172', '\153', '\107', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\107', '\146', - '\040', '\167', '\141', '\040', '\061', '\012', '\161', '\122', - '\160', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\104', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\147', '\166', '\114', '\040', '\156', '\147', '\040', '\061', - '\012', '\155', '\107', '\170', '\040', '\155', '\145', '\040', - '\061', '\012', '\151', '\111', '\152', '\040', '\151', '\156', - '\040', '\061', '\012', '\107', '\172', '\144', '\040', '\163', - '\172', '\040', '\061', '\012', '\142', '\114', '\170', '\040', - '\142', '\145', '\040', '\061', '\012', '\152', '\125', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\121', '\166', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\126', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\150', '\106', '\040', '\164', '\150', '\040', '\061', - '\012', '\146', '\126', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\143', '\156', '\115', '\040', '\143', '\150', - '\040', '\061', '\012', '\165', '\106', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\155', '\130', '\146', '\040', - '\155', '\145', '\040', '\061', '\012', '\162', '\103', '\142', - '\040', '\145', '\162', '\040', '\061', '\012', '\156', '\114', - '\167', '\040', '\141', '\156', '\040', '\061', '\012', '\166', - '\146', '\110', '\040', '\146', '\157', '\040', '\061', '\012', - '\151', '\161', '\126', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\150', '\104', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\110', '\170', '\040', '\163', '\164', - '\040', '\061', '\012', '\131', '\167', '\171', '\040', '\167', - '\141', '\040', '\061', '\012', '\155', '\104', '\170', '\040', - '\155', '\145', '\040', '\061', '\012', '\143', '\102', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\102', '\155', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\122', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\142', '\123', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\166', '\103', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\124', '\143', '\166', '\040', '\143', '\150', - '\040', '\061', '\012', '\141', '\132', '\161', '\040', '\141', - '\156', '\040', '\061', '\012', '\112', '\143', '\170', '\040', - '\143', '\150', '\040', '\061', '\012', '\156', '\142', '\106', - '\040', '\141', '\156', '\040', '\061', '\012', '\121', '\172', - '\142', '\040', '\163', '\172', '\040', '\061', '\012', '\166', - '\153', '\121', '\040', '\153', '\141', '\040', '\061', '\012', - '\150', '\172', '\104', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\110', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\150', '\161', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\105', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\171', '\152', '\106', '\040', - '\151', '\152', '\040', '\061', '\012', '\120', '\152', '\153', - '\040', '\151', '\152', '\040', '\061', '\012', '\163', '\146', - '\125', '\040', '\163', '\164', '\040', '\061', '\012', '\142', - '\107', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\155', '\143', '\130', '\040', '\143', '\150', '\040', '\061', - '\012', '\160', '\130', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\171', '\166', '\123', '\040', '\166', '\141', - '\040', '\061', '\012', '\160', '\115', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\167', '\112', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\126', '\167', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\103', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\161', - '\144', '\163', '\040', '\161', '\165', '\040', '\061', '\012', - '\162', '\122', '\152', '\040', '\145', '\162', '\040', '\061', - '\012', '\121', '\150', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\165', '\143', '\107', '\040', '\143', '\150', - '\040', '\061', '\012', '\157', '\105', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\121', '\151', '\040', - '\151', '\156', '\040', '\061', '\012', '\154', '\123', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\114', '\161', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\156', - '\154', '\110', '\040', '\141', '\156', '\040', '\061', '\012', - '\165', '\161', '\107', '\040', '\161', '\165', '\040', '\061', - '\012', '\117', '\141', '\157', '\040', '\141', '\156', '\040', - '\061', '\012', '\150', '\154', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\120', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\164', '\111', '\142', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\111', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\155', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\112', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\126', '\147', '\167', '\040', '\156', '\147', '\040', '\061', - '\012', '\125', '\153', '\170', '\040', '\153', '\141', '\040', - '\061', '\012', '\172', '\164', '\110', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\150', '\120', '\040', '\164', - '\150', '\040', '\061', '\012', '\112', '\164', '\153', '\040', - '\164', '\150', '\040', '\061', '\012', '\110', '\172', '\144', - '\040', '\163', '\172', '\040', '\061', '\012', '\171', '\170', - '\121', '\040', '\156', '\171', '\040', '\061', '\012', '\156', - '\162', '\120', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\110', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\131', '\143', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\107', '\161', '\141', '\040', '\141', '\156', - '\040', '\061', '\012', '\106', '\147', '\171', '\040', '\156', - '\147', '\040', '\061', '\012', '\157', '\102', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\166', '\165', '\103', - '\040', '\161', '\165', '\040', '\061', '\012', '\102', '\156', - '\172', '\040', '\141', '\156', '\040', '\061', '\012', '\166', - '\120', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\106', '\146', '\040', '\146', '\157', '\040', '\061', - '\012', '\152', '\144', '\112', '\040', '\144', '\145', '\040', - '\061', '\012', '\146', '\107', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\131', '\152', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\121', '\152', '\160', '\040', - '\151', '\152', '\040', '\061', '\012', '\170', '\124', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\166', '\117', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\114', '\167', '\040', '\166', '\141', '\040', '\061', '\012', - '\163', '\115', '\146', '\040', '\163', '\164', '\040', '\061', - '\012', '\157', '\126', '\154', '\040', '\157', '\156', '\040', - '\061', '\012', '\143', '\167', '\116', '\040', '\143', '\150', - '\040', '\061', '\012', '\163', '\147', '\122', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\152', '\121', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\172', '\122', - '\040', '\163', '\172', '\040', '\061', '\012', '\172', '\150', - '\131', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\142', '\122', '\040', '\166', '\141', '\040', '\061', '\012', - '\167', '\147', '\127', '\040', '\156', '\147', '\040', '\061', - '\012', '\161', '\167', '\130', '\040', '\161', '\165', '\040', - '\061', '\012', '\116', '\170', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\145', '\121', '\157', '\040', '\145', - '\162', '\040', '\061', '\012', '\155', '\121', '\160', '\040', - '\155', '\145', '\040', '\061', '\012', '\113', '\161', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\166', - '\101', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\154', '\112', '\040', '\154', '\145', '\040', '\061', '\012', - '\171', '\126', '\170', '\040', '\156', '\171', '\040', '\061', - '\012', '\163', '\120', '\146', '\040', '\163', '\164', '\040', - '\061', '\012', '\144', '\121', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\163', '\132', '\142', '\040', '\163', - '\164', '\040', '\061', '\012', '\172', '\150', '\123', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\127', '\142', - '\040', '\153', '\141', '\040', '\061', '\012', '\155', '\161', - '\120', '\040', '\161', '\165', '\040', '\061', '\012', '\106', - '\146', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\170', '\161', '\154', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\161', '\110', '\040', '\161', '\165', '\040', - '\061', '\012', '\124', '\154', '\171', '\040', '\154', '\145', - '\040', '\061', '\012', '\153', '\160', '\114', '\040', '\153', - '\141', '\040', '\061', '\012', '\161', '\105', '\147', '\040', - '\161', '\165', '\040', '\061', '\012', '\142', '\115', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\170', '\122', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\170', - '\163', '\103', '\040', '\163', '\164', '\040', '\061', '\012', - '\152', '\154', '\123', '\040', '\154', '\145', '\040', '\061', - '\012', '\154', '\172', '\115', '\040', '\154', '\145', '\040', - '\061', '\012', '\120', '\146', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\165', '\112', '\166', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\126', '\146', '\040', - '\156', '\171', '\040', '\061', '\012', '\132', '\147', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\142', - '\123', '\040', '\142', '\145', '\040', '\061', '\012', '\157', - '\106', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\166', '\142', '\040', '\166', '\141', '\040', '\061', - '\012', '\150', '\143', '\125', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\167', '\125', '\040', '\167', '\141', - '\040', '\061', '\012', '\171', '\103', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\155', '\120', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\163', '\112', '\144', - '\040', '\163', '\164', '\040', '\061', '\012', '\142', '\155', - '\116', '\040', '\155', '\145', '\040', '\061', '\012', '\165', - '\126', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\144', '\123', '\040', '\161', '\165', '\040', '\061', - '\012', '\126', '\167', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\126', '\155', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\110', '\161', '\171', '\040', '\161', - '\165', '\040', '\061', '\012', '\114', '\146', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\101', '\171', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\171', '\170', - '\113', '\040', '\156', '\171', '\040', '\061', '\012', '\110', - '\167', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\147', '\111', '\160', '\040', '\156', '\147', '\040', '\061', - '\012', '\132', '\147', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\130', '\164', '\167', '\040', '\164', '\150', - '\040', '\061', '\012', '\150', '\114', '\146', '\040', '\164', - '\150', '\040', '\061', '\012', '\116', '\153', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\152', '\115', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\170', '\106', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\170', - '\102', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\167', '\110', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\121', '\172', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\147', '\131', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\120', '\166', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\160', '\166', '\131', '\040', - '\166', '\141', '\040', '\061', '\012', '\112', '\170', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\165', '\147', - '\121', '\040', '\161', '\165', '\040', '\061', '\012', '\114', - '\161', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\154', '\114', '\040', '\154', '\145', '\040', '\061', - '\012', '\167', '\115', '\142', '\040', '\167', '\141', '\040', - '\061', '\012', '\123', '\142', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\105', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\161', '\146', '\172', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\143', '\123', - '\040', '\143', '\150', '\040', '\061', '\012', '\164', '\103', - '\161', '\040', '\164', '\150', '\040', '\061', '\012', '\171', - '\110', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\172', '\153', '\106', '\040', '\163', '\172', '\040', '\061', - '\012', '\170', '\165', '\113', '\040', '\161', '\165', '\040', - '\061', '\012', '\124', '\142', '\146', '\040', '\142', '\145', - '\040', '\061', '\012', '\111', '\160', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\131', '\172', '\153', '\040', - '\163', '\172', '\040', '\061', '\012', '\121', '\167', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\160', '\106', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\152', - '\120', '\155', '\040', '\151', '\152', '\040', '\061', '\012', - '\104', '\160', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\112', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\167', '\160', '\116', '\040', '\160', '\162', - '\040', '\061', '\012', '\167', '\172', '\105', '\040', '\163', - '\172', '\040', '\061', '\012', '\147', '\161', '\104', '\040', - '\161', '\165', '\040', '\061', '\012', '\130', '\167', '\155', - '\040', '\155', '\145', '\040', '\061', '\012', '\157', '\121', - '\170', '\040', '\157', '\156', '\040', '\061', '\012', '\154', - '\103', '\160', '\040', '\154', '\145', '\040', '\061', '\012', - '\115', '\150', '\153', '\040', '\164', '\150', '\040', '\061', - '\012', '\144', '\124', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\125', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\150', '\147', '\105', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\143', '\102', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\160', '\112', - '\040', '\164', '\150', '\040', '\061', '\012', '\155', '\161', - '\113', '\040', '\161', '\165', '\040', '\061', '\012', '\147', - '\102', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\150', '\111', '\166', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\161', '\104', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\120', '\170', '\040', '\167', '\141', - '\040', '\061', '\012', '\163', '\115', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\130', '\167', '\040', - '\167', '\141', '\040', '\061', '\012', '\152', '\113', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\114', '\162', - '\172', '\040', '\145', '\162', '\040', '\061', '\012', '\110', - '\167', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\171', '\146', '\127', '\040', '\156', '\171', '\040', '\061', - '\012', '\131', '\171', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\131', '\163', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\166', '\122', '\040', '\166', - '\141', '\040', '\061', '\012', '\163', '\122', '\172', '\040', - '\163', '\164', '\040', '\061', '\012', '\113', '\171', '\170', - '\040', '\156', '\171', '\040', '\061', '\012', '\156', '\170', - '\122', '\040', '\141', '\156', '\040', '\061', '\012', '\143', - '\144', '\112', '\040', '\143', '\150', '\040', '\061', '\012', - '\116', '\167', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\164', '\142', '\105', '\040', '\164', '\150', '\040', - '\061', '\012', '\157', '\145', '\132', '\040', '\145', '\162', - '\040', '\061', '\012', '\142', '\143', '\121', '\040', '\143', - '\150', '\040', '\061', '\012', '\123', '\167', '\142', '\040', - '\167', '\141', '\040', '\061', '\012', '\111', '\153', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\102', '\166', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\172', - '\150', '\106', '\040', '\164', '\150', '\040', '\061', '\012', - '\130', '\161', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\153', '\113', '\142', '\040', '\153', '\141', '\040', - '\061', '\012', '\127', '\144', '\153', '\040', '\144', '\145', - '\040', '\061', '\012', '\167', '\160', '\120', '\040', '\160', - '\162', '\040', '\061', '\012', '\153', '\121', '\171', '\040', - '\153', '\141', '\040', '\061', '\012', '\102', '\161', '\145', - '\040', '\161', '\165', '\040', '\061', '\012', '\161', '\146', - '\132', '\040', '\161', '\165', '\040', '\061', '\012', '\160', - '\120', '\167', '\040', '\160', '\162', '\040', '\061', '\012', - '\101', '\157', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\160', '\154', '\112', '\040', '\154', '\145', '\040', - '\061', '\012', '\131', '\156', '\166', '\040', '\141', '\156', - '\040', '\061', '\012', '\152', '\115', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\142', '\121', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\141', '\146', '\115', - '\040', '\141', '\156', '\040', '\061', '\012', '\152', '\166', - '\117', '\040', '\151', '\152', '\040', '\061', '\012', '\145', - '\110', '\146', '\040', '\145', '\162', '\040', '\061', '\012', - '\150', '\121', '\147', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\161', '\131', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\112', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\160', '\131', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\145', '\115', '\040', - '\161', '\165', '\040', '\061', '\012', '\113', '\160', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\153', '\146', - '\127', '\040', '\153', '\141', '\040', '\061', '\012', '\127', - '\144', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\142', '\116', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\166', '\102', '\170', '\040', '\166', '\141', '\040', - '\061', '\012', '\163', '\165', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\105', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\162', '\146', '\132', '\040', - '\145', '\162', '\040', '\061', '\012', '\157', '\110', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\145', '\106', - '\167', '\040', '\145', '\162', '\040', '\061', '\012', '\146', - '\120', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\153', '\104', '\142', '\040', '\153', '\141', '\040', '\061', - '\012', '\164', '\132', '\156', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\143', '\113', '\040', '\143', '\150', - '\040', '\061', '\012', '\171', '\127', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\125', '\170', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\171', '\121', '\145', - '\040', '\145', '\162', '\040', '\061', '\012', '\132', '\152', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\127', - '\152', '\166', '\040', '\151', '\152', '\040', '\061', '\012', - '\171', '\147', '\117', '\040', '\156', '\147', '\040', '\061', - '\012', '\157', '\152', '\121', '\040', '\157', '\156', '\040', - '\061', '\012', '\113', '\167', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\160', '\106', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\163', '\115', '\144', '\040', - '\163', '\164', '\040', '\061', '\012', '\115', '\146', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\115', '\172', - '\171', '\040', '\163', '\172', '\040', '\061', '\012', '\116', - '\167', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\171', '\167', '\124', '\040', '\167', '\141', '\040', '\061', - '\012', '\167', '\114', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\110', '\161', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\163', '\103', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\116', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\142', '\125', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\156', '\122', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\122', - '\154', '\153', '\040', '\154', '\145', '\040', '\061', '\012', - '\102', '\161', '\160', '\040', '\161', '\165', '\040', '\061', - '\012', '\143', '\146', '\111', '\040', '\143', '\150', '\040', - '\061', '\012', '\155', '\126', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\107', '\152', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\154', '\130', '\040', - '\154', '\145', '\040', '\061', '\012', '\153', '\146', '\107', - '\040', '\153', '\141', '\040', '\061', '\012', '\167', '\126', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\143', - '\144', '\105', '\040', '\143', '\150', '\040', '\061', '\012', - '\150', '\172', '\105', '\040', '\164', '\150', '\040', '\061', - '\012', '\104', '\150', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\142', '\172', '\152', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\166', '\114', '\040', '\166', - '\141', '\040', '\061', '\012', '\142', '\172', '\121', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\126', '\142', - '\040', '\167', '\141', '\040', '\061', '\012', '\132', '\170', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\172', - '\114', '\167', '\040', '\163', '\172', '\040', '\061', '\012', - '\150', '\124', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\126', '\161', '\160', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\155', '\127', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\154', '\104', '\040', '\154', - '\145', '\040', '\061', '\012', '\113', '\143', '\144', '\040', - '\143', '\150', '\040', '\061', '\012', '\160', '\104', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\166', - '\131', '\040', '\153', '\141', '\040', '\061', '\012', '\143', - '\121', '\154', '\040', '\143', '\150', '\040', '\061', '\012', - '\111', '\170', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\163', '\107', '\146', '\040', '\163', '\164', '\040', - '\061', '\012', '\147', '\106', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\122', '\153', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\161', '\110', '\154', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\103', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\161', '\102', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\163', - '\112', '\167', '\040', '\163', '\164', '\040', '\061', '\012', - '\143', '\127', '\152', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\130', '\160', '\040', '\163', '\172', '\040', - '\061', '\012', '\110', '\150', '\154', '\040', '\164', '\150', - '\040', '\061', '\012', '\150', '\152', '\120', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\154', '\132', '\040', - '\161', '\165', '\040', '\061', '\012', '\110', '\170', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\172', '\162', - '\105', '\040', '\145', '\162', '\040', '\061', '\012', '\147', - '\153', '\110', '\040', '\156', '\147', '\040', '\061', '\012', - '\165', '\110', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\107', '\172', '\155', '\040', '\163', '\172', '\040', - '\061', '\012', '\143', '\102', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\172', '\146', '\146', '\040', '\163', - '\172', '\040', '\061', '\012', '\172', '\114', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\125', '\161', '\171', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\153', - '\104', '\040', '\153', '\141', '\040', '\061', '\012', '\146', - '\161', '\130', '\040', '\161', '\165', '\040', '\061', '\012', - '\150', '\114', '\152', '\040', '\164', '\150', '\040', '\061', - '\012', '\146', '\131', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\113', '\167', '\040', '\151', '\152', - '\040', '\061', '\012', '\152', '\111', '\142', '\040', '\151', - '\152', '\040', '\061', '\012', '\156', '\162', '\125', '\040', - '\141', '\156', '\040', '\061', '\012', '\146', '\106', '\160', - '\040', '\160', '\162', '\040', '\061', '\012', '\163', '\142', - '\103', '\040', '\163', '\164', '\040', '\061', '\012', '\155', - '\107', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\146', '\130', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\120', '\153', '\166', '\040', '\153', '\141', '\040', - '\061', '\012', '\103', '\161', '\145', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\103', '\170', '\040', '\143', - '\150', '\040', '\061', '\012', '\162', '\116', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\132', '\167', '\146', - '\040', '\167', '\141', '\040', '\061', '\012', '\112', '\147', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\154', '\121', '\040', '\154', '\145', '\040', '\061', '\012', - '\147', '\102', '\172', '\040', '\156', '\147', '\040', '\061', - '\012', '\143', '\111', '\170', '\040', '\143', '\150', '\040', - '\061', '\012', '\157', '\144', '\121', '\040', '\157', '\156', - '\040', '\061', '\012', '\121', '\156', '\172', '\040', '\141', - '\156', '\040', '\061', '\012', '\125', '\172', '\170', '\040', - '\163', '\172', '\040', '\061', '\012', '\112', '\160', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\147', '\170', - '\130', '\040', '\156', '\147', '\040', '\061', '\012', '\132', - '\153', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\130', '\153', '\153', '\040', '\153', '\141', '\040', '\061', - '\012', '\150', '\122', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\143', '\126', '\040', '\143', '\150', - '\040', '\061', '\012', '\172', '\115', '\155', '\040', '\163', - '\172', '\040', '\061', '\012', '\145', '\102', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\147', '\110', '\144', - '\040', '\156', '\147', '\040', '\061', '\012', '\142', '\170', - '\125', '\040', '\142', '\145', '\040', '\061', '\012', '\170', - '\144', '\113', '\040', '\144', '\145', '\040', '\061', '\012', - '\155', '\121', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\164', '\131', '\152', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\154', '\106', '\040', '\164', '\150', - '\040', '\061', '\012', '\143', '\122', '\172', '\040', '\143', - '\150', '\040', '\061', '\012', '\154', '\107', '\172', '\040', - '\154', '\145', '\040', '\061', '\012', '\172', '\106', '\172', - '\040', '\172', '\145', '\040', '\061', '\012', '\161', '\117', - '\160', '\040', '\161', '\165', '\040', '\061', '\012', '\107', - '\147', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\157', '\107', '\155', '\040', '\157', '\156', '\040', '\061', - '\012', '\130', '\156', '\160', '\040', '\141', '\156', '\040', - '\061', '\012', '\167', '\131', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\167', '\165', '\112', '\040', '\161', - '\165', '\040', '\061', '\012', '\163', '\116', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\172', '\161', '\125', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\103', - '\160', '\040', '\153', '\141', '\040', '\061', '\012', '\127', - '\150', '\167', '\040', '\164', '\150', '\040', '\061', '\012', - '\156', '\121', '\170', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\167', '\101', '\040', '\166', '\141', '\040', - '\061', '\012', '\126', '\143', '\147', '\040', '\143', '\150', - '\040', '\061', '\012', '\153', '\127', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\110', '\161', '\144', '\040', - '\161', '\165', '\040', '\061', '\012', '\103', '\160', '\171', - '\040', '\160', '\162', '\040', '\061', '\012', '\172', '\143', - '\114', '\040', '\143', '\150', '\040', '\061', '\012', '\143', - '\146', '\106', '\040', '\143', '\150', '\040', '\061', '\012', - '\153', '\130', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\141', '\130', '\152', '\040', '\141', '\156', '\040', - '\061', '\012', '\123', '\167', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\146', '\150', '\161', '\040', '\164', - '\150', '\040', '\061', '\012', '\126', '\170', '\151', '\040', - '\151', '\156', '\040', '\061', '\012', '\107', '\161', '\165', - '\040', '\165', '\156', '\040', '\061', '\012', '\125', '\170', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\172', - '\144', '\113', '\040', '\163', '\172', '\040', '\061', '\012', - '\150', '\132', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\155', '\167', '\112', '\040', '\155', '\145', '\040', - '\061', '\012', '\143', '\166', '\104', '\040', '\143', '\150', - '\040', '\061', '\012', '\154', '\142', '\132', '\040', '\154', - '\145', '\040', '\061', '\012', '\120', '\172', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\150', '\144', '\117', - '\040', '\164', '\150', '\040', '\061', '\012', '\150', '\112', - '\156', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\127', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\144', '\130', '\171', '\040', '\144', '\145', '\040', '\061', - '\012', '\146', '\165', '\125', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\130', '\171', '\040', '\156', '\171', - '\040', '\061', '\012', '\170', '\156', '\114', '\040', '\141', - '\156', '\040', '\061', '\012', '\147', '\115', '\146', '\040', - '\156', '\147', '\040', '\061', '\012', '\162', '\116', '\146', - '\040', '\145', '\162', '\040', '\061', '\012', '\170', '\121', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\153', - '\161', '\110', '\040', '\161', '\165', '\040', '\061', '\012', - '\162', '\106', '\172', '\040', '\145', '\162', '\040', '\061', - '\012', '\166', '\160', '\124', '\040', '\166', '\141', '\040', - '\061', '\012', '\116', '\167', '\171', '\040', '\167', '\141', - '\040', '\061', '\012', '\171', '\161', '\101', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\150', '\117', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\126', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\156', '\131', - '\142', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\166', '\116', '\040', '\151', '\152', '\040', '\061', '\012', - '\142', '\111', '\146', '\040', '\142', '\145', '\040', '\061', - '\012', '\161', '\161', '\123', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\142', '\106', '\040', '\151', '\152', - '\040', '\061', '\012', '\147', '\115', '\153', '\040', '\156', - '\147', '\040', '\061', '\012', '\142', '\124', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\122', '\150', '\144', - '\040', '\164', '\150', '\040', '\061', '\012', '\164', '\127', - '\161', '\040', '\164', '\150', '\040', '\061', '\012', '\147', - '\114', '\172', '\040', '\156', '\147', '\040', '\061', '\012', - '\146', '\163', '\104', '\040', '\163', '\164', '\040', '\061', - '\012', '\165', '\115', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\110', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\130', '\147', '\152', '\040', '\156', - '\147', '\040', '\061', '\012', '\114', '\155', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\166', '\153', '\125', - '\040', '\153', '\141', '\040', '\061', '\012', '\154', '\101', - '\170', '\040', '\154', '\145', '\040', '\061', '\012', '\113', - '\172', '\144', '\040', '\163', '\172', '\040', '\061', '\012', - '\150', '\113', '\155', '\040', '\164', '\150', '\040', '\061', - '\012', '\153', '\121', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\147', '\106', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\167', '\171', '\130', '\040', '\167', - '\141', '\040', '\061', '\012', '\172', '\146', '\125', '\040', - '\163', '\172', '\040', '\061', '\012', '\170', '\160', '\125', - '\040', '\160', '\162', '\040', '\061', '\012', '\171', '\167', - '\112', '\040', '\167', '\141', '\040', '\061', '\012', '\101', - '\171', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\147', '\111', '\165', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\165', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\126', '\146', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\166', '\102', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\110', '\164', '\171', '\040', - '\164', '\150', '\040', '\061', '\012', '\147', '\122', '\166', - '\040', '\156', '\147', '\040', '\061', '\012', '\160', '\124', - '\142', '\040', '\160', '\162', '\040', '\061', '\012', '\125', - '\161', '\170', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\124', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\112', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\125', '\151', '\167', '\040', '\151', '\156', - '\040', '\061', '\012', '\112', '\154', '\160', '\040', '\154', - '\145', '\040', '\061', '\012', '\172', '\120', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\103', '\170', - '\040', '\145', '\162', '\040', '\061', '\012', '\154', '\161', - '\123', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\154', '\132', '\040', '\154', '\145', '\040', '\061', '\012', - '\172', '\117', '\167', '\040', '\163', '\172', '\040', '\061', - '\012', '\153', '\154', '\113', '\040', '\154', '\145', '\040', - '\061', '\012', '\153', '\146', '\121', '\040', '\153', '\141', - '\040', '\061', '\012', '\165', '\112', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\153', '\120', '\040', - '\153', '\141', '\040', '\061', '\012', '\107', '\161', '\172', - '\040', '\161', '\165', '\040', '\061', '\012', '\112', '\154', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\171', - '\171', '\104', '\040', '\156', '\171', '\040', '\061', '\012', - '\152', '\150', '\130', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\162', '\126', '\040', '\143', '\150', '\040', - '\061', '\012', '\104', '\167', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\171', '\152', '\167', '\040', '\151', - '\152', '\040', '\061', '\012', '\161', '\160', '\130', '\040', - '\161', '\165', '\040', '\061', '\012', '\121', '\155', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\171', '\127', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\167', - '\120', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\125', '\161', '\153', '\040', '\161', '\165', '\040', '\061', - '\012', '\156', '\142', '\122', '\040', '\141', '\156', '\040', - '\061', '\012', '\131', '\144', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\161', '\121', '\154', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\155', '\104', '\040', - '\155', '\145', '\040', '\061', '\012', '\112', '\153', '\152', - '\040', '\153', '\141', '\040', '\061', '\012', '\152', '\124', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\167', - '\131', '\146', '\040', '\167', '\141', '\040', '\061', '\012', - '\132', '\172', '\170', '\040', '\163', '\172', '\040', '\061', - '\012', '\162', '\153', '\121', '\040', '\145', '\162', '\040', - '\061', '\012', '\142', '\104', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\161', '\123', '\163', '\040', '\161', - '\165', '\040', '\061', '\012', '\147', '\130', '\162', '\040', - '\156', '\147', '\040', '\061', '\012', '\143', '\132', '\142', - '\040', '\143', '\150', '\040', '\061', '\012', '\116', '\147', - '\160', '\040', '\156', '\147', '\040', '\061', '\012', '\150', - '\161', '\121', '\040', '\164', '\150', '\040', '\061', '\012', - '\127', '\166', '\167', '\040', '\166', '\141', '\040', '\061', - '\012', '\127', '\142', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\167', '\166', '\113', '\040', '\166', '\141', - '\040', '\061', '\012', '\143', '\112', '\146', '\040', '\143', - '\150', '\040', '\061', '\012', '\115', '\167', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\144', '\144', '\112', - '\040', '\144', '\145', '\040', '\061', '\012', '\151', '\167', - '\105', '\040', '\151', '\156', '\040', '\061', '\012', '\142', - '\170', '\130', '\040', '\142', '\145', '\040', '\061', '\012', - '\152', '\170', '\124', '\040', '\151', '\152', '\040', '\061', - '\012', '\131', '\143', '\156', '\040', '\143', '\150', '\040', - '\061', '\012', '\167', '\115', '\146', '\040', '\167', '\141', - '\040', '\061', '\012', '\142', '\161', '\104', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\161', '\111', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\122', '\152', - '\040', '\144', '\145', '\040', '\061', '\012', '\167', '\131', - '\171', '\040', '\167', '\141', '\040', '\061', '\012', '\124', - '\170', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\166', '\162', '\116', '\040', '\145', '\162', '\040', '\061', - '\012', '\161', '\126', '\165', '\040', '\165', '\156', '\040', - '\061', '\012', '\155', '\122', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\106', '\152', '\170', '\040', '\151', - '\152', '\040', '\061', '\012', '\146', '\171', '\121', '\040', - '\156', '\171', '\040', '\061', '\012', '\170', '\145', '\111', - '\040', '\145', '\162', '\040', '\061', '\012', '\127', '\161', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\112', - '\154', '\171', '\040', '\154', '\145', '\040', '\061', '\012', - '\152', '\104', '\142', '\040', '\151', '\152', '\040', '\061', - '\012', '\131', '\172', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\102', '\170', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\167', '\114', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\142', '\161', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\163', '\147', '\113', - '\040', '\156', '\147', '\040', '\061', '\012', '\153', '\161', - '\127', '\040', '\161', '\165', '\040', '\061', '\012', '\132', - '\163', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\106', '\161', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\130', '\172', '\040', '\145', '\162', '\040', - '\061', '\012', '\154', '\112', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\105', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\156', '\103', '\142', '\040', - '\141', '\156', '\040', '\061', '\012', '\130', '\162', '\144', - '\040', '\145', '\162', '\040', '\061', '\012', '\122', '\172', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\147', - '\146', '\127', '\040', '\156', '\147', '\040', '\061', '\012', - '\130', '\164', '\154', '\040', '\164', '\150', '\040', '\061', - '\012', '\155', '\124', '\170', '\040', '\155', '\145', '\040', - '\061', '\012', '\165', '\146', '\101', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\152', '\121', '\040', '\151', - '\152', '\040', '\061', '\012', '\170', '\154', '\127', '\040', - '\154', '\145', '\040', '\061', '\012', '\144', '\161', '\110', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\150', - '\115', '\040', '\164', '\150', '\040', '\061', '\012', '\130', - '\167', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\156', '\127', '\040', '\141', '\156', '\040', '\061', - '\012', '\122', '\146', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\146', '\113', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\153', '\106', '\167', '\040', '\153', - '\141', '\040', '\061', '\012', '\121', '\165', '\166', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\130', '\167', - '\040', '\155', '\145', '\040', '\061', '\012', '\126', '\153', - '\167', '\040', '\153', '\141', '\040', '\061', '\012', '\164', - '\106', '\150', '\040', '\143', '\150', '\040', '\061', '\012', - '\150', '\111', '\165', '\040', '\164', '\150', '\040', '\061', - '\012', '\154', '\124', '\146', '\040', '\154', '\145', '\040', - '\061', '\012', '\115', '\167', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\167', '\166', '\124', '\040', '\166', - '\141', '\040', '\061', '\012', '\153', '\113', '\160', '\040', - '\153', '\141', '\040', '\061', '\012', '\164', '\122', '\166', - '\040', '\164', '\150', '\040', '\061', '\012', '\167', '\130', - '\157', '\040', '\157', '\156', '\040', '\061', '\012', '\166', - '\172', '\114', '\040', '\163', '\172', '\040', '\061', '\012', - '\112', '\143', '\146', '\040', '\143', '\150', '\040', '\061', - '\012', '\124', '\142', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\144', '\121', '\040', '\144', '\145', - '\040', '\061', '\012', '\122', '\142', '\170', '\040', '\142', - '\145', '\040', '\061', '\012', '\112', '\162', '\155', '\040', - '\145', '\162', '\040', '\061', '\012', '\163', '\122', '\152', - '\040', '\163', '\164', '\040', '\061', '\012', '\172', '\127', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\156', '\105', '\040', '\141', '\156', '\040', '\061', '\012', - '\113', '\143', '\146', '\040', '\143', '\150', '\040', '\061', - '\012', '\121', '\161', '\155', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\160', '\111', '\040', '\160', '\162', - '\040', '\061', '\012', '\151', '\116', '\167', '\040', '\151', - '\156', '\040', '\061', '\012', '\165', '\152', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\110', '\166', - '\040', '\161', '\165', '\040', '\061', '\012', '\112', '\166', - '\170', '\040', '\166', '\141', '\040', '\061', '\012', '\150', - '\110', '\143', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\166', '\112', '\040', '\166', '\141', '\040', '\061', - '\012', '\156', '\161', '\131', '\040', '\141', '\156', '\040', - '\061', '\012', '\167', '\160', '\105', '\040', '\167', '\141', - '\040', '\061', '\012', '\110', '\167', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\170', '\172', '\111', '\040', - '\163', '\172', '\040', '\061', '\012', '\103', '\147', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\143', '\127', - '\144', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\165', '\126', '\040', '\165', '\156', '\040', '\061', '\012', - '\142', '\152', '\116', '\040', '\151', '\152', '\040', '\061', - '\012', '\170', '\121', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\142', '\170', '\105', '\040', '\142', '\145', - '\040', '\061', '\012', '\165', '\126', '\153', '\040', '\161', - '\165', '\040', '\061', '\012', '\127', '\162', '\154', '\040', - '\145', '\162', '\040', '\061', '\012', '\114', '\162', '\170', - '\040', '\145', '\162', '\040', '\061', '\012', '\111', '\167', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\141', - '\161', '\102', '\040', '\141', '\156', '\040', '\061', '\012', - '\126', '\143', '\160', '\040', '\143', '\150', '\040', '\061', - '\012', '\127', '\167', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\141', '\107', '\170', '\040', '\141', '\156', - '\040', '\061', '\012', '\146', '\120', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\155', '\106', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\147', '\144', - '\040', '\161', '\165', '\040', '\061', '\012', '\132', '\163', - '\144', '\040', '\163', '\164', '\040', '\061', '\012', '\126', - '\170', '\163', '\040', '\163', '\172', '\040', '\061', '\012', - '\113', '\150', '\161', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\123', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\157', '\107', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\131', '\172', '\166', '\040', '\163', - '\172', '\040', '\061', '\012', '\144', '\161', '\130', '\040', - '\161', '\165', '\040', '\061', '\012', '\155', '\160', '\121', - '\040', '\155', '\145', '\040', '\061', '\012', '\113', '\143', - '\160', '\040', '\143', '\150', '\040', '\061', '\012', '\163', - '\167', '\104', '\040', '\163', '\164', '\040', '\061', '\012', - '\162', '\132', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\152', '\131', '\155', '\040', '\151', '\152', '\040', - '\061', '\012', '\165', '\112', '\154', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\127', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\163', '\166', '\117', '\040', - '\163', '\164', '\040', '\061', '\012', '\160', '\106', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\131', '\152', - '\170', '\040', '\151', '\152', '\040', '\061', '\012', '\164', - '\160', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\126', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\116', '\155', '\040', '\163', '\164', '\040', - '\061', '\012', '\154', '\113', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\156', '\166', '\125', '\040', '\141', - '\156', '\040', '\061', '\012', '\110', '\170', '\146', '\040', - '\146', '\157', '\040', '\061', '\012', '\160', '\165', '\127', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\112', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\147', - '\170', '\122', '\040', '\156', '\147', '\040', '\061', '\012', - '\146', '\101', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\131', '\161', '\145', '\040', '\161', '\165', '\040', - '\061', '\012', '\120', '\167', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\150', '\155', '\103', '\040', '\164', - '\150', '\040', '\061', '\012', '\171', '\154', '\112', '\040', - '\154', '\145', '\040', '\061', '\012', '\155', '\161', '\124', - '\040', '\161', '\165', '\040', '\061', '\012', '\143', '\103', - '\146', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\132', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\141', '\106', '\170', '\040', '\141', '\156', '\040', '\061', - '\012', '\157', '\131', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\120', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\144', '\112', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\167', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\103', '\143', '\142', - '\040', '\143', '\150', '\040', '\061', '\012', '\167', '\106', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\167', - '\162', '\131', '\040', '\145', '\162', '\040', '\061', '\012', - '\103', '\144', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\150', '\114', '\143', '\040', '\164', '\150', '\040', - '\061', '\012', '\132', '\170', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\115', '\170', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\150', '\143', '\131', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\126', '\167', - '\040', '\163', '\172', '\040', '\061', '\012', '\150', '\153', - '\126', '\040', '\164', '\150', '\040', '\061', '\012', '\164', - '\170', '\105', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\166', '\124', '\040', '\166', '\141', '\040', '\061', - '\012', '\115', '\154', '\167', '\040', '\154', '\145', '\040', - '\061', '\012', '\172', '\164', '\106', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\107', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\172', '\152', '\105', '\040', - '\163', '\172', '\040', '\061', '\012', '\147', '\152', '\115', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\167', - '\120', '\040', '\151', '\152', '\040', '\061', '\012', '\113', - '\170', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\171', '\106', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\127', '\143', '\147', '\040', '\143', '\150', '\040', - '\061', '\012', '\164', '\150', '\132', '\040', '\143', '\150', - '\040', '\061', '\012', '\150', '\172', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\112', '\164', '\147', '\040', - '\164', '\150', '\040', '\061', '\012', '\171', '\166', '\113', - '\040', '\166', '\141', '\040', '\061', '\012', '\172', '\126', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\120', - '\167', '\142', '\040', '\167', '\141', '\040', '\061', '\012', - '\170', '\161', '\104', '\040', '\161', '\165', '\040', '\061', - '\012', '\165', '\171', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\147', '\103', '\155', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\152', '\125', '\040', '\163', - '\172', '\040', '\061', '\012', '\170', '\107', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\115', '\161', '\171', - '\040', '\161', '\165', '\040', '\061', '\012', '\117', '\143', - '\170', '\040', '\143', '\150', '\040', '\061', '\012', '\163', - '\161', '\115', '\040', '\161', '\165', '\040', '\061', '\012', - '\154', '\122', '\142', '\040', '\154', '\145', '\040', '\061', - '\012', '\164', '\146', '\125', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\132', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\146', '\132', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\147', '\160', '\132', '\040', - '\156', '\147', '\040', '\061', '\012', '\106', '\160', '\146', - '\040', '\160', '\162', '\040', '\061', '\012', '\161', '\164', - '\121', '\040', '\164', '\150', '\040', '\061', '\012', '\155', - '\150', '\132', '\040', '\164', '\150', '\040', '\061', '\012', - '\142', '\161', '\106', '\040', '\161', '\165', '\040', '\061', - '\012', '\146', '\147', '\107', '\040', '\156', '\147', '\040', - '\061', '\012', '\167', '\157', '\124', '\040', '\157', '\156', - '\040', '\061', '\012', '\172', '\123', '\142', '\040', '\163', - '\172', '\040', '\061', '\012', '\167', '\170', '\123', '\040', - '\167', '\141', '\040', '\061', '\012', '\127', '\162', '\146', - '\040', '\145', '\162', '\040', '\061', '\012', '\117', '\161', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\114', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\121', '\172', '\152', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\130', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\164', '\144', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\112', '\161', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\146', '\130', '\153', '\040', - '\153', '\141', '\040', '\061', '\012', '\153', '\102', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\151', '\161', - '\127', '\040', '\161', '\165', '\040', '\061', '\012', '\117', - '\143', '\142', '\040', '\143', '\150', '\040', '\061', '\012', - '\146', '\125', '\157', '\040', '\157', '\156', '\040', '\061', - '\012', '\152', '\130', '\153', '\040', '\151', '\152', '\040', - '\061', '\012', '\150', '\142', '\111', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\143', '\147', '\040', '\143', - '\150', '\040', '\061', '\012', '\172', '\167', '\123', '\040', - '\167', '\141', '\040', '\061', '\012', '\143', '\126', '\155', - '\040', '\143', '\150', '\040', '\061', '\012', '\166', '\167', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\147', - '\167', '\107', '\040', '\156', '\147', '\040', '\061', '\012', - '\172', '\163', '\115', '\040', '\163', '\164', '\040', '\061', - '\012', '\120', '\161', '\157', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\120', '\152', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\167', '\107', '\040', '\167', - '\141', '\040', '\061', '\012', '\130', '\167', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\127', '\167', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\126', '\161', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\155', '\131', '\040', '\166', '\141', '\040', '\061', '\012', - '\165', '\166', '\106', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\146', '\113', '\040', '\164', '\150', '\040', - '\061', '\012', '\130', '\142', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\116', '\146', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\167', '\160', '\110', '\040', - '\160', '\162', '\040', '\061', '\012', '\171', '\112', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\167', '\161', - '\117', '\040', '\161', '\165', '\040', '\061', '\012', '\156', - '\143', '\126', '\040', '\143', '\150', '\040', '\061', '\012', - '\167', '\147', '\115', '\040', '\156', '\147', '\040', '\061', - '\012', '\146', '\121', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\150', '\166', '\113', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\114', '\162', '\040', '\161', - '\165', '\040', '\061', '\012', '\127', '\143', '\145', '\040', - '\143', '\150', '\040', '\061', '\012', '\153', '\106', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\162', '\102', - '\155', '\040', '\145', '\162', '\040', '\061', '\012', '\155', - '\144', '\126', '\040', '\144', '\145', '\040', '\061', '\012', - '\152', '\106', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\153', '\156', '\130', '\040', '\141', '\156', '\040', - '\061', '\012', '\156', '\115', '\146', '\040', '\141', '\156', - '\040', '\061', '\012', '\163', '\103', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\160', '\103', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\165', '\112', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\103', '\146', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\103', - '\170', '\142', '\040', '\142', '\145', '\040', '\061', '\012', - '\146', '\117', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\141', '\112', '\172', '\040', '\141', '\156', '\040', - '\061', '\012', '\147', '\114', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\142', '\155', '\130', '\040', '\155', - '\145', '\040', '\061', '\012', '\131', '\146', '\157', '\040', - '\157', '\156', '\040', '\061', '\012', '\144', '\112', '\146', - '\040', '\144', '\145', '\040', '\061', '\012', '\105', '\141', - '\171', '\040', '\141', '\156', '\040', '\061', '\012', '\161', - '\123', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\152', '\121', '\040', '\151', '\152', '\040', '\061', - '\012', '\160', '\116', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\116', '\166', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\153', '\130', '\040', '\153', - '\141', '\040', '\061', '\012', '\112', '\167', '\170', '\040', - '\167', '\141', '\040', '\061', '\012', '\152', '\166', '\114', - '\040', '\151', '\152', '\040', '\061', '\012', '\146', '\160', - '\110', '\040', '\160', '\162', '\040', '\061', '\012', '\160', - '\170', '\117', '\040', '\160', '\162', '\040', '\061', '\012', - '\166', '\120', '\170', '\040', '\166', '\141', '\040', '\061', - '\012', '\144', '\127', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\150', '\142', '\122', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\157', '\105', '\040', '\157', - '\156', '\040', '\061', '\012', '\147', '\164', '\130', '\040', - '\164', '\150', '\040', '\061', '\012', '\142', '\146', '\106', - '\040', '\142', '\145', '\040', '\061', '\012', '\155', '\166', - '\127', '\040', '\166', '\141', '\040', '\061', '\012', '\170', - '\163', '\115', '\040', '\163', '\164', '\040', '\061', '\012', - '\167', '\114', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\167', '\110', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\103', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\160', '\114', '\167', '\040', '\160', - '\162', '\040', '\061', '\012', '\153', '\130', '\167', '\040', - '\153', '\141', '\040', '\061', '\012', '\170', '\126', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\150', '\103', - '\143', '\040', '\164', '\150', '\040', '\061', '\012', '\157', - '\125', '\153', '\040', '\157', '\156', '\040', '\061', '\012', - '\172', '\143', '\106', '\040', '\143', '\150', '\040', '\061', - '\012', '\163', '\115', '\166', '\040', '\163', '\164', '\040', - '\061', '\012', '\144', '\162', '\132', '\040', '\145', '\162', - '\040', '\061', '\012', '\167', '\146', '\117', '\040', '\167', - '\141', '\040', '\061', '\012', '\171', '\106', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\150', '\130', '\141', - '\040', '\164', '\150', '\040', '\061', '\012', '\161', '\115', - '\165', '\040', '\165', '\156', '\040', '\061', '\012', '\146', - '\103', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\146', '\167', '\103', '\040', '\167', '\141', '\040', '\061', - '\012', '\157', '\124', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\106', '\153', '\155', '\040', '\153', '\141', - '\040', '\061', '\012', '\145', '\121', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\120', '\170', '\144', '\040', - '\144', '\145', '\040', '\061', '\012', '\153', '\152', '\107', - '\040', '\151', '\152', '\040', '\061', '\012', '\164', '\107', - '\163', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\161', '\102', '\040', '\161', '\165', '\040', '\061', '\012', - '\146', '\155', '\130', '\040', '\155', '\145', '\040', '\061', - '\012', '\170', '\131', '\151', '\040', '\151', '\156', '\040', - '\061', '\012', '\153', '\111', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\166', '\104', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\153', '\166', '\103', '\040', - '\153', '\141', '\040', '\061', '\012', '\161', '\164', '\132', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\120', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\144', - '\160', '\116', '\040', '\144', '\145', '\040', '\061', '\012', - '\150', '\116', '\162', '\040', '\164', '\150', '\040', '\061', - '\012', '\132', '\156', '\152', '\040', '\141', '\156', '\040', - '\061', '\012', '\110', '\153', '\145', '\040', '\145', '\162', - '\040', '\061', '\012', '\111', '\161', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\146', '\116', '\040', - '\167', '\141', '\040', '\061', '\012', '\126', '\150', '\170', - '\040', '\164', '\150', '\040', '\061', '\012', '\104', '\147', - '\153', '\040', '\156', '\147', '\040', '\061', '\012', '\155', - '\153', '\121', '\040', '\153', '\141', '\040', '\061', '\012', - '\127', '\170', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\111', '\143', '\170', '\040', '\143', '\150', '\040', - '\061', '\012', '\171', '\131', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\161', '\170', '\040', '\164', - '\150', '\040', '\061', '\012', '\132', '\166', '\146', '\040', - '\166', '\141', '\040', '\061', '\012', '\163', '\170', '\125', - '\040', '\163', '\164', '\040', '\061', '\012', '\114', '\161', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\156', - '\146', '\111', '\040', '\141', '\156', '\040', '\061', '\012', - '\152', '\171', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\127', '\166', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\123', '\144', '\166', '\040', '\144', '\145', - '\040', '\061', '\012', '\165', '\131', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\121', '\147', '\155', '\040', - '\156', '\147', '\040', '\061', '\012', '\143', '\130', '\141', - '\040', '\143', '\150', '\040', '\061', '\012', '\167', '\102', - '\170', '\040', '\167', '\141', '\040', '\061', '\012', '\160', - '\131', '\170', '\040', '\160', '\162', '\040', '\061', '\012', - '\152', '\127', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\113', '\146', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\161', '\152', '\112', '\040', '\161', '\165', - '\040', '\061', '\012', '\120', '\152', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\141', '\152', '\130', '\040', - '\141', '\156', '\040', '\061', '\012', '\163', '\130', '\144', - '\040', '\163', '\164', '\040', '\061', '\012', '\170', '\110', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\170', - '\150', '\101', '\040', '\164', '\150', '\040', '\061', '\012', - '\162', '\107', '\155', '\040', '\145', '\162', '\040', '\061', - '\012', '\121', '\164', '\155', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\162', '\131', '\040', '\145', '\162', - '\040', '\061', '\012', '\161', '\120', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\122', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\167', '\117', '\147', - '\040', '\167', '\141', '\040', '\061', '\012', '\146', '\114', - '\147', '\040', '\156', '\147', '\040', '\061', '\012', '\150', - '\121', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\152', '\150', '\127', '\040', '\164', '\150', '\040', '\061', - '\012', '\103', '\167', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\172', '\127', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\167', '\112', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\120', '\170', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\156', '\160', '\111', - '\040', '\141', '\156', '\040', '\061', '\012', '\154', '\156', - '\127', '\040', '\141', '\156', '\040', '\061', '\012', '\153', - '\161', '\171', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\167', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\163', '\103', '\144', '\040', '\163', '\164', '\040', - '\061', '\012', '\161', '\146', '\106', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\160', '\147', '\040', '\161', - '\165', '\040', '\061', '\012', '\115', '\142', '\170', '\040', - '\142', '\145', '\040', '\061', '\012', '\156', '\167', '\116', - '\040', '\141', '\156', '\040', '\061', '\012', '\167', '\114', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\127', - '\143', '\166', '\040', '\143', '\150', '\040', '\061', '\012', - '\126', '\166', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\126', '\153', '\170', '\040', '\153', '\141', '\040', - '\061', '\012', '\144', '\155', '\125', '\040', '\144', '\145', - '\040', '\061', '\012', '\146', '\107', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\147', '\112', '\172', '\040', - '\156', '\147', '\040', '\061', '\012', '\144', '\106', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\103', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\166', '\127', '\040', '\154', '\145', '\040', '\061', '\012', - '\123', '\166', '\142', '\040', '\166', '\141', '\040', '\061', - '\012', '\170', '\112', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\165', '\132', '\146', '\040', '\161', '\165', - '\040', '\061', '\012', '\124', '\152', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\160', '\111', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\142', '\126', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\166', '\144', - '\117', '\040', '\144', '\145', '\040', '\061', '\012', '\154', - '\124', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\115', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\156', '\104', '\155', '\040', '\141', '\156', '\040', - '\061', '\012', '\124', '\172', '\142', '\040', '\163', '\172', - '\040', '\061', '\012', '\160', '\103', '\167', '\040', '\160', - '\162', '\040', '\061', '\012', '\121', '\153', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\146', '\160', '\131', - '\040', '\160', '\162', '\040', '\061', '\012', '\171', '\121', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\161', - '\151', '\103', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\121', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\167', '\125', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\153', '\126', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\164', '\152', '\121', '\040', '\164', - '\150', '\040', '\061', '\012', '\155', '\130', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\130', '\146', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\143', '\147', - '\111', '\040', '\143', '\150', '\040', '\061', '\012', '\120', - '\153', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\152', '\152', '\106', '\040', '\151', '\152', '\040', '\061', - '\012', '\152', '\162', '\112', '\040', '\145', '\162', '\040', - '\061', '\012', '\161', '\167', '\132', '\040', '\161', '\165', - '\040', '\061', '\012', '\122', '\164', '\172', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\110', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\110', '\147', '\170', - '\040', '\156', '\147', '\040', '\061', '\012', '\104', '\172', - '\146', '\040', '\163', '\172', '\040', '\061', '\012', '\143', - '\142', '\105', '\040', '\143', '\150', '\040', '\061', '\012', - '\130', '\146', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\122', '\152', '\155', '\040', '\151', '\152', '\040', - '\061', '\012', '\146', '\155', '\131', '\040', '\155', '\145', - '\040', '\061', '\012', '\167', '\131', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\165', '\106', '\160', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\127', '\155', - '\040', '\166', '\141', '\040', '\061', '\012', '\171', '\126', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\143', - '\147', '\114', '\040', '\143', '\150', '\040', '\061', '\012', - '\172', '\155', '\122', '\040', '\163', '\172', '\040', '\061', - '\012', '\172', '\146', '\102', '\040', '\163', '\172', '\040', - '\061', '\012', '\172', '\156', '\110', '\040', '\141', '\156', - '\040', '\061', '\012', '\150', '\147', '\107', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\165', '\105', '\040', - '\161', '\165', '\040', '\061', '\012', '\102', '\163', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\157', '\127', - '\170', '\040', '\157', '\156', '\040', '\061', '\012', '\120', - '\152', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\112', '\144', '\146', '\040', '\144', '\145', '\040', '\061', - '\012', '\130', '\155', '\160', '\040', '\155', '\145', '\040', - '\061', '\012', '\163', '\147', '\117', '\040', '\156', '\147', - '\040', '\061', '\012', '\150', '\103', '\152', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\164', '\122', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\104', '\163', - '\040', '\163', '\164', '\040', '\061', '\012', '\142', '\121', - '\142', '\040', '\142', '\145', '\040', '\061', '\012', '\161', - '\165', '\115', '\040', '\165', '\156', '\040', '\061', '\012', - '\146', '\114', '\154', '\040', '\154', '\145', '\040', '\061', - '\012', '\116', '\150', '\160', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\156', '\125', '\040', '\141', '\156', - '\040', '\061', '\012', '\163', '\144', '\123', '\040', '\163', - '\164', '\040', '\061', '\012', '\167', '\127', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\106', '\161', - '\040', '\164', '\150', '\040', '\061', '\012', '\143', '\106', - '\161', '\040', '\143', '\150', '\040', '\061', '\012', '\127', - '\167', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\114', '\161', '\171', '\040', '\161', '\165', '\040', '\061', - '\012', '\156', '\161', '\121', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\155', '\104', '\040', '\163', '\172', - '\040', '\061', '\012', '\107', '\171', '\170', '\040', '\156', - '\171', '\040', '\061', '\012', '\142', '\153', '\122', '\040', - '\153', '\141', '\040', '\061', '\012', '\154', '\121', '\167', - '\040', '\154', '\145', '\040', '\061', '\012', '\120', '\161', - '\155', '\040', '\161', '\165', '\040', '\061', '\012', '\106', - '\167', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\164', '\110', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\152', '\171', '\114', '\040', '\151', '\152', '\040', - '\061', '\012', '\161', '\170', '\101', '\040', '\161', '\165', - '\040', '\061', '\012', '\155', '\162', '\103', '\040', '\145', - '\162', '\040', '\061', '\012', '\161', '\172', '\114', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\112', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\152', '\146', - '\123', '\040', '\151', '\152', '\040', '\061', '\012', '\161', - '\115', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\155', '\154', '\126', '\040', '\154', '\145', '\040', '\061', - '\012', '\142', '\153', '\112', '\040', '\153', '\141', '\040', - '\061', '\012', '\153', '\156', '\110', '\040', '\141', '\156', - '\040', '\061', '\012', '\125', '\161', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\165', '\106', '\040', - '\143', '\150', '\040', '\061', '\012', '\151', '\131', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\146', '\125', - '\145', '\040', '\145', '\162', '\040', '\061', '\012', '\163', - '\102', '\142', '\040', '\163', '\164', '\040', '\061', '\012', - '\116', '\150', '\170', '\040', '\164', '\150', '\040', '\061', - '\012', '\162', '\150', '\120', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\127', '\160', '\040', '\144', '\145', - '\040', '\061', '\012', '\131', '\166', '\146', '\040', '\166', - '\141', '\040', '\061', '\012', '\122', '\170', '\162', '\040', - '\145', '\162', '\040', '\061', '\012', '\153', '\172', '\107', - '\040', '\163', '\172', '\040', '\061', '\012', '\170', '\165', - '\132', '\040', '\161', '\165', '\040', '\061', '\012', '\170', - '\166', '\104', '\040', '\166', '\141', '\040', '\061', '\012', - '\146', '\167', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\152', '\112', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\132', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\166', '\112', '\156', '\040', '\141', - '\156', '\040', '\061', '\012', '\170', '\156', '\117', '\040', - '\141', '\156', '\040', '\061', '\012', '\166', '\143', '\101', - '\040', '\143', '\150', '\040', '\061', '\012', '\155', '\146', - '\113', '\040', '\155', '\145', '\040', '\061', '\012', '\166', - '\152', '\123', '\040', '\151', '\152', '\040', '\061', '\012', - '\116', '\166', '\160', '\040', '\166', '\141', '\040', '\061', - '\012', '\144', '\146', '\102', '\040', '\144', '\145', '\040', - '\061', '\012', '\121', '\163', '\142', '\040', '\163', '\164', - '\040', '\061', '\012', '\144', '\130', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\172', '\122', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\105', '\152', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\141', '\107', - '\172', '\040', '\141', '\156', '\040', '\061', '\012', '\156', - '\110', '\147', '\040', '\141', '\156', '\040', '\061', '\012', - '\142', '\166', '\101', '\040', '\166', '\141', '\040', '\061', - '\012', '\102', '\146', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\172', '\126', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\163', '\131', '\040', '\163', - '\164', '\040', '\061', '\012', '\150', '\126', '\172', '\040', - '\164', '\150', '\040', '\061', '\012', '\120', '\152', '\155', - '\040', '\151', '\152', '\040', '\061', '\012', '\163', '\130', - '\151', '\040', '\151', '\156', '\040', '\061', '\012', '\151', - '\113', '\152', '\040', '\151', '\156', '\040', '\061', '\012', - '\161', '\141', '\105', '\040', '\141', '\156', '\040', '\061', - '\012', '\103', '\146', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\115', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\155', '\147', '\132', '\040', '\156', - '\147', '\040', '\061', '\012', '\166', '\147', '\101', '\040', - '\156', '\147', '\040', '\061', '\012', '\151', '\167', '\112', - '\040', '\151', '\156', '\040', '\061', '\012', '\166', '\107', - '\170', '\040', '\166', '\141', '\040', '\061', '\012', '\164', - '\146', '\131', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\152', '\110', '\040', '\154', '\145', '\040', '\061', - '\012', '\172', '\107', '\152', '\040', '\163', '\172', '\040', - '\061', '\012', '\142', '\155', '\113', '\040', '\155', '\145', - '\040', '\061', '\012', '\156', '\125', '\161', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\122', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\164', '\107', '\152', - '\040', '\164', '\150', '\040', '\061', '\012', '\172', '\126', - '\144', '\040', '\163', '\172', '\040', '\061', '\012', '\152', - '\123', '\162', '\040', '\145', '\162', '\040', '\061', '\012', - '\146', '\116', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\124', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\156', '\161', '\105', '\040', '\141', '\156', - '\040', '\061', '\012', '\127', '\156', '\147', '\040', '\141', - '\156', '\040', '\061', '\012', '\172', '\126', '\166', '\040', - '\163', '\172', '\040', '\061', '\012', '\147', '\126', '\163', - '\040', '\156', '\147', '\040', '\061', '\012', '\146', '\116', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\161', - '\116', '\167', '\040', '\161', '\165', '\040', '\061', '\012', - '\132', '\156', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\165', '\112', '\163', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\166', '\112', '\040', '\166', '\141', - '\040', '\061', '\012', '\170', '\154', '\115', '\040', '\154', - '\145', '\040', '\061', '\012', '\112', '\172', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\166', '\122', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\143', - '\113', '\040', '\143', '\150', '\040', '\061', '\012', '\167', - '\126', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\162', '\127', '\167', '\040', '\145', '\162', '\040', '\061', - '\012', '\143', '\110', '\153', '\040', '\143', '\150', '\040', - '\061', '\012', '\166', '\117', '\170', '\040', '\166', '\141', - '\040', '\061', '\012', '\151', '\125', '\141', '\040', '\141', - '\156', '\040', '\061', '\012', '\156', '\127', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\172', '\161', '\132', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\106', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\156', - '\103', '\147', '\040', '\141', '\156', '\040', '\061', '\012', - '\146', '\131', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\126', '\163', '\170', '\040', '\163', '\164', '\040', - '\061', '\012', '\155', '\164', '\115', '\040', '\164', '\150', - '\040', '\061', '\012', '\155', '\150', '\107', '\040', '\164', - '\150', '\040', '\061', '\012', '\152', '\164', '\116', '\040', - '\164', '\150', '\040', '\061', '\012', '\150', '\143', '\103', - '\040', '\164', '\150', '\040', '\061', '\012', '\116', '\167', - '\153', '\040', '\153', '\141', '\040', '\061', '\012', '\144', - '\130', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\112', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\163', '\117', '\040', '\163', '\164', '\040', - '\061', '\012', '\161', '\122', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\122', '\156', '\152', '\040', '\141', - '\156', '\040', '\061', '\012', '\153', '\155', '\120', '\040', - '\153', '\141', '\040', '\061', '\012', '\130', '\164', '\147', - '\040', '\164', '\150', '\040', '\061', '\012', '\107', '\166', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\152', - '\161', '\166', '\040', '\161', '\165', '\040', '\061', '\012', - '\143', '\126', '\154', '\040', '\143', '\150', '\040', '\061', - '\012', '\143', '\144', '\111', '\040', '\143', '\150', '\040', - '\061', '\012', '\172', '\144', '\105', '\040', '\163', '\172', - '\040', '\061', '\012', '\150', '\132', '\153', '\040', '\164', - '\150', '\040', '\061', '\012', '\102', '\144', '\170', '\040', - '\144', '\145', '\040', '\061', '\012', '\150', '\110', '\156', - '\040', '\164', '\150', '\040', '\061', '\012', '\150', '\153', - '\107', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\170', '\112', '\040', '\166', '\141', '\040', '\061', '\012', - '\154', '\162', '\101', '\040', '\145', '\162', '\040', '\061', - '\012', '\154', '\162', '\124', '\040', '\145', '\162', '\040', - '\061', '\012', '\150', '\152', '\126', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\142', '\111', '\040', '\161', - '\165', '\040', '\061', '\012', '\155', '\124', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\146', '\155', '\126', - '\040', '\155', '\145', '\040', '\061', '\012', '\162', '\104', - '\153', '\040', '\145', '\162', '\040', '\061', '\012', '\144', - '\116', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\107', '\172', '\152', '\040', '\163', '\172', '\040', '\061', - '\012', '\141', '\126', '\152', '\040', '\141', '\156', '\040', - '\061', '\012', '\166', '\116', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\153', '\130', '\141', '\040', '\141', - '\156', '\040', '\061', '\012', '\162', '\107', '\163', '\040', - '\145', '\162', '\040', '\061', '\012', '\170', '\141', '\130', - '\040', '\141', '\156', '\040', '\061', '\012', '\143', '\162', - '\107', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\112', '\141', '\040', '\141', '\156', '\040', '\061', '\012', - '\152', '\104', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\115', '\146', '\170', '\040', '\146', '\157', '\040', - '\061', '\012', '\170', '\105', '\141', '\040', '\141', '\156', - '\040', '\061', '\012', '\121', '\166', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\167', '\122', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\160', '\106', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\103', '\160', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\162', - '\112', '\153', '\040', '\145', '\162', '\040', '\061', '\012', - '\146', '\142', '\121', '\040', '\142', '\145', '\040', '\061', - '\012', '\130', '\172', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\106', '\171', '\040', '\161', '\165', - '\040', '\061', '\012', '\132', '\146', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\164', '\167', '\105', '\040', - '\164', '\150', '\040', '\061', '\012', '\117', '\141', '\161', - '\040', '\141', '\156', '\040', '\061', '\012', '\171', '\163', - '\131', '\040', '\163', '\164', '\040', '\061', '\012', '\167', - '\144', '\132', '\040', '\144', '\145', '\040', '\061', '\012', - '\147', '\155', '\117', '\040', '\156', '\147', '\040', '\061', - '\012', '\167', '\107', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\167', '\122', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\147', '\161', '\123', '\040', '\161', - '\165', '\040', '\061', '\012', '\101', '\147', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\124', '\167', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\121', '\156', - '\166', '\040', '\141', '\156', '\040', '\061', '\012', '\142', - '\126', '\166', '\040', '\166', '\141', '\040', '\061', '\012', - '\143', '\104', '\167', '\040', '\143', '\150', '\040', '\061', - '\012', '\164', '\107', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\146', '\142', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\124', '\166', '\167', '\040', '\166', - '\141', '\040', '\061', '\012', '\155', '\116', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\144', '\164', '\105', - '\040', '\164', '\150', '\040', '\061', '\012', '\160', '\172', - '\120', '\040', '\163', '\172', '\040', '\061', '\012', '\126', - '\163', '\167', '\040', '\163', '\172', '\040', '\061', '\012', - '\161', '\107', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\120', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\171', '\103', '\040', '\161', '\165', - '\040', '\061', '\012', '\156', '\170', '\106', '\040', '\141', - '\156', '\040', '\061', '\012', '\152', '\104', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\152', '\110', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\170', - '\132', '\040', '\146', '\157', '\040', '\061', '\012', '\163', - '\121', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\156', '\155', '\110', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\162', '\104', '\040', '\145', '\162', '\040', - '\061', '\012', '\150', '\115', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\110', '\153', '\040', '\153', - '\141', '\040', '\061', '\012', '\150', '\155', '\123', '\040', - '\164', '\150', '\040', '\061', '\012', '\130', '\144', '\164', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\167', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\165', - '\112', '\162', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\120', '\153', '\040', '\163', '\164', '\040', '\061', - '\012', '\130', '\152', '\160', '\040', '\151', '\152', '\040', - '\061', '\012', '\125', '\161', '\151', '\040', '\161', '\165', - '\040', '\061', '\012', '\153', '\147', '\104', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\147', '\111', '\040', - '\156', '\147', '\040', '\061', '\012', '\165', '\106', '\167', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\116', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\144', - '\150', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\114', '\170', '\157', '\040', '\157', '\156', '\040', '\061', - '\012', '\123', '\146', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\122', '\160', '\040', '\163', '\172', - '\040', '\061', '\012', '\170', '\167', '\113', '\040', '\167', - '\141', '\040', '\061', '\012', '\146', '\155', '\102', '\040', - '\155', '\145', '\040', '\061', '\012', '\166', '\162', '\126', - '\040', '\145', '\162', '\040', '\061', '\012', '\161', '\123', - '\146', '\040', '\161', '\165', '\040', '\061', '\012', '\152', - '\120', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\110', '\142', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\142', '\112', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\154', '\161', '\121', '\040', '\161', '\165', - '\040', '\061', '\012', '\170', '\123', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\144', '\115', '\153', '\040', - '\144', '\145', '\040', '\061', '\012', '\166', '\126', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\153', - '\113', '\040', '\153', '\141', '\040', '\061', '\012', '\130', - '\144', '\163', '\040', '\144', '\145', '\040', '\061', '\012', - '\171', '\142', '\102', '\040', '\142', '\145', '\040', '\061', - '\012', '\147', '\160', '\105', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\143', '\103', '\040', '\143', '\150', - '\040', '\061', '\012', '\160', '\170', '\114', '\040', '\160', - '\162', '\040', '\061', '\012', '\147', '\120', '\155', '\040', - '\156', '\147', '\040', '\061', '\012', '\102', '\160', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\144', '\160', - '\102', '\040', '\144', '\145', '\040', '\061', '\012', '\152', - '\154', '\112', '\040', '\154', '\145', '\040', '\061', '\012', - '\160', '\153', '\103', '\040', '\153', '\141', '\040', '\061', - '\012', '\171', '\160', '\120', '\040', '\160', '\162', '\040', - '\061', '\012', '\116', '\161', '\155', '\040', '\161', '\165', - '\040', '\061', '\012', '\164', '\147', '\132', '\040', '\164', - '\150', '\040', '\061', '\012', '\105', '\161', '\157', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\122', '\153', - '\040', '\144', '\145', '\040', '\061', '\012', '\125', '\142', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\170', - '\150', '\131', '\040', '\164', '\150', '\040', '\061', '\012', - '\154', '\112', '\144', '\040', '\154', '\145', '\040', '\061', - '\012', '\160', '\166', '\116', '\040', '\166', '\141', '\040', - '\061', '\012', '\121', '\146', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\104', '\142', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\163', '\106', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\167', '\153', '\130', - '\040', '\153', '\141', '\040', '\061', '\012', '\170', '\160', - '\122', '\040', '\160', '\162', '\040', '\061', '\012', '\160', - '\152', '\112', '\040', '\151', '\152', '\040', '\061', '\012', - '\147', '\153', '\121', '\040', '\156', '\147', '\040', '\061', - '\012', '\162', '\115', '\146', '\040', '\145', '\162', '\040', - '\061', '\012', '\112', '\163', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\170', '\117', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\104', '\161', '\165', '\040', - '\165', '\156', '\040', '\061', '\012', '\156', '\142', '\112', - '\040', '\141', '\156', '\040', '\061', '\012', '\147', '\166', - '\106', '\040', '\156', '\147', '\040', '\061', '\012', '\106', - '\156', '\160', '\040', '\141', '\156', '\040', '\061', '\012', - '\152', '\160', '\126', '\040', '\151', '\152', '\040', '\061', - '\012', '\161', '\164', '\104', '\040', '\164', '\150', '\040', - '\061', '\012', '\165', '\105', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\150', '\131', '\040', '\164', - '\150', '\040', '\061', '\012', '\117', '\150', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\156', '\130', '\171', - '\040', '\141', '\156', '\040', '\061', '\012', '\160', '\144', - '\125', '\040', '\144', '\145', '\040', '\061', '\012', '\155', - '\104', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\151', '\126', '\153', '\040', '\151', '\156', '\040', '\061', - '\012', '\110', '\161', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\170', '\160', '\132', '\040', '\160', '\157', - '\040', '\061', '\012', '\141', '\145', '\125', '\040', '\141', - '\156', '\040', '\061', '\012', '\163', '\152', '\132', '\040', - '\163', '\164', '\040', '\061', '\012', '\163', '\107', '\160', - '\040', '\163', '\164', '\040', '\061', '\012', '\127', '\161', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\170', - '\161', '\123', '\040', '\161', '\165', '\040', '\061', '\012', - '\112', '\152', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\120', '\160', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\130', '\172', '\040', '\163', '\164', - '\040', '\061', '\012', '\170', '\166', '\120', '\040', '\166', - '\141', '\040', '\061', '\012', '\127', '\142', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\164', '\152', '\113', - '\040', '\164', '\150', '\040', '\061', '\012', '\154', '\150', - '\110', '\040', '\164', '\150', '\040', '\061', '\012', '\150', - '\161', '\126', '\040', '\164', '\150', '\040', '\061', '\012', - '\144', '\131', '\146', '\040', '\144', '\145', '\040', '\061', - '\012', '\160', '\106', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\163', '\106', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\165', '\110', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\166', '\150', '\101', '\040', - '\164', '\150', '\040', '\061', '\012', '\152', '\154', '\105', - '\040', '\154', '\145', '\040', '\061', '\012', '\163', '\161', - '\102', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\156', '\162', '\040', '\141', '\156', '\040', '\061', '\012', - '\106', '\170', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\172', '\110', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\160', '\144', '\102', '\040', '\144', '\145', - '\040', '\061', '\012', '\167', '\110', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\120', '\170', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\147', '\110', '\170', - '\040', '\156', '\147', '\040', '\061', '\012', '\156', '\161', - '\112', '\040', '\141', '\156', '\040', '\061', '\012', '\157', - '\161', '\130', '\040', '\161', '\165', '\040', '\061', '\012', - '\130', '\142', '\171', '\040', '\142', '\145', '\040', '\061', - '\012', '\164', '\142', '\111', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\123', '\146', '\040', '\153', '\141', - '\040', '\061', '\012', '\166', '\150', '\104', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\110', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\116', '\160', '\170', - '\040', '\160', '\162', '\040', '\061', '\012', '\121', '\172', - '\160', '\040', '\163', '\172', '\040', '\061', '\012', '\170', - '\151', '\125', '\040', '\151', '\156', '\040', '\061', '\012', - '\162', '\152', '\132', '\040', '\145', '\162', '\040', '\061', - '\012', '\167', '\152', '\125', '\040', '\151', '\152', '\040', - '\061', '\012', '\152', '\164', '\102', '\040', '\164', '\150', - '\040', '\061', '\012', '\131', '\147', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\141', '\121', '\146', '\040', - '\141', '\156', '\040', '\061', '\012', '\170', '\127', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\141', '\126', - '\146', '\040', '\141', '\156', '\040', '\061', '\012', '\160', - '\121', '\170', '\040', '\160', '\162', '\040', '\061', '\012', - '\114', '\156', '\167', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\127', '\141', '\040', '\141', '\156', '\040', - '\061', '\012', '\165', '\110', '\160', '\040', '\161', '\165', - '\040', '\061', '\012', '\114', '\166', '\160', '\040', '\166', - '\141', '\040', '\061', '\012', '\112', '\170', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\172', '\110', '\153', - '\040', '\163', '\172', '\040', '\061', '\012', '\167', '\166', - '\125', '\040', '\166', '\141', '\040', '\061', '\012', '\127', - '\161', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\126', '\163', '\040', '\164', '\150', '\040', '\061', - '\012', '\130', '\147', '\171', '\040', '\156', '\147', '\040', - '\061', '\012', '\144', '\132', '\152', '\040', '\144', '\145', - '\040', '\061', '\012', '\165', '\103', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\107', '\170', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\110', '\154', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\127', '\161', - '\144', '\040', '\161', '\165', '\040', '\061', '\012', '\104', - '\170', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\150', '\144', '\116', '\040', '\164', '\150', '\040', '\061', - '\012', '\160', '\166', '\115', '\040', '\166', '\141', '\040', - '\061', '\012', '\127', '\170', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\161', '\127', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\151', '\117', '\040', - '\151', '\156', '\040', '\061', '\012', '\146', '\104', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\142', '\110', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\151', - '\126', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\120', '\155', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\146', '\130', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\146', '\114', '\040', '\146', '\157', - '\040', '\061', '\012', '\171', '\107', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\102', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\150', '\103', '\153', - '\040', '\164', '\150', '\040', '\061', '\012', '\114', '\154', - '\153', '\040', '\154', '\145', '\040', '\061', '\012', '\171', - '\115', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\162', '\131', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\144', '\130', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\170', '\107', '\040', '\161', '\165', - '\040', '\061', '\012', '\132', '\155', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\122', '\172', '\167', '\040', - '\163', '\172', '\040', '\061', '\012', '\156', '\102', '\144', - '\040', '\141', '\156', '\040', '\061', '\012', '\155', '\127', - '\154', '\040', '\154', '\145', '\040', '\061', '\012', '\170', - '\165', '\111', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\171', '\106', '\040', '\151', '\152', '\040', '\061', - '\012', '\142', '\126', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\147', '\120', '\040', '\156', '\147', - '\040', '\061', '\012', '\144', '\106', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\152', '\106', '\155', '\040', - '\151', '\152', '\040', '\061', '\012', '\122', '\155', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\153', '\154', - '\110', '\040', '\154', '\145', '\040', '\061', '\012', '\126', - '\146', '\146', '\040', '\146', '\157', '\040', '\061', '\012', - '\113', '\172', '\153', '\040', '\163', '\172', '\040', '\061', - '\012', '\114', '\150', '\166', '\040', '\164', '\150', '\040', - '\061', '\012', '\143', '\123', '\152', '\040', '\143', '\150', - '\040', '\061', '\012', '\121', '\162', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\165', '\102', '\167', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\103', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\161', '\171', - '\123', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\130', '\165', '\040', '\143', '\150', '\040', '\061', '\012', - '\167', '\146', '\115', '\040', '\167', '\141', '\040', '\061', - '\012', '\153', '\144', '\113', '\040', '\144', '\145', '\040', - '\061', '\012', '\143', '\130', '\152', '\040', '\143', '\150', - '\040', '\061', '\012', '\143', '\164', '\132', '\040', '\164', - '\150', '\040', '\061', '\012', '\146', '\152', '\111', '\040', - '\151', '\152', '\040', '\061', '\012', '\143', '\147', '\123', - '\040', '\143', '\150', '\040', '\061', '\012', '\155', '\167', - '\114', '\040', '\155', '\145', '\040', '\061', '\012', '\153', - '\172', '\125', '\040', '\163', '\172', '\040', '\061', '\012', - '\143', '\132', '\162', '\040', '\143', '\150', '\040', '\061', - '\012', '\146', '\161', '\125', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\112', '\151', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\104', '\144', '\040', '\156', - '\147', '\040', '\061', '\012', '\142', '\113', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\141', '\125', '\167', - '\040', '\141', '\156', '\040', '\061', '\012', '\163', '\170', - '\105', '\040', '\163', '\164', '\040', '\061', '\012', '\155', - '\170', '\125', '\040', '\155', '\145', '\040', '\061', '\012', - '\143', '\167', '\131', '\040', '\143', '\150', '\040', '\061', - '\012', '\146', '\160', '\103', '\040', '\160', '\162', '\040', - '\061', '\012', '\163', '\122', '\167', '\040', '\163', '\164', - '\040', '\061', '\012', '\113', '\153', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\170', '\101', '\040', - '\167', '\141', '\040', '\061', '\012', '\147', '\121', '\146', - '\040', '\156', '\147', '\040', '\061', '\012', '\160', '\120', - '\142', '\040', '\160', '\162', '\040', '\061', '\012', '\110', - '\167', '\165', '\040', '\153', '\165', '\040', '\061', '\012', - '\163', '\165', '\130', '\040', '\161', '\165', '\040', '\061', - '\012', '\154', '\161', '\131', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\170', '\127', '\040', '\163', '\164', - '\040', '\061', '\012', '\141', '\106', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\154', '\127', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\142', '\132', - '\040', '\160', '\162', '\040', '\061', '\012', '\142', '\161', - '\155', '\040', '\161', '\165', '\040', '\061', '\012', '\153', - '\112', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\161', '\164', '\124', '\040', '\164', '\150', '\040', '\061', - '\012', '\172', '\115', '\144', '\040', '\163', '\172', '\040', - '\061', '\012', '\150', '\107', '\163', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\154', '\110', '\040', '\154', - '\145', '\040', '\061', '\012', '\144', '\155', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\130', '\162', '\153', - '\040', '\145', '\162', '\040', '\061', '\012', '\117', '\143', - '\146', '\040', '\143', '\150', '\040', '\061', '\012', '\155', - '\113', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\172', '\162', '\101', '\040', '\145', '\162', '\040', '\061', - '\012', '\147', '\170', '\105', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\127', '\165', '\040', '\165', '\156', - '\040', '\061', '\012', '\170', '\121', '\146', '\040', '\146', - '\157', '\040', '\061', '\012', '\130', '\157', '\172', '\040', - '\157', '\156', '\040', '\061', '\012', '\146', '\155', '\120', - '\040', '\155', '\145', '\040', '\061', '\012', '\153', '\144', - '\104', '\040', '\144', '\145', '\040', '\061', '\012', '\142', - '\102', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\167', '\160', '\101', '\040', '\160', '\162', '\040', '\061', - '\012', '\156', '\115', '\142', '\040', '\141', '\156', '\040', - '\061', '\012', '\164', '\110', '\161', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\115', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\123', '\166', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\152', '\115', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\167', '\102', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\171', - '\155', '\130', '\040', '\155', '\145', '\040', '\061', '\012', - '\150', '\143', '\102', '\040', '\164', '\150', '\040', '\061', - '\012', '\142', '\162', '\125', '\040', '\145', '\162', '\040', - '\061', '\012', '\160', '\141', '\130', '\040', '\141', '\156', - '\040', '\061', '\012', '\150', '\144', '\107', '\040', '\164', - '\150', '\040', '\061', '\012', '\106', '\167', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\163', '\142', '\131', - '\040', '\163', '\164', '\040', '\061', '\012', '\155', '\150', - '\102', '\040', '\164', '\150', '\040', '\061', '\012', '\160', - '\146', '\132', '\040', '\160', '\162', '\040', '\061', '\012', - '\126', '\155', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\163', '\103', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\132', '\146', '\167', '\040', '\167', '\141', - '\040', '\061', '\012', '\114', '\152', '\155', '\040', '\151', - '\152', '\040', '\061', '\012', '\160', '\161', '\107', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\160', '\113', - '\040', '\144', '\145', '\040', '\061', '\012', '\164', '\146', - '\107', '\040', '\164', '\150', '\040', '\061', '\012', '\151', - '\152', '\122', '\040', '\151', '\156', '\040', '\061', '\012', - '\151', '\112', '\171', '\040', '\151', '\156', '\040', '\061', - '\012', '\161', '\146', '\116', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\162', '\123', '\040', '\143', '\150', - '\040', '\061', '\012', '\143', '\147', '\124', '\040', '\143', - '\150', '\040', '\061', '\012', '\167', '\117', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\146', '\156', '\105', - '\040', '\141', '\156', '\040', '\061', '\012', '\150', '\127', - '\160', '\040', '\164', '\150', '\040', '\061', '\012', '\132', - '\160', '\167', '\040', '\160', '\162', '\040', '\061', '\012', - '\167', '\144', '\117', '\040', '\144', '\145', '\040', '\061', - '\012', '\166', '\131', '\171', '\040', '\166', '\141', '\040', - '\061', '\012', '\161', '\162', '\111', '\040', '\161', '\165', - '\040', '\061', '\012', '\144', '\155', '\106', '\040', '\144', - '\145', '\040', '\061', '\012', '\152', '\150', '\112', '\040', - '\164', '\150', '\040', '\061', '\012', '\167', '\110', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\112', '\172', - '\142', '\040', '\163', '\172', '\040', '\061', '\012', '\146', - '\105', '\171', '\040', '\156', '\171', '\040', '\061', '\012', - '\150', '\150', '\132', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\160', '\121', '\040', '\160', '\162', '\040', - '\061', '\012', '\161', '\131', '\147', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\164', '\131', '\040', '\164', - '\150', '\040', '\061', '\012', '\113', '\144', '\170', '\040', - '\144', '\145', '\040', '\061', '\012', '\161', '\146', '\152', - '\040', '\161', '\165', '\040', '\061', '\012', '\122', '\142', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\142', - '\142', '\117', '\040', '\142', '\145', '\040', '\061', '\012', - '\130', '\143', '\156', '\040', '\143', '\150', '\040', '\061', - '\012', '\153', '\103', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\107', '\143', '\170', '\040', '\143', '\150', - '\040', '\061', '\012', '\172', '\155', '\103', '\040', '\163', - '\172', '\040', '\061', '\012', '\167', '\112', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\161', '\104', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\112', '\172', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\131', - '\162', '\167', '\040', '\145', '\162', '\040', '\061', '\012', - '\113', '\163', '\170', '\040', '\163', '\164', '\040', '\061', - '\012', '\165', '\113', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\123', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\114', '\152', '\172', '\040', '\163', - '\172', '\040', '\061', '\012', '\170', '\144', '\102', '\040', - '\144', '\145', '\040', '\061', '\012', '\172', '\127', '\142', - '\040', '\163', '\172', '\040', '\061', '\012', '\166', '\167', - '\131', '\040', '\166', '\141', '\040', '\061', '\012', '\166', - '\115', '\144', '\040', '\144', '\145', '\040', '\061', '\012', - '\144', '\142', '\110', '\040', '\144', '\145', '\040', '\061', - '\012', '\121', '\163', '\165', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\110', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\112', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\132', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\142', '\164', '\117', - '\040', '\164', '\150', '\040', '\061', '\012', '\130', '\155', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\161', - '\160', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\112', '\156', '\167', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\154', '\104', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\143', '\130', '\040', '\143', '\150', - '\040', '\061', '\012', '\131', '\166', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\132', '\146', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\110', '\161', '\172', - '\040', '\161', '\165', '\040', '\061', '\012', '\170', '\161', - '\115', '\040', '\161', '\165', '\040', '\061', '\012', '\110', - '\164', '\150', '\040', '\143', '\150', '\040', '\061', '\012', - '\172', '\164', '\114', '\040', '\164', '\150', '\040', '\061', - '\012', '\151', '\117', '\152', '\040', '\151', '\156', '\040', - '\061', '\012', '\143', '\111', '\172', '\040', '\143', '\150', - '\040', '\061', '\012', '\150', '\150', '\103', '\040', '\164', - '\150', '\040', '\061', '\012', '\164', '\166', '\130', '\040', - '\164', '\150', '\040', '\061', '\012', '\106', '\147', '\153', - '\040', '\156', '\147', '\040', '\061', '\012', '\155', '\152', - '\103', '\040', '\151', '\152', '\040', '\061', '\012', '\117', - '\152', '\160', '\040', '\151', '\152', '\040', '\061', '\012', - '\153', '\166', '\111', '\040', '\153', '\141', '\040', '\061', - '\012', '\172', '\161', '\142', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\161', '\127', '\040', '\161', '\165', - '\040', '\061', '\012', '\151', '\110', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\152', '\170', '\112', '\040', - '\151', '\152', '\040', '\061', '\012', '\107', '\142', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\156', '\121', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\160', - '\130', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\104', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\161', '\121', '\162', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\112', '\170', '\040', '\166', '\141', - '\040', '\061', '\012', '\172', '\142', '\131', '\040', '\163', - '\172', '\040', '\061', '\012', '\146', '\122', '\155', '\040', - '\155', '\145', '\040', '\061', '\012', '\161', '\105', '\154', - '\040', '\161', '\165', '\040', '\061', '\012', '\157', '\141', - '\132', '\040', '\141', '\156', '\040', '\061', '\012', '\166', - '\152', '\106', '\040', '\151', '\152', '\040', '\061', '\012', - '\154', '\161', '\130', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\123', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\142', '\130', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\112', '\166', '\040', '\151', - '\152', '\040', '\061', '\012', '\127', '\162', '\166', '\040', - '\145', '\162', '\040', '\061', '\012', '\113', '\160', '\167', - '\040', '\160', '\162', '\040', '\061', '\012', '\170', '\141', - '\131', '\040', '\141', '\156', '\040', '\061', '\012', '\152', - '\103', '\166', '\040', '\151', '\152', '\040', '\061', '\012', - '\146', '\142', '\122', '\040', '\142', '\145', '\040', '\061', - '\012', '\160', '\124', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\167', '\144', '\111', '\040', '\144', '\145', - '\040', '\061', '\012', '\161', '\146', '\121', '\040', '\161', - '\165', '\040', '\061', '\012', '\122', '\162', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\144', '\142', '\106', - '\040', '\144', '\145', '\040', '\061', '\012', '\142', '\172', - '\106', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\167', '\117', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\162', '\131', '\040', '\145', '\162', '\040', '\061', - '\012', '\164', '\167', '\111', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\114', '\146', '\040', '\163', '\172', - '\040', '\061', '\012', '\142', '\126', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\130', '\156', '\154', '\040', - '\141', '\156', '\040', '\061', '\012', '\127', '\147', '\142', - '\040', '\156', '\147', '\040', '\061', '\012', '\146', '\165', - '\123', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\111', '\146', '\040', '\166', '\141', '\040', '\061', '\012', - '\124', '\167', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\156', '\113', '\144', '\040', '\141', '\156', '\040', - '\061', '\012', '\104', '\153', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\165', '\102', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\117', '\172', '\040', - '\153', '\141', '\040', '\061', '\012', '\172', '\117', '\152', - '\040', '\163', '\172', '\040', '\061', '\012', '\156', '\172', - '\105', '\040', '\141', '\156', '\040', '\061', '\012', '\132', - '\142', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\115', '\147', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\146', '\103', '\040', '\156', '\147', '\040', - '\061', '\012', '\166', '\147', '\104', '\040', '\156', '\147', - '\040', '\061', '\012', '\171', '\164', '\103', '\040', '\164', - '\150', '\040', '\061', '\012', '\155', '\161', '\115', '\040', - '\161', '\165', '\040', '\061', '\012', '\113', '\152', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\170', '\142', - '\130', '\040', '\142', '\145', '\040', '\061', '\012', '\172', - '\146', '\110', '\040', '\163', '\172', '\040', '\061', '\012', - '\155', '\167', '\110', '\040', '\155', '\145', '\040', '\061', - '\012', '\172', '\121', '\142', '\040', '\163', '\172', '\040', - '\061', '\012', '\107', '\172', '\153', '\040', '\163', '\172', - '\040', '\061', '\012', '\161', '\163', '\127', '\040', '\161', - '\165', '\040', '\061', '\012', '\153', '\116', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\114', '\161', '\172', - '\040', '\161', '\165', '\040', '\061', '\012', '\156', '\155', - '\127', '\040', '\141', '\156', '\040', '\061', '\012', '\161', - '\116', '\170', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\143', '\121', '\040', '\143', '\150', '\040', '\061', - '\012', '\161', '\115', '\172', '\040', '\161', '\165', '\040', - '\061', '\012', '\167', '\107', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\165', '\103', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\102', '\160', '\166', '\040', - '\160', '\162', '\040', '\061', '\012', '\161', '\116', '\145', - '\040', '\161', '\165', '\040', '\061', '\012', '\142', '\160', - '\120', '\040', '\160', '\162', '\040', '\061', '\012', '\154', - '\130', '\146', '\040', '\154', '\145', '\040', '\061', '\012', - '\143', '\114', '\161', '\040', '\143', '\150', '\040', '\061', - '\012', '\160', '\144', '\130', '\040', '\144', '\145', '\040', - '\061', '\012', '\161', '\172', '\125', '\040', '\161', '\165', - '\040', '\061', '\012', '\113', '\170', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\152', '\166', '\106', '\040', - '\151', '\152', '\040', '\061', '\012', '\162', '\106', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\105', '\164', - '\161', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\131', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\113', '\163', '\166', '\040', '\163', '\164', '\040', '\061', - '\012', '\146', '\112', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\146', '\153', '\103', '\040', '\153', '\141', - '\040', '\061', '\012', '\155', '\170', '\113', '\040', '\155', - '\145', '\040', '\061', '\012', '\146', '\142', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\166', '\162', '\127', - '\040', '\145', '\162', '\040', '\061', '\012', '\155', '\120', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\171', - '\102', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\151', '\103', '\146', '\040', '\151', '\156', '\040', '\061', - '\012', '\163', '\162', '\110', '\040', '\145', '\162', '\040', - '\061', '\012', '\150', '\152', '\102', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\143', '\107', '\040', '\143', - '\150', '\040', '\061', '\012', '\106', '\164', '\147', '\040', - '\164', '\150', '\040', '\061', '\012', '\165', '\102', '\160', - '\040', '\161', '\165', '\040', '\061', '\012', '\171', '\161', - '\124', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\152', '\106', '\040', '\144', '\145', '\040', '\061', '\012', - '\164', '\147', '\125', '\040', '\164', '\150', '\040', '\061', - '\012', '\127', '\162', '\152', '\040', '\145', '\162', '\040', - '\061', '\012', '\170', '\106', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\171', '\143', '\103', '\040', '\143', - '\150', '\040', '\061', '\012', '\145', '\161', '\101', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\142', '\107', - '\040', '\160', '\162', '\040', '\061', '\012', '\103', '\167', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\104', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\167', '\124', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\170', '\162', '\127', '\040', '\145', '\162', '\040', - '\061', '\012', '\153', '\121', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\167', '\115', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\171', '\103', '\156', '\040', - '\156', '\144', '\040', '\061', '\012', '\145', '\107', '\160', - '\040', '\145', '\162', '\040', '\061', '\012', '\165', '\120', - '\166', '\040', '\161', '\165', '\040', '\061', '\012', '\127', - '\161', '\145', '\040', '\161', '\165', '\040', '\061', '\012', - '\171', '\151', '\111', '\040', '\151', '\156', '\040', '\061', - '\012', '\162', '\161', '\106', '\040', '\161', '\165', '\040', - '\061', '\012', '\113', '\152', '\163', '\040', '\163', '\164', - '\040', '\061', '\012', '\154', '\167', '\113', '\040', '\154', - '\145', '\040', '\061', '\012', '\146', '\152', '\121', '\040', - '\151', '\152', '\040', '\061', '\012', '\165', '\111', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\144', '\170', - '\122', '\040', '\144', '\145', '\040', '\061', '\012', '\107', - '\161', '\152', '\040', '\161', '\165', '\040', '\061', '\012', - '\156', '\114', '\142', '\040', '\141', '\156', '\040', '\061', - '\012', '\147', '\122', '\144', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\171', '\166', '\040', '\161', '\165', - '\040', '\061', '\012', '\167', '\164', '\132', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\122', '\153', '\040', - '\143', '\150', '\040', '\061', '\012', '\151', '\113', '\146', - '\040', '\151', '\156', '\040', '\061', '\012', '\150', '\142', - '\113', '\040', '\164', '\150', '\040', '\061', '\012', '\162', - '\161', '\124', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\155', '\106', '\040', '\155', '\145', '\040', '\061', - '\012', '\166', '\110', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\164', '\161', '\116', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\114', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\170', '\166', '\112', '\040', - '\166', '\141', '\040', '\061', '\012', '\142', '\147', '\112', - '\040', '\156', '\147', '\040', '\061', '\012', '\121', '\152', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\114', - '\166', '\142', '\040', '\166', '\141', '\040', '\061', '\012', - '\110', '\170', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\164', '\126', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\162', '\150', '\132', '\040', '\164', '\150', - '\040', '\061', '\012', '\163', '\154', '\114', '\040', '\154', - '\145', '\040', '\061', '\012', '\153', '\144', '\110', '\040', - '\144', '\145', '\040', '\061', '\012', '\113', '\146', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\104', '\146', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\103', - '\161', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\156', '\121', '\153', '\040', '\141', '\156', '\040', '\061', - '\012', '\127', '\156', '\172', '\040', '\141', '\156', '\040', - '\061', '\012', '\116', '\152', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\142', '\112', '\146', '\040', '\142', - '\145', '\040', '\061', '\012', '\167', '\122', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\104', '\160', '\142', - '\040', '\160', '\162', '\040', '\061', '\012', '\163', '\120', - '\152', '\040', '\163', '\164', '\040', '\061', '\012', '\132', - '\160', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\155', '\120', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\121', '\143', '\154', '\040', '\143', '\150', '\040', - '\061', '\012', '\172', '\103', '\144', '\040', '\163', '\172', - '\040', '\061', '\012', '\171', '\162', '\103', '\040', '\145', - '\162', '\040', '\061', '\012', '\150', '\103', '\142', '\040', - '\164', '\150', '\040', '\061', '\012', '\141', '\102', '\166', - '\040', '\141', '\156', '\040', '\061', '\012', '\171', '\165', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\143', '\116', '\040', '\143', '\150', '\040', '\061', '\012', - '\142', '\132', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\107', '\164', '\146', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\142', '\127', '\040', '\167', '\141', - '\040', '\061', '\012', '\166', '\120', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\126', '\164', '\152', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\127', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\112', '\142', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\127', - '\155', '\142', '\040', '\155', '\145', '\040', '\061', '\012', - '\160', '\170', '\131', '\040', '\160', '\162', '\040', '\061', - '\012', '\150', '\121', '\170', '\040', '\164', '\150', '\040', - '\061', '\012', '\164', '\116', '\156', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\144', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\143', '\131', '\166', '\040', - '\143', '\150', '\040', '\061', '\012', '\172', '\154', '\130', - '\040', '\154', '\145', '\040', '\061', '\012', '\162', '\167', - '\106', '\040', '\145', '\162', '\040', '\061', '\012', '\143', - '\132', '\155', '\040', '\143', '\150', '\040', '\061', '\012', - '\171', '\142', '\112', '\040', '\142', '\145', '\040', '\061', - '\012', '\161', '\141', '\102', '\040', '\141', '\156', '\040', - '\061', '\012', '\164', '\126', '\152', '\040', '\164', '\150', - '\040', '\061', '\012', '\172', '\125', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\143', '\146', '\103', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\170', '\102', - '\040', '\164', '\150', '\040', '\061', '\012', '\124', '\142', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\157', - '\106', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\142', '\124', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\150', '\102', '\153', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\121', '\145', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\102', '\145', '\040', '\144', - '\145', '\040', '\061', '\012', '\144', '\160', '\103', '\040', - '\144', '\145', '\040', '\061', '\012', '\153', '\160', '\127', - '\040', '\153', '\141', '\040', '\061', '\012', '\132', '\153', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\116', - '\167', '\156', '\040', '\141', '\156', '\040', '\061', '\012', - '\147', '\162', '\103', '\040', '\156', '\147', '\040', '\061', - '\012', '\165', '\130', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\125', '\157', '\171', '\040', '\157', '\156', - '\040', '\061', '\012', '\132', '\146', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\113', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\150', '\123', '\142', - '\040', '\164', '\150', '\040', '\061', '\012', '\142', '\120', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\161', - '\143', '\147', '\040', '\143', '\150', '\040', '\061', '\012', - '\170', '\111', '\165', '\040', '\161', '\165', '\040', '\061', - '\012', '\147', '\102', '\166', '\040', '\156', '\147', '\040', - '\061', '\012', '\147', '\132', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\161', '\120', '\165', '\040', '\165', - '\156', '\040', '\061', '\012', '\102', '\146', '\160', '\040', - '\160', '\162', '\040', '\061', '\012', '\162', '\170', '\103', - '\040', '\145', '\162', '\040', '\061', '\012', '\163', '\114', - '\153', '\040', '\163', '\164', '\040', '\061', '\012', '\150', - '\107', '\152', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\166', '\122', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\160', '\122', '\040', '\161', '\165', '\040', - '\061', '\012', '\166', '\116', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\104', '\146', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\156', '\122', '\161', '\040', - '\141', '\156', '\040', '\061', '\012', '\153', '\150', '\122', - '\040', '\164', '\150', '\040', '\061', '\012', '\160', '\161', - '\120', '\040', '\161', '\165', '\040', '\061', '\012', '\164', - '\116', '\160', '\040', '\164', '\150', '\040', '\061', '\012', - '\126', '\167', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\167', '\101', '\040', '\167', '\141', '\040', - '\061', '\012', '\167', '\115', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\123', '\156', '\161', '\040', '\141', - '\156', '\040', '\061', '\012', '\144', '\146', '\104', '\040', - '\144', '\145', '\040', '\061', '\012', '\166', '\107', '\167', - '\040', '\166', '\141', '\040', '\061', '\012', '\130', '\161', - '\142', '\040', '\161', '\165', '\040', '\061', '\012', '\113', - '\167', '\167', '\040', '\167', '\141', '\040', '\061', '\012', - '\121', '\150', '\170', '\040', '\164', '\150', '\040', '\061', - '\012', '\117', '\171', '\170', '\040', '\156', '\171', '\040', - '\061', '\012', '\144', '\166', '\102', '\040', '\144', '\145', - '\040', '\061', '\012', '\163', '\126', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\110', '\143', '\156', '\040', - '\143', '\150', '\040', '\061', '\012', '\163', '\142', '\125', - '\040', '\163', '\164', '\040', '\061', '\012', '\146', '\106', - '\167', '\040', '\167', '\141', '\040', '\061', '\012', '\153', - '\146', '\124', '\040', '\153', '\141', '\040', '\061', '\012', - '\162', '\166', '\127', '\040', '\145', '\162', '\040', '\061', - '\012', '\131', '\170', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\156', '\106', '\153', '\040', '\141', '\156', - '\040', '\061', '\012', '\114', '\161', '\144', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\157', '\121', '\040', - '\164', '\150', '\040', '\061', '\012', '\116', '\146', '\152', - '\040', '\151', '\152', '\040', '\061', '\012', '\147', '\162', - '\110', '\040', '\156', '\147', '\040', '\061', '\012', '\143', - '\112', '\153', '\040', '\143', '\150', '\040', '\061', '\012', - '\120', '\156', '\166', '\040', '\141', '\156', '\040', '\061', - '\012', '\116', '\161', '\170', '\040', '\161', '\165', '\040', - '\061', '\012', '\171', '\146', '\105', '\040', '\156', '\171', - '\040', '\061', '\012', '\153', '\155', '\111', '\040', '\153', - '\141', '\040', '\061', '\012', '\107', '\155', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\142', '\170', '\123', - '\040', '\142', '\145', '\040', '\061', '\012', '\161', '\165', - '\125', '\040', '\165', '\156', '\040', '\061', '\012', '\161', - '\131', '\146', '\040', '\161', '\165', '\040', '\061', '\012', - '\172', '\113', '\167', '\040', '\163', '\172', '\040', '\061', - '\012', '\167', '\150', '\113', '\040', '\164', '\150', '\040', - '\061', '\012', '\157', '\146', '\131', '\040', '\157', '\156', - '\040', '\061', '\012', '\160', '\162', '\110', '\040', '\145', - '\162', '\040', '\061', '\012', '\152', '\130', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\166', '\121', '\155', - '\040', '\166', '\141', '\040', '\061', '\012', '\151', '\127', - '\170', '\040', '\151', '\156', '\040', '\061', '\012', '\142', - '\172', '\103', '\040', '\163', '\172', '\040', '\061', '\012', - '\156', '\131', '\170', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\141', '\113', '\040', '\141', '\156', '\040', - '\061', '\012', '\107', '\147', '\142', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\123', '\146', '\040', '\163', - '\172', '\040', '\061', '\012', '\162', '\121', '\172', '\040', - '\145', '\162', '\040', '\061', '\012', '\150', '\153', '\127', - '\040', '\164', '\150', '\040', '\061', '\012', '\126', '\156', - '\154', '\040', '\141', '\156', '\040', '\061', '\012', '\107', - '\164', '\144', '\040', '\164', '\150', '\040', '\061', '\012', - '\162', '\115', '\167', '\040', '\145', '\162', '\040', '\061', - '\012', '\167', '\166', '\130', '\040', '\166', '\141', '\040', - '\061', '\012', '\152', '\171', '\125', '\040', '\151', '\152', - '\040', '\061', '\012', '\121', '\161', '\160', '\040', '\161', - '\165', '\040', '\061', '\012', '\110', '\156', '\161', '\040', - '\141', '\156', '\040', '\061', '\012', '\142', '\106', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\161', '\153', - '\110', '\040', '\161', '\165', '\040', '\061', '\012', '\127', - '\143', '\153', '\040', '\143', '\150', '\040', '\061', '\012', - '\146', '\115', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\172', '\147', '\105', '\040', '\156', '\147', '\040', - '\061', '\012', '\157', '\112', '\172', '\040', '\157', '\156', - '\040', '\061', '\012', '\170', '\166', '\110', '\040', '\166', - '\141', '\040', '\061', '\012', '\150', '\121', '\171', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\131', '\146', - '\040', '\143', '\150', '\040', '\061', '\012', '\143', '\170', - '\104', '\040', '\143', '\150', '\040', '\061', '\012', '\171', - '\104', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\161', '\102', '\150', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\112', '\170', '\040', '\143', '\150', '\040', - '\061', '\012', '\144', '\120', '\152', '\040', '\144', '\145', - '\040', '\061', '\012', '\167', '\127', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\162', '\110', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\151', '\171', '\115', - '\040', '\151', '\156', '\040', '\061', '\012', '\171', '\170', - '\104', '\040', '\156', '\171', '\040', '\061', '\012', '\153', - '\120', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\143', '\130', '\166', '\040', '\143', '\150', '\040', '\061', - '\012', '\116', '\155', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\166', '\153', '\116', '\040', '\153', '\141', - '\040', '\061', '\012', '\154', '\106', '\152', '\040', '\154', - '\145', '\040', '\061', '\012', '\171', '\155', '\125', '\040', - '\155', '\145', '\040', '\061', '\012', '\160', '\132', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\147', '\132', - '\164', '\040', '\164', '\150', '\040', '\061', '\012', '\112', - '\161', '\171', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\101', '\172', '\040', '\161', '\165', '\040', '\061', - '\012', '\102', '\143', '\171', '\040', '\143', '\150', '\040', - '\061', '\012', '\160', '\161', '\152', '\040', '\161', '\165', - '\040', '\061', '\012', '\143', '\161', '\105', '\040', '\143', - '\150', '\040', '\061', '\012', '\122', '\167', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\143', '\162', '\115', - '\040', '\143', '\150', '\040', '\061', '\012', '\101', '\170', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\132', - '\152', '\160', '\040', '\151', '\152', '\040', '\061', '\012', - '\171', '\170', '\106', '\040', '\156', '\171', '\040', '\061', - '\012', '\166', '\132', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\120', '\142', '\040', '\163', '\164', - '\040', '\061', '\012', '\166', '\103', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\146', '\121', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\131', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\150', '\102', - '\160', '\040', '\164', '\150', '\040', '\061', '\012', '\112', - '\142', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\147', '\161', '\113', '\040', '\161', '\165', '\040', '\061', - '\012', '\153', '\162', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\103', '\146', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\155', '\142', '\112', '\040', '\155', - '\145', '\040', '\061', '\012', '\146', '\122', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\111', '\167', '\166', - '\040', '\166', '\141', '\040', '\061', '\012', '\165', '\106', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\143', - '\131', '\172', '\040', '\143', '\150', '\040', '\061', '\012', - '\161', '\104', '\142', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\110', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\161', '\155', '\111', '\040', '\161', '\165', - '\040', '\061', '\012', '\171', '\143', '\105', '\040', '\143', - '\150', '\040', '\061', '\012', '\115', '\150', '\146', '\040', - '\164', '\150', '\040', '\061', '\012', '\151', '\165', '\105', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\130', - '\146', '\040', '\156', '\147', '\040', '\061', '\012', '\154', - '\120', '\171', '\040', '\154', '\145', '\040', '\061', '\012', - '\142', '\120', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\152', '\130', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\117', '\170', '\040', '\156', '\147', - '\040', '\061', '\012', '\116', '\155', '\166', '\040', '\166', - '\141', '\040', '\061', '\012', '\170', '\104', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\103', '\167', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\154', '\152', - '\120', '\040', '\154', '\145', '\040', '\061', '\012', '\167', - '\161', '\126', '\040', '\161', '\165', '\040', '\061', '\012', - '\156', '\162', '\105', '\040', '\141', '\156', '\040', '\061', - '\012', '\113', '\155', '\167', '\040', '\155', '\145', '\040', - '\061', '\012', '\147', '\112', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\164', '\147', '\102', '\040', '\164', - '\150', '\040', '\061', '\012', '\170', '\172', '\122', '\040', - '\163', '\172', '\040', '\061', '\012', '\166', '\112', '\162', - '\040', '\145', '\162', '\040', '\061', '\012', '\141', '\125', - '\151', '\040', '\141', '\156', '\040', '\061', '\012', '\171', - '\156', '\131', '\040', '\141', '\156', '\040', '\061', '\012', - '\142', '\132', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\146', '\106', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\123', '\170', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\101', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\151', '\132', '\166', '\040', - '\151', '\156', '\040', '\061', '\012', '\152', '\130', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\147', '\160', - '\122', '\040', '\156', '\147', '\040', '\061', '\012', '\167', - '\126', '\154', '\040', '\154', '\145', '\040', '\061', '\012', - '\144', '\116', '\152', '\040', '\144', '\145', '\040', '\061', - '\012', '\146', '\102', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\115', '\152', '\171', '\040', '\151', '\152', - '\040', '\061', '\012', '\153', '\152', '\132', '\040', '\151', - '\152', '\040', '\061', '\012', '\164', '\114', '\163', '\040', - '\164', '\150', '\040', '\061', '\012', '\151', '\131', '\152', - '\040', '\151', '\156', '\040', '\061', '\012', '\167', '\142', - '\117', '\040', '\167', '\141', '\040', '\061', '\012', '\161', - '\130', '\142', '\040', '\161', '\165', '\040', '\061', '\012', - '\165', '\112', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\113', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\166', '\152', '\117', '\040', '\151', '\152', - '\040', '\061', '\012', '\167', '\165', '\104', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\154', '\121', '\040', - '\154', '\145', '\040', '\061', '\012', '\171', '\146', '\102', - '\040', '\156', '\171', '\040', '\061', '\012', '\121', '\163', - '\153', '\040', '\163', '\164', '\040', '\061', '\012', '\125', - '\167', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\132', '\161', '\147', '\040', '\161', '\165', '\040', '\061', - '\012', '\156', '\155', '\131', '\040', '\141', '\156', '\040', - '\061', '\012', '\160', '\130', '\167', '\040', '\160', '\162', - '\040', '\061', '\012', '\171', '\126', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\147', '\111', '\167', '\040', - '\156', '\147', '\040', '\061', '\012', '\110', '\170', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\120', '\147', - '\171', '\040', '\156', '\147', '\040', '\061', '\012', '\154', - '\121', '\166', '\040', '\154', '\145', '\040', '\061', '\012', - '\142', '\156', '\113', '\040', '\141', '\156', '\040', '\061', - '\012', '\170', '\164', '\132', '\040', '\164', '\150', '\040', - '\061', '\012', '\121', '\143', '\145', '\040', '\143', '\150', - '\040', '\061', '\012', '\116', '\152', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\155', '\166', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\115', '\167', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\107', '\164', - '\156', '\040', '\164', '\150', '\040', '\061', '\012', '\146', - '\112', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\166', '\112', '\172', '\040', '\163', '\172', '\040', '\061', - '\012', '\147', '\104', '\153', '\040', '\156', '\147', '\040', - '\061', '\012', '\144', '\114', '\167', '\040', '\144', '\145', - '\040', '\061', '\012', '\157', '\145', '\125', '\040', '\145', - '\162', '\040', '\061', '\012', '\143', '\166', '\131', '\040', - '\143', '\150', '\040', '\061', '\012', '\107', '\142', '\142', - '\040', '\142', '\145', '\040', '\061', '\012', '\124', '\161', - '\144', '\040', '\161', '\165', '\040', '\061', '\012', '\141', - '\124', '\160', '\040', '\141', '\156', '\040', '\061', '\012', - '\131', '\167', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\152', '\144', '\124', '\040', '\144', '\145', '\040', - '\061', '\012', '\127', '\153', '\155', '\040', '\153', '\141', - '\040', '\061', '\012', '\160', '\170', '\101', '\040', '\160', - '\162', '\040', '\061', '\012', '\166', '\104', '\154', '\040', - '\154', '\145', '\040', '\061', '\012', '\163', '\146', '\104', - '\040', '\163', '\164', '\040', '\061', '\012', '\162', '\161', - '\126', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\110', '\142', '\040', '\143', '\150', '\040', '\061', '\012', - '\151', '\126', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\115', '\146', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\126', '\155', '\040', '\163', '\164', - '\040', '\061', '\012', '\156', '\172', '\122', '\040', '\141', - '\156', '\040', '\061', '\012', '\121', '\166', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\153', '\132', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\127', '\156', - '\167', '\040', '\141', '\156', '\040', '\061', '\012', '\161', - '\132', '\142', '\040', '\161', '\165', '\040', '\061', '\012', - '\107', '\166', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\120', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\123', '\170', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\166', '\116', '\147', '\040', '\156', - '\147', '\040', '\061', '\012', '\161', '\162', '\110', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\114', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\167', '\126', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\161', - '\105', '\150', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\161', '\103', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\132', '\170', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\150', '\111', '\040', '\164', '\150', - '\040', '\061', '\012', '\167', '\116', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\162', '\106', '\152', '\040', - '\145', '\162', '\040', '\061', '\012', '\170', '\120', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\161', - '\127', '\040', '\161', '\165', '\040', '\061', '\012', '\120', - '\152', '\143', '\040', '\143', '\150', '\040', '\061', '\012', - '\152', '\131', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\160', '\106', '\166', '\040', '\166', '\141', '\040', - '\061', '\012', '\166', '\114', '\162', '\040', '\145', '\162', - '\040', '\061', '\012', '\154', '\161', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\170', '\112', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\154', '\126', '\172', - '\040', '\154', '\145', '\040', '\061', '\012', '\143', '\132', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\150', - '\143', '\106', '\040', '\164', '\150', '\040', '\061', '\012', - '\165', '\150', '\112', '\040', '\164', '\150', '\040', '\061', - '\012', '\143', '\114', '\152', '\040', '\143', '\150', '\040', - '\061', '\012', '\161', '\171', '\127', '\040', '\161', '\165', - '\040', '\061', '\012', '\172', '\150', '\124', '\040', '\164', - '\150', '\040', '\061', '\012', '\155', '\164', '\113', '\040', - '\164', '\150', '\040', '\061', '\012', '\160', '\122', '\142', - '\040', '\160', '\162', '\040', '\061', '\012', '\142', '\103', - '\170', '\040', '\142', '\145', '\040', '\061', '\012', '\156', - '\112', '\146', '\040', '\141', '\156', '\040', '\061', '\012', - '\152', '\167', '\106', '\040', '\151', '\152', '\040', '\061', - '\012', '\120', '\144', '\152', '\040', '\144', '\145', '\040', - '\061', '\012', '\152', '\170', '\105', '\040', '\151', '\152', - '\040', '\061', '\012', '\163', '\154', '\132', '\040', '\154', - '\145', '\040', '\061', '\012', '\114', '\170', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\172', '\156', '\114', - '\040', '\141', '\156', '\040', '\061', '\012', '\155', '\172', - '\126', '\040', '\163', '\172', '\040', '\061', '\012', '\154', - '\107', '\161', '\040', '\154', '\145', '\040', '\061', '\012', - '\121', '\142', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\152', '\142', '\131', '\040', '\151', '\152', '\040', - '\061', '\012', '\172', '\123', '\155', '\040', '\163', '\172', - '\040', '\061', '\012', '\121', '\161', '\170', '\040', '\161', - '\165', '\040', '\061', '\012', '\171', '\160', '\122', '\040', - '\160', '\162', '\040', '\061', '\012', '\147', '\103', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\131', '\166', - '\170', '\040', '\166', '\141', '\040', '\061', '\012', '\151', - '\150', '\111', '\040', '\164', '\150', '\040', '\061', '\012', - '\132', '\146', '\170', '\040', '\146', '\157', '\040', '\061', - '\012', '\156', '\152', '\111', '\040', '\156', '\144', '\040', - '\061', '\012', '\131', '\160', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\154', '\170', '\124', '\040', '\154', - '\145', '\040', '\061', '\012', '\146', '\126', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\112', '\172', '\155', - '\040', '\163', '\172', '\040', '\061', '\012', '\152', '\170', - '\101', '\040', '\151', '\152', '\040', '\061', '\012', '\147', - '\104', '\154', '\040', '\156', '\147', '\040', '\061', '\012', - '\105', '\141', '\161', '\040', '\141', '\156', '\040', '\061', - '\012', '\121', '\143', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\107', '\142', '\040', '\163', '\172', - '\040', '\061', '\012', '\152', '\114', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\161', '\153', '\130', '\040', - '\161', '\165', '\040', '\061', '\012', '\167', '\142', '\113', - '\040', '\167', '\141', '\040', '\061', '\012', '\156', '\116', - '\170', '\040', '\141', '\156', '\040', '\061', '\012', '\163', - '\161', '\127', '\040', '\161', '\165', '\040', '\061', '\012', - '\167', '\122', '\170', '\040', '\167', '\141', '\040', '\061', - '\012', '\170', '\162', '\125', '\040', '\145', '\162', '\040', - '\061', '\012', '\146', '\156', '\121', '\040', '\141', '\156', - '\040', '\061', '\012', '\153', '\172', '\102', '\040', '\163', - '\172', '\040', '\061', '\012', '\122', '\143', '\156', '\040', - '\143', '\150', '\040', '\061', '\012', '\161', '\142', '\114', - '\040', '\161', '\165', '\040', '\061', '\012', '\163', '\162', - '\104', '\040', '\145', '\162', '\040', '\061', '\012', '\126', - '\170', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\166', '\106', '\040', '\161', '\165', '\040', '\061', - '\012', '\167', '\112', '\162', '\040', '\145', '\162', '\040', - '\061', '\012', '\131', '\170', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\161', '\151', '\131', '\040', '\161', - '\165', '\040', '\061', '\012', '\146', '\115', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\150', '\142', '\131', - '\040', '\164', '\150', '\040', '\061', '\012', '\150', '\147', - '\110', '\040', '\164', '\150', '\040', '\061', '\012', '\144', - '\155', '\123', '\040', '\144', '\145', '\040', '\061', '\012', - '\152', '\124', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\132', '\152', '\155', '\040', '\151', '\152', '\040', - '\061', '\012', '\116', '\152', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\144', '\161', '\126', '\040', '\161', - '\165', '\040', '\061', '\012', '\131', '\152', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\162', '\113', '\167', - '\040', '\145', '\162', '\040', '\061', '\012', '\143', '\170', - '\125', '\040', '\143', '\150', '\040', '\061', '\012', '\103', - '\153', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\172', '\146', '\112', '\040', '\163', '\172', '\040', '\061', - '\012', '\171', '\164', '\106', '\040', '\164', '\150', '\040', - '\061', '\012', '\170', '\162', '\120', '\040', '\145', '\162', - '\040', '\061', '\012', '\161', '\105', '\152', '\040', '\161', - '\165', '\040', '\061', '\012', '\162', '\170', '\117', '\040', - '\145', '\162', '\040', '\061', '\012', '\162', '\132', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\142', '\132', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\143', - '\130', '\161', '\040', '\143', '\150', '\040', '\061', '\012', - '\167', '\166', '\104', '\040', '\166', '\141', '\040', '\061', - '\012', '\150', '\143', '\130', '\040', '\164', '\150', '\040', - '\061', '\012', '\172', '\153', '\117', '\040', '\163', '\172', - '\040', '\061', '\012', '\150', '\116', '\170', '\040', '\164', - '\150', '\040', '\061', '\012', '\167', '\106', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\153', '\130', '\165', - '\040', '\161', '\165', '\040', '\061', '\012', '\126', '\153', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\107', - '\152', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\121', '\143', '\144', '\040', '\143', '\150', '\040', '\061', - '\012', '\171', '\166', '\106', '\040', '\166', '\141', '\040', - '\061', '\012', '\170', '\106', '\170', '\040', '\170', '\145', - '\040', '\061', '\012', '\144', '\123', '\152', '\040', '\144', - '\145', '\040', '\061', '\012', '\170', '\120', '\142', '\040', - '\142', '\145', '\040', '\061', '\012', '\157', '\106', '\160', - '\040', '\157', '\156', '\040', '\061', '\012', '\161', '\101', - '\153', '\040', '\161', '\165', '\040', '\061', '\012', '\162', - '\161', '\125', '\040', '\161', '\165', '\040', '\061', '\012', - '\160', '\107', '\166', '\040', '\166', '\141', '\040', '\061', - '\012', '\150', '\172', '\103', '\040', '\164', '\150', '\040', - '\061', '\012', '\161', '\111', '\153', '\040', '\161', '\165', - '\040', '\061', '\012', '\114', '\150', '\154', '\040', '\164', - '\150', '\040', '\061', '\012', '\106', '\167', '\142', '\040', - '\167', '\141', '\040', '\061', '\012', '\160', '\147', '\105', - '\040', '\156', '\147', '\040', '\061', '\012', '\101', '\167', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\146', - '\102', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\170', '\113', '\144', '\040', '\144', '\145', '\040', '\061', - '\012', '\120', '\146', '\167', '\040', '\167', '\141', '\040', - '\061', '\012', '\165', '\161', '\113', '\040', '\161', '\165', - '\040', '\061', '\012', '\160', '\112', '\143', '\040', '\143', - '\150', '\040', '\061', '\012', '\142', '\124', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\164', '\127', '\147', - '\040', '\164', '\150', '\040', '\061', '\012', '\147', '\144', - '\116', '\040', '\156', '\147', '\040', '\061', '\012', '\152', - '\162', '\116', '\040', '\145', '\162', '\040', '\061', '\012', - '\153', '\154', '\123', '\040', '\154', '\145', '\040', '\061', - '\012', '\161', '\105', '\151', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\106', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\164', '\161', '\122', '\040', '\164', - '\150', '\040', '\061', '\012', '\106', '\156', '\155', '\040', - '\141', '\156', '\040', '\061', '\012', '\150', '\130', '\166', - '\040', '\164', '\150', '\040', '\061', '\012', '\146', '\170', - '\116', '\040', '\146', '\157', '\040', '\061', '\012', '\142', - '\166', '\114', '\040', '\166', '\141', '\040', '\061', '\012', - '\157', '\107', '\146', '\040', '\157', '\156', '\040', '\061', - '\012', '\150', '\132', '\155', '\040', '\164', '\150', '\040', - '\061', '\012', '\171', '\146', '\110', '\040', '\156', '\171', - '\040', '\061', '\012', '\144', '\143', '\105', '\040', '\143', - '\150', '\040', '\061', '\012', '\160', '\147', '\127', '\040', - '\156', '\147', '\040', '\061', '\012', '\167', '\162', '\102', - '\040', '\145', '\162', '\040', '\061', '\012', '\153', '\127', - '\155', '\040', '\153', '\141', '\040', '\061', '\012', '\123', - '\150', '\170', '\040', '\164', '\150', '\040', '\061', '\012', - '\164', '\167', '\120', '\040', '\164', '\150', '\040', '\061', - '\012', '\121', '\166', '\144', '\040', '\144', '\145', '\040', - '\061', '\012', '\121', '\147', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\160', '\112', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\116', '\166', '\040', - '\163', '\172', '\040', '\061', '\012', '\110', '\160', '\150', - '\040', '\164', '\150', '\040', '\061', '\012', '\153', '\154', - '\106', '\040', '\154', '\145', '\040', '\061', '\012', '\166', - '\161', '\172', '\040', '\161', '\165', '\040', '\061', '\012', - '\163', '\147', '\107', '\040', '\156', '\147', '\040', '\061', - '\012', '\153', '\144', '\132', '\040', '\144', '\145', '\040', - '\061', '\012', '\145', '\152', '\130', '\040', '\145', '\162', - '\040', '\061', '\012', '\120', '\170', '\165', '\040', '\161', - '\165', '\040', '\061', '\012', '\160', '\166', '\124', '\040', - '\166', '\141', '\040', '\061', '\012', '\113', '\161', '\170', - '\040', '\161', '\165', '\040', '\061', '\012', '\121', '\155', - '\142', '\040', '\155', '\145', '\040', '\061', '\012', '\170', - '\106', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\167', '\121', '\142', '\040', '\167', '\141', '\040', '\061', - '\012', '\120', '\147', '\170', '\040', '\156', '\147', '\040', - '\061', '\012', '\171', '\160', '\114', '\040', '\160', '\162', - '\040', '\061', '\012', '\142', '\167', '\105', '\040', '\167', - '\141', '\040', '\061', '\012', '\170', '\110', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\153', '\126', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\152', '\155', - '\106', '\040', '\151', '\152', '\040', '\061', '\012', '\111', - '\170', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\171', '\120', '\040', '\161', '\165', '\040', '\061', - '\012', '\162', '\126', '\166', '\040', '\145', '\162', '\040', - '\061', '\012', '\131', '\164', '\167', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\160', '\132', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\160', '\132', '\040', - '\164', '\150', '\040', '\061', '\012', '\172', '\152', '\130', - '\040', '\163', '\172', '\040', '\061', '\012', '\113', '\150', - '\147', '\040', '\164', '\150', '\040', '\061', '\012', '\161', - '\146', '\126', '\040', '\161', '\165', '\040', '\061', '\012', - '\112', '\172', '\170', '\040', '\163', '\172', '\040', '\061', - '\012', '\153', '\124', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\102', '\172', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\156', '\152', '\122', '\040', '\141', - '\156', '\040', '\061', '\012', '\143', '\147', '\127', '\040', - '\143', '\150', '\040', '\061', '\012', '\143', '\155', '\111', - '\040', '\143', '\150', '\040', '\061', '\012', '\153', '\103', - '\142', '\040', '\153', '\141', '\040', '\061', '\012', '\160', - '\131', '\160', '\040', '\160', '\162', '\040', '\061', '\012', - '\166', '\153', '\132', '\040', '\153', '\141', '\040', '\061', - '\012', '\167', '\166', '\153', '\040', '\153', '\141', '\040', - '\061', '\012', '\126', '\146', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\156', '\154', '\132', '\040', '\141', - '\156', '\040', '\061', '\012', '\161', '\116', '\152', '\040', - '\161', '\165', '\040', '\061', '\012', '\162', '\103', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\153', '\142', - '\126', '\040', '\153', '\141', '\040', '\061', '\012', '\104', - '\161', '\152', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\162', '\104', '\040', '\145', '\162', '\040', '\061', - '\012', '\154', '\142', '\107', '\040', '\154', '\145', '\040', - '\061', '\012', '\170', '\150', '\106', '\040', '\164', '\150', - '\040', '\061', '\012', '\153', '\170', '\132', '\040', '\153', - '\141', '\040', '\061', '\012', '\111', '\165', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\171', '\106', '\170', - '\040', '\156', '\171', '\040', '\061', '\012', '\161', '\126', - '\154', '\040', '\161', '\165', '\040', '\061', '\012', '\154', - '\143', '\107', '\040', '\143', '\150', '\040', '\061', '\012', - '\166', '\127', '\162', '\040', '\145', '\162', '\040', '\061', - '\012', '\141', '\102', '\161', '\040', '\141', '\156', '\040', - '\061', '\012', '\171', '\112', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\143', '\172', '\114', '\040', '\143', - '\150', '\040', '\061', '\012', '\152', '\111', '\165', '\040', - '\161', '\165', '\040', '\061', '\012', '\166', '\125', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\160', '\132', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\164', '\127', '\040', '\164', '\150', '\040', '\061', '\012', - '\121', '\170', '\167', '\040', '\167', '\141', '\040', '\061', - '\012', '\144', '\131', '\166', '\040', '\144', '\145', '\040', - '\061', '\012', '\151', '\161', '\110', '\040', '\161', '\165', - '\040', '\061', '\012', '\130', '\167', '\163', '\040', '\163', - '\164', '\040', '\061', '\012', '\146', '\104', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\170', '\126', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\144', '\113', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\166', - '\146', '\121', '\040', '\166', '\141', '\040', '\061', '\012', - '\150', '\166', '\104', '\040', '\164', '\150', '\040', '\061', - '\012', '\167', '\144', '\131', '\040', '\144', '\145', '\040', - '\061', '\012', '\110', '\172', '\172', '\040', '\163', '\172', - '\040', '\061', '\012', '\143', '\131', '\163', '\040', '\143', - '\150', '\040', '\061', '\012', '\106', '\164', '\152', '\040', - '\164', '\150', '\040', '\061', '\012', '\144', '\160', '\125', - '\040', '\144', '\145', '\040', '\061', '\012', '\114', '\154', - '\144', '\040', '\154', '\145', '\040', '\061', '\012', '\107', - '\161', '\167', '\040', '\161', '\165', '\040', '\061', '\012', - '\153', '\144', '\122', '\040', '\144', '\145', '\040', '\061', - '\012', '\166', '\130', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\161', '\163', '\131', '\040', '\161', '\165', - '\040', '\061', '\012', '\152', '\116', '\146', '\040', '\151', - '\152', '\040', '\061', '\012', '\121', '\152', '\152', '\040', - '\151', '\152', '\040', '\061', '\012', '\160', '\126', '\154', - '\040', '\154', '\145', '\040', '\061', '\012', '\112', '\155', - '\170', '\040', '\155', '\145', '\040', '\061', '\012', '\160', - '\104', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\151', '\102', '\143', '\040', '\143', '\150', '\040', '\061', - '\012', '\153', '\114', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\170', '\156', '\107', '\040', '\141', '\156', - '\040', '\061', '\012', '\166', '\124', '\154', '\040', '\154', - '\145', '\040', '\061', '\012', '\116', '\144', '\147', '\040', - '\156', '\147', '\040', '\061', '\012', '\160', '\161', '\125', - '\040', '\161', '\165', '\040', '\061', '\012', '\125', '\141', - '\167', '\040', '\141', '\156', '\040', '\061', '\012', '\146', - '\172', '\116', '\040', '\163', '\172', '\040', '\061', '\012', - '\147', '\116', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\153', '\152', '\115', '\040', '\151', '\152', '\040', - '\061', '\012', '\154', '\156', '\113', '\040', '\141', '\156', - '\040', '\061', '\012', '\172', '\170', '\142', '\040', '\163', - '\172', '\040', '\061', '\012', '\153', '\143', '\123', '\040', - '\143', '\150', '\040', '\061', '\012', '\156', '\152', '\115', - '\040', '\141', '\156', '\040', '\061', '\012', '\107', '\144', - '\167', '\040', '\144', '\145', '\040', '\061', '\012', '\154', - '\156', '\132', '\040', '\141', '\156', '\040', '\061', '\012', - '\131', '\147', '\152', '\040', '\156', '\147', '\040', '\061', - '\012', '\150', '\113', '\144', '\040', '\164', '\150', '\040', - '\061', '\012', '\147', '\160', '\124', '\040', '\156', '\147', - '\040', '\061', '\012', '\171', '\161', '\120', '\040', '\161', - '\165', '\040', '\061', '\012', '\151', '\152', '\130', '\040', - '\151', '\156', '\040', '\061', '\012', '\152', '\107', '\146', - '\040', '\151', '\152', '\040', '\061', '\012', '\142', '\170', - '\111', '\040', '\142', '\145', '\040', '\061', '\012', '\166', - '\130', '\170', '\040', '\166', '\141', '\040', '\061', '\012', - '\126', '\162', '\167', '\040', '\145', '\162', '\040', '\061', - '\012', '\103', '\167', '\170', '\040', '\167', '\141', '\040', - '\061', '\012', '\156', '\102', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\161', '\166', '\171', '\040', '\161', - '\165', '\040', '\061', '\012', '\163', '\170', '\102', '\040', - '\163', '\164', '\040', '\061', '\012', '\155', '\126', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\103', '\172', - '\170', '\040', '\163', '\172', '\040', '\061', '\012', '\146', - '\171', '\126', '\040', '\156', '\171', '\040', '\061', '\012', - '\143', '\130', '\167', '\040', '\143', '\150', '\040', '\061', - '\012', '\121', '\156', '\146', '\040', '\141', '\156', '\040', - '\061', '\012', '\131', '\161', '\144', '\040', '\161', '\165', - '\040', '\061', '\012', '\154', '\161', '\110', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\142', '\131', '\040', - '\144', '\145', '\040', '\061', '\012', '\123', '\161', '\142', - '\040', '\161', '\165', '\040', '\061', '\012', '\113', '\161', - '\167', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\160', '\112', '\040', '\163', '\172', '\040', '\061', '\012', - '\143', '\142', '\115', '\040', '\143', '\150', '\040', '\061', - '\012', '\172', '\106', '\147', '\040', '\156', '\147', '\040', - '\061', '\012', '\163', '\113', '\142', '\040', '\163', '\164', - '\040', '\061', '\012', '\161', '\162', '\113', '\040', '\161', - '\165', '\040', '\061', '\012', '\172', '\112', '\143', '\040', - '\143', '\150', '\040', '\061', '\012', '\156', '\122', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\146', '\161', - '\116', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\146', '\101', '\040', '\164', '\150', '\040', '\061', '\012', - '\161', '\157', '\107', '\040', '\161', '\165', '\040', '\061', - '\012', '\117', '\167', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\156', '\154', '\107', '\040', '\141', '\156', - '\040', '\061', '\012', '\167', '\111', '\170', '\040', '\167', - '\141', '\040', '\061', '\012', '\161', '\162', '\120', '\040', - '\161', '\165', '\040', '\061', '\012', '\116', '\167', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\161', '\141', - '\127', '\040', '\141', '\156', '\040', '\061', '\012', '\150', - '\143', '\124', '\040', '\164', '\150', '\040', '\061', '\012', - '\167', '\153', '\102', '\040', '\153', '\141', '\040', '\061', - '\012', '\116', '\144', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\113', '\172', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\147', '\170', '\102', '\040', '\156', - '\147', '\040', '\061', '\012', '\102', '\152', '\172', '\040', - '\163', '\172', '\040', '\061', '\012', '\166', '\124', '\146', - '\040', '\166', '\141', '\040', '\061', '\012', '\152', '\106', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\161', - '\115', '\145', '\040', '\161', '\165', '\040', '\061', '\012', - '\165', '\146', '\121', '\040', '\161', '\165', '\040', '\061', - '\012', '\156', '\160', '\107', '\040', '\141', '\156', '\040', - '\061', '\012', '\165', '\132', '\153', '\040', '\161', '\165', - '\040', '\061', '\012', '\161', '\124', '\167', '\040', '\161', - '\165', '\040', '\061', '\012', '\107', '\154', '\167', '\040', - '\154', '\145', '\040', '\061', '\012', '\113', '\161', '\161', - '\040', '\161', '\165', '\040', '\061', '\012', '\103', '\170', - '\162', '\040', '\145', '\162', '\040', '\061', '\012', '\152', - '\132', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\123', '\161', '\166', '\040', '\161', '\165', '\040', '\061', - '\012', '\171', '\120', '\155', '\040', '\155', '\145', '\040', - '\061', '\012', '\145', '\121', '\152', '\040', '\145', '\162', - '\040', '\061', '\012', '\141', '\111', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\104', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\154', '\111', '\160', - '\040', '\154', '\145', '\040', '\061', '\012', '\152', '\116', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\161', - '\117', '\144', '\040', '\161', '\165', '\040', '\061', '\012', - '\166', '\153', '\115', '\040', '\153', '\141', '\040', '\061', - '\012', '\166', '\106', '\171', '\040', '\166', '\141', '\040', - '\061', '\012', '\143', '\146', '\126', '\040', '\143', '\150', - '\040', '\061', '\012', '\113', '\152', '\150', '\040', '\164', - '\150', '\040', '\061', '\012', '\147', '\153', '\120', '\040', - '\156', '\147', '\040', '\061', '\012', '\162', '\112', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\165', '\120', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\157', - '\172', '\121', '\040', '\157', '\156', '\040', '\061', '\012', - '\104', '\154', '\153', '\040', '\154', '\145', '\040', '\061', - '\012', '\166', '\130', '\150', '\040', '\164', '\150', '\040', - '\061', '\012', '\153', '\164', '\131', '\040', '\164', '\150', - '\040', '\061', '\012', '\166', '\127', '\171', '\040', '\166', - '\141', '\040', '\061', '\012', '\147', '\121', '\166', '\040', - '\156', '\147', '\040', '\061', '\012', '\131', '\167', '\167', - '\040', '\167', '\141', '\040', '\061', '\012', '\124', '\160', - '\172', '\040', '\163', '\172', '\040', '\061', '\012', '\121', - '\150', '\143', '\040', '\164', '\150', '\040', '\061', '\012', - '\170', '\165', '\124', '\040', '\161', '\165', '\040', '\061', - '\012', '\156', '\142', '\123', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\121', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\166', '\147', '\132', '\040', '\156', - '\147', '\040', '\061', '\012', '\160', '\125', '\157', '\040', - '\157', '\156', '\040', '\061', '\012', '\165', '\127', '\142', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\115', - '\146', '\040', '\155', '\145', '\040', '\061', '\012', '\132', - '\143', '\144', '\040', '\143', '\150', '\040', '\061', '\012', - '\151', '\102', '\160', '\040', '\151', '\156', '\040', '\061', - '\012', '\146', '\167', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\172', '\131', '\146', '\040', '\163', '\172', - '\040', '\061', '\012', '\167', '\103', '\160', '\040', '\160', - '\162', '\040', '\061', '\012', '\103', '\161', '\171', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\152', '\106', - '\040', '\143', '\150', '\040', '\061', '\012', '\107', '\146', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\155', - '\143', '\127', '\040', '\143', '\150', '\040', '\061', '\012', - '\143', '\161', '\126', '\040', '\143', '\150', '\040', '\061', - '\012', '\165', '\112', '\144', '\040', '\161', '\165', '\040', - '\061', '\012', '\151', '\125', '\152', '\040', '\151', '\156', - '\040', '\061', '\012', '\166', '\153', '\122', '\040', '\153', - '\141', '\040', '\061', '\012', '\167', '\147', '\111', '\040', - '\156', '\147', '\040', '\061', '\012', '\166', '\125', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\127', '\144', - '\156', '\040', '\144', '\145', '\040', '\061', '\012', '\163', - '\152', '\106', '\040', '\163', '\164', '\040', '\061', '\012', - '\164', '\120', '\166', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\122', '\156', '\040', '\141', '\156', '\040', - '\061', '\012', '\153', '\154', '\126', '\040', '\154', '\145', - '\040', '\061', '\012', '\163', '\142', '\115', '\040', '\163', - '\164', '\040', '\061', '\012', '\155', '\146', '\124', '\040', - '\155', '\145', '\040', '\061', '\012', '\144', '\142', '\126', - '\040', '\144', '\145', '\040', '\061', '\012', '\106', '\155', - '\156', '\040', '\141', '\156', '\040', '\061', '\012', '\147', - '\146', '\125', '\040', '\156', '\147', '\040', '\061', '\012', - '\143', '\142', '\102', '\040', '\143', '\150', '\040', '\061', - '\012', '\131', '\170', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\113', '\170', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\104', '\167', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\167', '\147', '\130', '\040', - '\156', '\147', '\040', '\061', '\012', '\163', '\120', '\166', - '\040', '\163', '\164', '\040', '\061', '\012', '\166', '\110', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\156', - '\142', '\110', '\040', '\141', '\156', '\040', '\061', '\012', - '\143', '\106', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\161', '\130', '\040', '\161', '\165', '\040', - '\061', '\012', '\152', '\106', '\145', '\040', '\145', '\162', - '\040', '\061', '\012', '\161', '\105', '\142', '\040', '\161', - '\165', '\040', '\061', '\012', '\144', '\106', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\165', '\105', '\157', - '\040', '\161', '\165', '\040', '\061', '\012', '\154', '\143', - '\111', '\040', '\143', '\150', '\040', '\061', '\012', '\142', - '\115', '\155', '\040', '\155', '\145', '\040', '\061', '\012', - '\172', '\132', '\167', '\040', '\163', '\172', '\040', '\061', - '\012', '\150', '\152', '\117', '\040', '\164', '\150', '\040', - '\061', '\012', '\150', '\113', '\170', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\147', '\103', '\040', '\156', - '\147', '\040', '\061', '\012', '\143', '\156', '\114', '\040', - '\141', '\156', '\040', '\061', '\012', '\106', '\144', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\142', '\107', - '\146', '\040', '\142', '\145', '\040', '\061', '\012', '\123', - '\152', '\172', '\040', '\163', '\172', '\040', '\061', '\012', - '\142', '\115', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\166', '\130', '\167', '\040', '\166', '\141', '\040', - '\061', '\012', '\107', '\146', '\146', '\040', '\146', '\157', - '\040', '\061', '\012', '\103', '\167', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\152', '\163', '\121', '\040', - '\163', '\164', '\040', '\061', '\012', '\132', '\147', '\166', - '\040', '\156', '\147', '\040', '\061', '\012', '\154', '\120', - '\146', '\040', '\154', '\145', '\040', '\061', '\012', '\156', - '\155', '\121', '\040', '\141', '\156', '\040', '\061', '\012', - '\126', '\144', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\154', '\143', '\130', '\040', '\143', '\150', '\040', - '\061', '\012', '\147', '\152', '\124', '\040', '\156', '\147', - '\040', '\061', '\012', '\155', '\167', '\105', '\040', '\155', - '\145', '\040', '\061', '\012', '\161', '\114', '\155', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\110', '\161', - '\040', '\143', '\150', '\040', '\061', '\012', '\130', '\164', - '\156', '\040', '\164', '\150', '\040', '\061', '\012', '\116', - '\164', '\161', '\040', '\164', '\150', '\040', '\061', '\012', - '\147', '\127', '\153', '\040', '\156', '\147', '\040', '\061', - '\012', '\120', '\161', '\144', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\160', '\120', '\040', '\161', '\165', - '\040', '\061', '\012', '\163', '\122', '\146', '\040', '\163', - '\164', '\040', '\061', '\012', '\161', '\160', '\114', '\040', - '\161', '\165', '\040', '\061', '\012', '\143', '\156', '\104', - '\040', '\141', '\156', '\040', '\061', '\012', '\161', '\160', - '\107', '\040', '\161', '\165', '\040', '\061', '\012', '\144', - '\172', '\123', '\040', '\163', '\172', '\040', '\061', '\012', - '\164', '\132', '\142', '\040', '\164', '\150', '\040', '\061', - '\012', '\171', '\147', '\115', '\040', '\156', '\147', '\040', - '\061', '\012', '\142', '\170', '\103', '\040', '\142', '\145', - '\040', '\061', '\012', '\144', '\146', '\125', '\040', '\144', - '\145', '\040', '\061', '\012', '\142', '\155', '\102', '\040', - '\155', '\145', '\040', '\061', '\012', '\154', '\102', '\172', - '\040', '\154', '\145', '\040', '\061', '\012', '\147', '\112', - '\170', '\040', '\156', '\147', '\040', '\061', '\012', '\131', - '\153', '\166', '\040', '\153', '\141', '\040', '\061', '\012', - '\132', '\144', '\153', '\040', '\144', '\145', '\040', '\061', - '\012', '\167', '\156', '\121', '\040', '\141', '\156', '\040', - '\061', '\012', '\164', '\132', '\152', '\040', '\164', '\150', - '\040', '\061', '\012', '\132', '\172', '\155', '\040', '\163', - '\172', '\040', '\061', '\012', '\126', '\146', '\150', '\040', - '\164', '\150', '\040', '\061', '\012', '\115', '\167', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\162', '\125', - '\157', '\040', '\157', '\156', '\040', '\061', '\012', '\161', - '\167', '\160', '\040', '\161', '\165', '\040', '\061', '\012', - '\164', '\143', '\111', '\040', '\164', '\150', '\040', '\061', - '\012', '\164', '\146', '\104', '\040', '\164', '\150', '\040', - '\061', '\012', '\165', '\157', '\132', '\040', '\161', '\165', - '\040', '\061', '\012', '\146', '\103', '\167', '\040', '\167', - '\141', '\040', '\061', '\012', '\151', '\121', '\161', '\040', - '\161', '\165', '\040', '\061', '\012', '\161', '\102', '\147', - '\040', '\161', '\165', '\040', '\061', '\012', '\163', '\126', - '\142', '\040', '\163', '\164', '\040', '\061', '\012', '\160', - '\152', '\125', '\040', '\151', '\152', '\040', '\061', '\012', - '\163', '\143', '\121', '\040', '\143', '\150', '\040', '\061', - '\012', '\160', '\161', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\163', '\166', '\132', '\040', '\163', '\164', - '\040', '\061', '\012', '\132', '\160', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\160', '\151', '\126', '\040', - '\151', '\156', '\040', '\061', '\012', '\153', '\142', '\120', - '\040', '\153', '\141', '\040', '\061', '\012', '\167', '\161', - '\115', '\040', '\161', '\165', '\040', '\061', '\012', '\162', - '\126', '\142', '\040', '\145', '\162', '\040', '\061', '\012', - '\161', '\132', '\162', '\040', '\161', '\165', '\040', '\061', - '\012', '\150', '\170', '\117', '\040', '\164', '\150', '\040', - '\061', '\012', '\167', '\124', '\156', '\040', '\141', '\156', - '\040', '\061', '\012', '\112', '\172', '\146', '\040', '\163', - '\172', '\040', '\061', '\012', '\121', '\152', '\142', '\040', - '\151', '\152', '\040', '\061', '\012', '\165', '\131', '\166', - '\040', '\161', '\165', '\040', '\061', '\012', '\160', '\167', - '\113', '\040', '\160', '\162', '\040', '\061', '\012', '\150', - '\166', '\110', '\040', '\164', '\150', '\040', '\061', '\012', - '\104', '\161', '\145', '\040', '\161', '\165', '\040', '\061', - '\012', '\160', '\146', '\111', '\040', '\160', '\162', '\040', - '\061', '\012', '\155', '\150', '\126', '\040', '\164', '\150', - '\040', '\061', '\012', '\152', '\147', '\105', '\040', '\156', - '\147', '\040', '\061', '\012', '\162', '\143', '\121', '\040', - '\143', '\150', '\040', '\061', '\012', '\153', '\155', '\124', - '\040', '\153', '\141', '\040', '\061', '\012', '\127', '\172', - '\152', '\040', '\163', '\172', '\040', '\061', '\012', '\170', - '\116', '\163', '\040', '\163', '\164', '\040', '\061', '\012', - '\120', '\142', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\172', '\166', '\102', '\040', '\163', '\172', '\040', - '\061', '\012', '\170', '\150', '\112', '\040', '\164', '\150', - '\040', '\061', '\012', '\163', '\166', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\116', '\166', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\163', '\167', '\132', - '\040', '\163', '\164', '\040', '\061', '\012', '\152', '\147', - '\106', '\040', '\156', '\147', '\040', '\061', '\012', '\155', - '\146', '\114', '\040', '\155', '\145', '\040', '\061', '\012', - '\172', '\153', '\114', '\040', '\163', '\172', '\040', '\061', - '\012', '\152', '\126', '\160', '\040', '\151', '\152', '\040', - '\061', '\012', '\104', '\153', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\170', '\165', '\131', '\040', '\161', - '\165', '\040', '\061', '\012', '\150', '\110', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\123', '\146', - '\040', '\143', '\150', '\040', '\061', '\012', '\112', '\172', - '\144', '\040', '\163', '\172', '\040', '\061', '\012', '\154', - '\161', '\125', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\115', '\144', '\040', '\161', '\165', '\040', '\061', - '\012', '\121', '\147', '\152', '\040', '\156', '\147', '\040', - '\061', '\012', '\146', '\170', '\153', '\040', '\153', '\141', - '\040', '\061', '\012', '\164', '\122', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\172', '\106', '\153', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\105', '\157', - '\040', '\161', '\165', '\040', '\061', '\012', '\166', '\157', - '\131', '\040', '\157', '\156', '\040', '\061', '\012', '\101', - '\167', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\124', '\170', '\152', '\040', '\151', '\152', '\040', '\061', - '\012', '\143', '\111', '\147', '\040', '\143', '\150', '\040', - '\061', '\012', '\170', '\125', '\165', '\040', '\161', '\165', - '\040', '\061', '\012', '\163', '\122', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\112', '\170', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\151', '\120', '\146', - '\040', '\151', '\156', '\040', '\061', '\012', '\145', '\152', - '\131', '\040', '\145', '\162', '\040', '\061', '\012', '\130', - '\164', '\163', '\040', '\164', '\150', '\040', '\061', '\012', - '\160', '\146', '\124', '\040', '\160', '\162', '\040', '\061', - '\012', '\120', '\161', '\141', '\040', '\141', '\156', '\040', - '\061', '\012', '\172', '\163', '\126', '\040', '\163', '\164', - '\040', '\061', '\012', '\171', '\160', '\103', '\040', '\160', - '\162', '\040', '\061', '\012', '\167', '\115', '\163', '\040', - '\163', '\164', '\040', '\061', '\012', '\161', '\105', '\143', - '\040', '\143', '\150', '\040', '\061', '\012', '\166', '\170', - '\131', '\040', '\166', '\141', '\040', '\061', '\012', '\146', - '\125', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\104', '\146', '\146', '\040', '\146', '\157', '\040', '\061', - '\012', '\147', '\161', '\121', '\040', '\161', '\165', '\040', - '\061', '\012', '\172', '\115', '\166', '\040', '\163', '\172', - '\040', '\061', '\012', '\166', '\112', '\151', '\040', '\151', - '\156', '\040', '\061', '\012', '\146', '\120', '\166', '\040', - '\166', '\141', '\040', '\061', '\012', '\144', '\114', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\143', '\144', - '\115', '\040', '\143', '\150', '\040', '\061', '\012', '\147', - '\116', '\170', '\040', '\156', '\147', '\040', '\061', '\012', - '\141', '\107', '\166', '\040', '\141', '\156', '\040', '\061', - '\012', '\166', '\166', '\104', '\040', '\166', '\141', '\040', - '\061', '\012', '\144', '\112', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\162', '\170', '\131', '\040', '\145', - '\162', '\040', '\061', '\012', '\162', '\127', '\152', '\040', - '\145', '\162', '\040', '\061', '\012', '\120', '\166', '\170', - '\040', '\166', '\141', '\040', '\061', '\012', '\162', '\150', - '\104', '\040', '\164', '\150', '\040', '\061', '\012', '\172', - '\122', '\144', '\040', '\163', '\172', '\040', '\061', '\012', - '\113', '\147', '\166', '\040', '\156', '\147', '\040', '\061', - '\012', '\130', '\166', '\171', '\040', '\166', '\141', '\040', - '\061', '\012', '\153', '\132', '\152', '\040', '\151', '\152', - '\040', '\061', '\012', '\153', '\160', '\113', '\040', '\153', - '\141', '\040', '\061', '\012', '\120', '\146', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\167', '\125', '\145', - '\040', '\145', '\162', '\040', '\061', '\012', '\167', '\127', - '\170', '\040', '\167', '\141', '\040', '\061', '\012', '\152', - '\120', '\167', '\040', '\151', '\152', '\040', '\061', '\012', - '\147', '\114', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\151', '\112', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\147', '\120', '\170', '\040', '\156', '\147', - '\040', '\061', '\012', '\152', '\110', '\144', '\040', '\144', - '\145', '\040', '\061', '\012', '\166', '\112', '\142', '\040', - '\166', '\141', '\040', '\061', '\012', '\170', '\150', '\102', - '\040', '\164', '\150', '\040', '\061', '\012', '\170', '\121', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\105', - '\157', '\141', '\040', '\141', '\156', '\040', '\061', '\012', - '\160', '\152', '\117', '\040', '\151', '\152', '\040', '\061', - '\012', '\171', '\106', '\152', '\040', '\151', '\152', '\040', - '\061', '\012', '\163', '\130', '\157', '\040', '\157', '\156', - '\040', '\061', '\012', '\167', '\142', '\131', '\040', '\167', - '\141', '\040', '\061', '\012', '\143', '\152', '\117', '\040', - '\143', '\150', '\040', '\061', '\012', '\155', '\154', '\132', - '\040', '\154', '\145', '\040', '\061', '\012', '\142', '\116', - '\166', '\040', '\166', '\141', '\040', '\061', '\012', '\153', - '\152', '\120', '\040', '\151', '\152', '\040', '\061', '\012', - '\171', '\130', '\156', '\040', '\141', '\156', '\040', '\061', - '\012', '\161', '\126', '\152', '\040', '\161', '\165', '\040', - '\061', '\012', '\146', '\116', '\166', '\040', '\166', '\141', - '\040', '\061', '\012', '\147', '\152', '\127', '\040', '\156', - '\147', '\040', '\061', '\012', '\156', '\130', '\152', '\040', - '\141', '\156', '\040', '\061', '\012', '\144', '\161', '\112', - '\040', '\161', '\165', '\040', '\061', '\012', '\110', '\156', - '\150', '\040', '\164', '\150', '\040', '\061', '\012', '\121', - '\171', '\153', '\040', '\153', '\141', '\040', '\061', '\012', - '\153', '\166', '\102', '\040', '\153', '\141', '\040', '\061', - '\012', '\161', '\171', '\102', '\040', '\161', '\165', '\040', - '\061', '\012', '\155', '\104', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\172', '\147', '\120', '\040', '\156', - '\147', '\040', '\061', '\012', '\132', '\172', '\153', '\040', - '\163', '\172', '\040', '\061', '\012', '\146', '\115', '\153', - '\040', '\153', '\141', '\040', '\061', '\012', '\170', '\172', - '\131', '\040', '\163', '\172', '\040', '\061', '\012', '\161', - '\142', '\124', '\040', '\161', '\165', '\040', '\061', '\012', - '\170', '\117', '\164', '\040', '\164', '\150', '\040', '\061', - '\012', '\170', '\163', '\101', '\040', '\163', '\164', '\040', - '\061', '\012', '\147', '\114', '\152', '\040', '\156', '\147', - '\040', '\061', '\012', '\172', '\170', '\110', '\040', '\163', - '\172', '\040', '\061', '\012', '\143', '\114', '\155', '\040', - '\143', '\150', '\040', '\061', '\012', '\104', '\156', '\153', - '\040', '\141', '\156', '\040', '\061', '\012', '\172', '\111', - '\165', '\040', '\161', '\165', '\040', '\061', '\012', '\153', - '\160', '\112', '\040', '\153', '\141', '\040', '\061', '\012', - '\170', '\162', '\113', '\040', '\145', '\162', '\040', '\061', - '\012', '\145', '\111', '\142', '\040', '\145', '\162', '\040', - '\061', '\012', '\112', '\142', '\160', '\040', '\160', '\162', - '\040', '\061', '\012', '\102', '\161', '\147', '\040', '\161', - '\165', '\040', '\061', '\012', '\164', '\130', '\147', '\040', - '\164', '\150', '\040', '\061', '\012', '\132', '\152', '\153', - '\040', '\151', '\152', '\040', '\061', '\012', '\144', '\122', - '\144', '\040', '\144', '\145', '\040', '\061', '\012', '\164', - '\152', '\132', '\040', '\164', '\150', '\040', '\061', '\012', - '\150', '\121', '\154', '\040', '\164', '\150', '\040', '\061', - '\012', '\151', '\171', '\127', '\040', '\151', '\156', '\040', - '\061', '\012', '\112', '\167', '\144', '\040', '\144', '\145', - '\040', '\061', '\012', '\161', '\132', '\164', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\112', '\160', '\040', - '\143', '\150', '\040', '\061', '\012', '\152', '\102', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\172', '\162', - '\107', '\040', '\145', '\162', '\040', '\061', '\012', '\150', - '\127', '\146', '\040', '\164', '\150', '\040', '\061', '\012', - '\132', '\144', '\163', '\040', '\163', '\164', '\040', '\061', - '\012', '\161', '\163', '\132', '\040', '\161', '\165', '\040', - '\061', '\012', '\143', '\121', '\170', '\040', '\143', '\150', - '\040', '\061', '\012', '\143', '\143', '\116', '\040', '\143', - '\150', '\040', '\061', '\012', '\171', '\167', '\115', '\040', - '\167', '\141', '\040', '\061', '\012', '\147', '\142', '\130', - '\040', '\156', '\147', '\040', '\061', '\012', '\164', '\146', - '\124', '\040', '\164', '\150', '\040', '\061', '\012', '\166', - '\167', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\121', '\142', '\160', '\040', '\160', '\162', '\040', '\061', - '\012', '\171', '\145', '\131', '\040', '\145', '\162', '\040', - '\061', '\012', '\141', '\125', '\142', '\040', '\141', '\156', - '\040', '\061', '\012', '\161', '\110', '\167', '\040', '\161', - '\165', '\040', '\061', '\012', '\106', '\150', '\161', '\040', - '\164', '\150', '\040', '\061', '\012', '\106', '\156', '\147', - '\040', '\141', '\156', '\040', '\061', '\012', '\154', '\166', - '\111', '\040', '\154', '\145', '\040', '\061', '\012', '\152', - '\103', '\146', '\040', '\151', '\152', '\040', '\061', '\012', - '\150', '\161', '\110', '\040', '\164', '\150', '\040', '\061', - '\012', '\164', '\124', '\161', '\040', '\164', '\150', '\040', - '\061', '\012', '\163', '\146', '\111', '\040', '\163', '\164', - '\040', '\061', '\012', '\166', '\163', '\115', '\040', '\163', - '\164', '\040', '\061', '\012', '\154', '\104', '\160', '\040', - '\154', '\145', '\040', '\061', '\012', '\167', '\112', '\142', - '\040', '\167', '\141', '\040', '\061', '\012', '\142', '\150', - '\130', '\040', '\164', '\150', '\040', '\061', '\012', '\162', - '\122', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\161', '\164', '\123', '\040', '\164', '\150', '\040', '\061', - '\012', '\132', '\167', '\160', '\040', '\160', '\162', '\040', - '\061', '\012', '\112', '\142', '\150', '\040', '\164', '\150', - '\040', '\061', '\012', '\150', '\110', '\142', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\104', '\171', '\040', - '\160', '\162', '\040', '\061', '\012', '\163', '\152', '\104', - '\040', '\163', '\164', '\040', '\061', '\012', '\117', '\171', - '\160', '\040', '\160', '\162', '\040', '\061', '\012', '\161', - '\167', '\104', '\040', '\161', '\165', '\040', '\061', '\012', - '\152', '\142', '\104', '\040', '\151', '\152', '\040', '\061', - '\012', '\166', '\160', '\107', '\040', '\166', '\141', '\040', - '\061', '\012', '\127', '\152', '\142', '\040', '\151', '\152', - '\040', '\061', '\012', '\166', '\160', '\102', '\040', '\166', - '\141', '\040', '\061', '\012', '\141', '\130', '\161', '\040', - '\141', '\156', '\040', '\061', '\012', '\155', '\127', '\172', - '\040', '\163', '\172', '\040', '\061', '\012', '\161', '\110', - '\151', '\040', '\161', '\165', '\040', '\061', '\012', '\146', - '\171', '\116', '\040', '\156', '\171', '\040', '\061', '\012', - '\155', '\142', '\121', '\040', '\155', '\145', '\040', '\061', - '\012', '\171', '\167', '\103', '\040', '\167', '\141', '\040', - '\061', '\012', '\157', '\126', '\147', '\040', '\156', '\147', - '\040', '\061', '\012', '\170', '\155', '\132', '\040', '\155', - '\145', '\040', '\061', '\012', '\163', '\154', '\117', '\040', - '\154', '\145', '\040', '\061', '\012', '\146', '\130', '\156', - '\040', '\141', '\156', '\040', '\061', '\012', '\153', '\131', - '\163', '\040', '\163', '\164', '\040', '\061', '\012', '\160', - '\126', '\165', '\040', '\161', '\165', '\040', '\061', '\012', - '\142', '\153', '\125', '\040', '\153', '\141', '\040', '\061', - '\012', '\102', '\162', '\161', '\040', '\161', '\165', '\040', - '\061', '\012', '\161', '\103', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\130', '\143', '\170', '\040', '\143', - '\150', '\040', '\061', '\012', '\172', '\115', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\143', '\122', '\167', - '\040', '\143', '\150', '\040', '\061', '\012', '\147', '\172', - '\121', '\040', '\156', '\147', '\040', '\061', '\012', '\121', - '\142', '\147', '\040', '\156', '\147', '\040', '\061', '\012', - '\152', '\165', '\125', '\040', '\161', '\165', '\040', '\061', - '\012', '\170', '\123', '\172', '\040', '\163', '\172', '\040', - '\061', '\012', '\126', '\147', '\172', '\040', '\156', '\147', - '\040', '\061', '\012', '\157', '\115', '\167', '\040', '\157', - '\156', '\040', '\061', '\012', '\146', '\160', '\105', '\040', - '\160', '\162', '\040', '\061', '\012', '\170', '\152', '\130', - '\040', '\151', '\152', '\040', '\061', '\012', '\161', '\103', - '\147', '\040', '\161', '\165', '\040', '\061', '\012', '\172', - '\167', '\115', '\040', '\163', '\172', '\040', '\061', '\012', - '\165', '\121', '\154', '\040', '\161', '\165', '\040', '\061', - '\012', '\161', '\120', '\153', '\040', '\161', '\165', '\040', - '\061', '\012', '\160', '\152', '\104', '\040', '\151', '\152', - '\040', '\061', '\012', '\121', '\172', '\155', '\040', '\163', - '\172', '\040', '\061', '\012', '\163', '\111', '\160', '\040', - '\163', '\164', '\040', '\061', '\012', '\165', '\157', '\107', - '\040', '\161', '\165', '\040', '\061', '\012', '\162', '\126', - '\154', '\040', '\145', '\162', '\040', '\061', '\012', '\143', - '\142', '\113', '\040', '\143', '\150', '\040', '\061', '\012', - '\150', '\130', '\155', '\040', '\164', '\150', '\040', '\061', - '\012', '\113', '\163', '\146', '\040', '\163', '\164', '\040', - '\061', '\012', '\153', '\142', '\106', '\040', '\153', '\141', - '\040', '\061', '\012', '\167', '\102', '\155', '\040', '\155', - '\145', '\040', '\061', '\012', '\151', '\131', '\164', '\040', - '\164', '\150', '\040', '\061', '\012', '\163', '\147', '\110', - '\040', '\156', '\147', '\040', '\061', '\012', '\107', '\172', - '\166', '\040', '\163', '\172', '\040', '\061', '\012', '\171', - '\166', '\105', '\040', '\166', '\141', '\040', '\061', '\012', - '\170', '\113', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\163', '\127', '\146', '\040', '\163', '\164', '\040', - '\061', '\012', '\172', '\102', '\143', '\040', '\143', '\150', - '\040', '\061', '\012', '\171', '\153', '\110', '\040', '\153', - '\141', '\040', '\061', '\012', '\166', '\152', '\110', '\040', - '\151', '\152', '\040', '\061', '\012', '\167', '\150', '\111', - '\040', '\164', '\150', '\040', '\061', '\012', '\166', '\120', - '\152', '\040', '\151', '\152', '\040', '\061', '\012', '\132', - '\150', '\164', '\040', '\164', '\150', '\040', '\061', '\012', - '\151', '\112', '\170', '\040', '\151', '\156', '\040', '\061', - '\012', '\143', '\132', '\164', '\040', '\164', '\150', '\040', - '\061', '\012', '\144', '\161', '\125', '\040', '\161', '\165', - '\040', '\061', '\012', '\150', '\115', '\144', '\040', '\164', - '\150', '\040', '\061', '\012', '\143', '\125', '\152', '\040', - '\143', '\150', '\040', '\061', '\012', '\166', '\115', '\147', - '\040', '\156', '\147', '\040', '\061', '\012', '\160', '\143', - '\112', '\040', '\143', '\150', '\040', '\061', '\012', '\102', - '\143', '\155', '\040', '\143', '\150', '\040', '\061', '\012', - '\152', '\130', '\151', '\040', '\151', '\156', '\040', '\061', - '\012', '\170', '\157', '\111', '\040', '\157', '\156', '\040', - '\061', '\012', '\132', '\153', '\161', '\040', '\161', '\165', - '\040', '\061', '\012', '\130', '\172', '\162', '\040', '\145', - '\162', '\040', '\061', '\012', '\171', '\172', '\115', '\040', - '\163', '\172', '\040', '\061', '\012', '\161', '\152', '\130', - '\040', '\161', '\165', '\040', '\061', '\012', '\155', '\116', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\150', - '\160', '\130', '\040', '\164', '\150', '\040', '\061', '\012', - '\146', '\102', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\164', '\130', '\144', '\040', '\164', '\150', '\040', - '\061', '\012', '\130', '\153', '\151', '\040', '\151', '\156', - '\040', '\061', '\012', '\110', '\163', '\161', '\040', '\161', - '\165', '\040', '\061', '\012', '\142', '\161', '\125', '\040', - '\161', '\165', '\040', '\061', '\012', '\163', '\147', '\106', - '\040', '\156', '\147', '\040', '\061', '\012', '\144', '\120', - '\143', '\040', '\143', '\150', '\040', '\061', '\012', '\112', - '\170', '\151', '\040', '\151', '\156', '\040', '\061', '\012', - '\125', '\147', '\160', '\040', '\156', '\147', '\040', '\061', - '\012', '\122', '\170', '\151', '\040', '\151', '\156', '\040', - '\061', '\012', '\113', '\167', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\172', '\153', '\104', '\040', '\163', - '\172', '\040', '\061', '\012', '\122', '\161', '\154', '\040', - '\161', '\165', '\040', '\061', '\012', '\160', '\112', '\142', - '\040', '\160', '\162', '\040', '\061', '\012', '\146', '\143', - '\126', '\040', '\143', '\150', '\040', '\061', '\012', '\151', - '\126', '\144', '\040', '\151', '\156', '\040', '\061', '\012', - '\142', '\102', '\160', '\040', '\142', '\145', '\040', '\061', - '\012', '\117', '\152', '\167', '\040', '\151', '\152', '\040', - '\061', '\012', '\166', '\132', '\154', '\040', '\154', '\145', - '\040', '\061', '\012', '\111', '\171', '\152', '\040', '\151', - '\152', '\040', '\061', '\012', '\146', '\153', '\125', '\040', - '\153', '\141', '\040', '\061', '\012', '\113', '\143', '\161', - '\040', '\143', '\150', '\040', '\061', '\012', '\144', '\102', - '\161', '\040', '\161', '\165', '\040', '\061', '\012', '\115', - '\161', '\161', '\040', '\161', '\165', '\040', '\061', '\012', - '\151', '\115', '\147', '\040', '\156', '\147', '\040', '\061', - '\012', '\127', '\167', '\163', '\040', '\163', '\164', '\040', - '\061', '\012', '\164', '\161', '\130', '\040', '\164', '\150', - '\040', '\061', '\012', '\170', '\150', '\104', '\040', '\164', - '\150', '\040', '\061', '\012', '\162', '\116', '\154', '\040', - '\145', '\162', '\040', '\061', '\012', '\160', '\127', '\144', - '\040', '\144', '\145', '\040', '\061', '\012', '\152', '\162', - '\126', '\040', '\145', '\162', '\040', '\061', '\012', '\102', - '\155', '\152', '\040', '\151', '\152', '\040', '\061', '\012', - '\110', '\155', '\161', '\040', '\161', '\165', '\040', '\061', - '\012', '\166', '\154', '\110', '\040', '\154', '\145', '\040', - '\061', '\012', '\115', '\170', '\142', '\040', '\142', '\145', - '\040', '\061', '\012', '\171', '\171', '\123', '\040', '\156', - '\171', '\040', '\061', '\012', '\161', '\166', '\127', '\040', - '\161', '\165', '\040', '\061', '\012', '\146', '\166', '\130', - '\040', '\166', '\141', '\040', '\061', '\012', '\126', '\146', - '\145', '\040', '\145', '\162', '\040', '\061', '\012', '\103', - '\144', '\167', '\040', '\144', '\145', '\040', '\061', '\012', - '\113', '\147', '\145', '\040', '\156', '\147', '\040', '\061', - '\012', '\121', '\145', '\152', '\040', '\145', '\162', '\040', - '\061', '\012', '\162', '\166', '\132', '\040', '\145', '\162', - '\040', '\061', '\012', '\166', '\172', '\111', '\040', '\163', - '\172', '\040', '\061', '\012', '\144', '\104', '\156', '\040', - '\141', '\156', '\040', '\061', '\012', '\156', '\167', '\123', - '\040', '\141', '\156', '\040', '\061', '\012', '\121', '\143', - '\142', '\040', '\143', '\150', '\040', '\061', '\012', '\167', - '\153', '\126', '\040', '\153', '\141', '\040', '\061', '\012', - '\165', '\103', '\170', '\040', '\161', '\165', '\040', '\061', - '\012', '\111', '\147', '\153', '\040', '\156', '\147', '\040', - '\061', '\012', '\126', '\160', '\155', '\040', '\155', '\145', - '\040', '\061', '\012', '\150', '\102', '\155', '\040', '\164', - '\150', '\040', '\061', '\012', '\160', '\144', '\121', '\040', - '\144', '\145', '\040', '\061', '\012', '\146', '\147', '\121', - '\040', '\156', '\147', '\040', '\061', '\012', '\171', '\121', - '\155', '\040', '\155', '\145', '\040', '\061', '\012', '\147', - '\170', '\110', '\040', '\156', '\147', '\040', '\061', '\012', - '\160', '\161', '\113', '\040', '\161', '\165', '\040', '\061', - '\012', '\154', '\122', '\143', '\040', '\143', '\150', '\040', - '\061', '\012', '\130', '\144', '\166', '\040', '\144', '\145', - '\040', '\061', '\012', '\150', '\104', '\172', '\040', '\164', - '\150', '\040', '\061', '\012', '\144', '\106', '\167', '\040', - '\144', '\145', '\040', '\061', '\012', '\161', '\121', '\165', - '\040', '\165', '\156', '\040', '\061', '\012', '\170', '\142', - '\104', '\040', '\142', '\145', '\040', '\061', '\012', '\161', - '\155', '\105', '\040', '\161', '\165', '\040', '\061', '\012', - '\155', '\127', '\155', '\040', '\155', '\145', '\040', '\061', - '\012', '\152', '\102', '\142', '\040', '\151', '\152', '\040', - '\061', '\012', '\152', '\130', '\164', '\040', '\164', '\150', - '\040', '\061', '\012', '\146', '\170', '\125', '\040', '\146', + '\166', '\062', '\012', '\047', '\047', '\040', '\042', '\040', '\061', + '\012', '\140', '\047', '\040', '\042', '\040', '\061', '\012', '\047', + '\140', '\040', '\042', '\040', '\061', '\012', '\342', '\200', '\230', + '\047', '\040', '\042', '\040', '\061', '\012', '\047', '\342', '\200', + '\230', '\040', '\042', '\040', '\061', '\012', '\342', '\200', '\231', + '\047', '\040', '\042', '\040', '\061', '\012', '\047', '\342', '\200', + '\231', '\040', '\042', '\040', '\061', '\012', '\140', '\140', '\040', + '\042', '\040', '\061', '\012', '\140', '\342', '\200', '\230', '\040', + '\042', '\040', '\061', '\012', '\342', '\200', '\230', '\140', '\040', + '\042', '\040', '\061', '\012', '\140', '\342', '\200', '\231', '\040', + '\042', '\040', '\061', '\012', '\342', '\200', '\231', '\140', '\040', + '\042', '\040', '\061', '\012', '\342', '\200', '\230', '\342', '\200', + '\230', '\040', '\342', '\200', '\234', '\040', '\061', '\012', '\342', + '\200', '\230', '\342', '\200', '\231', '\040', '\042', '\040', '\061', + '\012', '\342', '\200', '\231', '\342', '\200', '\230', '\040', '\042', + '\040', '\061', '\012', '\342', '\200', '\231', '\342', '\200', '\231', + '\040', '\342', '\200', '\235', '\040', '\061', '\012', '\054', '\054', + '\040', '\342', '\200', '\236', '\040', '\061', '\012', '\155', '\040', + '\162', '\156', '\040', '\060', '\012', '\162', '\156', '\040', '\155', + '\040', '\060', '\012', '\155', '\040', '\151', '\156', '\040', '\060', + '\012', '\151', '\156', '\040', '\155', '\040', '\060', '\012', '\144', + '\040', '\143', '\154', '\040', '\060', '\012', '\143', '\154', '\040', + '\144', '\040', '\060', '\012', '\156', '\156', '\040', '\162', '\155', + '\040', '\060', '\012', '\162', '\155', '\040', '\156', '\156', '\040', + '\060', '\012', '\156', '\040', '\162', '\151', '\040', '\060', '\012', + '\162', '\151', '\040', '\156', '\040', '\060', '\012', '\154', '\151', + '\040', '\150', '\040', '\060', '\012', '\154', '\162', '\040', '\150', + '\040', '\060', '\012', '\151', '\151', '\040', '\165', '\040', '\060', + '\012', '\151', '\151', '\040', '\156', '\040', '\060', '\012', '\156', + '\151', '\040', '\155', '\040', '\060', '\012', '\151', '\151', '\151', + '\040', '\155', '\040', '\060', '\012', '\154', '\154', '\040', '\110', + '\040', '\060', '\012', '\111', '\055', '\111', '\040', '\110', '\040', + '\060', '\012', '\166', '\166', '\040', '\167', '\040', '\060', '\012', + '\126', '\126', '\040', '\127', '\040', '\060', '\012', '\164', '\040', + '\146', '\040', '\060', '\012', '\146', '\040', '\164', '\040', '\060', + '\012', '\141', '\040', '\157', '\040', '\060', '\012', '\157', '\040', + '\141', '\040', '\060', '\012', '\145', '\040', '\143', '\040', '\060', + '\012', '\143', '\040', '\145', '\040', '\060', '\012', '\162', '\162', + '\040', '\156', '\040', '\060', '\012', '\105', '\040', '\146', '\151', + '\040', '\060', '\012', '\154', '\074', '\040', '\153', '\040', '\060', + '\012', '\154', '\144', '\040', '\153', '\151', '\040', '\060', '\012', + '\154', '\170', '\040', '\150', '\040', '\060', '\012', '\170', '\156', + '\040', '\155', '\040', '\060', '\012', '\165', '\170', '\040', '\151', + '\156', '\040', '\060', '\012', '\162', '\040', '\164', '\040', '\060', + '\012', '\144', '\040', '\164', '\154', '\040', '\060', '\012', '\144', + '\151', '\040', '\164', '\150', '\040', '\060', '\012', '\165', '\162', + '\040', '\151', '\156', '\040', '\060', '\012', '\165', '\156', '\040', + '\151', '\155', '\040', '\060', '\012', '\165', '\040', '\141', '\040', + '\060', '\012', '\157', '\040', '\303', '\263', '\040', '\060', '\012', + '\303', '\263', '\040', '\157', '\040', '\060', '\012', '\151', '\040', + '\303', '\255', '\040', '\060', '\012', '\303', '\255', '\040', '\151', + '\040', '\060', '\012', '\141', '\040', '\303', '\241', '\040', '\060', + '\012', '\303', '\241', '\040', '\141', '\040', '\060', '\012', '\145', + '\040', '\303', '\251', '\040', '\060', '\012', '\303', '\251', '\040', + '\145', '\040', '\060', '\012', '\165', '\040', '\303', '\272', '\040', + '\060', '\012', '\303', '\272', '\040', '\165', '\040', '\060', '\012', + '\156', '\040', '\303', '\261', '\040', '\060', '\012', '\303', '\261', + '\040', '\156', '\040', '\060', '\012', '\060', '\040', '\157', '\040', + '\060', '\012', '\144', '\040', '\164', '\162', '\040', '\060', '\012', + '\156', '\040', '\164', '\162', '\040', '\060', '\012', '\303', '\261', + '\040', '\146', '\151', '\040', '\060', '\012', '\165', '\040', '\164', + '\151', '\040', '\060', '\012', '\303', '\261', '\040', '\164', '\151', + '\040', '\060', '\012', '\144', '\040', '\164', '\151', '\040', '\060', + '\012', '\144', '\040', '\164', '\303', '\255', '\040', '\060', '\012', + '\144', '\040', '\162', '\303', '\255', '\040', '\060', '\012', '\141', + '\040', '\303', '\240', '\040', '\060', '\012', '\145', '\040', '\303', + '\250', '\040', '\060', '\012', '\156', '\040', '\151', '\152', '\040', + '\060', '\012', '\147', '\040', '\151', '\152', '\040', '\060', '\012', + '\157', '\040', '\303', '\262', '\040', '\060', '\012', '\105', '\040', + '\303', '\211', '\040', '\060', '\012', '\105', '\040', '\303', '\210', + '\040', '\060', '\012', '\165', '\040', '\303', '\274', '\040', '\060', + '\012', '\170', '\156', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\131', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\164', '\105', '\040', '\156', '\164', '\040', '\061', + '\012', '\124', '\154', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\170', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\152', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\160', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\162', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\141', '\161', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\166', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\142', '\114', '\040', '\142', '\145', '\040', '\061', + '\012', '\116', '\166', '\153', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\112', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\170', '\103', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\165', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\172', '\164', '\040', '\164', '\141', '\040', '\061', + '\012', '\161', '\113', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\143', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\130', '\160', '\040', '\160', '\157', '\040', '\061', + '\012', '\126', '\161', '\151', '\040', '\164', '\151', '\040', '\061', + '\012', '\125', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\112', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\131', '\153', '\144', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\160', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\102', '\166', '\040', '\164', '\151', '\040', '\061', + '\012', '\172', '\122', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\124', '\155', '\040', '\155', '\151', '\040', '\061', + '\012', '\155', '\113', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\126', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\164', '\160', '\040', '\164', '\151', '\040', '\061', + '\012', '\155', '\166', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\104', '\161', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\170', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\102', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\166', '\143', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\103', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\101', '\157', '\040', '\166', '\157', '\040', '\061', + '\012', '\161', '\165', '\102', '\040', '\164', '\165', '\040', '\061', + '\012', '\142', '\164', '\126', '\040', '\164', '\151', '\040', '\061', + '\012', '\114', '\155', '\143', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\126', '\167', '\040', '\164', '\151', '\040', '\061', + '\012', '\131', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\110', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\120', '\152', '\040', '\164', '\165', '\040', '\061', + '\012', '\146', '\124', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\122', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\144', '\101', '\040', '\144', '\151', '\040', '\061', + '\012', '\152', '\172', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\170', '\114', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\166', '\147', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\152', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\165', '\126', '\040', '\164', '\165', '\040', '\061', + '\012', '\163', '\127', '\153', '\040', '\153', '\165', '\040', '\061', + '\012', '\120', '\147', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\110', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\153', '\125', '\040', '\153', '\165', '\040', '\061', + '\012', '\147', '\166', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\144', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\126', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\147', '\144', '\040', '\144', '\151', '\040', '\061', + '\012', '\172', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\161', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\163', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\146', '\116', '\040', '\144', '\151', '\040', '\061', + '\012', '\144', '\147', '\127', '\040', '\144', '\151', '\040', '\061', + '\012', '\167', '\116', '\162', '\040', '\162', '\151', '\040', '\061', + '\012', '\172', '\166', '\103', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\131', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\110', '\171', '\040', '\164', '\165', '\040', '\061', + '\012', '\164', '\116', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\170', '\112', '\040', '\154', '\151', '\040', '\061', + '\012', '\110', '\142', '\153', '\040', '\153', '\165', '\040', '\061', + '\012', '\170', '\163', '\107', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\123', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\106', '\142', '\040', '\142', '\165', '\040', '\061', + '\012', '\116', '\164', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\102', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\153', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\126', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\152', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\166', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\132', '\146', '\040', '\164', '\157', '\040', '\061', + '\012', '\153', '\143', '\125', '\040', '\153', '\157', '\040', '\061', + '\012', '\146', '\106', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\161', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\122', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\166', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\156', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\170', '\115', '\040', '\160', '\157', '\040', '\061', + '\012', '\145', '\102', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\112', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\156', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\103', '\161', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\110', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\146', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\161', '\156', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\123', '\163', '\040', '\151', '\163', '\040', '\061', + '\012', '\163', '\102', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\106', '\150', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\116', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\115', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\114', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\170', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\144', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\162', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\105', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\126', '\143', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\115', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\124', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\101', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\154', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\142', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\126', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\121', '\154', '\040', '\164', '\145', '\040', '\061', + '\012', '\163', '\127', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\102', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\130', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\125', '\143', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\117', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\110', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\116', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\106', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\154', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\155', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\146', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\170', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\131', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\164', '\146', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\144', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\144', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\116', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\152', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\120', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\126', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\112', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\160', '\110', '\040', '\160', '\157', '\040', '\061', + '\012', '\170', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\102', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\155', '\102', '\040', '\156', '\164', '\040', '\061', + '\012', '\172', '\143', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\146', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\146', '\117', '\040', '\155', '\145', '\040', '\061', + '\012', '\131', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\132', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\155', '\172', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\122', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\165', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\142', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\166', '\152', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\147', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\103', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\167', '\127', '\040', '\167', '\141', '\040', '\061', + '\012', '\112', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\107', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\142', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\124', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\103', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\126', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\157', '\121', '\040', '\160', '\157', '\040', '\061', + '\012', '\161', '\164', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\166', '\147', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\101', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\146', '\127', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\147', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\146', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\131', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\160', '\113', '\040', '\160', '\162', '\040', '\061', + '\012', '\112', '\172', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\121', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\152', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\170', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\120', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\116', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\166', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\107', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\165', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\166', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\131', '\145', '\040', '\164', '\145', '\040', '\061', + '\012', '\146', '\132', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\131', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\170', '\131', '\040', '\146', '\157', '\040', '\061', + '\012', '\171', '\120', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\107', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\155', '\124', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\146', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\170', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\172', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\141', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\153', '\126', '\144', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\152', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\153', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\121', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\166', '\152', '\040', '\166', '\141', '\040', '\061', + '\012', '\126', '\142', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\160', '\116', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\153', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\112', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\167', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\132', '\162', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\147', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\124', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\104', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\155', '\125', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\150', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\103', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\167', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\107', '\146', '\040', '\156', '\164', '\040', '\061', + '\012', '\152', '\152', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\125', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\127', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\170', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\115', '\161', '\156', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\166', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\127', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\144', '\117', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\116', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\117', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\102', '\171', '\040', '\146', '\157', '\040', '\061', + '\012', '\156', '\125', '\152', '\040', '\156', '\164', '\040', '\061', + '\012', '\154', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\154', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\162', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\130', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\126', '\167', '\040', '\166', '\145', '\040', '\061', + '\012', '\172', '\127', '\156', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\112', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\115', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\144', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\155', '\113', '\040', '\155', '\145', '\040', '\061', + '\012', '\123', '\163', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\127', '\154', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\152', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\152', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\113', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\166', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\143', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\153', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\125', '\145', '\040', '\164', '\145', '\040', '\061', + '\012', '\154', '\125', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\102', '\147', '\040', '\156', '\164', '\040', '\061', + '\012', '\144', '\110', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\165', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\160', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\157', '\126', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\102', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\124', '\144', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\146', '\126', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\147', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\153', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\121', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\160', '\106', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\102', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\155', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\127', '\146', '\040', '\166', '\145', '\040', '\061', + '\012', '\152', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\171', '\111', '\040', '\156', '\171', '\040', '\061', + '\012', '\132', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\117', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\153', '\112', '\040', '\153', '\157', '\040', '\061', + '\012', '\144', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\142', '\127', '\040', '\151', '\163', '\040', '\061', + '\012', '\172', '\115', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\112', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\115', '\143', '\040', '\153', '\157', '\040', '\061', + '\012', '\172', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\121', '\153', '\040', '\166', '\141', '\040', '\061', + '\012', '\145', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\106', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\107', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\132', '\170', '\040', '\170', '\145', '\040', '\061', + '\012', '\161', '\166', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\153', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\127', '\162', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\152', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\152', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\114', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\167', '\111', '\040', '\167', '\141', '\040', '\061', + '\012', '\151', '\104', '\167', '\040', '\164', '\151', '\040', '\061', + '\012', '\102', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\120', '\172', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\106', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\121', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\102', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\166', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\152', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\144', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\172', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\164', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\146', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\166', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\110', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\142', '\115', '\040', '\142', '\145', '\040', '\061', + '\012', '\156', '\127', '\147', '\040', '\156', '\164', '\040', '\061', + '\012', '\131', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\170', '\113', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\142', '\121', '\040', '\142', '\145', '\040', '\061', + '\012', '\127', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\114', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\164', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\156', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\166', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\152', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\166', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\103', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\171', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\106', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\157', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\162', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\145', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\167', '\132', '\040', '\142', '\145', '\040', '\061', + '\012', '\144', '\156', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\142', '\167', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\107', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\156', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\160', '\116', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\172', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\160', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\124', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\120', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\144', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\167', '\130', '\040', '\167', '\141', '\040', '\061', + '\012', '\125', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\113', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\144', '\106', '\040', '\144', '\145', '\040', '\061', + '\012', '\112', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\172', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\152', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\124', '\156', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\164', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\147', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\144', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\172', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\155', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\144', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\142', '\112', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\122', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\163', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\147', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\170', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\170', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\131', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\121', '\164', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\170', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\144', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\167', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\155', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\126', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\166', '\154', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\110', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\115', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\172', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\117', '\141', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\131', '\160', '\040', '\164', '\151', '\040', '\061', + '\012', '\166', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\157', '\126', '\040', '\162', '\157', '\040', '\061', + '\012', '\146', '\132', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\161', '\121', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\144', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\127', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\107', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\167', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\147', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\163', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\141', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\152', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\156', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\171', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\122', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\165', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\152', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\162', '\124', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\167', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\126', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\166', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\132', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\162', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\163', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\166', '\163', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\103', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\166', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\120', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\167', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\167', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\107', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\127', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\113', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\127', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\155', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\160', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\172', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\155', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\116', '\153', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\160', '\115', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\167', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\110', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\172', '\103', '\040', '\152', '\157', '\040', '\061', + '\012', '\157', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\130', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\105', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\165', '\127', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\166', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\163', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\123', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\113', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\171', '\145', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\110', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\103', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\155', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\165', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\144', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\120', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\144', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\116', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\172', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\152', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\160', '\112', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\124', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\114', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\147', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\121', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\142', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\170', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\126', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\153', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\120', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\121', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\117', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\126', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\155', '\125', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\106', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\141', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\107', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\147', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\124', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\166', '\103', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\107', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\116', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\116', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\120', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\167', '\131', '\040', '\164', '\151', '\040', '\061', + '\012', '\116', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\124', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\172', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\152', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\166', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\114', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\127', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\166', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\114', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\161', '\172', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\172', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\132', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\125', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\113', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\151', '\107', '\170', '\040', '\164', '\151', '\040', '\061', + '\012', '\170', '\166', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\170', '\101', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\152', '\110', '\040', '\163', '\164', '\040', '\061', + '\012', '\107', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\147', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\104', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\132', '\156', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\146', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\165', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\121', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\114', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\132', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\104', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\163', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\126', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\155', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\104', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\101', '\157', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\172', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\155', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\127', '\156', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\122', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\166', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\151', '\131', '\040', '\164', '\151', '\040', '\061', + '\012', '\170', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\112', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\144', '\156', '\040', '\144', '\145', '\040', '\061', + '\012', '\116', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\170', '\132', '\040', '\170', '\145', '\040', '\061', + '\012', '\130', '\144', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\116', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\156', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\127', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\121', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\167', '\107', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\155', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\107', '\171', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\172', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\107', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\152', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\126', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\167', '\124', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\150', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\156', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\103', '\160', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\116', '\155', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\156', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\127', '\143', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\117', '\156', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\154', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\156', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\164', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\147', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\127', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\101', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\132', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\116', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\124', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\131', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\143', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\110', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\112', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\152', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\167', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\121', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\126', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\154', '\125', '\040', '\154', '\145', '\040', '\061', + '\012', '\114', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\130', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\102', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\111', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\152', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\172', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\121', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\107', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\142', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\125', '\157', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\126', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\104', '\144', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\161', '\103', '\040', '\166', '\157', '\040', '\061', + '\012', '\152', '\153', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\166', '\172', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\120', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\103', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\146', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\167', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\106', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\166', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\124', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\154', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\172', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\164', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\152', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\114', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\122', '\161', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\152', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\152', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\107', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\156', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\121', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\166', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\147', '\145', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\112', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\144', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\167', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\116', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\167', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\113', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\124', '\147', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\131', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\152', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\101', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\155', '\113', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\152', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\114', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\156', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\172', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\107', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\153', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\126', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\127', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\160', '\131', '\040', '\167', '\141', '\040', '\061', + '\012', '\154', '\106', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\167', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\127', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\152', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\106', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\111', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\164', '\142', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\161', '\143', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\145', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\120', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\167', '\114', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\110', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\167', '\120', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\166', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\123', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\172', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\131', '\160', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\104', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\102', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\116', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\125', '\142', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\130', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\122', '\154', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\102', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\154', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\167', '\131', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\172', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\101', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\104', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\152', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\102', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\146', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\157', '\116', '\040', '\157', '\156', '\040', '\061', + '\012', '\131', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\126', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\162', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\147', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\120', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\165', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\156', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\147', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\170', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\114', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\156', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\130', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\146', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\127', '\144', '\040', '\144', '\157', '\040', '\061', + '\012', '\170', '\156', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\117', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\153', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\166', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\153', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\115', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\155', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\101', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\121', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\110', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\120', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\172', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\113', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\115', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\101', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\144', '\110', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\170', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\111', '\171', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\157', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\115', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\172', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\162', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\141', '\120', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\167', '\107', '\040', '\167', '\141', '\040', '\061', + '\012', '\103', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\166', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\162', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\125', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\172', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\111', '\157', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\121', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\161', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\120', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\124', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\156', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\146', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\171', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\114', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\152', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\155', '\122', '\040', '\155', '\145', '\040', '\061', + '\012', '\145', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\171', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\152', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\163', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\167', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\156', '\162', '\040', '\141', '\156', '\040', '\061', + '\012', '\124', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\103', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\160', '\102', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\131', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\104', '\160', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\147', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\112', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\117', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\106', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\142', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\113', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\110', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\162', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\114', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\141', '\131', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\103', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\167', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\114', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\115', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\113', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\115', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\143', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\152', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\115', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\170', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\132', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\167', '\104', '\040', '\167', '\141', '\040', '\061', + '\012', '\154', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\146', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\170', '\120', '\040', '\154', '\145', '\040', '\061', + '\012', '\131', '\171', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\120', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\144', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\122', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\147', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\101', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\113', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\127', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\162', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\113', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\103', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\167', '\110', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\166', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\125', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\157', '\120', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\164', '\152', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\102', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\160', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\172', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\132', '\163', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\113', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\143', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\146', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\126', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\126', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\127', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\130', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\143', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\114', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\144', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\113', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\156', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\124', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\147', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\132', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\112', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\153', '\146', '\115', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\113', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\115', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\147', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\107', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\104', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\122', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\117', '\141', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\165', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\122', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\167', '\104', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\130', '\163', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\154', '\103', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\155', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\170', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\166', '\164', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\127', '\155', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\126', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\152', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\120', '\170', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\131', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\167', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\166', '\163', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\172', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\152', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\126', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\170', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\120', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\172', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\170', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\146', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\120', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\160', '\103', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\106', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\167', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\117', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\132', '\162', '\040', '\151', '\156', '\040', '\061', + '\012', '\126', '\170', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\114', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\106', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\115', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\171', '\125', '\040', '\156', '\171', '\040', '\061', + '\012', '\155', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\112', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\113', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\115', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\111', '\152', '\040', '\164', '\145', '\040', '\061', + '\012', '\126', '\144', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\103', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\125', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\132', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\116', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\131', '\162', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\104', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\156', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\163', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\110', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\103', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\102', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\152', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\117', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\152', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\146', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\166', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\117', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\130', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\103', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\115', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\111', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\112', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\120', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\151', '\167', '\127', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\115', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\124', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\111', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\154', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\152', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\120', '\142', '\040', '\151', '\156', '\040', '\061', + '\012', '\127', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\172', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\162', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\154', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\131', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\126', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\160', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\122', '\166', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\144', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\114', '\153', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\166', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\144', '\105', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\102', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\162', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\124', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\131', '\160', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\115', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\143', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\103', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\146', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\120', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\160', '\125', '\040', '\160', '\162', '\040', '\061', + '\012', '\126', '\153', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\142', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\170', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\123', '\146', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\131', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\105', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\130', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\155', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\153', '\171', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\167', '\130', '\040', '\167', '\141', '\040', '\061', + '\012', '\125', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\146', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\160', '\114', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\124', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\132', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\102', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\161', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\107', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\104', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\103', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\116', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\161', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\154', '\104', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\130', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\123', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\130', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\147', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\143', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\155', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\166', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\116', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\170', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\106', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\172', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\162', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\121', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\116', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\170', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\167', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\144', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\101', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\144', '\114', '\164', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\147', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\160', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\111', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\131', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\120', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\160', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\104', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\146', '\112', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\102', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\110', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\101', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\116', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\152', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\152', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\107', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\123', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\115', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\113', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\155', '\112', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\172', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\110', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\112', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\127', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\166', '\153', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\153', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\105', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\125', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\155', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\114', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\107', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\107', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\106', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\156', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\106', '\171', '\040', '\145', '\162', '\040', '\061', + '\012', '\116', '\146', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\123', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\130', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\110', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\165', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\130', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\143', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\112', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\127', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\160', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\161', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\162', '\111', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\147', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\171', '\120', '\040', '\156', '\171', '\040', '\061', + '\012', '\132', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\106', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\154', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\156', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\120', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\152', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\132', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\106', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\160', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\146', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\156', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\104', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\162', '\115', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\146', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\106', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\107', '\153', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\122', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\127', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\131', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\105', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\110', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\106', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\104', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\123', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\114', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\113', '\163', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\167', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\166', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\126', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\165', '\111', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\154', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\167', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\127', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\120', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\122', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\146', '\104', '\040', '\142', '\145', '\040', '\061', + '\012', '\171', '\103', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\156', '\112', '\163', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\103', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\142', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\103', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\155', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\145', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\156', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\167', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\111', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\152', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\167', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\112', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\156', '\101', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\102', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\106', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\147', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\125', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\104', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\110', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\130', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\171', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\153', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\114', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\170', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\115', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\154', '\122', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\167', '\132', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\131', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\146', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\164', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\124', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\103', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\103', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\146', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\131', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\160', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\111', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\171', '\167', '\105', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\116', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\167', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\132', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\107', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\126', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\152', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\124', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\105', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\115', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\110', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\143', '\152', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\167', '\117', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\154', '\102', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\113', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\146', '\107', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\146', '\102', '\040', '\167', '\141', '\040', '\061', + '\012', '\112', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\167', '\113', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\125', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\153', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\155', '\126', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\155', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\164', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\171', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\171', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\122', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\130', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\115', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\167', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\143', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\120', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\167', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\171', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\130', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\163', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\102', '\161', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\107', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\156', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\124', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\155', '\120', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\160', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\115', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\152', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\165', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\102', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\165', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\105', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\172', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\114', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\146', '\116', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\125', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\103', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\103', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\125', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\102', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\102', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\155', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\164', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\143', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\120', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\121', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\172', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\162', '\111', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\166', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\103', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\172', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\144', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\170', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\131', '\153', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\123', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\153', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\120', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\127', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\165', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\172', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\120', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\167', '\127', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\167', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\170', '\120', '\040', '\142', '\145', '\040', '\061', + '\012', '\144', '\155', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\141', '\167', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\126', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\142', '\167', '\131', '\040', '\167', '\141', '\040', '\061', + '\012', '\132', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\131', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\103', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\146', '\121', '\040', '\156', '\171', '\040', '\061', + '\012', '\172', '\107', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\166', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\103', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\120', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\172', '\130', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\150', '\166', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\172', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\146', '\130', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\162', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\131', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\116', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\101', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\170', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\124', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\117', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\167', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\121', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\127', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\170', '\105', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\130', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\166', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\130', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\103', '\161', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\172', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\122', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\156', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\141', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\102', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\115', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\110', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\114', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\115', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\172', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\120', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\152', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\132', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\156', '\161', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\126', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\152', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\110', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\112', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\156', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\153', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\156', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\172', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\121', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\124', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\153', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\167', '\132', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\155', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\146', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\155', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\117', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\165', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\101', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\104', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\126', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\122', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\155', '\115', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\170', '\102', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\164', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\172', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\106', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\126', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\144', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\115', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\167', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\153', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\122', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\166', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\167', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\150', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\167', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\121', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\162', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\115', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\121', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\102', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\125', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\167', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\147', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\160', '\130', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\166', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\103', '\166', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\110', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\121', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\131', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\132', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\171', '\113', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\105', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\130', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\107', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\114', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\170', '\125', '\040', '\156', '\171', '\040', '\061', + '\012', '\147', '\166', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\163', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\111', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\142', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\115', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\153', '\130', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\162', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\117', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\107', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\107', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\103', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\161', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\104', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\144', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\147', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\124', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\105', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\132', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\131', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\120', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\147', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\166', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\170', '\113', '\040', '\146', '\157', '\040', '\061', + '\012', '\110', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\122', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\155', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\170', '\122', '\040', '\142', '\145', '\040', '\061', + '\012', '\114', '\163', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\122', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\167', '\121', '\040', '\151', '\156', '\040', '\061', + '\012', '\127', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\146', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\167', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\162', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\151', '\106', '\143', '\040', '\164', '\151', '\040', '\061', + '\012', '\167', '\172', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\142', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\146', '\123', '\040', '\146', '\157', '\040', '\061', + '\012', '\120', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\131', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\154', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\164', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\172', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\152', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\104', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\103', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\103', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\170', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\115', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\143', '\147', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\153', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\161', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\156', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\131', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\160', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\164', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\125', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\156', '\116', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\124', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\163', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\112', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\121', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\107', '\156', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\155', '\115', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\152', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\170', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\144', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\101', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\125', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\130', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\102', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\147', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\132', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\112', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\166', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\155', '\124', '\040', '\155', '\145', '\040', '\061', + '\012', '\157', '\131', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\150', '\167', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\152', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\131', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\110', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\154', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\103', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\104', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\103', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\170', '\102', '\040', '\154', '\145', '\040', '\061', + '\012', '\145', '\130', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\166', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\116', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\153', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\122', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\156', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\167', '\103', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\121', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\162', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\106', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\157', '\145', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\114', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\167', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\167', '\104', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\160', '\105', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\154', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\123', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\165', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\162', '\111', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\163', '\156', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\120', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\153', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\122', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\152', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\143', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\104', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\145', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\143', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\106', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\142', '\127', '\040', '\142', '\145', '\040', '\061', + '\012', '\165', '\125', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\164', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\160', '\124', '\040', '\151', '\156', '\040', '\061', + '\012', '\130', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\167', '\116', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\130', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\114', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\146', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\144', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\116', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\152', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\127', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\106', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\114', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\142', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\155', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\156', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\116', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\160', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\154', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\151', '\110', '\161', '\040', '\151', '\156', '\040', '\061', + '\012', '\163', '\167', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\152', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\120', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\157', '\122', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\112', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\132', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\126', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\106', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\172', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\166', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\120', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\103', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\116', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\155', '\104', '\040', '\155', '\145', '\040', '\061', + '\012', '\155', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\154', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\151', '\130', '\040', '\151', '\156', '\040', '\061', + '\012', '\171', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\154', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\146', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\166', '\162', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\170', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\167', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\144', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\160', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\160', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\132', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\146', '\112', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\121', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\101', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\161', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\114', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\152', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\132', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\131', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\126', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\130', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\167', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\167', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\167', '\114', '\040', '\154', '\145', '\040', '\061', + '\012', '\145', '\107', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\123', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\163', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\155', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\146', '\121', '\040', '\146', '\157', '\040', '\061', + '\012', '\126', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\155', '\104', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\101', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\156', '\142', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\112', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\167', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\170', '\112', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\142', '\103', '\040', '\142', '\145', '\040', '\061', + '\012', '\122', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\112', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\130', '\171', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\153', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\157', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\132', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\120', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\107', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\107', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\122', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\114', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\126', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\144', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\114', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\146', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\170', '\126', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\131', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\143', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\167', '\160', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\124', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\121', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\146', '\107', '\040', '\156', '\171', '\040', '\061', + '\012', '\160', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\152', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\144', '\147', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\102', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\156', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\167', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\165', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\152', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\126', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\124', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\115', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\113', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\122', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\152', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\131', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\130', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\172', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\123', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\164', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\131', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\147', '\154', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\125', '\165', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\117', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\102', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\122', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\127', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\116', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\151', '\110', '\144', '\040', '\151', '\156', '\040', '\061', + '\012', '\127', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\146', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\162', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\127', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\152', '\115', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\170', '\107', '\040', '\156', '\171', '\040', '\061', + '\012', '\146', '\160', '\127', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\172', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\102', '\153', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\170', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\111', '\152', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\105', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\154', '\104', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\106', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\106', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\112', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\111', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\106', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\172', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\126', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\126', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\144', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\111', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\153', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\146', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\153', '\111', '\040', '\153', '\165', '\040', '\061', + '\012', '\146', '\111', '\157', '\040', '\162', '\157', '\040', '\061', + '\012', '\154', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\160', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\101', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\162', '\162', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\104', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\157', '\110', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\112', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\103', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\166', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\114', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\132', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\116', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\124', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\126', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\106', '\144', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\167', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\120', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\154', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\103', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\113', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\107', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\165', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\172', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\106', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\124', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\110', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\106', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\121', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\104', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\160', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\153', '\116', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\102', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\102', '\144', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\155', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\160', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\144', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\153', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\123', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\144', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\147', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\144', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\116', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\146', '\101', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\172', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\170', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\170', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\121', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\160', '\167', '\124', '\040', '\160', '\162', '\040', '\061', + '\012', '\114', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\170', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\164', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\167', '\122', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\111', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\172', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\161', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\154', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\115', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\167', '\160', '\122', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\117', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\153', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\152', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\165', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\155', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\165', '\112', '\040', '\157', '\165', '\040', '\061', + '\012', '\171', '\127', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\150', '\125', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\172', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\123', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\147', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\152', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\123', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\146', '\101', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\110', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\153', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\144', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\127', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\142', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\102', '\155', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\170', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\155', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\151', '\111', '\161', '\040', '\151', '\156', '\040', '\061', + '\012', '\127', '\147', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\122', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\166', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\166', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\160', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\106', '\167', '\040', '\166', '\157', '\040', '\061', + '\012', '\146', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\167', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\112', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\170', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\132', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\123', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\121', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\110', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\165', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\160', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\120', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\121', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\106', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\107', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\163', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\167', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\171', '\121', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\113', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\155', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\102', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\152', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\132', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\111', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\171', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\104', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\112', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\111', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\103', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\152', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\144', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\102', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\167', '\142', '\040', '\157', '\167', '\040', '\061', + '\012', '\126', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\152', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\104', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\107', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\166', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\102', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\156', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\160', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\113', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\130', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\114', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\131', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\170', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\150', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\160', '\112', '\040', '\160', '\162', '\040', '\061', + '\012', '\143', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\126', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\104', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\152', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\106', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\116', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\106', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\122', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\115', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\152', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\160', '\104', '\040', '\160', '\162', '\040', '\061', + '\012', '\104', '\146', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\171', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\126', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\113', '\143', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\153', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\167', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\104', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\155', '\153', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\144', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\112', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\172', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\125', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\124', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\110', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\113', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\155', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\106', '\150', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\163', '\122', '\040', '\163', '\164', '\040', '\061', + '\012', '\151', '\127', '\147', '\040', '\151', '\156', '\040', '\061', + '\012', '\130', '\171', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\172', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\126', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\111', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\156', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\144', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\104', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\146', '\125', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\157', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\113', '\143', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\127', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\102', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\121', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\145', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\172', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\152', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\124', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\122', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\144', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\142', '\121', '\040', '\167', '\141', '\040', '\061', + '\012', '\121', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\111', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\170', '\116', '\040', '\156', '\171', '\040', '\061', + '\012', '\156', '\103', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\105', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\144', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\113', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\124', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\143', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\155', '\122', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\124', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\166', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\114', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\111', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\170', '\152', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\164', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\143', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\147', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\165', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\163', '\131', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\103', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\161', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\152', '\172', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\147', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\151', '\130', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\156', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\155', '\116', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\147', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\142', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\153', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\172', '\103', '\040', '\160', '\157', '\040', '\061', + '\012', '\154', '\146', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\102', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\155', '\114', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\155', '\131', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\152', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\111', '\165', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\146', '\104', '\040', '\156', '\171', '\040', '\061', + '\012', '\143', '\154', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\144', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\124', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\130', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\160', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\155', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\153', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\125', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\103', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\170', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\131', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\127', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\124', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\132', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\144', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\165', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\126', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\146', '\104', '\040', '\167', '\141', '\040', '\061', + '\012', '\132', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\120', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\155', '\172', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\130', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\105', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\105', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\104', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\154', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\142', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\103', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\157', '\131', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\153', '\124', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\142', '\111', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\160', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\146', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\104', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\115', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\172', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\155', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\152', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\153', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\102', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\144', '\105', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\170', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\131', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\150', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\142', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\156', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\170', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\131', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\150', '\112', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\156', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\114', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\102', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\144', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\145', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\167', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\144', '\120', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\111', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\142', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\144', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\115', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\170', '\131', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\106', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\167', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\106', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\162', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\164', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\131', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\162', '\126', '\143', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\122', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\160', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\154', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\116', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\113', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\166', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\167', '\120', '\040', '\155', '\145', '\040', '\061', + '\012', '\112', '\171', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\102', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\123', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\115', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\152', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\131', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\106', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\153', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\167', '\116', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\152', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\121', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\115', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\112', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\124', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\155', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\154', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\131', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\112', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\124', '\153', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\146', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\170', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\104', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\121', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\122', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\142', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\170', '\102', '\040', '\167', '\141', '\040', '\061', + '\012', '\114', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\153', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\151', '\167', '\117', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\166', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\166', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\154', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\130', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\153', '\106', '\040', '\153', '\165', '\040', '\061', + '\012', '\151', '\171', '\124', '\040', '\151', '\156', '\040', '\061', + '\012', '\125', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\156', '\172', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\142', '\110', '\040', '\142', '\165', '\040', '\061', + '\012', '\154', '\123', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\160', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\125', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\171', '\106', '\040', '\156', '\171', '\040', '\061', + '\012', '\146', '\170', '\120', '\040', '\146', '\157', '\040', '\061', + '\012', '\152', '\131', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\152', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\170', '\114', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\167', '\111', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\125', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\163', '\106', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\144', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\144', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\131', '\163', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\111', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\146', '\105', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\122', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\115', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\160', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\170', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\142', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\153', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\113', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\121', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\127', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\167', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\112', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\143', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\146', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\130', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\147', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\167', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\152', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\153', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\122', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\107', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\142', '\124', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\160', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\115', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\104', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\167', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\127', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\170', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\166', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\116', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\103', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\154', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\102', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\106', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\104', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\146', '\103', '\040', '\160', '\162', '\040', '\061', + '\012', '\114', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\106', '\150', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\170', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\147', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\106', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\170', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\123', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\152', '\172', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\156', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\166', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\171', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\106', '\150', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\107', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\114', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\114', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\113', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\112', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\121', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\160', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\151', '\117', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\166', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\117', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\150', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\144', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\172', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\152', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\126', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\166', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\164', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\111', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\121', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\171', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\160', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\170', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\142', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\166', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\152', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\160', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\156', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\103', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\153', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\147', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\146', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\110', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\144', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\124', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\124', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\147', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\170', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\120', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\160', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\170', '\127', '\040', '\156', '\171', '\040', '\061', + '\012', '\110', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\116', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\156', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\110', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\166', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\147', '\156', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\142', '\123', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\161', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\171', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\122', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\146', '\101', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\130', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\155', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\163', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\121', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\163', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\111', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\154', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\115', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\160', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\155', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\115', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\107', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\121', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\153', '\171', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\104', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\131', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\153', '\106', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\106', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\156', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\171', '\112', '\040', '\156', '\171', '\040', '\061', + '\012', '\156', '\111', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\131', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\131', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\144', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\142', '\116', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\167', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\164', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\121', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\112', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\110', '\147', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\170', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\115', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\146', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\144', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\153', '\111', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\166', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\103', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\110', '\155', '\040', '\157', '\156', '\040', '\061', + '\012', '\141', '\112', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\172', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\127', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\155', '\105', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\115', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\102', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\116', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\144', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\101', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\162', '\115', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\110', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\152', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\122', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\153', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\127', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\131', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\124', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\170', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\113', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\121', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\124', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\156', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\144', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\157', '\145', '\117', '\040', '\157', '\156', '\040', '\061', + '\012', '\156', '\103', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\130', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\101', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\107', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\154', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\170', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\110', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\122', '\172', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\124', '\163', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\103', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\110', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\114', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\116', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\113', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\107', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\131', '\171', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\104', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\172', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\105', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\172', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\142', '\106', '\040', '\142', '\145', '\040', '\061', + '\012', '\130', '\163', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\156', '\143', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\152', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\147', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\113', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\165', '\121', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\170', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\113', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\143', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\146', '\131', '\040', '\167', '\141', '\040', '\061', + '\012', '\162', '\102', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\112', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\131', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\123', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\121', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\160', '\106', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\146', '\113', '\040', '\156', '\171', '\040', '\061', + '\012', '\152', '\121', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\147', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\167', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\120', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\120', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\165', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\130', '\162', '\040', '\151', '\156', '\040', '\061', + '\012', '\160', '\143', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\152', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\172', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\155', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\166', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\145', '\112', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\111', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\130', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\146', '\127', '\040', '\167', '\141', '\040', '\061', + '\012', '\126', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\112', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\114', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\172', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\167', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\167', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\106', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\110', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\127', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\114', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\153', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\160', '\101', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\170', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\146', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\115', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\120', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\115', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\144', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\167', '\122', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\115', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\120', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\172', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\124', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\132', '\146', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\106', '\172', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\113', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\153', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\107', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\143', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\132', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\153', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\122', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\154', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\113', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\116', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\144', '\131', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\132', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\164', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\120', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\154', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\116', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\162', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\127', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\130', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\146', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\105', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\107', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\132', '\152', '\172', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\144', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\154', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\170', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\154', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\131', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\146', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\112', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\166', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\110', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\153', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\115', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\115', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\122', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\114', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\106', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\116', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\106', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\113', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\112', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\172', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\113', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\170', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\166', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\114', '\167', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\120', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\127', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\172', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\110', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\106', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\166', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\130', '\145', '\040', '\154', '\145', '\040', '\061', + '\012', '\132', '\146', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\111', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\142', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\132', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\163', '\113', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\160', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\113', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\121', '\142', '\040', '\151', '\156', '\040', '\061', + '\012', '\106', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\127', '\166', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\172', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\153', '\124', '\040', '\153', '\141', '\040', '\061', + '\012', '\131', '\153', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\152', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\146', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\143', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\144', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\115', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\142', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\154', '\167', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\127', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\123', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\162', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\166', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\161', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\142', '\107', '\040', '\142', '\145', '\040', '\061', + '\012', '\162', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\110', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\172', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\106', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\160', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\101', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\170', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\141', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\154', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\124', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\102', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\126', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\107', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\144', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\146', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\120', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\143', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\170', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\110', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\126', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\147', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\115', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\121', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\167', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\110', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\172', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\143', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\106', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\146', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\146', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\152', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\127', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\161', '\105', '\040', '\151', '\156', '\040', '\061', + '\012', '\147', '\160', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\127', '\142', '\040', '\151', '\156', '\040', '\061', + '\012', '\164', '\154', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\131', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\103', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\166', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\146', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\142', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\166', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\110', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\166', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\160', '\132', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\146', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\145', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\153', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\142', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\143', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\113', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\132', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\127', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\144', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\166', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\115', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\167', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\144', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\115', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\143', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\162', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\164', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\121', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\160', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\153', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\123', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\165', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\107', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\172', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\142', '\103', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\123', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\132', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\106', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\143', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\155', '\107', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\103', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\141', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\167', '\110', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\104', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\107', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\150', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\153', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\114', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\150', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\146', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\155', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\156', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\115', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\131', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\167', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\170', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\113', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\152', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\142', '\123', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\162', '\120', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\112', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\147', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\167', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\130', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\104', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\107', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\160', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\103', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\147', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\141', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\162', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\112', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\115', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\143', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\153', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\116', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\162', '\132', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\170', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\147', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\152', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\166', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\126', '\155', '\040', '\157', '\156', '\040', '\061', + '\012', '\166', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\142', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\123', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\112', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\121', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\126', '\167', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\156', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\155', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\124', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\105', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\162', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\112', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\150', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\114', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\153', '\125', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\106', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\142', '\121', '\040', '\142', '\145', '\040', '\061', + '\012', '\166', '\143', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\153', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\160', '\105', '\040', '\153', '\141', '\040', '\061', + '\012', '\107', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\132', '\164', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\111', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\144', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\167', '\120', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\103', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\162', '\163', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\155', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\146', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\102', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\142', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\144', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\102', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\162', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\121', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\154', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\164', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\122', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\103', '\162', '\161', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\155', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\127', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\172', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\115', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\107', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\107', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\127', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\126', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\127', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\153', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\172', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\165', '\120', '\040', '\165', '\156', '\040', '\061', + '\012', '\144', '\110', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\104', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\147', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\164', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\115', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\110', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\132', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\132', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\153', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\116', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\115', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\160', '\106', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\152', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\170', '\126', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\147', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\153', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\115', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\107', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\142', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\114', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\162', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\165', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\167', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\143', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\147', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\153', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\170', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\126', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\113', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\154', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\113', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\102', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\121', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\131', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\166', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\107', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\164', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\166', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\152', '\172', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\167', '\165', '\040', '\153', '\165', '\040', '\061', + '\012', '\121', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\155', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\111', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\132', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\114', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\115', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\120', '\155', '\040', '\165', '\155', '\040', '\061', + '\012', '\160', '\115', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\172', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\172', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\142', '\117', '\040', '\142', '\145', '\040', '\061', + '\012', '\130', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\102', '\166', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\143', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\155', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\106', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\170', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\102', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\126', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\157', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\170', '\157', '\110', '\040', '\157', '\156', '\040', '\061', + '\012', '\144', '\127', '\147', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\131', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\104', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\167', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\104', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\144', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\172', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\113', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\166', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\165', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\103', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\144', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\124', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\142', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\142', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\104', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\142', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\146', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\142', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\144', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\142', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\165', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\103', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\127', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\122', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\127', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\132', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\112', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\132', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\142', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\112', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\126', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\167', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\167', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\146', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\154', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\164', '\130', '\040', '\164', '\151', '\040', '\061', + '\012', '\144', '\113', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\121', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\104', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\126', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\160', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\153', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\144', '\104', '\040', '\144', '\151', '\040', '\061', + '\012', '\146', '\121', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\131', '\150', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\102', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\105', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\146', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\132', '\150', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\164', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\170', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\156', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\131', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\102', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\162', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\143', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\122', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\126', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\132', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\103', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\102', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\117', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\107', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\166', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\147', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\146', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\131', '\162', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\151', '\106', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\126', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\146', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\144', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\107', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\156', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\144', '\122', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\172', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\101', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\147', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\101', '\167', '\040', '\153', '\157', '\040', '\061', + '\012', '\170', '\102', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\116', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\120', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\160', '\144', '\040', '\144', '\151', '\040', '\061', + '\012', '\157', '\125', '\171', '\040', '\153', '\157', '\040', '\061', + '\012', '\146', '\160', '\104', '\040', '\160', '\162', '\040', '\061', + '\012', '\122', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\154', '\130', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\127', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\127', '\166', '\040', '\166', '\151', '\040', '\061', + '\012', '\106', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\114', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\166', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\147', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\127', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\130', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\144', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\126', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\120', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\167', '\101', '\040', '\144', '\145', '\040', '\061', + '\012', '\117', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\151', '\132', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\144', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\172', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\167', '\114', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\127', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\124', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\142', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\165', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\165', '\117', '\040', '\151', '\156', '\040', '\061', + '\012', '\121', '\144', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\165', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\131', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\163', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\111', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\163', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\147', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\123', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\170', '\121', '\040', '\146', '\157', '\040', '\061', + '\012', '\150', '\143', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\142', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\122', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\143', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\132', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\172', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\147', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\154', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\103', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\155', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\132', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\104', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\125', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\147', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\142', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\123', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\172', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\126', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\121', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\115', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\165', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\103', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\156', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\166', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\122', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\146', '\112', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\103', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\163', '\121', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\165', '\103', '\040', '\165', '\156', '\040', '\061', + '\012', '\103', '\164', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\120', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\152', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\155', '\103', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\144', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\130', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\163', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\122', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\142', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\167', '\115', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\170', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\150', '\151', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\156', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\113', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\151', '\161', '\116', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\153', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\116', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\154', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\154', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\167', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\107', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\162', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\153', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\122', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\112', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\161', '\106', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\170', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\163', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\146', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\147', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\154', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\162', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\130', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\126', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\115', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\110', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\144', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\153', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\113', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\172', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\111', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\116', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\167', '\114', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\132', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\130', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\117', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\127', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\162', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\125', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\160', '\155', '\103', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\172', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\166', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\170', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\104', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\123', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\110', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\116', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\171', '\157', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\143', '\123', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\105', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\111', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\146', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\172', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\102', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\102', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\112', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\152', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\162', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\141', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\104', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\114', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\121', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\112', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\122', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\142', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\132', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\162', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\112', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\106', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\153', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\172', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\142', '\101', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\102', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\126', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\131', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\126', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\172', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\113', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\120', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\152', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\170', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\142', '\124', '\040', '\142', '\145', '\040', '\061', + '\012', '\156', '\166', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\155', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\170', '\114', '\040', '\142', '\145', '\040', '\061', + '\012', '\130', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\123', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\116', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\124', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\114', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\166', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\106', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\147', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\104', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\117', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\146', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\120', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\160', '\117', '\040', '\160', '\162', '\040', '\061', + '\012', '\103', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\170', '\117', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\126', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\106', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\156', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\170', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\131', '\167', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\144', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\127', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\124', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\155', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\172', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\166', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\153', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\103', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\164', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\110', '\150', '\040', '\154', '\157', '\040', '\061', + '\012', '\131', '\166', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\126', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\105', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\146', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\127', '\155', '\040', '\157', '\156', '\040', '\061', + '\012', '\164', '\115', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\131', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\106', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\121', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\113', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\114', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\111', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\147', '\114', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\142', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\152', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\106', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\144', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\170', '\125', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\152', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\120', '\147', '\040', '\151', '\156', '\040', '\061', + '\012', '\130', '\156', '\163', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\153', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\146', '\120', '\040', '\160', '\162', '\040', '\061', + '\012', '\104', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\127', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\172', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\167', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\142', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\167', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\132', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\131', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\146', '\130', '\040', '\167', '\141', '\040', '\061', + '\012', '\126', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\125', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\172', '\124', '\040', '\152', '\157', '\040', '\061', + '\012', '\153', '\116', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\155', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\127', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\166', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\142', '\124', '\040', '\160', '\162', '\040', '\061', + '\012', '\141', '\102', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\101', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\144', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\102', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\130', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\155', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\171', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\107', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\113', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\104', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\112', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\155', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\142', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\167', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\101', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\121', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\157', '\132', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\120', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\171', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\130', '\152', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\102', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\167', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\156', '\101', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\113', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\142', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\107', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\152', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\127', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\110', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\131', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\162', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\104', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\121', '\155', '\040', '\157', '\156', '\040', '\061', + '\012', '\121', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\142', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\165', '\122', '\040', '\165', '\156', '\040', '\061', + '\012', '\143', '\115', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\130', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\116', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\110', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\124', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\112', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\103', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\117', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\155', '\122', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\160', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\131', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\146', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\162', '\123', '\040', '\145', '\162', '\040', '\061', + '\012', '\107', '\160', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\155', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\167', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\130', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\131', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\126', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\103', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\115', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\160', '\113', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\126', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\117', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\114', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\131', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\160', '\106', '\040', '\157', '\156', '\040', '\061', + '\012', '\162', '\127', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\143', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\132', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\131', '\142', '\040', '\146', '\157', '\040', '\061', + '\012', '\172', '\142', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\102', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\111', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\167', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\164', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\122', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\171', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\105', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\155', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\111', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\111', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\142', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\146', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\127', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\127', '\160', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\115', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\123', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\131', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\143', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\154', '\124', '\040', '\154', '\145', '\040', '\061', + '\012', '\107', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\102', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\103', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\172', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\144', '\106', '\040', '\144', '\145', '\040', '\061', + '\012', '\126', '\144', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\146', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\154', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\117', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\146', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\107', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\101', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\146', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\104', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\106', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\124', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\116', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\113', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\155', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\146', '\122', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\125', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\151', '\125', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\163', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\164', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\120', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\153', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\163', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\170', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\151', '\125', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\166', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\141', '\104', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\121', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\170', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\141', '\107', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\120', '\147', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\172', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\147', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\144', '\106', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\142', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\126', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\170', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\126', '\144', '\040', '\157', '\156', '\040', '\061', + '\012', '\110', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\113', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\101', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\111', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\155', '\127', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\155', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\154', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\153', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\156', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\166', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\161', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\114', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\112', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\121', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\167', '\127', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\172', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\171', '\122', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\171', '\111', '\040', '\156', '\171', '\040', '\061', + '\012', '\152', '\172', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\147', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\156', '\162', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\121', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\152', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\160', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\172', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\111', '\167', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\121', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\130', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\163', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\160', '\106', '\040', '\160', '\162', '\040', '\061', + '\012', '\126', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\172', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\153', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\153', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\155', '\125', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\162', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\124', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\142', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\160', '\111', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\103', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\106', '\155', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\121', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\122', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\152', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\165', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\111', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\153', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\167', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\126', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\152', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\103', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\105', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\113', '\161', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\154', '\131', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\107', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\104', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\117', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\162', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\155', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\146', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\120', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\141', '\126', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\102', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\126', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\143', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\142', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\122', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\121', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\170', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\104', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\147', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\167', '\120', '\040', '\167', '\141', '\040', '\061', + '\012', '\156', '\162', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\126', '\161', '\040', '\144', '\151', '\040', '\061', + '\012', '\170', '\172', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\147', '\103', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\117', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\166', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\116', '\162', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\130', '\161', '\040', '\151', '\156', '\040', '\061', + '\012', '\121', '\156', '\154', '\040', '\151', '\156', '\040', '\061', + '\012', '\164', '\120', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\111', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\120', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\166', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\161', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\152', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\167', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\105', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\127', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\167', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\155', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\122', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\115', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\170', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\142', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\146', '\116', '\040', '\156', '\171', '\040', '\061', + '\012', '\171', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\160', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\127', '\152', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\155', '\127', '\040', '\155', '\145', '\040', '\061', + '\012', '\162', '\113', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\154', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\142', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\116', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\154', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\102', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\157', '\141', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\146', '\115', '\040', '\146', '\157', '\040', '\061', + '\012', '\162', '\132', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\147', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\121', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\166', '\121', '\040', '\151', '\156', '\040', '\061', + '\012', '\125', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\160', '\126', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\120', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\144', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\107', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\106', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\165', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\155', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\160', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\102', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\111', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\102', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\125', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\162', '\115', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\154', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\172', '\150', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\132', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\126', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\170', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\143', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\111', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\164', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\142', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\102', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\113', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\153', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\171', '\130', '\040', '\142', '\145', '\040', '\061', + '\012', '\157', '\102', '\160', '\040', '\157', '\156', '\040', '\061', + '\012', '\127', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\146', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\141', '\121', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\146', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\130', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\112', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\141', '\123', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\122', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\171', '\115', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\170', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\114', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\107', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\163', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\114', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\145', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\142', '\115', '\040', '\167', '\141', '\040', '\061', + '\012', '\165', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\166', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\156', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\172', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\150', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\147', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\142', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\132', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\130', '\164', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\144', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\172', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\131', '\171', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\125', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\102', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\152', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\130', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\124', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\162', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\116', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\150', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\126', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\107', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\124', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\150', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\121', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\124', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\170', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\172', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\115', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\103', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\167', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\126', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\122', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\117', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\131', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\121', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\154', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\110', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\152', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\121', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\171', '\116', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\154', '\167', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\107', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\126', '\155', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\160', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\106', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\110', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\105', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\167', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\127', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\146', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\160', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\166', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\130', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\112', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\105', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\116', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\115', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\171', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\160', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\157', '\101', '\040', '\157', '\156', '\040', '\061', + '\012', '\147', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\154', '\120', '\040', '\154', '\145', '\040', '\061', + '\012', '\114', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\170', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\143', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\164', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\114', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\125', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\106', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\163', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\166', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\106', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\156', '\101', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\142', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\120', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\163', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\146', '\120', '\040', '\156', '\171', '\040', '\061', + '\012', '\147', '\131', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\146', '\103', '\040', '\142', '\145', '\040', '\061', + '\012', '\144', '\115', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\154', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\152', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\121', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\124', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\125', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\154', '\122', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\167', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\115', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\172', '\153', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\154', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\141', '\141', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\113', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\172', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\126', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\156', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\170', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\172', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\172', '\170', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\166', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\167', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\105', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\172', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\120', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\101', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\172', '\106', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\146', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\147', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\163', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\121', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\153', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\117', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\131', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\115', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\152', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\105', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\145', '\121', '\171', '\040', '\145', '\162', '\040', '\061', + '\012', '\123', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\125', '\170', '\040', '\155', '\142', '\040', '\061', + '\012', '\172', '\144', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\160', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\122', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\166', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\147', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\146', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\154', '\124', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\142', '\126', '\040', '\142', '\145', '\040', '\061', + '\012', '\160', '\155', '\132', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\131', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\155', '\131', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\154', '\102', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\116', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\166', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\166', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\114', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\161', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\170', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\161', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\113', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\166', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\110', '\143', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\146', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\163', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\122', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\142', '\132', '\040', '\167', '\141', '\040', '\061', + '\012', '\110', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\125', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\143', '\131', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\102', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\155', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\152', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\144', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\153', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\142', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\131', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\166', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\115', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\156', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\142', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\154', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\120', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\160', '\111', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\162', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\167', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\117', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\120', '\155', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\160', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\101', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\153', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\153', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\120', '\156', '\167', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\116', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\130', '\162', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\155', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\125', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\121', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\113', '\163', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\160', '\127', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\145', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\122', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\112', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\163', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\167', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\120', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\101', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\143', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\167', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\152', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\132', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\153', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\104', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\123', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\121', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\102', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\114', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\132', '\162', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\107', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\153', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\124', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\132', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\120', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\110', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\130', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\154', '\142', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\116', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\116', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\112', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\112', '\144', '\040', '\157', '\156', '\040', '\061', + '\012', '\122', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\166', '\114', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\166', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\167', '\103', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\106', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\110', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\124', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\121', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\104', '\154', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\150', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\117', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\155', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\155', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\121', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\166', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\147', '\146', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\167', '\126', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\130', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\154', '\101', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\152', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\170', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\167', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\166', '\125', '\040', '\153', '\141', '\040', '\061', + '\012', '\102', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\146', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\101', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\150', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\115', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\110', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\120', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\131', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\112', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\127', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\126', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\162', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\125', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\146', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\106', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\112', '\154', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\127', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\166', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\111', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\112', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\106', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\116', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\170', '\114', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\114', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\122', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\122', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\170', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\152', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\112', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\106', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\105', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\122', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\146', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\142', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\151', '\167', '\126', '\040', '\151', '\156', '\040', '\061', + '\012', '\152', '\146', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\127', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\152', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\106', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\126', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\147', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\165', '\107', '\040', '\165', '\156', '\040', '\061', + '\012', '\154', '\103', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\170', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\107', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\166', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\152', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\164', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\131', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\131', '\162', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\126', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\160', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\113', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\160', '\115', '\040', '\160', '\162', '\040', '\061', + '\012', '\143', '\114', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\127', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\162', '\123', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\126', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\116', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\120', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\144', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\125', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\164', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\107', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\104', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\146', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\155', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\110', '\163', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\146', '\107', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\115', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\152', '\123', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\154', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\143', '\161', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\127', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\165', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\146', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\147', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\160', '\132', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\164', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\171', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\162', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\164', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\110', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\171', '\116', '\040', '\156', '\171', '\040', '\061', + '\012', '\121', '\162', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\113', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\146', '\125', '\040', '\142', '\145', '\040', '\061', + '\012', '\121', '\146', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\117', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\152', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\146', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\130', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\142', '\126', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\152', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\112', '\155', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\127', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\167', '\124', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\132', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\106', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\160', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\146', '\114', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\121', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\167', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\160', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\147', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\152', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\147', '\114', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\114', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\170', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\127', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\112', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\162', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\132', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\114', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\145', '\116', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\152', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\115', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\146', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\172', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\125', '\165', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\107', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\160', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\127', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\152', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\165', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\163', '\111', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\144', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\162', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\153', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\127', '\165', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\111', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\130', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\155', '\116', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\112', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\115', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\123', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\172', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\166', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\155', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\156', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\160', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\114', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\165', '\171', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\145', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\105', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\103', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\155', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\152', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\115', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\131', '\167', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\172', '\147', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\161', '\115', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\144', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\105', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\166', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\122', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\142', '\120', '\040', '\142', '\145', '\040', '\061', + '\012', '\156', '\115', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\165', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\152', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\170', '\130', '\040', '\146', '\157', '\040', '\061', + '\012', '\150', '\166', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\120', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\155', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\172', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\116', '\163', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\146', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\121', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\167', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\147', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\167', '\146', '\040', '\157', '\167', '\040', '\061', + '\012', '\154', '\152', '\103', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\166', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\110', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\142', '\102', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\122', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\154', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\132', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\123', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\126', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\127', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\170', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\152', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\103', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\167', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\105', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\125', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\143', '\165', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\104', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\152', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\154', '\125', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\171', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\142', '\103', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\117', '\141', '\145', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\142', '\103', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\172', '\125', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\131', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\102', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\122', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\152', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\142', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\120', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\166', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\107', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\116', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\125', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\172', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\152', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\115', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\155', '\114', '\040', '\155', '\145', '\040', '\061', + '\012', '\105', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\150', '\110', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\107', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\146', '\104', '\040', '\155', '\145', '\040', '\061', + '\012', '\112', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\127', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\132', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\111', '\171', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\144', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\141', '\157', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\130', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\123', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\101', '\157', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\114', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\103', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\153', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\144', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\131', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\153', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\147', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\127', '\172', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\114', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\160', '\130', '\040', '\155', '\145', '\040', '\061', + '\012', '\107', '\142', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\156', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\144', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\115', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\167', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\154', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\147', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\142', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\147', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\161', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\106', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\102', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\127', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\116', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\115', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\155', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\172', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\146', '\103', '\040', '\156', '\171', '\040', '\061', + '\012', '\105', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\152', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\125', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\147', '\157', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\166', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\102', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\146', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\170', '\124', '\040', '\167', '\141', '\040', '\061', + '\012', '\126', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\126', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\127', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\123', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\167', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\162', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\126', '\150', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\154', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\170', '\120', '\040', '\156', '\171', '\040', '\061', + '\012', '\131', '\171', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\120', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\102', '\147', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\117', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\157', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\121', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\170', '\106', '\040', '\146', '\157', '\040', '\061', + '\012', '\144', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\164', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\152', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\160', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\147', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\113', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\167', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\131', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\123', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\101', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\105', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\113', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\155', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\130', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\152', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\130', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\121', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\157', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\122', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\171', '\171', '\114', '\040', '\156', '\171', '\040', '\061', + '\012', '\153', '\123', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\171', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\155', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\147', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\142', '\111', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\115', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\130', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\121', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\115', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\102', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\127', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\127', '\172', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\127', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\116', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\142', '\132', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\124', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\113', '\144', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\146', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\103', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\120', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\146', '\132', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\131', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\156', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\126', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\124', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\111', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\166', '\166', '\040', '\166', '\151', '\040', '\061', + '\012', '\120', '\155', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\110', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\142', '\122', '\040', '\142', '\145', '\040', '\061', + '\012', '\143', '\106', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\157', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\167', '\120', '\040', '\167', '\141', '\040', '\061', + '\012', '\126', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\106', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\102', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\142', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\112', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\162', '\123', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\153', '\132', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\113', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\120', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\107', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\114', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\162', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\124', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\166', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\127', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\171', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\127', '\165', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\161', '\111', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\160', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\120', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\155', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\166', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\144', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\131', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\104', '\167', '\142', '\040', '\157', '\167', '\040', '\061', + '\012', '\127', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\166', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\104', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\107', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\167', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\124', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\103', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\167', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\160', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\165', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\103', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\164', '\170', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\146', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\167', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\144', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\126', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\153', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\147', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\166', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\144', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\170', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\163', '\166', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\165', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\106', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\126', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\132', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\112', '\160', '\040', '\157', '\156', '\040', '\061', + '\012', '\147', '\111', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\167', '\106', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\113', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\167', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\107', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\121', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\142', '\126', '\040', '\142', '\145', '\040', '\061', + '\012', '\144', '\160', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\125', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\172', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\102', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\141', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\127', '\154', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\166', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\147', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\127', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\155', '\123', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\132', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\152', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\153', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\154', '\120', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\103', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\167', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\154', '\104', '\040', '\154', '\145', '\040', '\061', + '\012', '\122', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\105', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\160', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\112', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\144', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\117', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\160', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\120', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\124', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\146', '\161', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\164', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\132', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\110', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\143', '\162', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\126', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\116', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\131', '\171', '\040', '\157', '\156', '\040', '\061', + '\012', '\106', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\167', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\167', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\130', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\114', '\153', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\130', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\153', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\162', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\170', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\147', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\167', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\144', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\152', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\110', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\113', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\166', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\120', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\151', '\101', '\040', '\151', '\156', '\040', '\061', + '\012', '\152', '\171', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\171', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\125', '\157', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\121', '\153', '\172', '\040', '\153', '\141', '\040', '\061', + '\012', '\114', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\155', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\122', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\106', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\132', '\143', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\103', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\154', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\127', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\113', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\160', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\142', '\122', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\142', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\146', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\126', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\132', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\132', '\142', '\040', '\147', '\141', '\040', '\061', + '\012', '\167', '\164', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\166', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\162', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\106', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\144', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\112', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\127', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\104', '\164', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\113', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\153', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\123', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\171', '\103', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\126', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\110', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\120', '\154', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\112', '\160', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\105', '\167', '\040', '\150', '\141', '\040', '\061', + '\012', '\172', '\110', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\111', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\172', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\163', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\142', '\130', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\171', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\167', '\122', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\121', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\103', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\154', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\126', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\144', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\117', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\153', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\160', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\162', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\152', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\102', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\103', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\107', '\155', '\040', '\155', '\141', '\040', '\061', + '\012', '\160', '\141', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\125', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\114', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\146', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\167', '\110', '\040', '\167', '\141', '\040', '\061', + '\012', '\120', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\170', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\142', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\143', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\161', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\172', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\161', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\171', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\172', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\132', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\163', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\142', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\116', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\166', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\154', '\103', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\171', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\110', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\147', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\164', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\107', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\110', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\106', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\144', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\103', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\152', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\154', '\115', '\040', '\154', '\145', '\040', '\061', + '\012', '\111', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\144', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\130', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\142', '\105', '\040', '\142', '\145', '\040', '\061', + '\012', '\110', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\142', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\125', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\153', '\145', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\110', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\146', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\157', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\103', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\114', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\147', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\117', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\117', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\167', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\127', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\116', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\127', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\146', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\126', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\172', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\146', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\122', '\162', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\104', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\117', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\167', '\132', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\121', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\156', '\161', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\166', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\163', '\104', '\040', '\163', '\164', '\040', '\061', + '\012', '\114', '\144', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\121', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\115', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\142', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\152', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\142', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\116', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\103', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\132', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\103', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\110', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\115', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\166', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\120', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\111', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\154', '\110', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\156', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\105', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\162', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\147', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\112', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\142', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\122', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\112', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\106', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\144', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\110', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\167', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\172', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\121', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\126', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\112', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\162', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\115', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\104', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\115', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\172', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\127', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\144', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\143', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\117', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\113', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\162', '\124', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\172', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\114', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\172', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\162', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\155', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\170', '\105', '\040', '\160', '\162', '\040', '\061', + '\012', '\103', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\130', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\142', '\125', '\040', '\142', '\145', '\040', '\061', + '\012', '\141', '\145', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\166', '\126', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\122', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\162', '\170', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\121', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\130', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\112', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\166', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\126', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\127', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\130', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\102', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\153', '\115', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\110', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\142', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\156', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\122', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\166', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\102', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\157', '\120', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\164', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\164', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\167', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\106', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\126', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\107', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\153', '\114', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\157', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\103', '\147', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\166', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\131', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\152', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\127', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\142', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\126', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\165', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\112', '\153', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\144', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\154', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\172', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\146', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\142', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\131', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\164', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\144', '\124', '\040', '\144', '\141', '\040', '\061', + '\012', '\166', '\124', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\116', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\142', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\125', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\130', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\122', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\141', '\161', '\101', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\117', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\120', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\104', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\130', '\162', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\162', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\112', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\163', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\145', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\114', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\105', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\155', '\105', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\111', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\172', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\150', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\156', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\132', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\151', '\167', '\122', '\040', '\151', '\156', '\040', '\061', + '\012', '\157', '\112', '\166', '\040', '\153', '\157', '\040', '\061', + '\012', '\165', '\146', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\113', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\127', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\103', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\171', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\165', '\126', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\113', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\130', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\112', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\131', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\105', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\112', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\105', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\161', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\126', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\120', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\143', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\127', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\143', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\153', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\141', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\126', '\163', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\114', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\123', '\147', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\122', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\127', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\142', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\164', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\167', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\146', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\147', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\167', '\127', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\153', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\151', '\172', '\112', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\131', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\121', '\154', '\040', '\151', '\156', '\040', '\061', + '\012', '\121', '\166', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\154', '\122', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\106', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\114', '\161', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\156', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\131', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\111', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\160', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\130', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\162', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\152', '\111', '\040', '\163', '\164', '\040', '\061', + '\012', '\151', '\171', '\130', '\040', '\151', '\156', '\040', '\061', + '\012', '\132', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\164', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\132', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\130', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\112', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\142', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\165', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\113', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\101', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\157', '\125', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\156', '\127', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\167', '\125', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\150', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\167', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\156', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\152', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\171', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\127', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\123', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\111', '\157', '\171', '\040', '\157', '\156', '\040', '\061', + '\012', '\130', '\160', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\112', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\166', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\144', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\126', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\152', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\142', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\113', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\163', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\153', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\142', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\131', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\147', '\114', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\166', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\113', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\132', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\162', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\122', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\115', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\130', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\144', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\125', '\170', '\040', '\141', '\162', '\040', '\061', + '\012', '\161', '\110', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\172', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\153', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\106', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\153', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\170', '\106', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\122', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\172', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\161', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\172', '\127', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\155', '\102', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\172', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\111', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\157', '\113', '\040', '\157', '\156', '\040', '\061', + '\012', '\107', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\107', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\132', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\120', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\167', '\107', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\146', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\111', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\105', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\114', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\122', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\132', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\153', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\107', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\166', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\161', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\160', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\162', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\167', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\126', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\103', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\171', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\147', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\114', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\116', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\112', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\130', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\114', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\167', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\166', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\160', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\120', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\143', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\126', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\144', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\142', '\105', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\121', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\144', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\111', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\110', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\163', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\127', '\166', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\146', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\102', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\114', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\172', '\153', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\152', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\151', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\121', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\114', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\112', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\117', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\127', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\101', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\111', '\171', '\040', '\151', '\156', '\040', '\061', + '\012', '\160', '\112', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\114', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\122', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\114', '\143', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\146', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\127', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\171', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\160', '\165', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\111', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\107', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\152', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\143', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\170', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\115', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\172', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\147', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\155', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\104', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\157', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\102', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\127', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\155', '\105', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\131', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\125', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\126', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\165', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\166', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\120', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\165', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\114', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\147', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\152', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\153', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\112', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\115', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\146', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\145', '\117', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\153', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\161', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\112', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\105', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\171', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\156', '\155', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\163', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\144', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\156', '\143', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\102', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\115', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\155', '\112', '\040', '\155', '\145', '\040', '\061', + '\012', '\115', '\170', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\142', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\104', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\152', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\144', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\156', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\125', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\152', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\127', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\166', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\107', '\161', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\107', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\165', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\103', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\144', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\126', '\164', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\112', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\121', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\146', '\130', '\040', '\146', '\157', '\040', '\061', + '\012', '\116', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\102', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\172', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\125', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\142', '\124', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\171', '\126', '\040', '\167', '\141', '\040', '\061', + '\012', '\130', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\144', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\146', '\127', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\146', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\154', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\111', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\167', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\151', '\113', '\167', '\040', '\151', '\156', '\040', '\061', + '\012', '\124', '\142', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\121', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\155', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\160', '\105', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\123', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\106', '\147', '\151', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\111', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\152', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\167', '\106', '\040', '\153', '\141', '\040', '\061', + '\012', '\117', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\167', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\104', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\163', '\120', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\132', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\130', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\154', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\116', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\144', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\170', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\116', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\132', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\171', '\123', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\132', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\154', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\152', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\171', '\106', '\040', '\151', '\156', '\040', '\061', + '\012', '\103', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\167', '\105', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\146', '\126', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\142', '\106', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\165', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\154', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\103', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\114', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\155', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\131', '\157', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\162', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\171', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\165', '\171', '\127', '\040', '\165', '\156', '\040', '\061', + '\012', '\153', '\107', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\151', '\167', '\113', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\153', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\130', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\103', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\121', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\162', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\172', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\123', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\120', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\102', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\102', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\143', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\105', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\105', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\110', '\167', '\040', '\165', '\163', '\040', '\061', + '\012', '\106', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\153', '\117', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\151', '\131', '\040', '\151', '\156', '\040', '\061', + '\012', '\163', '\120', '\155', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\121', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\125', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\114', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\122', '\153', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\153', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\166', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\131', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\167', '\131', '\040', '\151', '\163', '\040', '\061', + '\012', '\162', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\110', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\104', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\127', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\157', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\115', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\146', '\112', '\040', '\160', '\162', '\040', '\061', + '\012', '\104', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\142', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\126', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\126', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\113', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\152', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\101', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\103', '\170', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\160', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\114', '\170', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\160', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\157', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\122', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\131', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\125', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\113', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\125', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\150', '\104', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\104', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\172', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\107', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\152', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\146', '\122', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\122', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\146', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\162', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\107', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\132', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\123', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\120', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\154', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\147', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\115', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\127', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\111', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\170', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\164', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\113', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\164', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\122', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\163', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\142', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\131', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\103', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\172', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\162', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\166', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\146', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\161', '\130', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\116', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\143', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\155', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\127', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\141', '\111', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\155', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\155', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\151', '\171', '\116', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\132', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\125', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\103', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\153', '\162', '\040', '\162', '\151', '\040', '\061', + '\012', '\146', '\152', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\122', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\103', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\142', '\103', '\040', '\142', '\145', '\040', '\061', + '\012', '\146', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\104', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\115', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\120', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\152', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\171', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\145', '\130', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\126', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\104', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\103', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\164', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\143', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\113', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\164', '\146', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\142', '\132', '\040', '\151', '\156', '\040', '\061', + '\012', '\116', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\156', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\130', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\126', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\170', '\124', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\170', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\144', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\130', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\115', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\160', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\132', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\130', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\166', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\126', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\103', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\166', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\146', '\112', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\121', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\146', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\121', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\126', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\152', '\107', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\115', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\170', '\166', '\167', '\040', '\167', '\151', '\040', '\061', + '\012', '\172', '\111', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\146', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\127', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\155', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\132', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\156', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\152', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\147', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\141', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\123', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\124', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\130', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\121', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\103', '\161', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\123', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\162', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\104', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\130', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\124', '\172', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\143', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\167', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\167', '\166', '\040', '\167', '\151', '\040', '\061', + '\012', '\162', '\160', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\120', '\163', '\040', '\151', '\163', '\040', '\061', + '\012', '\113', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\104', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\162', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\142', '\121', '\040', '\142', '\145', '\040', '\061', + '\012', '\121', '\144', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\131', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\170', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\163', '\125', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\130', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\167', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\163', '\122', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\127', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\146', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\111', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\144', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\103', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\172', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\121', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\157', '\152', '\130', '\040', '\157', '\156', '\040', '\061', + '\012', '\126', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\127', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\153', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\156', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\112', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\122', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\130', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\145', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\125', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\131', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\170', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\132', '\162', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\146', '\126', '\040', '\165', '\163', '\040', '\061', + '\012', '\162', '\130', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\132', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\121', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\124', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\154', '\115', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\161', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\127', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\152', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\146', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\170', '\115', '\040', '\142', '\145', '\040', '\061', + '\012', '\146', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\152', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\115', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\153', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\155', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\131', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\166', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\167', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\167', '\127', '\040', '\167', '\141', '\040', '\061', + '\012', '\121', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\130', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\117', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\105', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\112', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\110', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\150', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\110', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\170', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\164', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\160', '\110', '\040', '\160', '\162', '\040', '\061', + '\012', '\111', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\115', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\155', '\105', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\123', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\146', '\130', '\040', '\156', '\171', '\040', '\061', + '\012', '\166', '\165', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\106', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\156', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\154', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\153', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\152', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\157', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\127', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\115', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\115', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\142', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\103', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\112', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\104', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\152', '\114', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\151', '\107', '\040', '\151', '\156', '\040', '\061', + '\012', '\132', '\154', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\126', '\163', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\106', '\147', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\155', '\104', '\040', '\155', '\145', '\040', '\061', + '\012', '\104', '\170', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\162', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\112', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\114', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\144', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\142', '\115', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\164', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\156', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\164', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\163', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\161', '\154', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\112', '\171', '\040', '\157', '\156', '\040', '\061', + '\012', '\107', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\157', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\163', '\111', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\106', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\131', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\156', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\105', '\157', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\143', '\115', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\167', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\153', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\164', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\110', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\145', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\165', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\167', '\125', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\121', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\123', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\131', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\107', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\166', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\102', '\150', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\130', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\165', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\163', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\113', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\171', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\123', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\142', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\141', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\164', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\142', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\147', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\110', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\131', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\160', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\152', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\147', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\107', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\172', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\121', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\154', '\112', '\040', '\154', '\151', '\040', '\061', + '\012', '\143', '\161', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\131', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\121', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\145', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\102', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\142', '\124', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\121', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\106', '\155', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\164', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\104', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\146', '\126', '\040', '\155', '\145', '\040', '\061', + '\012', '\157', '\123', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\112', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\105', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\170', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\113', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\143', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\156', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\142', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\116', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\152', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\142', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\145', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\130', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\154', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\113', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\103', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\147', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\115', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\113', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\161', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\144', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\172', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\152', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\152', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\147', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\157', '\111', '\040', '\157', '\156', '\040', '\061', + '\012', '\131', '\171', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\146', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\162', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\121', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\164', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\142', '\130', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\155', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\142', '\106', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\147', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\127', '\165', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\170', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\116', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\146', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\162', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\157', '\130', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\152', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\120', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\114', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\152', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\143', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\147', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\113', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\151', '\132', '\040', '\151', '\156', '\040', '\061', + '\012', '\162', '\130', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\143', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\166', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\124', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\132', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\126', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\123', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\172', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\161', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\121', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\167', '\114', '\040', '\160', '\162', '\040', '\061', + '\012', '\163', '\116', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\105', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\163', '\104', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\114', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\124', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\162', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\111', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\111', '\160', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\152', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\114', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\161', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\127', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\131', '\143', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\152', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\130', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\161', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\170', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\102', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\154', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\151', '\104', '\170', '\040', '\154', '\151', '\040', '\061', + '\012', '\132', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\142', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\122', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\154', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\127', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\123', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\172', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\141', '\145', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\113', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\127', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\160', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\105', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\163', '\113', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\115', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\146', '\132', '\040', '\153', '\165', '\040', '\061', + '\012', '\127', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\172', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\153', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\172', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\166', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\155', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\116', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\102', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\103', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\156', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\167', '\116', '\040', '\151', '\156', '\040', '\061', + '\012', '\160', '\146', '\116', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\103', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\165', '\110', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\167', '\104', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\152', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\155', '\126', '\040', '\144', '\151', '\040', '\061', + '\012', '\143', '\103', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\130', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\155', '\122', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\170', '\117', '\040', '\155', '\145', '\040', '\061', + '\012', '\112', '\162', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\152', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\170', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\104', '\154', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\103', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\146', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\107', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\142', '\105', '\040', '\142', '\145', '\040', '\061', + '\012', '\130', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\172', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\127', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\170', '\132', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\157', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\122', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\147', '\151', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\104', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\127', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\127', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\122', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\164', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\167', '\127', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\162', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\146', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\146', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\113', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\166', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\127', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\165', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\153', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\123', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\131', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\166', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\145', '\101', '\157', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\122', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\151', '\127', '\144', '\040', '\151', '\156', '\040', '\061', + '\012', '\147', '\107', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\130', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\143', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\143', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\103', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\155', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\121', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\127', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\124', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\141', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\167', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\166', '\105', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\113', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\160', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\154', '\103', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\154', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\157', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\114', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\163', '\114', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\106', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\155', '\117', '\040', '\155', '\145', '\040', '\061', + '\012', '\131', '\143', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\142', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\154', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\170', '\101', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\106', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\146', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\160', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\104', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\124', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\127', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\123', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\160', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\124', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\153', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\102', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\107', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\156', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\161', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\167', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\154', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\152', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\122', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\126', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\165', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\162', '\102', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\171', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\120', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\106', '\144', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\155', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\120', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\112', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\144', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\147', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\152', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\162', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\102', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\124', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\167', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\127', '\147', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\117', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\142', '\102', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\121', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\157', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\171', '\152', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\166', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\142', '\106', '\040', '\142', '\145', '\040', '\061', + '\012', '\156', '\127', '\165', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\152', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\152', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\170', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\142', '\130', '\040', '\142', '\145', '\040', '\061', + '\012', '\145', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\102', '\155', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\130', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\123', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\154', '\110', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\146', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\167', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\110', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\160', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\106', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\107', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\167', '\103', '\040', '\167', '\141', '\040', '\061', + '\012', '\115', '\154', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\112', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\156', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\107', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\153', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\142', '\113', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\124', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\162', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\106', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\127', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\172', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\167', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\110', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\161', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\124', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\120', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\120', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\144', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\166', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\141', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\167', '\121', '\040', '\167', '\141', '\040', '\061', + '\012', '\122', '\163', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\154', '\102', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\154', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\107', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\144', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\114', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\172', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\171', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\130', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\161', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\147', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\160', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\153', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\146', '\102', '\040', '\142', '\145', '\040', '\061', + '\012', '\127', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\113', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\164', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\130', '\145', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\130', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\172', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\170', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\170', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\142', '\142', '\130', '\040', '\142', '\145', '\040', '\061', + '\012', '\162', '\120', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\103', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\151', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\107', '\160', '\040', '\160', '\157', '\040', '\061', + '\012', '\150', '\120', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\124', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\111', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\143', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\103', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\172', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\110', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\167', '\110', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\103', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\170', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\160', '\117', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\153', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\121', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\131', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\126', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\142', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\130', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\153', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\111', '\171', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\107', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\172', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\166', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\130', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\130', '\143', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\171', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\155', '\132', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\142', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\130', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\171', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\106', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\155', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\116', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\161', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\107', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\155', '\130', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\131', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\160', '\124', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\171', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\116', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\101', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\102', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\160', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\147', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\130', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\115', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\147', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\114', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\106', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\164', '\166', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\144', '\106', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\170', '\113', '\040', '\142', '\145', '\040', '\061', + '\012', '\102', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\160', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\112', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\113', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\110', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\172', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\112', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\113', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\132', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\156', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\112', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\170', '\131', '\040', '\142', '\145', '\040', '\061', + '\012', '\160', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\125', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\160', '\166', '\105', '\040', '\166', '\141', '\040', '\061', + '\012', '\114', '\160', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\111', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\132', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\156', '\160', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\127', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\155', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\146', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\127', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\142', '\116', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\166', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\104', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\144', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\162', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\167', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\143', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\172', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\105', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\170', '\110', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\153', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\130', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\103', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\120', '\172', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\166', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\122', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\147', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\147', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\125', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\112', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\123', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\153', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\112', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\162', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\165', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\126', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\164', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\147', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\171', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\112', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\170', '\131', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\146', '\131', '\040', '\146', '\157', '\040', '\061', + '\012', '\130', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\147', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\171', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\142', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\124', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\163', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\154', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\160', '\121', '\040', '\160', '\157', '\040', '\061', + '\012', '\161', '\112', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\150', '\131', '\151', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\154', '\115', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\166', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\163', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\116', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\121', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\113', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\113', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\110', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\125', '\171', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\170', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\111', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\124', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\146', '\120', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\170', '\111', '\040', '\146', '\157', '\040', '\061', + '\012', '\166', '\121', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\166', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\167', '\116', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\141', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\170', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\144', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\160', '\117', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\157', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\170', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\160', '\124', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\116', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\166', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\114', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\113', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\125', '\171', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\146', '\130', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\163', '\126', '\040', '\163', '\164', '\040', '\061', + '\012', '\130', '\156', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\155', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\121', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\132', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\117', '\141', '\171', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\152', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\142', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\125', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\170', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\103', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\146', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\166', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\111', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\104', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\155', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\121', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\116', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\112', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\172', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\102', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\126', '\167', '\040', '\151', '\156', '\040', '\061', + '\012', '\106', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\152', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\165', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\167', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\103', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\112', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\144', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\144', '\124', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\161', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\127', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\163', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\114', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\144', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\147', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\131', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\132', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\146', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\166', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\126', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\115', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\121', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\125', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\107', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\166', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\162', '\101', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\162', '\115', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\115', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\125', '\171', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\114', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\107', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\105', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\130', '\144', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\110', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\157', '\120', '\172', '\040', '\157', '\156', '\040', '\061', + '\012', '\170', '\111', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\103', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\104', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\152', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\107', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\152', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\103', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\166', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\120', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\162', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\150', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\154', '\102', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\104', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\154', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\147', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\121', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\144', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\121', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\121', '\171', '\040', '\157', '\156', '\040', '\061', + '\012', '\164', '\167', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\144', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\156', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\151', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\114', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\163', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\113', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\153', '\105', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\132', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\142', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\150', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\142', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\111', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\107', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\160', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\155', '\130', '\040', '\155', '\145', '\040', '\061', + '\012', '\141', '\112', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\146', '\117', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\156', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\103', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\107', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\170', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\107', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\172', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\152', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\146', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\160', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\146', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\124', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\132', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\105', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\131', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\152', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\122', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\123', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\172', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\112', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\103', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\166', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\167', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\155', '\122', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\164', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\124', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\153', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\111', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\163', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\123', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\104', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\126', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\155', '\111', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\127', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\113', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\120', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\157', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\147', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\167', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\127', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\146', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\150', '\153', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\167', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\121', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\125', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\113', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\157', '\121', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\126', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\167', '\124', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\154', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\115', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\113', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\160', '\130', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\121', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\113', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\153', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\142', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\132', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\147', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\172', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\124', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\167', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\144', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\162', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\167', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\167', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\172', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\154', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\172', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\162', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\107', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\164', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\145', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\132', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\106', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\161', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\156', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\166', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\111', '\171', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\146', '\104', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\131', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\113', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\162', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\103', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\105', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\144', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\107', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\107', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\155', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\104', '\155', '\040', '\160', '\157', '\040', '\061', + '\012', '\161', '\155', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\126', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\101', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\105', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\113', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\110', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\103', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\141', '\161', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\125', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\120', '\166', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\104', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\144', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\172', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\102', '\150', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\107', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\164', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\124', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\144', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\132', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\146', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\152', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\144', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\153', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\123', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\104', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\112', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\114', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\106', '\163', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\155', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\166', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\131', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\116', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\112', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\171', '\121', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\146', '\115', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\155', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\107', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\166', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\103', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\153', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\144', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\111', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\107', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\111', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\102', '\172', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\102', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\124', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\171', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\170', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\167', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\120', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\124', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\172', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\131', '\160', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\166', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\132', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\132', '\170', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\142', '\101', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\124', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\162', '\170', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\106', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\116', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\115', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\117', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\170', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\163', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\157', '\152', '\131', '\040', '\157', '\156', '\040', '\061', + '\012', '\143', '\105', '\157', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\167', '\122', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\152', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\124', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\172', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\146', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\143', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\167', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\151', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\167', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\121', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\126', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\106', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\166', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\131', '\145', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\167', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\115', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\153', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\110', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\127', '\160', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\101', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\170', '\102', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\165', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\111', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\146', '\105', '\040', '\142', '\145', '\040', '\061', + '\012', '\147', '\122', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\102', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\170', '\116', '\040', '\142', '\145', '\040', '\061', + '\012', '\153', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\103', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\170', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\103', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\114', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\142', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\170', '\132', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\120', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\151', '\131', '\172', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\124', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\126', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\167', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\124', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\121', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\105', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\160', '\120', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\152', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\171', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\144', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\117', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\152', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\147', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\115', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\143', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\167', '\101', '\040', '\160', '\162', '\040', '\061', + '\012', '\114', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\153', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\111', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\146', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\163', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\125', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\152', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\114', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\152', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\153', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\151', '\171', '\110', '\040', '\151', '\156', '\040', '\061', + '\012', '\167', '\165', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\172', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\167', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\103', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\144', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\144', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\124', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\154', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\171', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\154', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\171', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\127', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\115', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\130', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\110', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\126', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\172', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\144', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\115', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\152', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\155', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\111', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\160', '\115', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\154', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\121', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\111', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\167', '\102', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\143', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\102', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\160', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\123', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\130', '\152', '\040', '\151', '\156', '\040', '\061', + '\012', '\121', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\172', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\164', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\142', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\103', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\160', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\155', '\130', '\163', '\040', '\155', '\145', '\040', '\061', + '\012', '\132', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\153', '\171', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\155', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\155', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\167', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\145', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\154', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\142', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\160', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\122', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\151', '\171', '\104', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\120', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\144', '\122', '\040', '\144', '\145', '\040', '\061', + '\012', '\151', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\142', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\170', '\121', '\040', '\170', '\145', '\040', '\061', + '\012', '\104', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\147', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\153', '\171', '\040', '\153', '\141', '\040', '\061', + '\012', '\103', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\127', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\155', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\162', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\167', '\113', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\167', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\121', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\156', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\155', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\152', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\172', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\131', '\162', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\144', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\170', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\125', '\170', '\040', '\170', '\145', '\040', '\061', + '\012', '\167', '\155', '\124', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\131', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\126', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\123', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\131', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\172', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\116', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\164', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\114', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\153', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\127', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\147', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\120', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\127', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\147', '\161', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\157', '\125', '\040', '\157', '\156', '\040', '\061', + '\012', '\171', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\167', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\123', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\167', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\155', '\114', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\167', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\113', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\130', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\113', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\154', '\122', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\110', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\106', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\112', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\155', '\111', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\103', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\131', '\144', '\040', '\151', '\156', '\040', '\061', + '\012', '\171', '\146', '\131', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\142', '\131', '\040', '\142', '\145', '\040', '\061', + '\012', '\142', '\155', '\105', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\102', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\110', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\143', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\152', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\131', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\160', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\170', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\144', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\152', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\160', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\143', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\106', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\123', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\104', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\162', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\131', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\126', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\144', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\166', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\153', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\110', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\126', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\153', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\106', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\127', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\160', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\116', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\155', '\104', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\115', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\132', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\116', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\142', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\113', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\151', '\132', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\163', '\152', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\152', '\131', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\164', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\124', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\110', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\147', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\106', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\117', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\130', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\113', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\123', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\111', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\113', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\146', '\103', '\040', '\146', '\157', '\040', '\061', + '\012', '\150', '\113', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\123', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\121', '\163', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\151', '\107', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\120', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\172', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\106', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\143', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\153', '\114', '\040', '\153', '\141', '\040', '\061', + '\012', '\110', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\124', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\130', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\155', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\126', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\127', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\170', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\121', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\166', '\114', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\110', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\170', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\112', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\115', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\111', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\103', '\171', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\160', '\130', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\114', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\124', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\164', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\130', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\111', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\152', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\170', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\104', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\130', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\152', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\172', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\147', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\156', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\126', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\142', '\111', '\040', '\142', '\145', '\040', '\061', + '\012', '\132', '\160', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\146', '\117', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\123', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\141', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\141', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\130', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\166', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\123', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\144', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\124', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\113', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\164', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\107', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\157', '\131', '\040', '\157', '\156', '\040', '\061', + '\012', '\144', '\113', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\111', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\130', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\121', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\114', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\107', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\110', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\155', '\117', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\144', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\116', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\130', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\104', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\115', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\131', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\112', '\142', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\144', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\142', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\106', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\103', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\130', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\161', '\124', '\040', '\165', '\156', '\040', '\061', + '\012', '\102', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\102', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\107', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\130', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\171', '\142', '\106', '\040', '\142', '\145', '\040', '\061', + '\012', '\144', '\164', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\126', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\103', '\142', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\164', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\120', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\120', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\157', '\110', '\040', '\157', '\156', '\040', '\061', + '\012', '\130', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\130', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\124', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\167', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\132', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\125', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\103', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\115', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\142', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\107', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\107', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\167', '\105', '\040', '\167', '\141', '\040', '\061', + '\012', '\124', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\172', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\153', '\117', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\172', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\170', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\126', '\147', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\155', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\124', '\156', '\162', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\152', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\164', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\156', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\104', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\146', '\121', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\170', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\156', '\170', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\121', '\156', '\040', '\151', '\156', '\040', '\061', + '\012', '\127', '\153', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\167', '\104', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\106', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\142', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\110', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\126', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\117', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\127', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\115', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\167', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\156', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\121', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\127', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\122', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\113', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\152', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\160', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\153', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\142', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\153', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\113', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\113', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\161', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\102', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\120', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\131', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\107', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\111', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\125', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\161', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\146', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\152', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\146', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\163', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\106', '\143', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\112', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\130', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\161', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\102', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\124', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\127', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\144', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\102', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\144', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\157', '\152', '\112', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\132', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\172', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\132', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\114', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\146', '\105', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\114', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\102', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\125', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\144', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\112', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\170', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\160', '\107', '\040', '\160', '\162', '\040', '\061', + '\012', '\164', '\154', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\104', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\122', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\166', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\162', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\171', '\131', '\040', '\156', '\171', '\040', '\061', + '\012', '\171', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\141', '\120', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\167', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\171', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\124', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\102', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\113', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\143', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\131', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\126', '\164', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\101', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\170', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\166', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\150', '\155', '\040', '\155', '\141', '\040', '\061', + '\012', '\132', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\172', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\166', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\124', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\144', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\167', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\157', '\131', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\130', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\126', '\170', '\040', '\166', '\151', '\040', '\061', + '\012', '\122', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\104', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\114', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\171', '\166', '\040', '\166', '\151', '\040', '\061', + '\012', '\103', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\122', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\121', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\142', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\154', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\126', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\126', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\131', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\167', '\123', '\040', '\160', '\162', '\040', '\061', + '\012', '\113', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\144', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\160', '\130', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\166', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\167', '\107', '\040', '\151', '\156', '\040', '\061', + '\012', '\162', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\102', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\131', '\163', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\105', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\163', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\166', '\103', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\153', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\151', '\167', '\040', '\151', '\156', '\040', '\061', + '\012', '\107', '\164', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\101', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\126', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\170', '\124', '\040', '\142', '\145', '\040', '\061', + '\012', '\121', '\150', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\154', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\142', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\145', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\113', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\124', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\153', '\167', '\125', '\040', '\153', '\141', '\040', '\061', + '\012', '\151', '\106', '\161', '\040', '\151', '\156', '\040', '\061', + '\012', '\155', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\114', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\163', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\104', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\144', '\106', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\170', '\116', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\107', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\112', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\103', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\104', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\121', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\110', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\152', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\123', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\162', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\127', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\115', '\153', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\156', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\172', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\117', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\146', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\115', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\131', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\153', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\131', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\164', '\161', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\107', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\113', '\147', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\111', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\112', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\104', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\146', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\146', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\144', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\124', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\125', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\171', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\124', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\170', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\144', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\147', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\162', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\131', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\115', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\113', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\115', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\110', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\146', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\147', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\155', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\172', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\167', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\150', '\143', '\040', '\151', '\143', '\040', '\061', + '\012', '\170', '\111', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\146', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\106', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\121', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\147', '\162', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\147', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\161', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\121', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\111', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\155', '\170', '\116', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\121', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\101', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\103', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\126', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\157', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\172', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\130', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\121', '\164', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\156', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\127', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\130', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\127', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\166', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\145', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\112', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\155', '\120', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\154', '\122', '\040', '\151', '\163', '\040', '\061', + '\012', '\125', '\141', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\142', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\116', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\126', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\167', '\125', '\040', '\151', '\156', '\040', '\061', + '\012', '\103', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\130', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\107', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\142', '\131', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\172', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\127', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\115', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\172', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\164', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\145', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\170', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\121', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\166', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\124', '\155', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\125', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\167', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\147', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\146', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\145', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\102', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\102', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\123', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\171', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\152', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\164', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\155', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\131', '\164', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\167', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\157', '\127', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\153', '\170', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\110', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\143', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\102', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\153', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\144', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\166', '\107', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\107', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\127', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\155', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\107', '\154', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\155', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\154', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\121', '\167', '\040', '\167', '\151', '\040', '\061', + '\012', '\170', '\141', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\146', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\107', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\166', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\167', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\155', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\112', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\110', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\107', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\121', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\102', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\160', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\125', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\144', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\115', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\106', '\163', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\101', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\167', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\120', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\104', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\132', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\102', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\121', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\121', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\157', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\131', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\163', '\104', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\165', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\122', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\104', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\146', '\170', '\101', '\040', '\146', '\157', '\040', '\061', + '\012', '\170', '\120', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\112', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\144', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\160', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\170', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\114', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\123', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\125', '\153', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\152', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\127', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\113', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\107', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\156', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\131', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\147', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\152', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\172', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\153', '\117', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\167', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\120', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\130', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\101', '\157', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\166', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\117', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\155', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\153', '\111', '\040', '\153', '\165', '\040', '\061', + '\012', '\160', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\156', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\144', '\122', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\104', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\103', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\122', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\111', '\165', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\105', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\146', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\165', '\112', '\040', '\165', '\156', '\040', '\061', + '\012', '\156', '\122', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\170', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\146', '\132', '\040', '\156', '\171', '\040', '\061', + '\012', '\157', '\161', '\124', '\040', '\150', '\157', '\040', '\061', + '\012', '\143', '\147', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\142', '\114', '\040', '\160', '\162', '\040', '\061', + '\012', '\130', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\126', '\152', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\154', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\146', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\147', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\167', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\120', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\103', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\172', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\154', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\124', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\122', '\147', '\152', '\040', '\152', '\157', '\040', '\061', + '\012', '\107', '\153', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\170', '\107', '\040', '\146', '\157', '\040', '\061', + '\012', '\155', '\164', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\144', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\110', '\153', '\040', '\151', '\156', '\040', '\061', + '\012', '\107', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\104', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\172', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\106', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\164', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\142', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\166', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\164', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\144', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\113', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\103', '\154', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\162', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\155', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\130', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\117', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\172', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\121', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\160', '\124', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\147', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\132', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\106', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\132', '\156', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\141', '\130', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\142', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\157', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\120', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\132', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\144', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\160', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\144', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\165', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\153', '\117', '\040', '\153', '\157', '\040', '\061', + '\012', '\147', '\163', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\107', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\153', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\160', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\167', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\165', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\156', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\127', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\170', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\156', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\124', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\144', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\145', '\126', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\152', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\161', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\144', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\166', '\105', '\040', '\163', '\164', '\040', '\061', + '\012', '\127', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\110', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\101', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\146', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\115', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\167', '\117', '\040', '\160', '\162', '\040', '\061', + '\012', '\131', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\142', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\152', '\132', '\040', '\157', '\156', '\040', '\061', + '\012', '\163', '\165', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\115', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\170', '\107', '\040', '\160', '\162', '\040', '\061', + '\012', '\162', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\154', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\171', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\124', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\123', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\126', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\105', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\156', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\117', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\124', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\152', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\122', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\127', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\110', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\102', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\167', '\123', '\040', '\167', '\141', '\040', '\061', + '\012', '\103', '\142', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\167', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\156', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\111', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\107', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\152', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\147', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\171', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\143', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\170', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\166', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\162', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\156', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\154', '\162', '\040', '\154', '\145', '\040', '\061', + '\012', '\104', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\156', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\103', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\105', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\114', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\166', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\154', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\166', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\142', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\116', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\172', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\131', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\146', '\107', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\146', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\102', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\164', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\162', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\165', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\171', '\112', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\155', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\130', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\131', '\155', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\170', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\116', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\172', '\125', '\040', '\146', '\157', '\040', '\061', + '\012', '\122', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\154', '\111', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\115', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\150', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\167', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\131', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\116', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\155', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\120', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\125', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\110', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\123', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\153', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\164', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\102', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\112', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\144', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\124', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\152', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\130', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\167', '\102', '\040', '\157', '\167', '\040', '\061', + '\012', '\153', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\146', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\132', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\132', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\155', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\114', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\113', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\161', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\113', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\146', '\122', '\040', '\142', '\145', '\040', '\061', + '\012', '\122', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\116', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\144', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\160', '\122', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\127', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\101', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\162', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\155', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\114', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\167', '\102', '\040', '\151', '\156', '\040', '\061', + '\012', '\145', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\156', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\157', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\126', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\142', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\160', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\144', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\172', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\132', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\127', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\152', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\167', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\126', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\113', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\110', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\166', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\127', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\105', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\162', '\163', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\164', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\171', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\123', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\172', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\153', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\167', '\131', '\040', '\167', '\141', '\040', '\061', + '\012', '\157', '\107', '\142', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\102', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\127', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\155', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\107', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\153', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\112', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\152', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\116', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\104', '\144', '\040', '\167', '\141', '\040', '\061', + '\012', '\154', '\162', '\102', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\113', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\161', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\112', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\162', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\102', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\165', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\104', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\147', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\144', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\152', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\113', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\171', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\172', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\117', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\161', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\121', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\110', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\111', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\121', '\153', '\040', '\153', '\157', '\040', '\061', + '\012', '\107', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\132', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\166', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\167', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\115', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\152', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\102', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\102', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\143', '\165', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\121', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\160', '\130', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\121', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\155', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\146', '\110', '\040', '\146', '\157', '\040', '\061', + '\012', '\160', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\164', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\127', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\170', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\155', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\144', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\132', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\116', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\142', '\116', '\040', '\142', '\145', '\040', '\061', + '\012', '\142', '\153', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\126', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\112', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\102', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\147', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\170', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\166', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\144', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\101', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\121', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\155', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\166', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\116', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\113', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\122', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\154', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\151', '\121', '\152', '\040', '\151', '\156', '\040', '\061', + '\012', '\152', '\155', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\142', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\126', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\146', '\105', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\126', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\113', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\143', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\124', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\113', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\166', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\107', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\113', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\103', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\166', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\147', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\160', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\172', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\170', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\147', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\115', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\152', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\146', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\152', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\150', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\125', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\150', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\123', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\127', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\107', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\164', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\167', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\130', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\165', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\104', '\154', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\115', '\170', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\171', '\116', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\155', '\126', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\130', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\155', '\167', '\127', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\111', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\107', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\131', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\126', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\156', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\155', '\117', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\121', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\113', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\125', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\123', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\126', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\152', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\172', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\146', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\131', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\147', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\116', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\124', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\102', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\167', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\121', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\104', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\131', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\124', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\127', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\152', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\152', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\103', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\171', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\127', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\156', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\102', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\111', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\162', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\132', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\116', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\116', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\106', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\154', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\127', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\142', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\163', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\154', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\127', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\103', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\146', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\126', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\143', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\104', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\124', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\147', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\165', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\146', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\102', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\124', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\123', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\142', '\104', '\040', '\155', '\145', '\040', '\061', + '\012', '\126', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\146', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\120', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\132', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\122', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\103', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\152', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\122', '\161', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\154', '\122', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\155', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\112', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\161', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\147', '\165', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\110', '\167', '\040', '\151', '\156', '\040', '\061', + '\012', '\145', '\121', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\172', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\154', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\107', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\111', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\132', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\104', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\154', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\170', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\121', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\117', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\112', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\172', '\142', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\153', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\112', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\155', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\143', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\167', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\132', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\162', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\130', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\143', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\167', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\111', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\165', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\104', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\110', '\152', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\121', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\166', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\164', '\110', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\170', '\111', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\117', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\160', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\155', '\103', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\152', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\127', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\107', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\123', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\132', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\113', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\122', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\150', '\167', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\160', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\155', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\150', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\110', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\127', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\142', '\146', '\113', '\040', '\142', '\145', '\040', '\061', + '\012', '\112', '\147', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\124', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\113', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\153', '\172', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\167', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\164', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\130', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\172', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\127', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\154', '\124', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\146', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\155', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\122', '\172', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\114', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\163', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\103', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\106', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\151', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\107', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\123', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\131', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\130', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\104', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\161', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\110', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\144', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\156', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\165', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\146', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\166', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\171', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\112', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\154', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\154', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\170', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\103', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\113', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\167', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\110', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\142', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\125', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\147', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\171', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\160', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\152', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\154', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\167', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\126', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\163', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\156', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\160', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\172', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\104', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\120', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\123', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\102', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\120', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\151', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\153', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\165', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\157', '\110', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\170', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\172', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\167', '\110', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\102', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\157', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\170', '\120', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\167', '\122', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\112', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\156', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\115', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\170', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\172', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\160', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\116', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\103', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\124', '\144', '\040', '\157', '\156', '\040', '\061', + '\012', '\144', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\163', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\167', '\115', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\156', '\130', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\153', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\146', '\103', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\123', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\170', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\113', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\127', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\162', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\155', '\107', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\116', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\143', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\111', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\123', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\145', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\111', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\132', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\107', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\121', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\154', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\155', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\154', '\114', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\167', '\103', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\152', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\102', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\102', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\130', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\107', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\130', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\165', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\105', '\157', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\151', '\126', '\164', '\040', '\151', '\156', '\040', '\061', + '\012', '\171', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\126', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\115', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\132', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\126', '\166', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\103', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\121', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\154', '\102', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\103', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\166', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\126', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\162', '\120', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\146', '\110', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\142', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\152', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\157', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\123', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\122', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\110', '\143', '\165', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\170', '\112', '\040', '\156', '\171', '\040', '\061', + '\012', '\154', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\131', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\127', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\162', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\107', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\172', '\111', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\147', '\126', '\040', '\147', '\151', '\040', '\061', + '\012', '\122', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\126', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\106', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\121', '\143', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\172', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\116', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\146', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\102', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\147', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\123', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\103', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\152', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\124', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\152', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\155', '\132', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\166', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\143', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\112', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\141', '\104', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\107', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\152', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\124', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\115', '\144', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\160', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\142', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\110', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\132', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\121', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\153', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\132', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\171', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\155', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\146', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\151', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\167', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\166', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\115', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\160', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\113', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\154', '\111', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\155', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\132', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\122', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\125', '\146', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\160', '\106', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\167', '\131', '\040', '\167', '\141', '\040', '\061', + '\012', '\107', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\172', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\122', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\162', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\153', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\125', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\152', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\113', '\144', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\160', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\157', '\125', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\155', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\152', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\122', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\150', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\164', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\152', '\161', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\167', '\125', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\171', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\120', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\122', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\106', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\105', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\120', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\146', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\102', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\115', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\113', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\110', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\154', '\106', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\160', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\116', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\104', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\160', '\131', '\040', '\160', '\162', '\040', '\061', + '\012', '\164', '\156', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\146', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\172', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\116', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\102', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\120', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\143', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\115', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\112', '\152', '\040', '\162', '\151', '\040', '\061', + '\012', '\141', '\130', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\163', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\121', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\113', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\166', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\107', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\103', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\122', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\166', '\130', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\151', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\106', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\105', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\112', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\172', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\104', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\170', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\107', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\166', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\160', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\170', '\104', '\040', '\160', '\162', '\040', '\061', + '\012', '\132', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\157', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\166', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\107', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\131', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\115', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\107', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\116', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\131', '\143', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\111', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\114', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\122', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\156', '\162', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\171', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\143', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\155', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\105', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\116', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\123', '\156', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\162', '\120', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\126', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\166', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\144', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\155', '\124', '\040', '\155', '\145', '\040', '\061', + '\012', '\114', '\142', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\160', '\112', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\167', '\126', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\152', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\125', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\144', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\132', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\167', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\142', '\115', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\147', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\113', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\112', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\105', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\130', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\160', '\126', '\040', '\160', '\162', '\040', '\061', + '\012', '\164', '\161', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\125', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\124', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\115', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\121', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\171', '\152', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\141', '\126', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\110', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\107', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\126', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\154', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\162', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\114', '\162', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\124', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\166', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\145', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\116', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\165', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\172', '\142', '\040', '\142', '\151', '\040', '\061', + '\012', '\127', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\152', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\144', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\112', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\142', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\121', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\156', '\143', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\126', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\123', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\125', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\166', '\103', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\161', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\104', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\151', '\171', '\111', '\040', '\151', '\156', '\040', '\061', + '\012', '\145', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\161', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\163', '\131', '\040', '\163', '\164', '\040', '\061', + '\012', '\124', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\155', '\103', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\106', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\156', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\127', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\172', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\121', '\145', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\165', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\154', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\107', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\147', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\170', '\115', '\040', '\146', '\157', '\040', '\061', + '\012', '\152', '\123', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\152', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\147', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\114', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\151', '\166', '\132', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\155', '\131', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\146', '\121', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\103', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\165', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\144', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\126', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\132', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\111', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\132', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\155', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\112', '\161', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\170', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\144', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\107', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\102', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\161', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\131', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\156', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\171', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\107', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\116', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\106', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\166', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\106', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\167', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\166', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\122', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\161', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\172', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\160', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\143', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\120', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\171', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\155', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\154', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\105', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\144', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\114', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\101', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\114', '\172', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\117', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\113', '\144', '\163', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\166', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\120', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\132', '\162', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\103', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\146', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\146', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\165', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\146', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\154', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\152', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\164', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\127', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\121', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\126', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\155', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\144', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\155', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\121', '\162', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\150', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\166', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\104', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\144', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\166', '\105', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\166', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\166', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\171', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\112', '\146', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\141', '\102', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\127', '\143', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\107', '\142', '\040', '\142', '\151', '\040', '\061', + '\012', '\147', '\152', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\154', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\162', '\124', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\152', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\166', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\113', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\124', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\156', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\127', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\127', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\113', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\115', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\153', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\167', '\130', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\167', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\167', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\114', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\115', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\160', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\164', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\166', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\143', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\103', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\156', '\152', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\141', '\126', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\126', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\143', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\172', '\156', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\171', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\113', '\154', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\144', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\105', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\160', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\104', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\165', '\113', '\040', '\165', '\156', '\040', '\061', + '\012', '\166', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\127', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\120', '\156', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\114', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\102', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\120', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\160', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\114', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\160', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\104', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\172', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\167', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\102', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\107', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\146', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\154', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\125', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\146', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\121', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\166', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\107', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\143', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\105', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\102', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\160', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\102', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\146', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\112', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\104', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\115', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\146', '\115', '\040', '\156', '\171', '\040', '\061', + '\012', '\107', '\170', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\172', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\116', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\162', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\146', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\124', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\166', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\120', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\167', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\115', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\170', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\132', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\106', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\115', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\110', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\163', '\114', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\122', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\163', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\102', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\144', '\122', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\154', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\127', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\153', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\103', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\161', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\153', '\111', '\040', '\153', '\141', '\040', '\061', + '\012', '\157', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\144', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\170', '\114', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\130', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\152', '\113', '\040', '\151', '\156', '\040', '\061', + '\012', '\163', '\106', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\110', '\154', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\107', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\120', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\102', '\144', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\164', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\171', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\127', '\143', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\156', '\163', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\112', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\127', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\153', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\164', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\172', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\115', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\170', '\116', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\153', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\105', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\155', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\160', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\107', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\152', '\170', '\040', '\172', '\152', '\040', '\061', + '\012', '\164', '\166', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\104', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\171', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\126', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\116', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\156', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\166', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\120', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\167', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\160', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\104', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\166', '\105', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\132', '\143', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\152', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\104', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\127', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\166', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\164', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\151', '\121', '\040', '\151', '\156', '\040', '\061', + '\012', '\164', '\106', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\125', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\146', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\123', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\155', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\106', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\120', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\151', '\161', '\121', '\040', '\164', '\151', '\040', '\061', + '\012', '\155', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\170', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\166', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\144', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\154', '\101', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\106', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\146', '\132', '\040', '\146', '\157', '\040', '\061', + '\012', '\152', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\116', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\164', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\110', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\103', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\143', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\104', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\131', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\130', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\115', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\107', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\131', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\103', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\132', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\157', '\121', '\144', '\040', '\157', '\156', '\040', '\061', + '\012', '\106', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\167', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\157', '\111', '\040', '\157', '\156', '\040', '\061', + '\012', '\163', '\112', '\155', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\113', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\164', '\150', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\154', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\126', '\146', '\040', '\147', '\151', '\040', '\061', + '\012', '\160', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\107', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\172', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\160', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\166', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\130', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\115', '\154', '\040', '\154', '\151', '\040', '\061', + '\012', '\142', '\131', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\146', '\172', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\113', '\144', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\113', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\146', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\162', '\154', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\120', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\164', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\154', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\110', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\121', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\114', '\144', '\143', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\125', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\112', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\114', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\115', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\141', '\167', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\164', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\172', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\101', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\172', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\102', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\163', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\125', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\163', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\163', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\130', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\154', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\141', '\126', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\146', '\101', '\040', '\153', '\141', '\040', '\061', + '\012', '\126', '\155', '\153', '\040', '\155', '\107', '\040', '\061', + '\012', '\152', '\113', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\120', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\120', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\131', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\142', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\163', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\170', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\153', '\106', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\172', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\127', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\143', '\165', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\132', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\142', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\141', '\121', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\172', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\162', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\153', '\114', '\040', '\153', '\141', '\040', '\061', + '\012', '\104', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\153', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\114', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\116', '\166', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\116', '\142', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\145', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\103', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\132', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\166', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\103', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\172', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\166', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\154', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\112', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\106', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\115', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\153', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\123', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\146', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\110', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\170', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\112', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\172', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\146', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\127', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\130', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\156', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\162', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\170', '\132', '\040', '\157', '\156', '\040', '\061', + '\012', '\150', '\130', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\101', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\151', '\107', '\153', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\105', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\164', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\121', '\172', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\112', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\153', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\156', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\103', '\167', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\127', '\147', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\160', '\124', '\040', '\160', '\162', '\040', '\061', + '\012', '\112', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\116', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\167', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\145', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\113', '\144', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\127', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\126', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\154', '\111', '\040', '\154', '\145', '\040', '\061', + '\012', '\102', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\146', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\164', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\115', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\117', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\104', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\155', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\152', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\163', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\170', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\163', '\107', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\130', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\145', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\130', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\106', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\130', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\101', '\157', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\172', '\153', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\106', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\142', '\130', '\040', '\142', '\145', '\040', '\061', + '\012', '\157', '\103', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\131', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\120', '\160', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\116', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\156', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\167', '\112', '\040', '\143', '\155', '\040', '\061', + '\012', '\161', '\112', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\116', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\124', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\167', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\143', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\102', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\114', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\162', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\111', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\102', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\172', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\152', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\170', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\144', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\146', '\115', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\121', '\155', '\040', '\121', '\117', '\040', '\061', + '\012', '\172', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\142', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\125', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\152', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\152', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\131', '\151', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\141', '\116', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\116', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\144', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\102', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\132', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\143', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\107', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\103', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\167', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\142', '\126', '\040', '\167', '\141', '\040', '\061', + '\012', '\105', '\161', '\164', '\040', '\145', '\161', '\040', '\061', + '\012', '\130', '\150', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\125', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\144', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\170', '\116', '\040', '\163', '\164', '\040', '\061', + '\012', '\117', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\103', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\147', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\156', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\152', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\163', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\107', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\115', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\153', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\122', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\167', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\112', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\126', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\131', '\154', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\114', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\154', '\115', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\104', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\113', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\120', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\131', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\146', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\146', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\113', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\111', '\171', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\165', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\113', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\132', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\160', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\146', '\114', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\152', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\130', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\167', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\152', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\131', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\131', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\161', '\131', '\040', '\145', '\161', '\040', '\061', + '\012', '\165', '\111', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\107', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\167', '\106', '\040', '\163', '\164', '\040', '\061', + '\012', '\110', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\164', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\146', '\127', '\040', '\150', '\127', '\040', '\061', + '\012', '\151', '\171', '\107', '\040', '\151', '\156', '\040', '\061', + '\012', '\172', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\113', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\145', '\106', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\152', '\151', '\040', '\152', '\123', '\040', '\061', + '\012', '\155', '\164', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\110', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\170', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\164', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\127', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\123', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\172', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\160', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\166', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\131', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\170', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\123', '\161', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\115', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\147', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\107', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\125', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\107', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\131', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\122', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\124', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\132', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\117', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\152', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\120', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\167', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\167', '\131', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\107', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\107', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\160', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\124', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\117', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\160', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\131', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\152', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\172', '\156', '\040', '\114', '\107', '\040', '\061', + '\012', '\131', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\131', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\144', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\130', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\111', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\112', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\146', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\170', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\104', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\163', '\117', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\152', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\147', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\125', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\144', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\154', '\125', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\102', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\142', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\154', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\162', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\147', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\152', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\166', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\103', '\160', '\040', '\107', '\103', '\040', '\061', + '\012', '\156', '\126', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\142', '\107', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\144', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\121', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\172', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\125', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\132', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\132', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\122', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\167', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\167', '\123', '\040', '\163', '\164', '\040', '\061', + '\012', '\105', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\105', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\153', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\152', '\127', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\130', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\166', '\131', '\040', '\166', '\113', '\040', '\061', + '\012', '\154', '\162', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\170', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\126', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\171', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\113', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\167', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\160', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\147', '\145', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\104', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\160', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\155', '\125', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\125', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\127', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\162', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\121', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\162', '\132', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\152', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\121', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\166', '\107', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\167', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\160', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\113', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\126', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\115', '\150', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\164', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\160', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\104', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\113', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\143', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\107', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\170', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\143', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\120', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\155', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\155', '\124', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\170', '\103', '\040', '\107', '\103', '\040', '\061', + '\012', '\154', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\153', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\151', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\154', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\120', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\166', '\121', '\040', '\121', '\117', '\040', '\061', + '\012', '\152', '\107', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\115', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\117', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\144', '\124', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\166', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\142', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\146', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\160', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\147', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\170', '\106', '\040', '\155', '\145', '\040', '\061', + '\012', '\162', '\132', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\107', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\120', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\162', '\107', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\142', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\152', '\103', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\123', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\111', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\111', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\160', '\106', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\125', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\166', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\125', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\152', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\144', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\167', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\110', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\123', '\163', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\152', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\120', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\127', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\162', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\157', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\152', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\131', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\117', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\126', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\106', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\154', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\166', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\142', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\120', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\121', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\105', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\163', '\102', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\155', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\164', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\144', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\104', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\167', '\111', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\160', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\130', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\131', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\157', '\106', '\172', '\040', '\157', '\156', '\040', '\061', + '\012', '\164', '\102', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\103', '\156', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\162', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\162', '\171', '\040', '\145', '\162', '\040', '\061', + '\012', '\151', '\113', '\144', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\116', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\122', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\143', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\141', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\141', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\170', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\125', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\117', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\120', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\165', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\146', '\116', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\154', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\132', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\166', '\105', '\161', '\040', '\166', '\113', '\040', '\061', + '\012', '\130', '\166', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\107', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\103', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\120', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\101', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\143', '\132', '\040', '\143', '\155', '\040', '\061', + '\012', '\154', '\104', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\123', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\167', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\162', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\113', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\115', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\144', '\106', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\146', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\144', '\117', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\166', '\105', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\120', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\162', '\172', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\123', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\106', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\122', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\130', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\162', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\110', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\145', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\162', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\153', '\111', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\132', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\124', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\110', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\154', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\113', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\142', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\142', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\165', '\106', '\040', '\165', '\156', '\040', '\061', + '\012', '\161', '\172', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\141', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\155', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\141', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\153', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\157', '\103', '\161', '\040', '\107', '\103', '\040', '\061', + '\012', '\161', '\121', '\150', '\040', '\121', '\117', '\040', '\061', + '\012', '\143', '\167', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\115', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\113', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\113', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\161', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\107', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\130', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\115', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\132', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\171', '\171', '\105', '\040', '\156', '\171', '\040', '\061', + '\012', '\163', '\125', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\126', '\162', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\115', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\127', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\144', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\132', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\157', '\131', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\122', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\120', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\161', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\160', '\130', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\131', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\131', '\145', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\152', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\161', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\166', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\106', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\110', '\144', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\132', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\124', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\162', '\111', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\104', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\145', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\172', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\151', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\172', '\143', '\040', '\143', '\155', '\040', '\061', + '\012', '\170', '\122', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\123', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\167', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\170', '\131', '\040', '\167', '\141', '\040', '\061', + '\012', '\131', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\157', '\126', '\160', '\040', '\157', '\156', '\040', '\061', + '\012', '\143', '\147', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\152', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\132', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\172', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\110', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\116', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\154', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\160', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\164', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\121', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\113', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\122', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\162', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\160', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\126', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\124', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\121', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\124', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\121', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\112', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\162', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\126', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\161', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\112', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\170', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\132', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\146', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\126', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\102', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\113', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\130', '\154', '\040', '\130', '\155', '\040', '\061', + '\012', '\150', '\167', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\162', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\154', '\114', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\117', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\103', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\106', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\127', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\123', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\102', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\166', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\113', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\146', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\113', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\153', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\111', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\101', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\146', '\110', '\040', '\160', '\162', '\040', '\061', + '\012', '\121', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\142', '\125', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\104', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\154', '\122', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\110', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\126', '\172', '\040', '\157', '\156', '\040', '\061', + '\012', '\147', '\164', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\162', '\113', '\040', '\110', '\113', '\040', '\061', + '\012', '\127', '\170', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\156', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\126', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\142', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\152', '\143', '\040', '\152', '\123', '\040', '\061', + '\012', '\152', '\121', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\164', '\166', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\171', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\146', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\142', '\114', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\153', '\117', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\166', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\107', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\127', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\114', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\172', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\103', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\156', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\120', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\170', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\150', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\146', '\125', '\040', '\146', '\157', '\040', '\061', + '\012', '\151', '\116', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\171', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\120', '\142', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\151', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\122', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\142', '\102', '\040', '\142', '\145', '\040', '\061', + '\012', '\163', '\132', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\170', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\106', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\115', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\170', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\142', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\105', '\141', '\157', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\147', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\155', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\151', '\117', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\117', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\142', '\146', '\123', '\040', '\142', '\145', '\040', '\061', + '\012', '\121', '\150', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\155', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\131', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\145', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\164', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\115', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\123', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\146', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\123', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\123', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\103', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\167', '\103', '\040', '\160', '\162', '\040', '\061', + '\012', '\107', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\153', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\102', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\163', '\127', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\132', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\167', '\116', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\115', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\110', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\163', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\127', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\170', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\126', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\162', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\142', '\125', '\040', '\160', '\162', '\040', '\061', + '\012', '\124', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\162', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\130', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\112', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\132', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\125', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\106', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\170', '\142', '\116', '\040', '\142', '\145', '\040', '\061', + '\012', '\160', '\156', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\115', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\123', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\162', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\113', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\154', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\170', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\152', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\162', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\166', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\154', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\170', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\166', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\106', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\163', '\146', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\111', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\170', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\111', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\110', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\130', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\154', '\104', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\127', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\145', '\113', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\142', '\126', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\130', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\131', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\167', '\130', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\166', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\142', '\120', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\125', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\155', '\127', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\170', '\126', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\152', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\124', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\155', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\161', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\161', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\112', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\103', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\127', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\144', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\151', '\122', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\126', '\143', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\111', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\152', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\155', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\121', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\146', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\142', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\106', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\127', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\156', '\110', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\156', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\170', '\132', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\155', '\110', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\172', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\155', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\166', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\121', '\163', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\110', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\102', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\110', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\166', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\172', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\115', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\167', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\146', '\130', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\106', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\106', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\105', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\130', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\126', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\110', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\127', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\125', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\107', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\167', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\172', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\162', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\164', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\167', '\115', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\162', '\120', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\155', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\155', '\120', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\151', '\131', '\040', '\151', '\156', '\040', '\061', + '\012', '\160', '\124', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\160', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\150', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\117', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\146', '\106', '\040', '\146', '\157', '\040', '\061', + '\012', '\143', '\124', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\160', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\147', '\167', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\127', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\103', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\162', '\123', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\115', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\116', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\124', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\155', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\170', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\101', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\110', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\147', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\146', '\125', '\040', '\160', '\162', '\040', '\061', + '\012', '\157', '\111', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\154', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\104', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\104', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\151', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\146', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\170', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\155', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\155', '\115', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\126', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\146', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\171', '\121', '\040', '\156', '\171', '\040', '\061', + '\012', '\155', '\102', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\121', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\106', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\150', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\143', '\156', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\167', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\127', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\112', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\172', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\105', '\157', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\147', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\171', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\172', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\152', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\142', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\163', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\121', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\131', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\120', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\103', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\126', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\170', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\152', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\147', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\132', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\164', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\142', '\111', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\101', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\167', '\146', '\124', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\146', '\113', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\165', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\112', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\160', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\161', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\154', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\162', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\170', '\127', '\040', '\146', '\157', '\040', '\061', + '\012', '\123', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\166', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\116', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\153', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\130', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\104', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\113', '\172', '\040', '\165', '\163', '\040', '\061', + '\012', '\161', '\152', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\114', '\153', '\171', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\106', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\115', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\131', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\121', '\145', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\131', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\164', '\142', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\142', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\126', '\153', '\040', '\156', '\144', '\040', '\061', + '\012', '\142', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\144', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\144', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\161', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\143', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\123', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\103', '\155', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\172', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\121', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\107', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\127', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\130', '\162', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\112', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\163', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\127', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\142', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\167', '\120', '\040', '\151', '\156', '\040', '\061', + '\012', '\154', '\127', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\124', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\110', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\143', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\153', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\144', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\115', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\152', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\156', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\171', '\131', '\040', '\156', '\171', '\040', '\061', + '\012', '\141', '\106', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\131', '\171', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\142', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\172', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\152', '\101', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\156', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\154', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\155', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\121', '\157', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\164', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\170', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\164', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\122', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\116', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\151', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\131', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\153', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\170', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\152', '\101', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\103', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\103', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\143', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\102', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\131', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\110', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\166', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\112', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\121', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\142', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\170', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\170', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\155', '\106', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\104', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\102', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\110', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\172', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\126', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\146', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\166', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\115', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\156', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\121', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\157', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\153', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\110', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\165', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\167', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\160', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\125', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\156', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\143', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\170', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\152', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\126', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\166', '\112', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\102', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\155', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\131', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\113', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\156', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\103', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\125', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\125', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\115', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\110', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\107', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\152', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\110', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\116', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\132', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\166', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\154', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\155', '\104', '\040', '\155', '\145', '\040', '\061', + '\012', '\131', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\106', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\166', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\164', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\161', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\166', '\116', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\143', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\153', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\144', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\105', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\167', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\147', '\130', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\127', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\127', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\123', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\154', '\167', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\124', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\143', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\172', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\144', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\162', '\123', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\110', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\142', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\172', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\146', '\132', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\167', '\102', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\155', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\143', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\172', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\112', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\126', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\167', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\111', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\160', '\125', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\167', '\115', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\153', '\101', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\125', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\113', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\170', '\123', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\141', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\166', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\146', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\127', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\132', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\114', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\130', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\104', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\146', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\141', '\121', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\152', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\160', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\115', '\155', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\113', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\101', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\146', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\167', '\116', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\160', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\170', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\115', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\167', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\102', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\101', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\123', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\112', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\127', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\106', '\142', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\157', '\124', '\040', '\157', '\156', '\040', '\061', + '\012', '\171', '\152', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\122', '\154', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\144', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\166', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\111', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\172', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\172', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\153', '\121', '\040', '\153', '\165', '\040', '\061', + '\012', '\154', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\167', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\107', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\156', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\122', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\117', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\165', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\132', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\156', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\142', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\104', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\155', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\167', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\117', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\167', '\111', '\040', '\167', '\141', '\040', '\061', + '\012', '\156', '\152', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\117', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\126', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\146', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\161', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\104', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\124', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\155', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\126', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\127', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\112', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\165', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\146', '\116', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\146', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\142', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\152', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\170', '\125', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\130', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\172', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\125', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\152', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\124', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\171', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\111', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\166', '\116', '\040', '\163', '\164', '\040', '\061', + '\012', '\112', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\126', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\144', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\142', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\146', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\107', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\117', '\166', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\131', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\152', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\120', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\160', '\124', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\163', '\102', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\170', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\106', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\157', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\155', '\104', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\142', '\115', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\106', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\154', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\171', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\106', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\152', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\131', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\165', '\112', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\145', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\162', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\102', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\144', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\156', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\155', '\114', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\166', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\155', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\104', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\172', '\117', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\121', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\120', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\131', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\120', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\127', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\103', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\145', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\132', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\152', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\103', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\166', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\122', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\142', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\172', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\154', '\102', '\040', '\154', '\145', '\040', '\061', + '\012', '\151', '\127', '\152', '\040', '\151', '\156', '\040', '\061', + '\012', '\132', '\170', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\113', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\143', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\103', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\101', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\125', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\115', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\152', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\125', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\132', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\167', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\164', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\122', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\166', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\106', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\102', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\107', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\147', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\127', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\167', '\120', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\166', '\105', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\111', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\167', '\103', '\040', '\167', '\141', '\040', '\061', + '\012', '\106', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\114', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\151', '\130', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\171', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\161', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\163', '\114', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\165', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\105', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\107', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\152', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\172', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\125', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\107', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\155', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\153', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\167', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\155', '\123', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\171', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\142', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\147', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\127', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\167', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\156', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\104', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\123', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\121', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\162', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\107', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\162', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\154', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\142', '\106', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\116', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\121', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\126', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\160', '\120', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\154', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\104', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\121', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\153', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\166', '\106', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\121', '\157', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\154', '\125', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\154', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\154', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\155', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\127', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\155', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\114', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\154', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\161', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\147', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\107', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\167', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\167', '\155', '\114', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\142', '\105', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\153', '\122', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\117', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\112', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\167', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\146', '\125', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\146', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\116', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\153', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\104', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\142', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\121', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\153', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\101', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\106', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\167', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\127', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\131', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\125', '\157', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\104', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\107', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\122', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\142', '\106', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\146', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\146', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\104', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\106', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\163', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\152', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\153', '\104', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\112', '\170', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\126', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\166', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\116', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\122', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\107', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\132', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\164', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\132', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\115', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\120', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\172', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\152', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\172', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\103', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\146', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\146', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\167', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\153', '\115', '\040', '\153', '\157', '\040', '\061', + '\012', '\166', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\120', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\112', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\155', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\115', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\113', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\116', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\103', '\162', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\163', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\167', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\123', '\144', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\106', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\127', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\152', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\167', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\152', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\132', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\113', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\144', '\122', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\115', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\166', '\103', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\160', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\164', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\171', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\130', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\113', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\126', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\120', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\124', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\106', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\172', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\170', '\111', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\131', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\167', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\121', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\142', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\103', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\131', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\170', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\122', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\160', '\122', '\040', '\160', '\162', '\040', '\061', + '\012', '\143', '\142', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\121', '\171', '\040', '\164', '\157', '\040', '\061', + '\012', '\166', '\170', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\160', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\120', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\156', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\153', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\166', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\110', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\146', '\123', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\103', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\147', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\106', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\104', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\111', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\164', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\122', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\103', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\152', '\124', '\040', '\162', '\157', '\040', '\061', + '\012', '\162', '\152', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\160', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\144', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\101', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\154', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\164', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\110', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\114', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\147', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\152', '\123', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\126', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\105', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\107', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\117', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\106', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\120', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\163', '\113', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\114', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\153', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\103', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\116', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\124', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\120', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\106', '\166', '\040', '\162', '\157', '\040', '\061', + '\012', '\122', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\161', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\155', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\165', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\147', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\144', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\101', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\167', '\117', '\040', '\167', '\141', '\040', '\061', + '\012', '\145', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\106', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\160', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\121', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\141', '\106', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\146', '\102', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\160', '\101', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\107', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\143', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\127', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\172', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\163', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\121', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\146', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\142', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\113', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\130', '\141', '\040', '\141', '\162', '\040', '\061', + '\012', '\167', '\152', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\172', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\127', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\152', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\122', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\147', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\156', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\172', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\145', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\152', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\155', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\165', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\107', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\113', '\144', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\121', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\127', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\103', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\113', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\157', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\171', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\112', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\107', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\152', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\123', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\106', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\155', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\144', '\124', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\124', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\152', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\110', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\122', '\156', '\040', '\141', '\162', '\040', '\061', + '\012', '\130', '\154', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\116', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\106', '\172', '\040', '\151', '\156', '\040', '\061', + '\012', '\116', '\154', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\120', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\130', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\172', '\112', '\040', '\157', '\156', '\040', '\061', + '\012', '\172', '\111', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\123', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\167', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\127', '\147', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\114', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\111', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\157', '\113', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\114', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\110', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\170', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\132', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\127', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\131', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\107', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\152', '\115', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\146', '\103', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\132', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\157', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\147', '\170', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\131', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\132', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\121', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\130', '\154', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\121', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\142', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\105', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\116', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\162', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\170', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\121', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\160', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\116', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\142', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\147', '\115', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\145', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\126', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\126', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\115', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\124', '\142', '\040', '\151', '\156', '\040', '\061', + '\012', '\120', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\103', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\143', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\166', '\125', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\115', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\152', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\155', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\154', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\110', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\163', '\116', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\103', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\117', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\107', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\167', '\126', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\120', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\122', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\147', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\106', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\170', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\110', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\113', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\160', '\112', '\040', '\160', '\162', '\040', '\061', + '\012', '\103', '\152', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\131', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\170', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\157', '\153', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\160', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\144', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\122', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\104', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\147', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\113', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\107', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\104', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\167', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\104', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\147', '\146', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\125', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\142', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\153', '\106', '\040', '\153', '\157', '\040', '\061', + '\012', '\120', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\142', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\123', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\167', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\146', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\172', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\167', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\172', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\121', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\114', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\125', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\112', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\122', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\130', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\114', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\115', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\166', '\107', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\164', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\170', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\147', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\154', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\143', '\117', '\040', '\152', '\141', '\040', '\061', + '\012', '\163', '\103', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\102', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\132', '\171', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\117', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\112', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\152', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\113', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\103', '\167', '\040', '\155', '\141', '\040', '\061', + '\012', '\150', '\170', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\124', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\155', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\144', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\115', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\115', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\166', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\151', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\167', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\164', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\103', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\130', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\107', '\167', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\111', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\131', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\164', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\146', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\121', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\130', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\105', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\120', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\142', '\127', '\040', '\142', '\145', '\040', '\061', + '\012', '\153', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\110', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\130', '\157', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\172', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\170', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\170', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\127', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\132', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\117', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\153', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\124', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\162', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\164', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\104', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\162', '\116', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\105', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\112', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\164', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\110', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\160', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\104', '\147', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\170', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\154', '\126', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\111', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\113', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\163', '\131', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\166', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\146', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\170', '\132', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\126', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\121', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\130', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\114', '\150', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\153', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\150', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\162', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\120', '\163', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\104', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\114', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\154', '\103', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\124', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\170', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\144', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\110', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\104', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\120', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\122', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\110', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\160', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\120', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\116', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\171', '\125', '\040', '\160', '\162', '\040', '\061', + '\012', '\123', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\121', '\160', '\040', '\157', '\156', '\040', '\061', + '\012', '\170', '\144', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\146', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\155', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\107', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\106', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\113', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\121', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\157', '\116', '\155', '\040', '\157', '\156', '\040', '\061', + '\012', '\165', '\130', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\146', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\111', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\153', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\116', '\170', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\165', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\120', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\154', '\113', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\141', '\114', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\120', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\160', '\132', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\152', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\116', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\170', '\102', '\040', '\142', '\145', '\040', '\061', + '\012', '\146', '\144', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\112', '\143', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\126', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\164', '\155', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\152', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\172', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\164', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\113', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\166', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\130', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\122', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\147', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\160', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\127', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\167', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\170', '\105', '\040', '\155', '\145', '\040', '\061', + '\012', '\132', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\172', '\115', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\142', '\112', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\160', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\145', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\156', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\130', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\146', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\170', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\164', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\147', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\101', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\102', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\164', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\146', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\102', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\127', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\123', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\124', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\162', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\112', '\142', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\130', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\162', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\156', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\163', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\126', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\111', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\147', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\114', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\126', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\122', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\150', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\124', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\160', '\131', '\040', '\160', '\162', '\040', '\061', + '\012', '\164', '\130', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\143', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\131', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\127', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\132', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\131', '\167', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\106', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\167', '\122', '\040', '\167', '\141', '\040', '\061', + '\012', '\131', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\111', '\157', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\167', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\106', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\127', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\105', '\141', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\153', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\154', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\114', '\160', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\132', '\156', '\162', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\146', '\105', '\040', '\153', '\141', '\040', '\061', + '\012', '\111', '\171', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\162', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\120', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\111', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\120', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\121', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\121', '\156', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\144', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\103', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\132', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\154', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\132', '\167', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\127', '\154', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\125', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\142', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\152', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\142', '\124', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\170', '\115', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\110', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\122', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\153', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\142', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\152', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\130', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\116', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\112', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\171', '\166', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\104', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\125', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\104', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\127', '\167', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\120', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\116', '\142', '\040', '\153', '\157', '\040', '\061', + '\012', '\127', '\144', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\130', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\152', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\112', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\155', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\124', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\163', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\155', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\160', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\121', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\120', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\126', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\170', '\172', '\040', '\172', '\145', '\040', '\061', + '\012', '\104', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\162', '\115', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\115', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\112', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\146', '\116', '\040', '\146', '\157', '\040', '\061', + '\012', '\144', '\121', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\165', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\152', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\120', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\146', '\115', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\167', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\141', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\155', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\146', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\106', '\155', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\113', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\144', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\152', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\162', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\170', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\170', '\110', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\122', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\152', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\123', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\155', '\110', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\146', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\112', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\167', '\132', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\122', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\161', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\107', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\172', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\156', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\154', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\142', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\160', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\101', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\113', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\154', '\104', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\124', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\120', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\166', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\171', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\164', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\102', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\152', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\111', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\104', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\112', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\101', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\106', '\163', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\104', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\152', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\144', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\167', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\154', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\131', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\172', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\155', '\107', '\040', '\155', '\145', '\040', '\061', + '\012', '\113', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\164', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\112', '\171', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\152', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\167', '\122', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\126', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\115', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\170', '\121', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\112', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\156', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\146', '\123', '\040', '\156', '\171', '\040', '\061', + '\012', '\115', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\163', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\101', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\112', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\167', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\170', '\103', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\112', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\107', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\143', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\123', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\153', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\112', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\154', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\105', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\162', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\161', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\112', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\127', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\127', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\172', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\166', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\152', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\153', '\106', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\166', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\171', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\116', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\156', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\152', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\114', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\162', '\126', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\117', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\170', '\114', '\040', '\146', '\157', '\040', '\061', + '\012', '\163', '\156', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\127', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\147', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\124', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\126', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\132', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\126', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\167', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\123', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\116', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\146', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\143', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\124', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\141', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\172', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\152', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\115', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\164', '\102', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\146', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\170', '\117', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\147', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\172', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\132', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\164', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\153', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\103', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\160', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\130', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\153', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\113', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\160', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\116', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\131', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\160', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\130', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\156', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\146', '\113', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\160', '\127', '\040', '\160', '\162', '\040', '\061', + '\012', '\165', '\167', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\156', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\166', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\107', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\132', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\142', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\123', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\166', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\152', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\125', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\154', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\154', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\167', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\154', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\124', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\115', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\116', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\146', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\103', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\141', '\127', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\172', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\152', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\166', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\167', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\107', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\166', '\123', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\122', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\121', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\153', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\155', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\172', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\104', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\125', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\130', '\153', '\040', '\163', '\164', '\040', '\061', + '\012', '\130', '\171', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\142', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\131', '\144', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\157', '\130', '\040', '\157', '\156', '\040', '\061', + '\012', '\172', '\165', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\147', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\121', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\156', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\132', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\153', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\126', '\153', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\171', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\102', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\103', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\170', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\104', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\120', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\127', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\111', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\156', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\167', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\142', '\120', '\040', '\142', '\145', '\040', '\061', + '\012', '\146', '\162', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\101', '\157', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\171', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\146', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\163', '\110', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\115', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\122', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\172', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\152', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\155', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\117', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\167', '\130', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\147', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\114', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\120', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\103', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\162', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\104', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\106', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\160', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\120', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\152', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\155', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\103', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\106', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\160', '\117', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\146', '\117', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\132', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\122', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\104', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\120', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\166', '\120', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\153', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\116', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\113', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\121', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\164', '\170', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\160', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\151', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\166', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\107', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\164', '\152', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\151', '\106', '\040', '\164', '\151', '\040', '\061', + '\012', '\132', '\172', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\131', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\152', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\167', '\122', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\153', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\103', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\171', '\105', '\040', '\167', '\141', '\040', '\061', + '\012', '\151', '\171', '\102', '\040', '\151', '\156', '\040', '\061', + '\012', '\150', '\121', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\160', '\121', '\040', '\151', '\156', '\040', '\061', + '\012', '\125', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\153', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\160', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\156', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\167', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\144', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\121', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\167', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\170', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\104', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\130', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\144', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\105', '\157', '\040', '\141', '\156', '\040', '\061', + '\012', '\124', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\141', '\166', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\172', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\110', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\142', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\106', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\116', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\102', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\122', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\154', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\162', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\172', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\131', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\155', '\122', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\162', '\130', '\171', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\171', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\107', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\130', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\112', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\131', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\131', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\172', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\152', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\172', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\162', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\161', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\167', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\152', '\114', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\146', '\114', '\040', '\160', '\162', '\040', '\061', + '\012', '\151', '\122', '\142', '\040', '\151', '\156', '\040', '\061', + '\012', '\147', '\144', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\101', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\156', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\153', '\124', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\126', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\113', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\116', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\116', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\155', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\146', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\107', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\163', '\110', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\167', '\106', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\120', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\104', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\121', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\111', '\167', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\103', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\106', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\112', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\151', '\111', '\040', '\151', '\156', '\040', '\061', + '\012', '\122', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\153', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\116', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\131', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\126', '\155', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\120', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\153', '\152', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\113', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\104', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\106', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\126', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\146', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\164', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\116', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\121', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\141', '\123', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\167', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\125', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\167', '\126', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\111', '\157', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\150', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\102', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\107', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\132', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\142', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\106', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\132', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\172', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\104', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\143', '\146', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\172', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\161', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\172', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\123', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\170', '\112', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\130', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\142', '\124', '\040', '\142', '\145', '\040', '\061', + '\012', '\163', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\124', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\120', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\113', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\120', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\124', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\123', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\113', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\125', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\104', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\156', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\125', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\165', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\171', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\103', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\130', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\107', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\156', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\120', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\146', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\126', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\167', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\104', '\172', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\146', '\107', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\147', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\112', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\130', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\147', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\165', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\170', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\141', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\130', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\172', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\166', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\121', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\166', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\170', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\164', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\112', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\123', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\122', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\103', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\107', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\147', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\116', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\110', '\153', '\040', '\157', '\156', '\040', '\061', + '\012', '\127', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\166', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\153', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\131', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\157', '\132', '\040', '\157', '\156', '\040', '\061', + '\012', '\156', '\107', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\155', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\155', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\103', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\130', '\172', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\113', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\105', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\167', '\123', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\171', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\147', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\145', '\121', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\127', '\160', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\144', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\155', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\144', '\124', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\162', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\102', '\160', '\040', '\160', '\157', '\040', '\061', + '\012', '\146', '\153', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\145', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\107', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\105', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\146', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\123', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\152', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\121', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\156', '\160', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\155', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\115', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\141', '\161', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\131', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\153', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\127', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\171', '\112', '\040', '\156', '\171', '\040', '\061', + '\012', '\167', '\166', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\131', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\162', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\152', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\113', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\152', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\104', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\113', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\172', '\163', '\124', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\111', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\146', '\125', '\040', '\146', '\157', '\040', '\061', + '\012', '\127', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\127', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\116', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\123', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\146', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\162', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\126', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\126', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\152', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\171', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\163', '\105', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\103', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\167', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\146', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\112', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\105', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\114', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\117', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\160', '\123', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\111', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\164', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\110', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\107', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\166', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\116', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\146', '\113', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\131', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\115', '\155', '\040', '\163', '\164', '\040', '\061', + '\012', '\157', '\102', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\163', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\155', '\111', '\040', '\155', '\145', '\040', '\061', + '\012', '\164', '\155', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\154', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\124', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\162', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\116', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\125', '\165', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\152', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\117', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\155', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\166', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\107', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\110', '\160', '\040', '\141', '\154', '\040', '\061', + '\012', '\161', '\147', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\142', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\121', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\164', '\161', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\167', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\153', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\150', '\104', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\121', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\112', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\162', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\121', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\112', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\115', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\152', '\124', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\153', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\116', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\165', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\157', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\152', '\122', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\106', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\152', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\156', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\112', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\132', '\162', '\040', '\156', '\147', '\040', '\061', + '\012', '\102', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\167', '\115', '\040', '\154', '\145', '\040', '\061', + '\012', '\111', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\167', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\102', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\167', '\106', '\040', '\151', '\156', '\040', '\061', + '\012', '\162', '\110', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\123', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\152', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\113', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\102', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\155', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\131', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\107', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\121', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\166', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\170', '\115', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\116', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\154', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\144', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\154', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\142', '\104', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\101', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\110', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\170', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\126', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\160', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\152', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\107', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\151', '\171', '\120', '\040', '\151', '\156', '\040', '\061', + '\012', '\167', '\155', '\113', '\040', '\155', '\145', '\040', '\061', + '\012', '\155', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\155', '\114', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\102', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\105', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\103', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\157', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\172', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\111', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\120', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\131', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\161', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\155', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\130', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\132', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\123', '\170', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\113', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\127', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\143', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\166', '\102', '\040', '\160', '\157', '\040', '\061', + '\012', '\164', '\147', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\162', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\106', '\166', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\125', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\154', '\132', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\144', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\157', '\111', '\040', '\157', '\156', '\040', '\061', + '\012', '\171', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\167', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\112', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\170', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\126', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\111', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\171', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\142', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\153', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\145', '\157', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\130', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\106', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\112', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\163', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\115', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\156', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\161', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\103', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\117', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\154', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\142', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\152', '\116', '\040', '\163', '\164', '\040', '\061', + '\012', '\125', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\126', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\127', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\155', '\115', '\040', '\155', '\145', '\040', '\061', + '\012', '\126', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\132', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\106', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\116', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\142', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\155', '\112', '\040', '\155', '\145', '\040', '\061', + '\012', '\106', '\143', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\123', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\155', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\144', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\156', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\171', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\172', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\147', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\124', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\154', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\126', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\114', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\144', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\150', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\127', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\164', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\111', '\157', '\040', '\150', '\157', '\040', '\061', + '\012', '\153', '\146', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\112', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\145', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\165', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\142', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\130', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\124', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\172', '\114', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\146', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\150', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\153', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\105', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\167', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\104', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\120', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\164', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\164', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\167', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\130', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\146', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\116', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\102', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\154', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\146', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\125', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\124', '\144', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\131', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\143', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\143', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\102', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\112', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\162', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\131', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\114', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\156', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\143', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\106', '\153', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\120', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\116', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\107', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\154', '\120', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\114', '\170', '\040', '\152', '\157', '\040', '\061', + '\012', '\152', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\167', '\124', '\040', '\167', '\141', '\040', '\061', + '\012', '\164', '\107', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\164', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\156', '\127', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\153', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\111', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\132', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\156', '\117', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\110', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\152', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\144', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\142', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\153', '\117', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\172', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\127', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\170', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\160', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\164', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\163', '\110', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\111', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\153', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\106', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\107', '\153', '\040', '\157', '\156', '\040', '\061', + '\012', '\110', '\156', '\143', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\154', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\122', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\107', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\131', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\121', '\157', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\116', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\144', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\107', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\162', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\166', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\132', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\104', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\120', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\147', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\103', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\127', '\167', '\040', '\157', '\167', '\040', '\061', + '\012', '\155', '\112', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\130', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\131', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\110', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\144', '\120', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\106', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\147', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\163', '\107', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\101', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\164', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\154', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\171', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\126', '\162', '\040', '\151', '\156', '\040', '\061', + '\012', '\172', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\104', '\150', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\102', '\144', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\161', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\153', '\163', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\120', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\146', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\132', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\104', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\112', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\143', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\127', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\120', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\170', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\120', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\162', '\152', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\167', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\163', '\125', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\152', '\127', '\040', '\151', '\152', '\040', '\061', + '\012', '\120', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\102', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\142', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\160', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\155', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\131', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\131', '\142', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\171', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\102', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\107', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\170', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\146', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\142', '\126', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\153', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\127', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\117', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\107', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\120', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\163', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\103', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\157', '\131', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\167', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\107', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\164', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\162', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\126', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\116', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\164', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\110', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\147', '\163', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\154', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\152', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\166', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\111', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\110', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\115', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\115', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\131', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\126', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\156', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\155', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\152', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\121', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\116', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\146', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\152', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\102', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\112', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\113', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\107', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\132', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\107', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\127', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\163', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\170', '\123', '\040', '\156', '\171', '\040', '\061', + '\012', '\162', '\170', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\116', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\167', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\116', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\172', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\160', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\130', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\154', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\152', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\164', '\112', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\167', '\130', '\040', '\151', '\156', '\040', '\061', + '\012', '\156', '\126', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\172', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\167', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\161', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\116', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\165', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\113', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\111', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\115', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\127', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\166', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\115', '\143', '\040', '\156', '\144', '\040', '\061', + '\012', '\132', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\154', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\125', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\110', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\103', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\124', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\152', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\170', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\116', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\114', '\147', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\144', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\112', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\130', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\167', '\121', '\040', '\167', '\141', '\040', '\061', + '\012', '\145', '\166', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\103', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\160', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\101', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\142', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\166', '\146', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\130', '\144', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\101', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\142', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\155', '\122', '\040', '\155', '\145', '\040', '\061', + '\012', '\162', '\172', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\147', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\112', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\132', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\146', '\101', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\155', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\116', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\126', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\122', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\132', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\147', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\152', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\120', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\152', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\125', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\155', '\111', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\115', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\153', '\117', '\040', '\153', '\141', '\040', '\061', + '\012', '\101', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\113', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\102', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\105', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\170', '\110', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\166', '\101', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\143', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\170', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\150', '\123', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\102', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\127', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\102', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\167', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\153', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\157', '\116', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\125', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\146', '\120', '\040', '\146', '\157', '\040', '\061', + '\012', '\142', '\131', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\170', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\143', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\166', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\125', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\170', '\103', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\120', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\127', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\147', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\170', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\162', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\105', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\142', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\167', '\123', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\114', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\115', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\106', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\146', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\122', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\156', '\161', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\160', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\110', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\124', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\152', '\107', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\141', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\120', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\154', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\172', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\102', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\170', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\166', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\103', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\115', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\122', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\153', '\125', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\131', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\120', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\107', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\114', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\165', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\143', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\107', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\166', '\107', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\112', '\144', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\152', '\110', '\040', '\151', '\156', '\040', '\061', + '\012', '\155', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\116', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\150', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\115', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\102', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\106', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\127', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\142', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\107', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\145', '\170', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\127', '\152', '\040', '\152', '\157', '\040', '\061', + '\012', '\160', '\121', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\143', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\117', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\164', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\162', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\154', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\130', '\160', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\125', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\113', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\127', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\161', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\103', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\112', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\125', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\112', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\166', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\141', '\120', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\111', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\146', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\132', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\155', '\105', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\155', '\122', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\103', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\106', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\113', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\121', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\123', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\166', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\121', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\107', '\142', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\142', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\121', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\121', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\131', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\120', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\117', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\116', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\110', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\144', '\105', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\126', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\120', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\122', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\157', '\105', '\040', '\157', '\156', '\040', '\061', + '\012', '\150', '\156', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\166', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\157', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\155', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\104', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\147', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\126', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\104', '\150', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\153', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\170', '\124', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\131', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\124', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\125', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\114', '\154', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\163', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\146', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\142', '\107', '\040', '\142', '\145', '\040', '\061', + '\012', '\112', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\127', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\104', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\127', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\130', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\166', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\166', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\104', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\104', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\155', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\146', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\101', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\146', '\123', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\162', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\171', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\121', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\162', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\160', '\130', '\040', '\160', '\162', '\040', '\061', + '\012', '\132', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\156', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\105', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\121', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\160', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\172', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\132', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\167', '\125', '\040', '\167', '\141', '\040', '\061', + '\012', '\122', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\165', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\151', '\127', '\040', '\151', '\156', '\040', '\061', + '\012', '\150', '\161', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\102', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\132', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\160', '\127', '\040', '\160', '\162', '\040', '\061', + '\012', '\162', '\110', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\150', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\115', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\166', '\127', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\107', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\152', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\166', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\166', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\155', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\103', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\153', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\153', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\115', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\116', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\172', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\147', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\167', '\102', '\040', '\160', '\162', '\040', '\061', + '\012', '\112', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\131', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\124', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\112', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\172', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\171', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\166', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\171', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\102', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\166', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\142', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\147', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\142', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\167', '\125', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\112', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\111', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\126', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\104', '\147', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\166', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\122', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\117', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\105', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\162', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\170', '\104', '\040', '\155', '\145', '\040', '\061', + '\012', '\111', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\102', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\124', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\103', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\147', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\160', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\112', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\160', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\146', '\105', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\170', '\122', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\106', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\131', '\155', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\112', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\166', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\116', '\143', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\102', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\162', '\126', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\166', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\131', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\116', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\121', '\151', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\167', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\120', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\166', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\153', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\155', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\144', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\163', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\166', '\106', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\127', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\131', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\131', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\110', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\142', '\115', '\040', '\160', '\162', '\040', '\061', + '\012', '\110', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\127', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\116', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\161', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\164', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\110', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\127', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\154', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\156', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\115', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\113', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\157', '\126', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\172', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\114', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\117', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\107', '\164', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\154', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\144', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\146', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\113', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\112', '\151', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\123', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\147', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\143', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\116', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\160', '\102', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\120', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\155', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\170', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\102', '\166', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\162', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\120', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\155', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\161', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\103', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\155', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\167', '\120', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\126', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\116', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\115', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\166', '\107', '\040', '\166', '\145', '\040', '\061', + '\012', '\126', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\154', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\131', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\142', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\121', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\164', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\145', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\161', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\114', '\146', '\040', '\160', '\157', '\040', '\061', + '\012', '\170', '\166', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\146', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\126', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\151', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\163', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\132', '\156', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\162', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\122', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\172', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\142', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\153', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\153', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\172', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\170', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\106', '\167', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\110', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\162', '\102', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\116', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\107', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\105', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\164', '\126', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\167', '\121', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\111', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\161', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\152', '\166', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\123', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\170', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\110', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\160', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\126', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\125', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\170', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\126', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\144', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\152', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\150', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\146', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\142', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\146', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\172', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\110', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\152', '\170', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\155', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\166', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\155', '\110', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\166', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\172', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\155', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\130', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\146', '\104', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\103', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\142', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\154', '\124', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\172', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\160', '\120', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\155', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\131', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\113', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\144', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\144', '\110', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\162', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\130', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\166', '\124', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\151', '\103', '\040', '\151', '\156', '\040', '\061', + '\012', '\147', '\153', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\112', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\160', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\120', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\122', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\147', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\115', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\110', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\111', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\132', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\161', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\157', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\121', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\165', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\121', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\106', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\110', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\147', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\103', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\156', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\142', '\123', '\040', '\142', '\145', '\040', '\061', + '\012', '\151', '\110', '\172', '\040', '\151', '\156', '\040', '\061', + '\012', '\153', '\107', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\167', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\104', '\155', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\160', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\166', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\116', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\131', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\110', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\106', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\155', '\117', '\040', '\155', '\145', '\040', '\061', + '\012', '\102', '\166', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\147', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\131', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\167', '\106', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\167', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\105', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\172', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\156', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\107', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\153', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\112', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\161', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\146', '\147', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\143', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\126', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\167', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\154', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\106', '\156', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\125', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\102', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\154', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\166', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\115', '\167', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\126', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\166', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\131', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\102', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\111', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\104', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\117', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\104', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\124', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\112', '\162', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\167', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\144', '\126', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\152', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\127', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\142', '\117', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\144', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\112', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\167', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\101', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\157', '\171', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\154', '\120', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\153', '\124', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\125', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\120', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\157', '\106', '\040', '\157', '\156', '\040', '\061', + '\012', '\150', '\131', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\131', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\104', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\167', '\127', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\114', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\141', '\102', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\104', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\113', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\146', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\115', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\114', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\167', '\127', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\172', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\111', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\144', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\147', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\167', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\171', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\102', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\117', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\114', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\172', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\144', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\115', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\104', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\146', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\161', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\165', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\110', '\142', '\040', '\160', '\157', '\040', '\061', + '\012', '\166', '\122', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\160', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\127', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\142', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\132', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\143', '\102', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\152', '\111', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\166', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\167', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\102', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\144', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\170', '\110', '\040', '\156', '\171', '\040', '\061', + '\012', '\146', '\170', '\110', '\040', '\146', '\157', '\040', '\061', + '\012', '\164', '\130', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\102', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\112', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\152', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\126', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\122', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\104', '\156', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\153', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\155', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\141', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\111', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\155', '\120', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\155', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\154', '\103', '\040', '\154', '\145', '\040', '\061', + '\012', '\113', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\151', '\126', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\132', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\125', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\144', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\157', '\125', '\040', '\157', '\156', '\040', '\061', + '\012', '\170', '\112', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\125', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\166', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\121', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\122', '\144', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\111', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\107', '\147', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\116', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\166', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\155', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\147', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\160', '\117', '\040', '\160', '\157', '\040', '\061', + '\012', '\164', '\105', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\146', '\114', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\131', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\127', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\121', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\124', '\164', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\126', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\143', '\156', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\167', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\157', '\112', '\040', '\157', '\156', '\040', '\061', + '\012', '\166', '\104', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\112', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\120', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\162', '\106', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\154', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\153', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\142', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\131', '\171', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\102', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\111', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\160', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\116', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\123', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\166', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\157', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\113', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\166', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\154', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\144', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\152', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\160', '\112', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\147', '\161', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\150', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\165', '\131', '\040', '\165', '\156', '\040', '\061', + '\012', '\152', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\165', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\172', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\106', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\146', '\105', '\040', '\166', '\141', '\040', '\061', + '\012', '\111', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\131', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\124', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\165', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\110', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\122', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\120', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\113', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\160', '\101', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\153', '\111', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\123', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\170', '\127', '\040', '\155', '\145', '\040', '\061', + '\012', '\155', '\152', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\117', '\151', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\167', '\171', '\131', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\104', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\130', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\126', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\171', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\166', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\126', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\127', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\101', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\132', '\163', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\121', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\142', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\144', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\170', '\104', '\040', '\142', '\145', '\040', '\061', + '\012', '\166', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\152', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\170', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\110', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\165', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\167', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\157', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\142', '\101', '\040', '\142', '\145', '\040', '\061', + '\012', '\122', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\123', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\126', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\121', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\155', '\113', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\156', '\101', '\040', '\141', '\156', '\040', '\061', + '\012', '\120', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\126', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\150', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\163', '\106', '\040', '\163', '\164', '\040', '\061', + '\012', '\164', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\146', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\161', '\130', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\112', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\124', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\160', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\131', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\102', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\105', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\111', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\144', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\116', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\117', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\130', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\166', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\103', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\106', '\155', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\153', '\122', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\146', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\160', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\142', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\166', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\155', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\106', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\106', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\106', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\152', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\142', '\124', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\155', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\106', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\104', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\106', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\107', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\164', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\172', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\112', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\115', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\147', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\167', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\156', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\142', '\120', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\144', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\110', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\114', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\166', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\125', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\152', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\104', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\142', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\123', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\117', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\164', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\167', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\115', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\166', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\115', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\144', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\153', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\152', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\120', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\170', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\131', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\162', '\120', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\143', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\112', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\125', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\130', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\104', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\170', '\107', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\117', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\147', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\160', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\116', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\121', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\154', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\106', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\104', '\142', '\040', '\157', '\156', '\040', '\061', + '\012', '\154', '\163', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\132', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\103', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\170', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\121', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\113', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\117', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\170', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\167', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\107', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\122', '\167', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\166', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\126', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\155', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\144', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\112', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\104', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\150', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\166', '\103', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\164', '\121', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\171', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\132', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\113', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\152', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\147', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\116', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\112', '\172', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\114', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\164', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\112', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\156', '\160', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\167', '\107', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\145', '\112', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\143', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\162', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\131', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\154', '\111', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\155', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\107', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\154', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\103', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\121', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\114', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\167', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\121', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\146', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\122', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\125', '\157', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\160', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\110', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\127', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\102', '\161', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\127', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\143', '\146', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\127', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\162', '\166', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\154', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\142', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\156', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\106', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\112', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\120', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\155', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\156', '\111', '\040', '\156', '\164', '\040', '\061', + '\012', '\161', '\117', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\171', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\121', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\125', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\102', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\116', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\105', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\160', '\104', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\170', '\114', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\145', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\153', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\102', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\125', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\121', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\167', '\117', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\162', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\124', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\170', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\110', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\112', '\163', '\040', '\157', '\156', '\040', '\061', + '\012', '\163', '\122', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\121', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\144', '\116', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\170', '\122', '\040', '\155', '\145', '\040', '\061', + '\012', '\130', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\120', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\153', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\104', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\160', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\132', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\156', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\132', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\162', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\127', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\160', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\143', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\120', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\125', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\144', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\172', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\162', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\144', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\155', '\116', '\040', '\155', '\145', '\040', '\061', + '\012', '\117', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\114', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\112', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\107', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\115', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\124', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\110', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\127', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\170', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\170', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\170', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\166', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\103', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\152', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\146', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\160', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\120', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\154', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\111', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\170', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\132', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\106', '\153', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\127', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\161', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\154', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\103', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\113', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\107', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\103', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\155', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\156', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\165', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\171', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\152', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\117', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\112', '\155', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\132', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\117', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\115', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\127', '\164', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\170', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\102', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\164', '\116', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\124', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\156', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\104', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\123', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\122', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\125', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\102', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\152', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\111', '\171', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\111', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\132', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\162', '\115', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\117', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\162', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\147', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\105', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\153', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\152', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\155', '\127', '\040', '\155', '\145', '\040', '\061', + '\012', '\107', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\132', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\124', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\114', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\120', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\167', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\104', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\144', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\163', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\143', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\104', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\125', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\111', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\162', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\142', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\127', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\166', '\103', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\162', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\170', '\111', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\103', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\130', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\104', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\144', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\142', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\130', '\167', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\131', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\165', '\121', '\040', '\165', '\156', '\040', '\061', + '\012', '\153', '\152', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\127', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\157', '\103', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\132', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\144', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\131', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\110', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\102', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\126', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\141', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\170', '\127', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\156', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\102', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\124', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\106', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\167', '\115', '\040', '\167', '\141', '\040', '\061', + '\012', '\104', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\167', '\111', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\154', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\103', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\162', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\131', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\131', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\164', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\154', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\112', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\114', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\154', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\143', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\162', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\116', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\152', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\112', '\144', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\114', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\121', '\156', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\150', '\153', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\114', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\130', '\147', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\113', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\152', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\112', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\170', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\156', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\153', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\154', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\127', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\144', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\164', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\111', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\145', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\162', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\116', '\150', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\104', '\160', '\040', '\160', '\157', '\040', '\061', + '\012', '\103', '\156', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\170', '\125', '\040', '\153', '\141', '\040', '\061', + '\012', '\102', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\130', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\102', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\115', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\170', '\122', '\040', '\153', '\141', '\040', '\061', + '\012', '\114', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\152', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\160', '\103', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\113', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\150', '\167', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\102', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\156', '\163', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\155', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\113', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\107', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\114', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\120', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\115', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\167', '\105', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\155', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\103', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\166', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\153', '\116', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\126', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\121', '\155', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\112', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\172', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\162', '\111', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\102', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\122', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\111', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\106', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\144', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\113', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\102', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\104', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\106', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\166', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\122', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\170', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\152', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\104', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\146', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\107', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\107', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\170', '\126', '\040', '\146', '\157', '\040', '\061', + '\012', '\151', '\120', '\152', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\147', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\111', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\150', '\165', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\166', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\104', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\131', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\164', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\164', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\106', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\152', '\123', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\130', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\160', '\113', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\104', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\113', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\132', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\170', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\124', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\105', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\110', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\104', '\153', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\161', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\170', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\170', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\124', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\167', '\103', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\121', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\125', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\163', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\107', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\113', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\167', '\102', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\106', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\167', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\162', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\160', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\154', '\122', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\144', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\145', '\106', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\171', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\167', '\124', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\103', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\147', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\164', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\161', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\130', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\144', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\143', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\155', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\121', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\107', '\154', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\105', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\166', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\166', '\106', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\112', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\171', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\164', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\132', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\105', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\172', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\146', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\144', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\113', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\150', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\170', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\124', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\107', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\105', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\172', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\127', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\127', '\162', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\160', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\102', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\121', '\163', '\040', '\157', '\156', '\040', '\061', + '\012', '\153', '\142', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\126', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\114', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\162', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\163', '\122', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\167', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\156', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\120', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\125', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\167', '\162', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\146', '\104', '\040', '\146', '\157', '\040', '\061', + '\012', '\167', '\171', '\110', '\040', '\167', '\141', '\040', '\061', + '\012', '\154', '\102', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\115', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\163', '\171', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\160', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\154', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\147', '\114', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\156', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\126', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\113', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\142', '\144', '\127', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\116', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\111', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\110', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\162', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\172', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\147', '\102', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\146', '\103', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\153', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\125', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\103', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\154', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\102', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\143', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\122', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\107', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\166', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\155', '\102', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\170', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\115', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\127', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\121', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\127', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\156', '\165', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\166', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\155', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\110', '\154', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\155', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\132', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\150', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\143', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\153', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\102', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\127', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\130', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\122', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\152', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\172', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\170', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\143', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\113', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\157', '\130', '\040', '\160', '\157', '\040', '\061', + '\012', '\170', '\162', '\124', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\127', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\127', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\123', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\146', '\122', '\040', '\144', '\145', '\040', '\061', + '\012', '\113', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\152', '\144', '\040', '\144', '\157', '\040', '\061', + '\012', '\121', '\142', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\171', '\113', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\155', '\130', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\165', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\157', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\114', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\147', '\115', '\162', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\103', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\107', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\130', '\157', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\124', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\153', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\124', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\116', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\130', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\126', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\111', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\156', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\167', '\103', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\157', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\104', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\144', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\116', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\131', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\154', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\106', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\123', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\172', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\111', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\141', '\152', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\131', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\162', '\113', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\172', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\111', '\171', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\146', '\113', '\040', '\167', '\141', '\040', '\061', + '\012', '\106', '\155', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\146', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\154', '\155', '\040', '\154', '\145', '\040', '\061', + '\012', '\103', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\161', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\106', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\126', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\103', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\145', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\110', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\116', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\155', '\130', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\116', '\153', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\106', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\142', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\131', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\147', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\162', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\167', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\171', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\172', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\121', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\143', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\142', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\172', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\123', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\131', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\161', '\147', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\131', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\160', '\107', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\126', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\166', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\146', '\125', '\040', '\153', '\141', '\040', '\061', + '\012', '\123', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\167', '\106', '\040', '\167', '\141', '\040', '\061', + '\012', '\121', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\127', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\161', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\143', '\112', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\167', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\144', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\127', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\160', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\162', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\143', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\111', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\144', '\103', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\126', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\152', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\172', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\106', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\172', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\114', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\154', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\152', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\160', '\114', '\040', '\160', '\162', '\040', '\061', + '\012', '\143', '\112', '\162', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\112', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\113', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\145', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\170', '\114', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\103', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\122', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\162', '\115', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\102', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\113', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\153', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\154', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\122', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\166', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\170', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\103', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\131', '\142', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\105', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\153', '\116', '\040', '\153', '\141', '\040', '\061', + '\012', '\142', '\121', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\162', '\104', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\152', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\155', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\167', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\112', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\143', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\172', '\126', '\040', '\157', '\156', '\040', '\061', + '\012', '\155', '\114', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\132', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\130', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\164', '\147', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\121', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\104', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\156', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\110', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\111', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\114', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\164', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\144', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\103', '\155', '\040', '\157', '\167', '\040', '\061', + '\012', '\166', '\126', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\142', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\162', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\170', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\126', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\147', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\125', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\154', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\127', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\152', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\125', '\167', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\131', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\164', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\130', '\172', '\040', '\157', '\156', '\040', '\061', + '\012', '\151', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\160', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\155', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\102', '\160', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\130', '\166', '\040', '\157', '\156', '\040', '\061', + '\012', '\154', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\112', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\172', '\160', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\143', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\167', '\121', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\153', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\117', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\147', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\117', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\146', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\163', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\144', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\122', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\153', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\104', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\146', '\125', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\172', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\165', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\166', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\127', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\106', '\172', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\160', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\121', '\145', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\131', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\141', '\121', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\166', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\125', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\151', '\142', '\110', '\040', '\151', '\156', '\040', '\061', + '\012', '\152', '\166', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\127', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\106', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\131', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\132', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\160', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\114', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\167', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\171', '\113', '\040', '\156', '\171', '\040', '\061', + '\012', '\123', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\170', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\153', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\112', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\164', '\152', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\120', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\122', '\162', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\170', '\131', '\040', '\156', '\171', '\040', '\061', + '\012', '\166', '\163', '\105', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\153', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\165', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\121', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\130', '\166', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\170', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\114', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\156', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\155', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\127', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\155', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\106', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\126', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\146', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\155', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\144', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\127', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\166', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\131', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\157', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\152', '\102', '\040', '\145', '\162', '\040', '\061', + '\012', '\104', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\127', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\154', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\144', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\167', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\132', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\121', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\167', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\151', '\131', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\101', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\157', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\162', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\167', '\102', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\112', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\164', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\167', '\131', '\040', '\160', '\162', '\040', '\061', + '\012', '\115', '\152', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\162', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\130', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\105', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\156', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\121', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\152', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\116', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\115', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\112', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\126', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\166', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\110', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\142', '\113', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\127', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\124', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\156', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\170', '\117', '\040', '\156', '\171', '\040', '\061', + '\012', '\106', '\161', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\106', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\104', '\160', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\125', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\110', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\120', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\110', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\111', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\106', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\114', '\166', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\166', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\103', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\171', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\105', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\144', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\161', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\142', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\110', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\126', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\110', '\167', '\040', '\165', '\156', '\040', '\061', + '\012', '\132', '\143', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\110', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\104', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\164', '\154', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\166', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\161', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\162', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\123', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\103', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\154', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\166', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\165', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\115', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\127', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\160', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\121', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\170', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\146', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\152', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\162', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\103', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\171', '\132', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\127', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\103', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\162', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\125', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\157', '\111', '\171', '\040', '\157', '\156', '\040', '\061', + '\012', '\162', '\146', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\102', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\171', '\171', '\126', '\040', '\156', '\171', '\040', '\061', + '\012', '\121', '\151', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\113', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\104', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\147', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\116', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\144', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\166', '\131', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\142', '\132', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\151', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\166', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\142', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\115', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\160', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\110', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\153', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\127', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\120', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\114', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\157', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\160', '\114', '\040', '\160', '\162', '\040', '\061', + '\012', '\124', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\172', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\143', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\152', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\120', '\171', '\040', '\153', '\165', '\040', '\061', + '\012', '\146', '\144', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\170', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\131', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\123', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\104', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\142', '\112', '\040', '\142', '\145', '\040', '\061', + '\012', '\171', '\146', '\117', '\040', '\156', '\171', '\040', '\061', + '\012', '\165', '\121', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\160', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\144', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\167', '\120', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\124', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\112', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\127', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\143', '\125', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\142', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\125', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\116', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\132', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\163', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\131', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\131', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\122', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\107', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\170', '\112', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\114', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\102', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\121', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\112', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\146', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\142', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\110', '\154', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\165', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\113', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\102', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\160', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\127', '\156', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\144', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\115', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\132', '\146', '\040', '\160', '\151', '\040', '\061', + '\012', '\145', '\131', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\124', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\107', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\103', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\104', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\170', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\146', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\147', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\160', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\103', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\120', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\103', '\160', '\040', '\157', '\156', '\040', '\061', + '\012', '\116', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\122', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\141', '\145', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\144', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\102', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\117', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\155', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\120', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\142', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\172', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\131', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\130', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\147', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\130', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\116', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\141', '\117', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\146', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\167', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\152', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\152', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\164', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\147', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\115', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\106', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\146', '\110', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\132', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\120', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\102', '\142', '\040', '\142', '\151', '\040', '\061', + '\012', '\163', '\152', '\117', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\104', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\156', '\152', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\162', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\152', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\106', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\121', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\142', '\105', '\040', '\166', '\151', '\040', '\061', + '\012', '\125', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\111', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\106', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\166', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\123', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\154', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\105', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\146', '\110', '\040', '\142', '\145', '\040', '\061', + '\012', '\116', '\162', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\166', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\151', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\142', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\170', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\166', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\162', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\131', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\153', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\103', '\170', '\040', '\166', '\151', '\040', '\061', + '\012', '\132', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\127', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\104', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\146', '\105', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\166', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\105', '\157', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\144', '\142', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\116', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\124', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\152', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\126', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\112', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\153', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\144', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\107', '\143', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\130', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\121', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\113', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\120', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\110', '\143', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\152', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\107', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\171', '\105', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\102', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\145', '\120', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\113', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\155', '\131', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\147', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\144', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\166', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\162', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\102', '\166', '\146', '\040', '\166', '\151', '\040', '\061', + '\012', '\171', '\166', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\167', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\161', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\113', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\112', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\114', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\144', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\116', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\112', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\141', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\113', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\116', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\120', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\172', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\122', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\116', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\164', '\156', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\156', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\132', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\132', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\115', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\166', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\170', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\120', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\167', '\104', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\120', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\146', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\124', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\167', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\142', '\107', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\172', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\120', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\132', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\103', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\113', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\124', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\152', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\147', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\123', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\154', '\116', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\124', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\127', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\167', '\102', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\116', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\124', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\106', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\112', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\143', '\122', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\142', '\124', '\040', '\142', '\145', '\040', '\061', + '\012', '\106', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\167', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\142', '\126', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\123', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\154', '\142', '\102', '\040', '\154', '\145', '\040', '\061', + '\012', '\117', '\143', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\142', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\163', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\171', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\160', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\117', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\165', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\130', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\162', '\122', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\155', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\103', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\152', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\106', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\162', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\123', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\142', '\113', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\144', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\106', '\142', '\040', '\151', '\156', '\040', '\061', + '\012', '\155', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\103', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\110', '\172', '\040', '\164', '\172', '\040', '\061', + '\012', '\150', '\152', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\164', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\155', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\154', '\104', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\122', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\103', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\111', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\163', '\131', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\116', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\142', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\114', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\106', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\170', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\122', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\112', '\162', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\105', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\167', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\126', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\147', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\101', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\120', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\160', '\120', '\040', '\151', '\156', '\040', '\061', + '\012', '\112', '\143', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\112', '\142', '\040', '\142', '\151', '\040', '\061', + '\012', '\152', '\170', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\167', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\122', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\146', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\124', '\144', '\160', '\040', '\160', '\157', '\040', '\061', + '\012', '\167', '\105', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\114', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\104', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\161', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\144', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\170', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\125', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\121', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\124', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\154', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\121', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\106', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\113', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\167', '\123', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\153', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\121', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\114', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\101', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\144', '\155', '\107', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\113', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\125', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\130', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\172', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\172', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\116', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\147', '\131', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\146', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\132', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\124', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\130', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\143', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\115', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\104', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\144', '\122', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\107', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\115', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\170', '\110', '\040', '\163', '\164', '\040', '\061', + '\012', '\120', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\146', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\117', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\116', '\166', '\170', '\040', '\166', '\151', '\040', '\061', + '\012', '\161', '\141', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\107', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\132', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\106', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\160', '\107', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\113', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\161', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\171', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\152', '\155', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\147', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\103', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\126', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\105', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\126', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\121', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\164', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\110', '\163', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\152', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\172', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\131', '\171', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\170', '\121', '\040', '\167', '\141', '\040', '\061', + '\012', '\132', '\164', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\127', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\103', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\106', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\145', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\120', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\152', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\113', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\150', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\103', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\153', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\152', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\124', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\170', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\166', '\113', '\040', '\166', '\151', '\040', '\061', + '\012', '\114', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\167', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\124', '\153', '\040', '\144', '\151', '\040', '\061', + '\012', '\146', '\163', '\117', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\152', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\152', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\121', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\120', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\155', '\103', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\163', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\104', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\112', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\132', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\167', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\110', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\106', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\144', '\114', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\131', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\113', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\103', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\161', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\123', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\116', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\157', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\144', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\166', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\160', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\164', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\127', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\102', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\162', '\154', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\124', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\146', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\123', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\155', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\107', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\162', '\171', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\110', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\114', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\154', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\142', '\102', '\040', '\142', '\151', '\040', '\061', + '\012', '\151', '\131', '\162', '\040', '\151', '\156', '\040', '\061', + '\012', '\167', '\104', '\172', '\040', '\164', '\172', '\040', '\061', + '\012', '\170', '\163', '\112', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\172', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\115', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\125', '\165', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\170', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\167', '\126', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\120', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\104', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\126', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\113', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\157', '\132', '\152', '\040', '\157', '\156', '\040', '\061', + '\012', '\172', '\101', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\115', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\166', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\106', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\126', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\114', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\130', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\150', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\154', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\142', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\120', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\120', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\121', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\104', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\152', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\152', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\115', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\131', '\142', '\040', '\151', '\156', '\040', '\061', + '\012', '\106', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\157', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\114', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\112', '\160', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\125', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\112', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\113', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\132', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\103', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\165', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\166', '\126', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\144', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\123', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\123', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\104', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\164', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\142', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\106', '\146', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\166', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\130', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\106', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\160', '\122', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\143', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\124', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\121', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\120', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\151', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\106', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\170', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\103', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\126', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\154', '\124', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\126', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\103', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\167', '\126', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\142', '\132', '\040', '\142', '\145', '\040', '\061', + '\012', '\166', '\107', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\166', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\153', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\130', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\131', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\131', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\123', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\143', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\156', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\103', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\156', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\167', '\117', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\130', '\165', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\102', '\167', '\040', '\155', '\142', '\040', '\061', + '\012', '\167', '\155', '\106', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\112', '\170', '\040', '\170', '\145', '\040', '\061', + '\012', '\144', '\130', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\145', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\102', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\142', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\153', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\117', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\121', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\166', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\103', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\113', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\126', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\132', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\102', '\166', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\170', '\122', '\040', '\146', '\157', '\040', '\061', + '\012', '\166', '\155', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\120', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\116', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\106', '\153', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\131', '\171', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\125', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\172', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\155', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\143', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\166', '\132', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\142', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\131', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\106', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\160', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\153', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\164', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\156', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\170', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\115', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\166', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\162', '\115', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\107', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\155', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\143', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\113', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\112', '\170', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\154', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\121', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\142', '\105', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\131', '\155', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\113', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\164', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\124', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\160', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\103', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\106', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\122', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\111', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\116', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\166', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\143', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\107', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\102', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\115', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\126', '\170', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\103', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\166', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\170', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\115', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\142', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\103', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\124', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\153', '\142', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\152', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\150', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\131', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\143', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\166', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\157', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\126', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\172', '\110', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\142', '\123', '\040', '\142', '\145', '\040', '\061', + '\012', '\110', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\115', '\170', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\153', '\114', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\155', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\142', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\122', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\147', '\126', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\102', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\130', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\162', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\166', '\117', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\104', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\121', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\146', '\106', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\132', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\156', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\145', '\116', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\170', '\123', '\040', '\146', '\157', '\040', '\061', + '\012', '\163', '\116', '\153', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\125', '\165', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\144', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\172', '\127', '\040', '\157', '\156', '\040', '\061', + '\012', '\130', '\172', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\112', '\146', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\106', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\172', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\132', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\157', '\110', '\172', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\166', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\157', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\170', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\105', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\115', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\150', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\152', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\122', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\152', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\155', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\111', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\153', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\113', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\124', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\126', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\121', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\146', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\113', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\125', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\165', '\124', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\144', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\170', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\147', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\144', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\161', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\145', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\107', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\166', '\155', '\105', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\113', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\125', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\166', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\110', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\115', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\163', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\172', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\113', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\120', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\147', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\167', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\131', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\172', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\130', '\152', '\040', '\152', '\157', '\040', '\061', + '\012', '\113', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\160', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\106', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\144', '\101', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\127', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\123', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\123', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\142', '\122', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\162', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\132', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\125', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\105', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\152', '\110', '\040', '\152', '\157', '\040', '\061', + '\012', '\163', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\125', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\156', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\117', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\103', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\142', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\120', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\122', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\166', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\171', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\167', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\104', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\152', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\112', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\122', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\166', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\113', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\106', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\116', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\142', '\160', '\102', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\131', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\107', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\146', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\124', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\146', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\172', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\125', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\144', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\130', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\115', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\124', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\154', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\113', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\115', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\115', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\127', '\154', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\172', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\155', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\117', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\142', '\111', '\040', '\142', '\145', '\040', '\061', + '\012', '\142', '\160', '\111', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\121', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\105', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\127', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\166', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\131', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\170', '\115', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\120', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\152', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\167', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\131', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\143', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\112', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\124', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\150', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\170', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\156', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\171', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\102', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\123', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\161', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\131', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\162', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\110', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\142', '\110', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\121', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\170', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\147', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\163', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\147', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\144', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\166', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\131', '\144', '\172', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\166', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\120', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\121', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\167', '\106', '\040', '\167', '\141', '\040', '\061', + '\012', '\131', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\163', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\131', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\126', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\170', '\114', '\040', '\156', '\171', '\040', '\061', + '\012', '\131', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\115', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\124', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\141', '\111', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\121', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\161', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\146', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\124', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\146', '\121', '\040', '\142', '\145', '\040', '\061', + '\012', '\113', '\146', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\130', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\131', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\157', '\143', '\040', '\162', '\157', '\040', '\061', + '\012', '\166', '\162', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\132', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\144', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\147', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\156', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\146', '\131', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\156', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\142', '\132', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\142', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\160', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\157', '\127', '\160', '\040', '\157', '\156', '\040', '\061', + '\012', '\150', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\112', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\163', '\121', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\166', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\104', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\114', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\167', '\106', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\113', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\130', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\111', '\165', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\147', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\112', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\147', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\116', '\150', '\040', '\150', '\157', '\040', '\061', + '\012', '\143', '\166', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\147', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\116', '\163', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\104', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\132', '\156', '\040', '\157', '\156', '\040', '\061', + '\012', '\165', '\125', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\144', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\145', '\132', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\107', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\172', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\123', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\143', '\107', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\161', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\142', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\145', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\153', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\172', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\165', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\167', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\120', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\123', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\120', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\172', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\166', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\143', '\110', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\154', '\131', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\164', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\166', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\166', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\122', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\116', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\113', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\112', '\163', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\117', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\162', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\127', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\124', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\103', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\141', '\117', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\156', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\162', '\124', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\110', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\144', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\153', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\130', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\157', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\170', '\111', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\132', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\154', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\167', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\141', '\110', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\127', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\121', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\145', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\121', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\122', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\102', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\170', '\126', '\040', '\155', '\145', '\040', '\061', + '\012', '\115', '\166', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\143', '\122', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\102', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\127', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\171', '\121', '\040', '\167', '\141', '\040', '\061', + '\012', '\165', '\103', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\162', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\171', '\121', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\163', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\166', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\162', '\114', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\166', '\130', '\040', '\157', '\156', '\040', '\061', + '\012', '\125', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\126', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\160', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\121', '\153', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\171', '\127', '\040', '\156', '\171', '\040', '\061', + '\012', '\162', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\144', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\130', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\143', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\132', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\164', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\156', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\155', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\152', '\102', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\144', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\153', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\116', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\146', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\127', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\127', '\164', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\146', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\132', '\142', '\040', '\144', '\145', '\040', '\061', + '\012', '\145', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\167', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\125', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\107', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\167', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\142', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\152', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\121', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\132', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\115', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\106', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\152', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\104', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\125', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\110', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\124', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\165', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\132', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\106', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\154', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\153', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\166', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\111', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\114', '\154', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\145', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\154', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\143', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\164', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\153', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\112', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\121', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\120', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\155', '\117', '\040', '\155', '\145', '\040', '\061', + '\012', '\131', '\164', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\102', '\153', '\040', '\151', '\156', '\040', '\061', + '\012', '\165', '\172', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\116', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\122', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\165', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\166', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\145', '\126', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\107', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\160', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\104', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\165', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\126', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\155', '\172', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\166', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\146', '\126', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\121', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\124', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\120', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\170', '\112', '\040', '\146', '\157', '\040', '\061', + '\012', '\161', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\112', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\122', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\143', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\126', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\161', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\152', '\113', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\153', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\115', '\152', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\167', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\142', '\116', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\166', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\114', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\142', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\152', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\121', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\113', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\155', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\113', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\161', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\126', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\105', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\107', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\110', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\130', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\117', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\110', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\152', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\121', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\106', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\131', '\142', '\040', '\157', '\156', '\040', '\061', + '\012', '\106', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\130', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\111', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\115', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\161', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\142', '\132', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\163', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\152', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\120', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\102', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\142', '\111', '\040', '\160', '\162', '\040', '\061', + '\012', '\131', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\170', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\171', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\172', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\115', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\150', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\117', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\111', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\131', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\170', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\146', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\153', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\131', '\153', '\040', '\157', '\156', '\040', '\061', + '\012', '\154', '\122', '\147', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\117', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\126', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\101', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\113', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\103', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\166', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\151', '\126', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\162', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\105', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\122', '\162', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\142', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\115', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\132', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\106', '\170', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\172', '\153', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\113', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\142', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\110', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\172', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\115', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\153', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\113', '\155', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\160', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\143', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\127', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\144', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\155', '\111', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\143', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\121', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\167', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\144', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\132', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\113', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\102', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\172', '\101', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\171', '\124', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\145', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\160', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\171', '\107', '\040', '\156', '\171', '\040', '\061', + '\012', '\154', '\114', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\166', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\166', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\154', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\155', '\131', '\040', '\155', '\145', '\040', '\061', + '\012', '\155', '\152', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\113', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\122', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\114', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\120', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\153', '\122', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\170', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\127', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\113', '\143', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\112', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\167', '\132', '\040', '\167', '\141', '\040', '\061', + '\012', '\122', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\167', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\114', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\130', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\146', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\152', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\172', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\125', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\123', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\170', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\170', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\126', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\172', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\125', '\143', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\141', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\163', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\110', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\151', '\171', '\103', '\040', '\151', '\156', '\040', '\061', + '\012', '\124', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\112', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\112', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\112', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\116', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\144', '\101', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\152', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\172', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\112', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\161', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\107', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\121', '\172', '\040', '\151', '\156', '\040', '\061', + '\012', '\164', '\114', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\126', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\162', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\113', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\141', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\143', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\111', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\130', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\106', '\163', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\167', '\115', '\040', '\151', '\156', '\040', '\061', + '\012', '\107', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\130', '\154', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\146', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\116', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\127', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\156', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\123', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\103', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\152', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\124', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\104', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\132', '\164', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\102', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\172', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\150', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\160', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\103', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\122', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\153', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\107', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\104', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\142', '\104', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\105', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\154', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\122', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\106', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\120', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\152', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\143', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\123', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\104', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\165', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\120', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\112', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\160', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\107', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\130', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\112', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\172', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\121', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\150', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\131', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\166', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\167', '\132', '\040', '\151', '\156', '\040', '\061', + '\012', '\172', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\155', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\113', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\146', '\131', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\125', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\161', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\167', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\130', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\120', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\112', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\111', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\113', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\146', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\160', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\172', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\116', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\130', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\172', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\113', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\155', '\102', '\040', '\155', '\145', '\040', '\061', + '\012', '\127', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\130', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\131', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\121', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\144', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\144', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\162', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\171', '\146', '\114', '\040', '\156', '\171', '\040', '\061', + '\012', '\171', '\131', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\142', '\110', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\154', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\113', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\146', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\112', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\102', '\172', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\112', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\141', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\112', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\110', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\141', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\150', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\131', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\155', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\150', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\147', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\155', '\171', '\040', '\155', '\145', '\040', '\061', + '\012', '\122', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\163', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\150', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\111', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\111', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\143', '\106', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\156', '\126', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\145', '\161', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\107', '\153', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\166', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\115', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\167', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\101', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\155', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\167', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\156', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\146', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\170', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\164', '\143', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\146', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\103', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\161', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\172', '\123', '\040', '\154', '\145', '\040', '\061', + '\012', '\114', '\162', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\161', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\147', '\114', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\121', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\167', '\102', '\040', '\167', '\141', '\040', '\061', + '\012', '\154', '\107', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\144', '\125', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\104', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\114', '\163', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\116', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\104', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\114', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\127', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\153', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\152', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\131', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\145', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\166', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\153', '\101', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\152', '\115', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\147', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\130', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\124', '\154', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\122', '\150', '\172', '\040', '\150', '\141', '\040', '\061', + '\012', '\167', '\153', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\104', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\150', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\154', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\170', '\113', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\120', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\106', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\143', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\166', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\161', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\115', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\142', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\160', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\102', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\124', '\155', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\142', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\115', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\147', '\114', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\146', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\121', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\143', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\105', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\155', '\126', '\040', '\155', '\145', '\040', '\061', + '\012', '\121', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\172', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\113', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\106', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\120', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\115', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\172', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\106', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\150', '\112', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\126', '\172', '\040', '\151', '\156', '\040', '\061', + '\012', '\157', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\121', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\143', '\116', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\124', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\111', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\132', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\172', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\131', '\154', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\110', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\143', '\163', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\172', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\102', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\124', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\113', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\142', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\166', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\146', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\132', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\103', '\163', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\107', '\146', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\152', '\142', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\166', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\110', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\154', '\162', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\124', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\107', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\124', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\122', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\160', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\167', '\123', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\107', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\156', '\161', '\124', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\152', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\152', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\115', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\113', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\116', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\154', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\126', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\115', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\167', '\103', '\040', '\154', '\145', '\040', '\061', + '\012', '\104', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\152', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\124', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\170', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\167', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\162', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\152', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\167', '\132', '\040', '\167', '\141', '\040', '\061', + '\012', '\164', '\156', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\112', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\153', '\112', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\126', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\101', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\150', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\162', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\122', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\154', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\106', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\167', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\103', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\123', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\130', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\124', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\106', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\152', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\142', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\166', '\123', '\040', '\153', '\141', '\040', '\061', + '\012', '\123', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\102', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\116', '\172', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\121', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\114', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\126', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\125', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\132', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\111', '\171', '\040', '\145', '\147', '\040', '\061', + '\012', '\150', '\126', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\121', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\146', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\113', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\150', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\142', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\107', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\142', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\131', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\166', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\115', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\110', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\130', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\163', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\126', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\160', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\127', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\113', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\103', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\155', '\146', '\110', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\111', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\146', '\130', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\156', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\152', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\155', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\147', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\105', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\117', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\110', '\152', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\165', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\132', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\125', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\114', '\163', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\153', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\167', '\121', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\162', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\142', '\110', '\040', '\142', '\145', '\040', '\061', + '\012', '\147', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\166', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\112', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\122', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\147', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\150', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\160', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\106', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\123', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\144', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\107', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\126', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\166', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\167', '\117', '\040', '\153', '\141', '\040', '\061', + '\012', '\112', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\127', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\121', '\153', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\156', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\162', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\166', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\146', '\111', '\040', '\142', '\145', '\040', '\061', + '\012', '\146', '\123', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\103', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\160', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\146', '\153', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\131', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\162', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\102', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\112', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\144', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\121', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\146', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\164', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\153', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\113', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\172', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\142', '\167', '\111', '\040', '\167', '\141', '\040', '\061', + '\012', '\124', '\163', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\166', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\154', '\122', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\154', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\142', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\163', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\131', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\156', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\172', '\132', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\107', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\147', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\167', '\105', '\040', '\167', '\141', '\040', '\061', + '\012', '\117', '\171', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\122', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\155', '\130', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\132', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\112', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\153', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\107', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\122', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\166', '\114', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\107', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\151', '\111', '\152', '\040', '\151', '\156', '\040', '\061', + '\012', '\107', '\172', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\114', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\125', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\166', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\126', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\156', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\130', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\162', '\103', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\156', '\114', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\146', '\110', '\040', '\146', '\157', '\040', '\061', + '\012', '\151', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\110', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\131', '\167', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\104', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\102', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\123', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\103', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\141', '\132', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\142', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\153', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\172', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\110', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\161', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\105', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\152', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\120', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\146', '\125', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\166', '\123', '\040', '\166', '\141', '\040', '\061', + '\012', '\160', '\115', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\112', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\103', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\144', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\122', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\105', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\121', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\154', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\154', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\141', '\157', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\154', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\120', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\164', '\111', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\155', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\112', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\126', '\147', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\125', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\164', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\164', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\172', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\170', '\121', '\040', '\156', '\171', '\040', '\061', + '\012', '\156', '\162', '\120', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\143', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\165', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\120', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\106', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\152', '\144', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\107', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\131', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\124', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\117', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\114', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\115', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\157', '\126', '\154', '\040', '\157', '\156', '\040', '\061', + '\012', '\143', '\167', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\147', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\152', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\172', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\142', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\147', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\167', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\145', '\121', '\157', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\121', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\113', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\166', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\154', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\126', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\163', '\120', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\121', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\132', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\150', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\127', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\154', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\160', '\114', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\105', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\115', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\122', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\163', '\103', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\154', '\123', '\040', '\154', '\145', '\040', '\061', + '\012', '\154', '\172', '\115', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\165', '\112', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\126', '\146', '\040', '\156', '\171', '\040', '\061', + '\012', '\132', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\142', '\123', '\040', '\142', '\145', '\040', '\061', + '\012', '\157', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\143', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\167', '\125', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\120', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\112', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\155', '\116', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\144', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\126', '\155', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\110', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\101', '\171', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\170', '\113', '\040', '\156', '\171', '\040', '\061', + '\012', '\110', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\111', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\147', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\164', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\114', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\115', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\106', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\102', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\110', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\172', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\166', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\147', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\154', '\114', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\115', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\123', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\105', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\146', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\143', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\103', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\110', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\153', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\165', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\142', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\111', '\160', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\106', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\120', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\160', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\160', '\116', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\172', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\157', '\121', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\154', '\103', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\115', '\150', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\125', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\150', '\147', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\143', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\160', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\111', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\120', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\130', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\162', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\110', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\146', '\127', '\040', '\156', '\171', '\040', '\061', + '\012', '\131', '\171', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\131', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\166', '\122', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\122', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\113', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\156', '\170', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\144', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\142', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\145', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\123', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\111', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\113', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\144', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\160', '\120', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\121', '\171', '\040', '\153', '\141', '\040', '\061', + '\012', '\102', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\146', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\120', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\101', '\157', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\154', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\131', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\146', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\166', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\145', '\110', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\121', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\145', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\160', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\146', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\144', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\116', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\102', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\165', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\105', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\146', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\157', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\145', '\106', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\120', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\104', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\132', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\127', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\125', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\121', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\132', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\152', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\152', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\113', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\115', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\115', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\172', '\171', '\040', '\163', '\172', '\040', '\061', + '\012', '\116', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\167', '\124', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\163', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\125', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\154', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\102', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\146', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\126', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\107', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\146', '\107', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\126', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\144', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\172', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\172', '\121', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\126', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\132', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\114', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\124', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\155', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\154', '\104', '\040', '\154', '\145', '\040', '\061', + '\012', '\113', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\166', '\131', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\121', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\111', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\107', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\110', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\103', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\112', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\143', '\127', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\130', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\150', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\152', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\154', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\172', '\162', '\105', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\153', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\110', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\146', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\114', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\125', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\153', '\104', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\114', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\131', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\113', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\111', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\162', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\106', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\163', '\142', '\103', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\107', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\130', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\120', '\153', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\103', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\103', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\167', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\112', '\147', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\102', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\111', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\144', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\121', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\160', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\170', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\153', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\153', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\122', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\115', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\145', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\110', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\170', '\125', '\040', '\142', '\145', '\040', '\061', + '\012', '\170', '\144', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\131', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\154', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\122', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\107', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\106', '\172', '\040', '\172', '\145', '\040', '\061', + '\012', '\161', '\117', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\147', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\157', '\107', '\155', '\040', '\157', '\156', '\040', '\061', + '\012', '\130', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\131', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\165', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\116', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\103', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\150', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\121', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\167', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\126', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\127', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\160', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\143', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\146', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\141', '\130', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\123', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\170', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\107', '\161', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\125', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\144', '\113', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\132', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\167', '\112', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\166', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\154', '\142', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\172', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\144', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\112', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\127', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\130', '\171', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\165', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\130', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\156', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\115', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\116', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\121', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\106', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\160', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\116', '\167', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\150', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\131', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\166', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\111', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\142', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\115', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\124', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\150', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\127', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\114', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\163', '\104', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\114', '\155', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\153', '\125', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\101', '\170', '\040', '\154', '\145', '\040', '\061', + '\012', '\113', '\172', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\113', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\121', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\171', '\130', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\146', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\160', '\125', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\167', '\112', '\040', '\167', '\141', '\040', '\061', + '\012', '\101', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\165', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\164', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\122', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\124', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\125', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\124', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\125', '\151', '\167', '\040', '\151', '\156', '\040', '\061', + '\012', '\112', '\154', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\103', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\154', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\117', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\154', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\146', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\112', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\153', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\107', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\154', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\171', '\104', '\040', '\156', '\171', '\040', '\061', + '\012', '\152', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\162', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\104', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\160', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\155', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\120', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\125', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\142', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\144', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\121', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\155', '\104', '\040', '\155', '\145', '\040', '\061', + '\012', '\112', '\153', '\152', '\040', '\153', '\141', '\040', '\061', + '\012', '\152', '\124', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\131', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\132', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\153', '\121', '\040', '\145', '\162', '\040', '\061', + '\012', '\142', '\104', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\123', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\130', '\162', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\132', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\161', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\166', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\112', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\115', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\144', '\112', '\040', '\144', '\145', '\040', '\061', + '\012', '\151', '\167', '\105', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\170', '\130', '\040', '\142', '\145', '\040', '\061', + '\012', '\152', '\170', '\124', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\143', '\156', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\115', '\146', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\161', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\122', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\131', '\171', '\040', '\167', '\141', '\040', '\061', + '\012', '\124', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\162', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\126', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\155', '\122', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\106', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\171', '\121', '\040', '\156', '\171', '\040', '\061', + '\012', '\170', '\145', '\111', '\040', '\145', '\162', '\040', '\061', + '\012', '\127', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\154', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\104', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\131', '\172', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\170', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\114', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\147', '\113', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\163', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\130', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\105', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\103', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\130', '\162', '\144', '\040', '\145', '\162', '\040', '\061', + '\012', '\122', '\172', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\146', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\164', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\124', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\165', '\146', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\152', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\154', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\150', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\156', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\113', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\106', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\121', '\165', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\130', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\126', '\153', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\106', '\150', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\111', '\165', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\124', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\115', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\166', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\113', '\160', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\122', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\130', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\166', '\172', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\112', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\124', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\144', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\122', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\112', '\162', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\122', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\156', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\113', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\160', '\111', '\040', '\160', '\162', '\040', '\061', + '\012', '\151', '\116', '\167', '\040', '\151', '\156', '\040', '\061', + '\012', '\165', '\152', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\110', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\110', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\166', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\161', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\160', '\105', '\040', '\167', '\141', '\040', '\061', + '\012', '\110', '\167', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\172', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\103', '\147', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\127', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\165', '\126', '\040', '\165', '\156', '\040', '\061', + '\012', '\142', '\152', '\116', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\121', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\170', '\105', '\040', '\142', '\145', '\040', '\061', + '\012', '\165', '\126', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\162', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\114', '\162', '\170', '\040', '\145', '\162', '\040', '\061', + '\012', '\111', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\141', '\161', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\143', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\107', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\147', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\163', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\126', '\170', '\163', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\123', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\157', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\160', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\113', '\143', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\167', '\104', '\040', '\163', '\164', '\040', '\061', + '\012', '\162', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\131', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\112', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\127', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\166', '\117', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\106', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\152', '\170', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\160', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\126', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\116', '\155', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\166', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\170', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\160', '\165', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\170', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\101', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\155', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\154', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\155', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\103', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\106', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\120', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\167', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\103', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\103', '\144', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\114', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\115', '\170', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\143', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\126', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\153', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\170', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\166', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\115', '\154', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\164', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\107', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\152', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\152', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\167', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\113', '\170', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\150', '\132', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\172', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\164', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\166', '\113', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\120', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\161', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\171', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\103', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\152', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\122', '\142', '\040', '\154', '\145', '\040', '\061', + '\012', '\164', '\146', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\160', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\160', '\146', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\164', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\157', '\124', '\040', '\157', '\156', '\040', '\061', + '\012', '\172', '\123', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\170', '\123', '\040', '\167', '\141', '\040', '\061', + '\012', '\127', '\162', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\117', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\130', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\144', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\161', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\130', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\102', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\151', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\125', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\152', '\130', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\142', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\167', '\123', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\126', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\167', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\163', '\115', '\040', '\163', '\164', '\040', '\061', + '\012', '\120', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\120', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\167', '\107', '\040', '\167', '\141', '\040', '\061', + '\012', '\130', '\167', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\167', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\155', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\166', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\146', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\142', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\160', '\110', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\161', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\121', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\166', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\114', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\143', '\145', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\102', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\144', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\156', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\115', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\146', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\103', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\146', '\117', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\141', '\112', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\114', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\155', '\130', '\040', '\155', '\145', '\040', '\061', + '\012', '\131', '\146', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\144', '\112', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\105', '\141', '\171', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\123', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\152', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\116', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\153', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\112', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\166', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\160', '\110', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\170', '\117', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\120', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\127', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\142', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\157', '\105', '\040', '\157', '\156', '\040', '\061', + '\012', '\147', '\164', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\146', '\106', '\040', '\142', '\145', '\040', '\061', + '\012', '\155', '\166', '\127', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\163', '\115', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\114', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\167', '\110', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\103', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\114', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\153', '\130', '\167', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\126', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\150', '\103', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\125', '\153', '\040', '\157', '\156', '\040', '\061', + '\012', '\172', '\143', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\115', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\162', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\146', '\117', '\040', '\167', '\141', '\040', '\061', + '\012', '\171', '\106', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\130', '\141', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\115', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\146', '\103', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\167', '\103', '\040', '\167', '\141', '\040', '\061', + '\012', '\157', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\145', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\152', '\107', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\107', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\155', '\130', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\131', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\153', '\111', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\166', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\164', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\160', '\116', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\116', '\162', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\156', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\153', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\111', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\146', '\116', '\040', '\167', '\141', '\040', '\061', + '\012', '\126', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\153', '\121', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\111', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\161', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\163', '\170', '\125', '\040', '\163', '\164', '\040', '\061', + '\012', '\114', '\161', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\146', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\171', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\166', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\123', '\144', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\131', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\147', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\130', '\141', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\102', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\131', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\152', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\113', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\152', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\141', '\152', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\130', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\150', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\107', '\155', '\040', '\145', '\162', '\040', '\061', + '\012', '\121', '\164', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\120', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\122', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\117', '\147', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\114', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\121', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\150', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\170', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\156', '\160', '\111', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\156', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\103', '\144', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\146', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\142', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\156', '\167', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\114', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\127', '\143', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\126', '\166', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\153', '\170', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\155', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\107', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\112', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\106', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\103', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\166', '\127', '\040', '\154', '\145', '\040', '\061', + '\012', '\123', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\112', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\132', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\111', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\144', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\124', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\104', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\124', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\160', '\103', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\121', '\153', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\160', '\131', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\121', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\151', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\121', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\167', '\125', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\126', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\152', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\130', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\130', '\146', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\147', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\152', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\162', '\112', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\167', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\164', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\110', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\110', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\142', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\146', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\122', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\155', '\131', '\040', '\155', '\145', '\040', '\061', + '\012', '\167', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\106', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\127', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\171', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\147', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\155', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\146', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\172', '\156', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\147', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\165', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\163', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\157', '\127', '\170', '\040', '\157', '\156', '\040', '\061', + '\012', '\120', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\112', '\144', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\130', '\155', '\160', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\147', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\103', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\164', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\104', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\142', '\121', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\165', '\115', '\040', '\165', '\156', '\040', '\061', + '\012', '\146', '\114', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\150', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\156', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\144', '\123', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\127', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\106', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\106', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\127', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\114', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\161', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\155', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\142', '\153', '\122', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\121', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\120', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\171', '\114', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\170', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\162', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\172', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\146', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\154', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\153', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\156', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\125', '\161', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\165', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\125', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\102', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\116', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\150', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\127', '\160', '\040', '\144', '\145', '\040', '\061', + '\012', '\131', '\166', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\122', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\172', '\107', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\165', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\166', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\152', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\132', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\112', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\156', '\117', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\143', '\101', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\146', '\113', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\152', '\123', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\146', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\163', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\144', '\130', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\122', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\105', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\107', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\110', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\166', '\101', '\040', '\166', '\141', '\040', '\061', + '\012', '\102', '\146', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\163', '\131', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\126', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\130', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\151', '\113', '\152', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\141', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\103', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\115', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\147', '\101', '\040', '\156', '\147', '\040', '\061', + '\012', '\151', '\167', '\112', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\107', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\164', '\146', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\152', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\172', '\107', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\155', '\113', '\040', '\155', '\145', '\040', '\061', + '\012', '\156', '\125', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\107', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\126', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\123', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\161', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\156', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\126', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\126', '\163', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\116', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\116', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\156', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\112', '\163', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\166', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\154', '\115', '\040', '\154', '\145', '\040', '\061', + '\012', '\112', '\172', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\143', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\126', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\127', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\110', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\117', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\125', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\127', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\161', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\106', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\156', '\103', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\126', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\164', '\115', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\150', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\164', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\143', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\144', '\130', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\163', '\117', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\156', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\155', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\164', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\107', '\166', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\126', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\144', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\144', '\105', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\132', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\102', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\110', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\153', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\170', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\154', '\162', '\101', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\162', '\124', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\152', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\142', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\124', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\155', '\126', '\040', '\155', '\145', '\040', '\061', + '\012', '\162', '\104', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\144', '\116', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\107', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\141', '\126', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\116', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\130', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\162', '\107', '\163', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\141', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\162', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\112', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\170', '\105', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\166', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\122', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\103', '\160', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\112', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\142', '\121', '\040', '\142', '\145', '\040', '\061', + '\012', '\130', '\172', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\106', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\167', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\141', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\163', '\131', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\144', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\147', '\155', '\117', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\107', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\122', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\101', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\126', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\104', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\107', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\124', '\166', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\155', '\116', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\164', '\105', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\172', '\120', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\163', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\107', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\171', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\170', '\106', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\104', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\170', '\132', '\040', '\146', '\157', '\040', '\061', + '\012', '\163', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\155', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\162', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\110', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\150', '\155', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\144', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\167', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\165', '\112', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\120', '\153', '\040', '\163', '\164', '\040', '\061', + '\012', '\130', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\125', '\161', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\147', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\147', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\106', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\116', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\170', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\123', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\122', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\167', '\113', '\040', '\167', '\141', '\040', '\061', + '\012', '\146', '\155', '\102', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\162', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\123', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\120', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\110', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\123', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\115', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\153', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\130', '\144', '\163', '\040', '\144', '\145', '\040', '\061', + '\012', '\171', '\142', '\102', '\040', '\142', '\145', '\040', '\061', + '\012', '\147', '\160', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\143', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\170', '\114', '\040', '\160', '\162', '\040', '\061', + '\012', '\147', '\120', '\155', '\040', '\156', '\147', '\040', '\061', + '\012', '\102', '\160', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\160', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\154', '\112', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\153', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\171', '\160', '\120', '\040', '\160', '\162', '\040', '\061', + '\012', '\116', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\147', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\105', '\161', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\122', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\125', '\142', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\112', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\166', '\116', '\040', '\166', '\141', '\040', '\061', + '\012', '\121', '\146', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\104', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\163', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\153', '\130', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\160', '\122', '\040', '\160', '\162', '\040', '\061', + '\012', '\160', '\152', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\153', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\115', '\146', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\163', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\117', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\104', '\161', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\156', '\142', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\166', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\106', '\156', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\160', '\126', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\164', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\105', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\150', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\130', '\171', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\144', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\155', '\104', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\151', '\126', '\153', '\040', '\151', '\156', '\040', '\061', + '\012', '\110', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\160', '\132', '\040', '\160', '\157', '\040', '\061', + '\012', '\141', '\145', '\125', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\152', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\163', '\107', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\127', '\161', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\161', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\120', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\130', '\172', '\040', '\163', '\164', '\040', '\061', + '\012', '\170', '\166', '\120', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\142', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\152', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\150', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\161', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\131', '\146', '\040', '\144', '\145', '\040', '\061', + '\012', '\160', '\106', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\163', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\150', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\154', '\105', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\161', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\156', '\162', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\144', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\110', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\110', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\161', '\112', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\142', '\171', '\040', '\142', '\145', '\040', '\061', + '\012', '\164', '\142', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\123', '\146', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\110', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\160', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\121', '\172', '\160', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\151', '\125', '\040', '\151', '\156', '\040', '\061', + '\012', '\162', '\152', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\152', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\164', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\131', '\147', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\121', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\127', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\126', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\121', '\170', '\040', '\160', '\162', '\040', '\061', + '\012', '\114', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\127', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\110', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\166', '\160', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\170', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\110', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\166', '\125', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\161', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\126', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\132', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\165', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\170', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\110', '\154', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\104', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\144', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\166', '\115', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\127', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\151', '\117', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\104', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\110', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\120', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\130', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\146', '\114', '\040', '\146', '\157', '\040', '\061', + '\012', '\171', '\107', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\102', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\103', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\114', '\154', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\115', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\162', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\144', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\170', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\155', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\122', '\172', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\102', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\127', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\165', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\171', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\126', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\147', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\106', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\122', '\155', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\154', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\126', '\146', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\113', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\114', '\150', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\123', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\162', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\102', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\103', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\171', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\130', '\165', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\146', '\115', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\144', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\143', '\130', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\164', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\152', '\111', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\147', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\167', '\114', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\172', '\125', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\132', '\162', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\112', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\104', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\125', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\170', '\105', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\170', '\125', '\040', '\155', '\145', '\040', '\061', + '\012', '\143', '\167', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\160', '\103', '\040', '\160', '\162', '\040', '\061', + '\012', '\163', '\122', '\167', '\040', '\163', '\164', '\040', '\061', + '\012', '\113', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\170', '\101', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\121', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\120', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\110', '\167', '\165', '\040', '\153', '\165', '\040', '\061', + '\012', '\163', '\165', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\161', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\170', '\127', '\040', '\163', '\164', '\040', '\061', + '\012', '\141', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\142', '\132', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\161', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\112', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\164', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\115', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\107', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\154', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\162', '\153', '\040', '\145', '\162', '\040', '\061', + '\012', '\117', '\143', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\113', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\162', '\101', '\040', '\145', '\162', '\040', '\061', + '\012', '\147', '\170', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\127', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\170', '\121', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\130', '\157', '\172', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\155', '\120', '\040', '\155', '\145', '\040', '\061', + '\012', '\153', '\144', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\102', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\160', '\101', '\040', '\160', '\162', '\040', '\061', + '\012', '\156', '\115', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\110', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\123', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\115', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\155', '\130', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\143', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\162', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\141', '\130', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\144', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\163', '\142', '\131', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\146', '\132', '\040', '\160', '\162', '\040', '\061', + '\012', '\126', '\155', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\132', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\114', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\161', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\160', '\113', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\146', '\107', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\152', '\122', '\040', '\151', '\156', '\040', '\061', + '\012', '\151', '\112', '\171', '\040', '\151', '\156', '\040', '\061', + '\012', '\161', '\146', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\162', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\147', '\124', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\117', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\156', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\127', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\144', '\117', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\131', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\162', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\155', '\106', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\110', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\172', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\105', '\171', '\040', '\156', '\171', '\040', '\061', + '\012', '\150', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\160', '\121', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\131', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\164', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\144', '\170', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\146', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\142', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\142', '\117', '\040', '\142', '\145', '\040', '\061', + '\012', '\130', '\143', '\156', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\103', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\107', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\155', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\112', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\104', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\172', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\162', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\113', '\163', '\170', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\113', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\123', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\144', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\172', '\127', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\167', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\115', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\142', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\163', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\132', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\164', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\161', '\160', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\154', '\104', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\166', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\132', '\146', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\164', '\150', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\164', '\114', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\117', '\152', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\111', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\150', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\166', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\152', '\103', '\040', '\151', '\152', '\040', '\061', + '\012', '\117', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\166', '\111', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\110', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\170', '\112', '\040', '\151', '\152', '\040', '\061', + '\012', '\107', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\121', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\104', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\121', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\112', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\172', '\142', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\122', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\105', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\141', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\152', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\123', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\112', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\127', '\162', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\113', '\160', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\141', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\103', '\166', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\142', '\122', '\040', '\142', '\145', '\040', '\061', + '\012', '\160', '\124', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\144', '\111', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\146', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\122', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\142', '\106', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\172', '\106', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\167', '\117', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\162', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\164', '\167', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\114', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\156', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\165', '\123', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\111', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\124', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\113', '\144', '\040', '\141', '\156', '\040', '\061', + '\012', '\104', '\153', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\102', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\117', '\172', '\040', '\153', '\141', '\040', '\061', + '\012', '\172', '\117', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\172', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\115', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\146', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\147', '\104', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\164', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\152', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\142', '\130', '\040', '\142', '\145', '\040', '\061', + '\012', '\172', '\146', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\167', '\110', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\121', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\163', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\116', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\114', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\155', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\116', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\115', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\107', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\103', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\160', '\166', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\116', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\160', '\120', '\040', '\160', '\162', '\040', '\061', + '\012', '\154', '\130', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\114', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\144', '\130', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\172', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\170', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\166', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\162', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\105', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\131', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\163', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\112', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\146', '\153', '\103', '\040', '\153', '\141', '\040', '\061', + '\012', '\155', '\170', '\113', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\162', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\155', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\102', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\103', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\163', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\152', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\164', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\102', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\152', '\106', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\147', '\125', '\040', '\164', '\150', '\040', '\061', + '\012', '\127', '\162', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\106', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\143', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\145', '\161', '\101', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\142', '\107', '\040', '\160', '\162', '\040', '\061', + '\012', '\103', '\167', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\104', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\124', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\162', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\121', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\167', '\115', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\103', '\156', '\040', '\156', '\144', '\040', '\061', + '\012', '\145', '\107', '\160', '\040', '\145', '\162', '\040', '\061', + '\012', '\165', '\120', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\151', '\111', '\040', '\151', '\156', '\040', '\061', + '\012', '\162', '\161', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\152', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\167', '\113', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\152', '\121', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\111', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\170', '\122', '\040', '\144', '\145', '\040', '\061', + '\012', '\107', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\114', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\122', '\144', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\171', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\164', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\122', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\113', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\150', '\142', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\161', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\155', '\106', '\040', '\155', '\145', '\040', '\061', + '\012', '\166', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\161', '\116', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\114', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\166', '\112', '\040', '\166', '\141', '\040', '\061', + '\012', '\142', '\147', '\112', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\166', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\110', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\126', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\150', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\154', '\114', '\040', '\154', '\145', '\040', '\061', + '\012', '\153', '\144', '\110', '\040', '\144', '\145', '\040', '\061', + '\012', '\113', '\146', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\104', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\103', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\121', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\127', '\156', '\172', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\112', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\167', '\122', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\160', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\163', '\120', '\152', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\160', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\120', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\143', '\154', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\103', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\162', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\103', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\141', '\102', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\165', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\132', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\107', '\164', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\142', '\127', '\040', '\167', '\141', '\040', '\061', + '\012', '\166', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\164', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\127', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\142', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\127', '\155', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\170', '\131', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\121', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\116', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\144', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\131', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\154', '\130', '\040', '\154', '\145', '\040', '\061', + '\012', '\162', '\167', '\106', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\132', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\142', '\112', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\141', '\102', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\126', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\125', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\146', '\103', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\170', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\124', '\142', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\157', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\124', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\102', '\153', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\121', '\145', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\102', '\145', '\040', '\144', '\145', '\040', '\061', + '\012', '\144', '\160', '\103', '\040', '\144', '\145', '\040', '\061', + '\012', '\153', '\160', '\127', '\040', '\153', '\141', '\040', '\061', + '\012', '\132', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\167', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\162', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\165', '\130', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\157', '\171', '\040', '\157', '\156', '\040', '\061', + '\012', '\132', '\146', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\113', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\150', '\123', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\142', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\143', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\102', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\147', '\132', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\120', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\102', '\146', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\162', '\170', '\103', '\040', '\145', '\162', '\040', '\061', + '\012', '\163', '\114', '\153', '\040', '\163', '\164', '\040', '\061', + '\012', '\150', '\107', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\166', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\122', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\116', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\104', '\146', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\122', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\150', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\116', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\167', '\101', '\040', '\167', '\141', '\040', '\061', + '\012', '\167', '\115', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\123', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\146', '\104', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\107', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\130', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\121', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\117', '\171', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\166', '\102', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\126', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\110', '\143', '\156', '\040', '\143', '\150', '\040', '\061', + '\012', '\163', '\142', '\125', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\106', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\153', '\146', '\124', '\040', '\153', '\141', '\040', '\061', + '\012', '\162', '\166', '\127', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\156', '\106', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\114', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\157', '\121', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\146', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\162', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\112', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\120', '\156', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\116', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\146', '\105', '\040', '\156', '\171', '\040', '\061', + '\012', '\153', '\155', '\111', '\040', '\153', '\141', '\040', '\061', + '\012', '\107', '\155', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\170', '\123', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\165', '\125', '\040', '\165', '\156', '\040', '\061', + '\012', '\161', '\131', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\113', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\150', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\157', '\146', '\131', '\040', '\157', '\156', '\040', '\061', + '\012', '\160', '\162', '\110', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\130', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\121', '\155', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\127', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\172', '\103', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\131', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\141', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\147', '\142', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\123', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\162', '\121', '\172', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\153', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\126', '\156', '\154', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\164', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\115', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\166', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\171', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\161', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\156', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\106', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\153', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\127', '\143', '\153', '\040', '\143', '\150', '\040', '\061', + '\012', '\146', '\115', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\172', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\112', '\172', '\040', '\157', '\156', '\040', '\061', + '\012', '\170', '\166', '\110', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\121', '\171', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\131', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\170', '\104', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\104', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\112', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\120', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\162', '\110', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\171', '\115', '\040', '\151', '\156', '\040', '\061', + '\012', '\171', '\170', '\104', '\040', '\156', '\171', '\040', '\061', + '\012', '\153', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\130', '\166', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\155', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\153', '\116', '\040', '\153', '\141', '\040', '\061', + '\012', '\154', '\106', '\152', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\155', '\125', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\132', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\101', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\102', '\143', '\171', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\161', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\122', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\162', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\101', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\132', '\152', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\170', '\106', '\040', '\156', '\171', '\040', '\061', + '\012', '\166', '\132', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\120', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\103', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\131', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\102', '\160', '\040', '\164', '\150', '\040', '\061', + '\012', '\112', '\142', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\146', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\155', '\142', '\112', '\040', '\155', '\145', '\040', '\061', + '\012', '\146', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\167', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\165', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\131', '\172', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\104', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\110', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\155', '\111', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\143', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\115', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\165', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\130', '\146', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\120', '\171', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\120', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\117', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\116', '\155', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\104', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\103', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\152', '\120', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\162', '\105', '\040', '\141', '\156', '\040', '\061', + '\012', '\113', '\155', '\167', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\147', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\172', '\122', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\112', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\125', '\151', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\156', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\132', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\123', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\101', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\132', '\166', '\040', '\151', '\156', '\040', '\061', + '\012', '\152', '\130', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\160', '\122', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\126', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\116', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\102', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\115', '\152', '\171', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\152', '\132', '\040', '\151', '\152', '\040', '\061', + '\012', '\164', '\114', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\131', '\152', '\040', '\151', '\156', '\040', '\061', + '\012', '\167', '\142', '\117', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\130', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\113', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\152', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\165', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\154', '\121', '\040', '\154', '\145', '\040', '\061', + '\012', '\171', '\146', '\102', '\040', '\156', '\171', '\040', '\061', + '\012', '\121', '\163', '\153', '\040', '\163', '\164', '\040', '\061', + '\012', '\125', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\132', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\155', '\131', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\130', '\167', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\126', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\111', '\167', '\040', '\156', '\147', '\040', '\061', + '\012', '\110', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\120', '\147', '\171', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\121', '\166', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\156', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\170', '\164', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\143', '\145', '\040', '\143', '\150', '\040', '\061', + '\012', '\116', '\152', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\107', '\164', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\112', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\104', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\114', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\157', '\145', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\166', '\131', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\142', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\124', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\141', '\124', '\160', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\144', '\124', '\040', '\144', '\145', '\040', '\061', + '\012', '\127', '\153', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\170', '\101', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\104', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\146', '\104', '\040', '\163', '\164', '\040', '\061', + '\012', '\162', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\110', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\126', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\115', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\126', '\155', '\040', '\163', '\164', '\040', '\061', + '\012', '\156', '\172', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\166', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\132', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\156', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\132', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\120', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\123', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\116', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\162', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\114', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\126', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\105', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\161', '\103', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\132', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\116', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\106', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\170', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\120', '\152', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\131', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\106', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\166', '\114', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\112', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\126', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\143', '\132', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\143', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\114', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\171', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\150', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\164', '\113', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\122', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\103', '\170', '\040', '\142', '\145', '\040', '\061', + '\012', '\156', '\112', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\152', '\167', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\120', '\144', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\170', '\105', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\154', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\114', '\170', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\156', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\172', '\126', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\107', '\161', '\040', '\154', '\145', '\040', '\061', + '\012', '\121', '\142', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\142', '\131', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\123', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\160', '\122', '\040', '\160', '\162', '\040', '\061', + '\012', '\147', '\103', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\151', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\146', '\170', '\040', '\146', '\157', '\040', '\061', + '\012', '\156', '\152', '\111', '\040', '\156', '\144', '\040', '\061', + '\012', '\131', '\160', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\154', '\170', '\124', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\126', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\112', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\170', '\101', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\104', '\154', '\040', '\156', '\147', '\040', '\061', + '\012', '\105', '\141', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\143', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\107', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\114', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\153', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\142', '\113', '\040', '\167', '\141', '\040', '\061', + '\012', '\156', '\116', '\170', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\122', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\162', '\125', '\040', '\145', '\162', '\040', '\061', + '\012', '\146', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\172', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\143', '\156', '\040', '\143', '\150', '\040', '\061', + '\012', '\161', '\142', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\162', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\126', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\166', '\106', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\112', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\170', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\151', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\115', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\142', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\147', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\155', '\123', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\124', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\132', '\152', '\155', '\040', '\151', '\152', '\040', '\061', + '\012', '\116', '\152', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\144', '\161', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\131', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\113', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\170', '\125', '\040', '\143', '\150', '\040', '\061', + '\012', '\103', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\146', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\164', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\162', '\120', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\105', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\170', '\117', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\132', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\142', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\130', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\166', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\143', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\153', '\117', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\116', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\130', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\126', '\153', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\166', '\106', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\106', '\170', '\040', '\170', '\145', '\040', '\061', + '\012', '\144', '\123', '\152', '\040', '\144', '\145', '\040', '\061', + '\012', '\170', '\120', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\157', '\106', '\160', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\101', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\107', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\172', '\103', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\111', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\114', '\150', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\167', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\160', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\101', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\102', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\113', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\120', '\146', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\165', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\124', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\164', '\127', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\144', '\116', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\162', '\116', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\154', '\123', '\040', '\154', '\145', '\040', '\061', + '\012', '\161', '\105', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\161', '\122', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\156', '\155', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\130', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\170', '\116', '\040', '\146', '\157', '\040', '\061', + '\012', '\142', '\166', '\114', '\040', '\166', '\141', '\040', '\061', + '\012', '\157', '\107', '\146', '\040', '\157', '\156', '\040', '\061', + '\012', '\150', '\132', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\146', '\110', '\040', '\156', '\171', '\040', '\061', + '\012', '\144', '\143', '\105', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\147', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\167', '\162', '\102', '\040', '\145', '\162', '\040', '\061', + '\012', '\153', '\127', '\155', '\040', '\153', '\141', '\040', '\061', + '\012', '\123', '\150', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\167', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\166', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\121', '\147', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\112', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\116', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\110', '\160', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\154', '\106', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\161', '\172', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\147', '\107', '\040', '\156', '\147', '\040', '\061', + '\012', '\153', '\144', '\132', '\040', '\144', '\145', '\040', '\061', + '\012', '\145', '\152', '\130', '\040', '\145', '\162', '\040', '\061', + '\012', '\120', '\170', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\166', '\124', '\040', '\166', '\141', '\040', '\061', + '\012', '\113', '\161', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\155', '\142', '\040', '\155', '\145', '\040', '\061', + '\012', '\170', '\106', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\121', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\120', '\147', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\160', '\114', '\040', '\160', '\162', '\040', '\061', + '\012', '\142', '\167', '\105', '\040', '\167', '\141', '\040', '\061', + '\012', '\170', '\110', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\155', '\106', '\040', '\151', '\152', '\040', '\061', + '\012', '\111', '\170', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\171', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\126', '\166', '\040', '\145', '\162', '\040', '\061', + '\012', '\131', '\164', '\167', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\160', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\160', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\152', '\130', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\150', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\146', '\126', '\040', '\161', '\165', '\040', '\061', + '\012', '\112', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\124', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\102', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\152', '\122', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\147', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\155', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\103', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\160', '\131', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\153', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\166', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\126', '\146', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\154', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\116', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\142', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\104', '\161', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\162', '\104', '\040', '\145', '\162', '\040', '\061', + '\012', '\154', '\142', '\107', '\040', '\154', '\145', '\040', '\061', + '\012', '\170', '\150', '\106', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\170', '\132', '\040', '\153', '\141', '\040', '\061', + '\012', '\111', '\165', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\106', '\170', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\126', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\143', '\107', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\127', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\102', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\171', '\112', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\143', '\172', '\114', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\125', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\160', '\132', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\164', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\170', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\144', '\131', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\151', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\167', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\146', '\104', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\126', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\146', '\121', '\040', '\166', '\141', '\040', '\061', + '\012', '\150', '\166', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\144', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\110', '\172', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\131', '\163', '\040', '\143', '\150', '\040', '\061', + '\012', '\106', '\164', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\160', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\114', '\154', '\144', '\040', '\154', '\145', '\040', '\061', + '\012', '\107', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\144', '\122', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\130', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\163', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\116', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\152', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\126', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\112', '\155', '\170', '\040', '\155', '\145', '\040', '\061', + '\012', '\160', '\104', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\151', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\114', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\156', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\124', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\116', '\144', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\125', '\141', '\167', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\172', '\116', '\040', '\163', '\172', '\040', '\061', + '\012', '\147', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\152', '\115', '\040', '\151', '\152', '\040', '\061', + '\012', '\154', '\156', '\113', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\170', '\142', '\040', '\163', '\172', '\040', '\061', + '\012', '\153', '\143', '\123', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\152', '\115', '\040', '\141', '\156', '\040', '\061', + '\012', '\107', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\154', '\156', '\132', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\150', '\113', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\160', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\161', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\152', '\130', '\040', '\151', '\156', '\040', '\061', + '\012', '\152', '\107', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\142', '\170', '\111', '\040', '\142', '\145', '\040', '\061', + '\012', '\166', '\130', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\126', '\162', '\167', '\040', '\145', '\162', '\040', '\061', + '\012', '\103', '\167', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\156', '\102', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\166', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\170', '\102', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\126', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\103', '\172', '\170', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\171', '\126', '\040', '\156', '\171', '\040', '\061', + '\012', '\143', '\130', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\121', '\156', '\146', '\040', '\141', '\156', '\040', '\061', + '\012', '\131', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\161', '\110', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\142', '\131', '\040', '\144', '\145', '\040', '\061', + '\012', '\123', '\161', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\113', '\161', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\160', '\112', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\142', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\106', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\113', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\162', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\146', '\161', '\116', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\146', '\101', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\157', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\117', '\167', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\156', '\154', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\111', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\161', '\162', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\167', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\161', '\141', '\127', '\040', '\141', '\156', '\040', '\061', + '\012', '\150', '\143', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\153', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\116', '\144', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\172', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\170', '\102', '\040', '\156', '\147', '\040', '\061', + '\012', '\102', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\124', '\146', '\040', '\166', '\141', '\040', '\061', + '\012', '\152', '\106', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\115', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\165', '\146', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\160', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\165', '\132', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\124', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\107', '\154', '\167', '\040', '\154', '\145', '\040', '\061', + '\012', '\113', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\103', '\170', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\152', '\132', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\123', '\161', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\171', '\120', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\145', '\121', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\111', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\104', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\111', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\116', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\117', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\153', '\115', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\106', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\143', '\146', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\113', '\152', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\153', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\112', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\120', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\157', '\172', '\121', '\040', '\157', '\156', '\040', '\061', + '\012', '\104', '\154', '\153', '\040', '\154', '\145', '\040', '\061', + '\012', '\166', '\130', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\164', '\131', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\127', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\121', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\124', '\160', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\150', '\143', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\165', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\156', '\142', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\121', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\147', '\132', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\125', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\165', '\127', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\115', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\132', '\143', '\144', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\102', '\160', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\172', '\131', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\167', '\103', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\103', '\161', '\171', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\152', '\106', '\040', '\143', '\150', '\040', '\061', + '\012', '\107', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\155', '\143', '\127', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\161', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\165', '\112', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\125', '\152', '\040', '\151', '\156', '\040', '\061', + '\012', '\166', '\153', '\122', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\147', '\111', '\040', '\156', '\147', '\040', '\061', + '\012', '\166', '\125', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\144', '\156', '\040', '\144', '\145', '\040', '\061', + '\012', '\163', '\152', '\106', '\040', '\163', '\164', '\040', '\061', + '\012', '\164', '\120', '\166', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\122', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\154', '\126', '\040', '\154', '\145', '\040', '\061', + '\012', '\163', '\142', '\115', '\040', '\163', '\164', '\040', '\061', + '\012', '\155', '\146', '\124', '\040', '\155', '\145', '\040', '\061', + '\012', '\144', '\142', '\126', '\040', '\144', '\145', '\040', '\061', + '\012', '\106', '\155', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\147', '\146', '\125', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\142', '\102', '\040', '\143', '\150', '\040', '\061', + '\012', '\131', '\170', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\104', '\167', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\167', '\147', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\163', '\120', '\166', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\110', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\156', '\142', '\110', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\106', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\161', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\106', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\105', '\142', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\106', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\105', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\143', '\111', '\040', '\143', '\150', '\040', '\061', + '\012', '\142', '\115', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\132', '\167', '\040', '\163', '\172', '\040', '\061', + '\012', '\150', '\152', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\113', '\170', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\147', '\103', '\040', '\156', '\147', '\040', '\061', + '\012', '\143', '\156', '\114', '\040', '\141', '\156', '\040', '\061', + '\012', '\106', '\144', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\107', '\146', '\040', '\142', '\145', '\040', '\061', + '\012', '\123', '\152', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\142', '\115', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\130', '\167', '\040', '\166', '\141', '\040', '\061', + '\012', '\107', '\146', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\103', '\167', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\163', '\121', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\154', '\120', '\146', '\040', '\154', '\145', '\040', '\061', + '\012', '\156', '\155', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\126', '\144', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\143', '\130', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\152', '\124', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\167', '\105', '\040', '\155', '\145', '\040', '\061', + '\012', '\161', '\114', '\155', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\110', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\164', '\156', '\040', '\164', '\150', '\040', '\061', + '\012', '\116', '\164', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\147', '\127', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\120', '\161', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\160', '\120', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\122', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\160', '\114', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\156', '\104', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\160', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\144', '\172', '\123', '\040', '\163', '\172', '\040', '\061', + '\012', '\164', '\132', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\171', '\147', '\115', '\040', '\156', '\147', '\040', '\061', + '\012', '\142', '\170', '\103', '\040', '\142', '\145', '\040', '\061', + '\012', '\144', '\146', '\125', '\040', '\144', '\145', '\040', '\061', + '\012', '\142', '\155', '\102', '\040', '\155', '\145', '\040', '\061', + '\012', '\154', '\102', '\172', '\040', '\154', '\145', '\040', '\061', + '\012', '\147', '\112', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\131', '\153', '\166', '\040', '\153', '\141', '\040', '\061', + '\012', '\132', '\144', '\153', '\040', '\144', '\145', '\040', '\061', + '\012', '\167', '\156', '\121', '\040', '\141', '\156', '\040', '\061', + '\012', '\164', '\132', '\152', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\146', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\115', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\162', '\125', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\161', '\167', '\160', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\143', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\146', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\165', '\157', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\103', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\151', '\121', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\102', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\126', '\142', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\152', '\125', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\160', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\166', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\132', '\160', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\160', '\151', '\126', '\040', '\151', '\156', '\040', '\061', + '\012', '\153', '\142', '\120', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\161', '\115', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\126', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\161', '\132', '\162', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\170', '\117', '\040', '\164', '\150', '\040', '\061', + '\012', '\167', '\124', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\112', '\172', '\146', '\040', '\163', '\172', '\040', '\061', + '\012', '\121', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\165', '\131', '\166', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\167', '\113', '\040', '\160', '\162', '\040', '\061', + '\012', '\150', '\166', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\104', '\161', '\145', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\146', '\111', '\040', '\160', '\162', '\040', '\061', + '\012', '\155', '\150', '\126', '\040', '\164', '\150', '\040', '\061', + '\012', '\152', '\147', '\105', '\040', '\156', '\147', '\040', '\061', + '\012', '\162', '\143', '\121', '\040', '\143', '\150', '\040', '\061', + '\012', '\153', '\155', '\124', '\040', '\153', '\141', '\040', '\061', + '\012', '\127', '\172', '\152', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\116', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\120', '\142', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\172', '\166', '\102', '\040', '\163', '\172', '\040', '\061', + '\012', '\170', '\150', '\112', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\166', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\116', '\166', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\163', '\167', '\132', '\040', '\163', '\164', '\040', '\061', + '\012', '\152', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\155', '\146', '\114', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\153', '\114', '\040', '\163', '\172', '\040', '\061', + '\012', '\152', '\126', '\160', '\040', '\151', '\152', '\040', '\061', + '\012', '\104', '\153', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\170', '\165', '\131', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\110', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\123', '\146', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\172', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\154', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\115', '\144', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\147', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\146', '\170', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\164', '\122', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\106', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\105', '\157', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\157', '\131', '\040', '\157', '\156', '\040', '\061', + '\012', '\101', '\167', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\124', '\170', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\143', '\111', '\147', '\040', '\143', '\150', '\040', '\061', + '\012', '\170', '\125', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\122', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\170', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\151', '\120', '\146', '\040', '\151', '\156', '\040', '\061', + '\012', '\145', '\152', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\130', '\164', '\163', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\146', '\124', '\040', '\160', '\162', '\040', '\061', + '\012', '\120', '\161', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\163', '\126', '\040', '\163', '\164', '\040', '\061', + '\012', '\171', '\160', '\103', '\040', '\160', '\162', '\040', '\061', + '\012', '\167', '\115', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\105', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\170', '\131', '\040', '\166', '\141', '\040', '\061', + '\012', '\146', '\125', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\104', '\146', '\146', '\040', '\146', '\157', '\040', '\061', + '\012', '\147', '\161', '\121', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\115', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\166', '\112', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\146', '\120', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\114', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\144', '\115', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\116', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\141', '\107', '\166', '\040', '\141', '\156', '\040', '\061', + '\012', '\166', '\166', '\104', '\040', '\166', '\141', '\040', '\061', + '\012', '\144', '\112', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\170', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\127', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\120', '\166', '\170', '\040', '\166', '\141', '\040', '\061', + '\012', '\162', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\122', '\144', '\040', '\163', '\172', '\040', '\061', + '\012', '\113', '\147', '\166', '\040', '\156', '\147', '\040', '\061', + '\012', '\130', '\166', '\171', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\132', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\153', '\160', '\113', '\040', '\153', '\141', '\040', '\061', + '\012', '\120', '\146', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\167', '\125', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\167', '\127', '\170', '\040', '\167', '\141', '\040', '\061', + '\012', '\152', '\120', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\147', '\114', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\112', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\147', '\120', '\170', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\110', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\166', '\112', '\142', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\150', '\102', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\121', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\105', '\157', '\141', '\040', '\141', '\156', '\040', '\061', + '\012', '\160', '\152', '\117', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\106', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\163', '\130', '\157', '\040', '\157', '\156', '\040', '\061', + '\012', '\167', '\142', '\131', '\040', '\167', '\141', '\040', '\061', + '\012', '\143', '\152', '\117', '\040', '\143', '\150', '\040', '\061', + '\012', '\155', '\154', '\132', '\040', '\154', '\145', '\040', '\061', + '\012', '\142', '\116', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\153', '\152', '\120', '\040', '\151', '\152', '\040', '\061', + '\012', '\171', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\126', '\152', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\116', '\166', '\040', '\166', '\141', '\040', '\061', + '\012', '\147', '\152', '\127', '\040', '\156', '\147', '\040', '\061', + '\012', '\156', '\130', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\144', '\161', '\112', '\040', '\161', '\165', '\040', '\061', + '\012', '\110', '\156', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\171', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\153', '\166', '\102', '\040', '\153', '\141', '\040', '\061', + '\012', '\161', '\171', '\102', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\172', '\147', '\120', '\040', '\156', '\147', '\040', '\061', + '\012', '\132', '\172', '\153', '\040', '\163', '\172', '\040', '\061', + '\012', '\146', '\115', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\172', '\131', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\142', '\124', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\117', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\163', '\101', '\040', '\163', '\164', '\040', '\061', + '\012', '\147', '\114', '\152', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\170', '\110', '\040', '\163', '\172', '\040', '\061', + '\012', '\143', '\114', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\104', '\156', '\153', '\040', '\141', '\156', '\040', '\061', + '\012', '\172', '\111', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\153', '\160', '\112', '\040', '\153', '\141', '\040', '\061', + '\012', '\170', '\162', '\113', '\040', '\145', '\162', '\040', '\061', + '\012', '\145', '\111', '\142', '\040', '\145', '\162', '\040', '\061', + '\012', '\112', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\102', '\161', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\130', '\147', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\152', '\153', '\040', '\151', '\152', '\040', '\061', + '\012', '\144', '\122', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\164', '\152', '\132', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\121', '\154', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\171', '\127', '\040', '\151', '\156', '\040', '\061', + '\012', '\112', '\167', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\112', '\160', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\102', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\172', '\162', '\107', '\040', '\145', '\162', '\040', '\061', + '\012', '\150', '\127', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\144', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\161', '\163', '\132', '\040', '\161', '\165', '\040', '\061', + '\012', '\143', '\121', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\143', '\143', '\116', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\167', '\115', '\040', '\167', '\141', '\040', '\061', + '\012', '\147', '\142', '\130', '\040', '\156', '\147', '\040', '\061', + '\012', '\164', '\146', '\124', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\167', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\121', '\142', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\171', '\145', '\131', '\040', '\145', '\162', '\040', '\061', + '\012', '\141', '\125', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\161', '\110', '\167', '\040', '\161', '\165', '\040', '\061', + '\012', '\106', '\150', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\106', '\156', '\147', '\040', '\141', '\156', '\040', '\061', + '\012', '\154', '\166', '\111', '\040', '\154', '\145', '\040', '\061', + '\012', '\152', '\103', '\146', '\040', '\151', '\152', '\040', '\061', + '\012', '\150', '\161', '\110', '\040', '\164', '\150', '\040', '\061', + '\012', '\164', '\124', '\161', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\146', '\111', '\040', '\163', '\164', '\040', '\061', + '\012', '\166', '\163', '\115', '\040', '\163', '\164', '\040', '\061', + '\012', '\154', '\104', '\160', '\040', '\154', '\145', '\040', '\061', + '\012', '\167', '\112', '\142', '\040', '\167', '\141', '\040', '\061', + '\012', '\142', '\150', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\122', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\164', '\123', '\040', '\164', '\150', '\040', '\061', + '\012', '\132', '\167', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\112', '\142', '\150', '\040', '\164', '\150', '\040', '\061', + '\012', '\150', '\110', '\142', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\104', '\171', '\040', '\160', '\162', '\040', '\061', + '\012', '\163', '\152', '\104', '\040', '\163', '\164', '\040', '\061', + '\012', '\117', '\171', '\160', '\040', '\160', '\162', '\040', '\061', + '\012', '\161', '\167', '\104', '\040', '\161', '\165', '\040', '\061', + '\012', '\152', '\142', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\160', '\107', '\040', '\166', '\141', '\040', '\061', + '\012', '\127', '\152', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\160', '\102', '\040', '\166', '\141', '\040', '\061', + '\012', '\141', '\130', '\161', '\040', '\141', '\156', '\040', '\061', + '\012', '\155', '\127', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\110', '\151', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\171', '\116', '\040', '\156', '\171', '\040', '\061', + '\012', '\155', '\142', '\121', '\040', '\155', '\145', '\040', '\061', + '\012', '\171', '\167', '\103', '\040', '\167', '\141', '\040', '\061', + '\012', '\157', '\126', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\155', '\132', '\040', '\155', '\145', '\040', '\061', + '\012', '\163', '\154', '\117', '\040', '\154', '\145', '\040', '\061', + '\012', '\146', '\130', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\153', '\131', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\160', '\126', '\165', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\153', '\125', '\040', '\153', '\141', '\040', '\061', + '\012', '\102', '\162', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\103', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\143', '\170', '\040', '\143', '\150', '\040', '\061', + '\012', '\172', '\115', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\122', '\167', '\040', '\143', '\150', '\040', '\061', + '\012', '\147', '\172', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\142', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\152', '\165', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\170', '\123', '\172', '\040', '\163', '\172', '\040', '\061', + '\012', '\126', '\147', '\172', '\040', '\156', '\147', '\040', '\061', + '\012', '\157', '\115', '\167', '\040', '\157', '\156', '\040', '\061', + '\012', '\146', '\160', '\105', '\040', '\160', '\162', '\040', '\061', + '\012', '\170', '\152', '\130', '\040', '\151', '\152', '\040', '\061', + '\012', '\161', '\103', '\147', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\167', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\165', '\121', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\161', '\120', '\153', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\152', '\104', '\040', '\151', '\152', '\040', '\061', + '\012', '\121', '\172', '\155', '\040', '\163', '\172', '\040', '\061', + '\012', '\163', '\111', '\160', '\040', '\163', '\164', '\040', '\061', + '\012', '\165', '\157', '\107', '\040', '\161', '\165', '\040', '\061', + '\012', '\162', '\126', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\143', '\142', '\113', '\040', '\143', '\150', '\040', '\061', + '\012', '\150', '\130', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\113', '\163', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\153', '\142', '\106', '\040', '\153', '\141', '\040', '\061', + '\012', '\167', '\102', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\151', '\131', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\163', '\147', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\107', '\172', '\166', '\040', '\163', '\172', '\040', '\061', + '\012', '\171', '\166', '\105', '\040', '\166', '\141', '\040', '\061', + '\012', '\170', '\113', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\127', '\146', '\040', '\163', '\164', '\040', '\061', + '\012', '\172', '\102', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\171', '\153', '\110', '\040', '\153', '\141', '\040', '\061', + '\012', '\166', '\152', '\110', '\040', '\151', '\152', '\040', '\061', + '\012', '\167', '\150', '\111', '\040', '\164', '\150', '\040', '\061', + '\012', '\166', '\120', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\132', '\150', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\151', '\112', '\170', '\040', '\151', '\156', '\040', '\061', + '\012', '\143', '\132', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\115', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\143', '\125', '\152', '\040', '\143', '\150', '\040', '\061', + '\012', '\166', '\115', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\143', '\112', '\040', '\143', '\150', '\040', '\061', + '\012', '\102', '\143', '\155', '\040', '\143', '\150', '\040', '\061', + '\012', '\152', '\130', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\170', '\157', '\111', '\040', '\157', '\156', '\040', '\061', + '\012', '\132', '\153', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\130', '\172', '\162', '\040', '\145', '\162', '\040', '\061', + '\012', '\171', '\172', '\115', '\040', '\163', '\172', '\040', '\061', + '\012', '\161', '\152', '\130', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\116', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\160', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\164', '\130', '\144', '\040', '\164', '\150', '\040', '\061', + '\012', '\130', '\153', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\110', '\163', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\142', '\161', '\125', '\040', '\161', '\165', '\040', '\061', + '\012', '\163', '\147', '\106', '\040', '\156', '\147', '\040', '\061', + '\012', '\144', '\120', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\112', '\170', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\125', '\147', '\160', '\040', '\156', '\147', '\040', '\061', + '\012', '\122', '\170', '\151', '\040', '\151', '\156', '\040', '\061', + '\012', '\113', '\167', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\172', '\153', '\104', '\040', '\163', '\172', '\040', '\061', + '\012', '\122', '\161', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\160', '\112', '\142', '\040', '\160', '\162', '\040', '\061', + '\012', '\146', '\143', '\126', '\040', '\143', '\150', '\040', '\061', + '\012', '\151', '\126', '\144', '\040', '\151', '\156', '\040', '\061', + '\012', '\142', '\102', '\160', '\040', '\142', '\145', '\040', '\061', + '\012', '\117', '\152', '\167', '\040', '\151', '\152', '\040', '\061', + '\012', '\166', '\132', '\154', '\040', '\154', '\145', '\040', '\061', + '\012', '\111', '\171', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\146', '\153', '\125', '\040', '\153', '\141', '\040', '\061', + '\012', '\113', '\143', '\161', '\040', '\143', '\150', '\040', '\061', + '\012', '\144', '\102', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\115', '\161', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\115', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\127', '\167', '\163', '\040', '\163', '\164', '\040', '\061', + '\012', '\164', '\161', '\130', '\040', '\164', '\150', '\040', '\061', + '\012', '\170', '\150', '\104', '\040', '\164', '\150', '\040', '\061', + '\012', '\162', '\116', '\154', '\040', '\145', '\162', '\040', '\061', + '\012', '\160', '\127', '\144', '\040', '\144', '\145', '\040', '\061', + '\012', '\152', '\162', '\126', '\040', '\145', '\162', '\040', '\061', + '\012', '\102', '\155', '\152', '\040', '\151', '\152', '\040', '\061', + '\012', '\110', '\155', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\166', '\154', '\110', '\040', '\154', '\145', '\040', '\061', + '\012', '\115', '\170', '\142', '\040', '\142', '\145', '\040', '\061', + '\012', '\171', '\171', '\123', '\040', '\156', '\171', '\040', '\061', + '\012', '\161', '\166', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\146', '\166', '\130', '\040', '\166', '\141', '\040', '\061', + '\012', '\126', '\146', '\145', '\040', '\145', '\162', '\040', '\061', + '\012', '\103', '\144', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\113', '\147', '\145', '\040', '\156', '\147', '\040', '\061', + '\012', '\121', '\145', '\152', '\040', '\145', '\162', '\040', '\061', + '\012', '\162', '\166', '\132', '\040', '\145', '\162', '\040', '\061', + '\012', '\166', '\172', '\111', '\040', '\163', '\172', '\040', '\061', + '\012', '\144', '\104', '\156', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\167', '\123', '\040', '\141', '\156', '\040', '\061', + '\012', '\121', '\143', '\142', '\040', '\143', '\150', '\040', '\061', + '\012', '\167', '\153', '\126', '\040', '\153', '\141', '\040', '\061', + '\012', '\165', '\103', '\170', '\040', '\161', '\165', '\040', '\061', + '\012', '\111', '\147', '\153', '\040', '\156', '\147', '\040', '\061', + '\012', '\126', '\160', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\102', '\155', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\144', '\121', '\040', '\144', '\145', '\040', '\061', + '\012', '\146', '\147', '\121', '\040', '\156', '\147', '\040', '\061', + '\012', '\171', '\121', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\147', '\170', '\110', '\040', '\156', '\147', '\040', '\061', + '\012', '\160', '\161', '\113', '\040', '\161', '\165', '\040', '\061', + '\012', '\154', '\122', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\130', '\144', '\166', '\040', '\144', '\145', '\040', '\061', + '\012', '\150', '\104', '\172', '\040', '\164', '\150', '\040', '\061', + '\012', '\144', '\106', '\167', '\040', '\144', '\145', '\040', '\061', + '\012', '\161', '\121', '\165', '\040', '\165', '\156', '\040', '\061', + '\012', '\170', '\142', '\104', '\040', '\142', '\145', '\040', '\061', + '\012', '\161', '\155', '\105', '\040', '\161', '\165', '\040', '\061', + '\012', '\155', '\127', '\155', '\040', '\155', '\145', '\040', '\061', + '\012', '\152', '\102', '\142', '\040', '\151', '\152', '\040', '\061', + '\012', '\152', '\130', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\146', '\170', '\125', '\040', '\146', '\157', '\040', '\061', + '\012', '\130', '\167', '\143', '\040', '\143', '\150', '\040', '\061', + '\012', '\114', '\161', '\146', '\040', '\161', '\165', '\040', '\061', + '\012', '\150', '\143', '\120', '\040', '\164', '\150', '\040', '\061', + '\012', '\160', '\146', '\102', '\040', '\160', '\162', '\040', '\061', + '\012', '\166', '\123', '\147', '\040', '\156', '\147', '\040', '\061', + '\012', '\170', '\112', '\167', '\040', '\167', '\141', '\040', '\061', + '\012', '\155', '\122', '\146', '\040', '\155', '\145', '\040', '\061', + '\012', '\150', '\161', '\127', '\040', '\164', '\150', '\040', '\061', + '\012', '\156', '\126', '\142', '\040', '\141', '\156', '\040', '\061', + '\012', '\143', '\105', '\165', '\040', '\143', '\150', '\040', '\061', + '\012', '\156', '\146', '\116', '\040', '\141', '\156', '\040', '\061', + '\012', '\156', '\126', '\152', '\040', '\141', '\156', '\040', '\061', + '\012', '\122', '\167', '\153', '\040', '\153', '\141', '\040', '\061', + '\012', '\156', '\155', '\107', '\040', '\141', '\156', '\040', '\061', + '\012', '\157', '\104', '\164', '\040', '\164', '\150', '\040', '\061', + '\012', '\153', '\120', '\142', '\040', '\153', '\141', '\040', '\061', + '\012', '\147', '\161', '\127', '\040', '\161', '\165', '\040', '\061', + '\012', '\121', '\150', '\146', '\040', '\164', '\150', '\040', '\061', + '\012', '\161', '\132', '\154', '\040', '\161', '\165', '\040', '\061', + '\012', '\172', '\110', '\161', '\040', '\161', '\165', '\040', '\061', + '\012', '\151', '\130', '\154', '\040', '\151', '\156', '\040', '\061', + '\012', }; extern const int ksizeofUniversalAmbigsFile = sizeof(kUniversalAmbigsFile); diff --git a/classify/Makefile.in b/classify/Makefile.in new file mode 100644 index 000000000..a2c05e470 --- /dev/null +++ b/classify/Makefile.in @@ -0,0 +1,752 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@VISIBILITY_TRUE@am__append_1 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = classify +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +@USING_MULTIPLELIBS_TRUE@libtesseract_classify_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la +am_libtesseract_classify_la_OBJECTS = adaptive.lo adaptmatch.lo \ + blobclass.lo classify.lo cluster.lo clusttool.lo cutoffs.lo \ + errorcounter.lo featdefs.lo float2int.lo fpoint.lo \ + intfeaturedist.lo intfeaturemap.lo intfeaturespace.lo intfx.lo \ + intmatcher.lo intproto.lo kdtree.lo mastertrainer.lo mf.lo \ + mfdefs.lo mfoutline.lo mfx.lo normfeat.lo normmatch.lo \ + ocrfeatures.lo outfeat.lo picofeat.lo protos.lo \ + sampleiterator.lo shapeclassifier.lo shapetable.lo \ + tessclassifier.lo trainingsample.lo trainingsampleset.lo +libtesseract_classify_la_OBJECTS = \ + $(am_libtesseract_classify_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_classify_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_classify_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_classify_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_classify_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_classify_la_SOURCES) +DIST_SOURCES = $(libtesseract_classify_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/cutil \ + -I$(top_srcdir)/ccutil -I$(top_srcdir)/ccstruct \ + -I$(top_srcdir)/dict -I$(top_srcdir)/viewer $(am__append_1) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_HEADERS = \ + adaptive.h blobclass.h \ + classify.h cluster.h clusttool.h cutoffs.h \ + errorcounter.h \ + featdefs.h float2int.h fpoint.h \ + intfeaturedist.h intfeaturemap.h intfeaturespace.h \ + intfx.h intmatcher.h intproto.h kdtree.h \ + mastertrainer.h mf.h mfdefs.h mfoutline.h mfx.h \ + normfeat.h normmatch.h \ + ocrfeatures.h outfeat.h picofeat.h protos.h \ + sampleiterator.h shapeclassifier.h shapetable.h \ + tessclassifier.h trainingsample.h trainingsampleset.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_classify.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_classify.la +@USING_MULTIPLELIBS_TRUE@libtesseract_classify_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +@USING_MULTIPLELIBS_TRUE@libtesseract_classify_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la + +libtesseract_classify_la_SOURCES = \ + adaptive.cpp adaptmatch.cpp blobclass.cpp \ + classify.cpp cluster.cpp clusttool.cpp cutoffs.cpp \ + errorcounter.cpp \ + featdefs.cpp float2int.cpp fpoint.cpp \ + intfeaturedist.cpp intfeaturemap.cpp intfeaturespace.cpp \ + intfx.cpp intmatcher.cpp intproto.cpp kdtree.cpp \ + mastertrainer.cpp mf.cpp mfdefs.cpp mfoutline.cpp mfx.cpp \ + normfeat.cpp normmatch.cpp \ + ocrfeatures.cpp outfeat.cpp picofeat.cpp protos.cpp \ + sampleiterator.cpp shapeclassifier.cpp shapetable.cpp \ + tessclassifier.cpp trainingsample.cpp trainingsampleset.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu classify/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu classify/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_classify.la: $(libtesseract_classify_la_OBJECTS) $(libtesseract_classify_la_DEPENDENCIES) $(EXTRA_libtesseract_classify_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_classify_la_LINK) $(am_libtesseract_classify_la_rpath) $(libtesseract_classify_la_OBJECTS) $(libtesseract_classify_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adaptive.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adaptmatch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blobclass.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classify.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cluster.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clusttool.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cutoffs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errorcounter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/featdefs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float2int.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fpoint.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intfeaturedist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intfeaturemap.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intfeaturespace.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intfx.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intmatcher.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intproto.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kdtree.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mastertrainer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfdefs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfoutline.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mfx.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normfeat.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normmatch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ocrfeatures.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/outfeat.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/picofeat.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protos.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sampleiterator.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapeclassifier.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapetable.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessclassifier.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trainingsample.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trainingsampleset.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/classify/adaptmatch.cpp b/classify/adaptmatch.cpp index fe9b674f4..5167fc6b2 100644 --- a/classify/adaptmatch.cpp +++ b/classify/adaptmatch.cpp @@ -28,32 +28,32 @@ #include "ambigs.h" #include "blobclass.h" #include "blobs.h" -#include "helpers.h" -#include "normfeat.h" -#include "mfoutline.h" -#include "picofeat.h" -#include "float2int.h" -#include "outfeat.h" -#include "emalloc.h" -#include "intfx.h" -#include "efio.h" -#include "normmatch.h" -#include "ndminx.h" -#include "intproto.h" -#include "const.h" -#include "globals.h" -#include "werd.h" #include "callcpp.h" +#include "classify.h" +#include "const.h" +#include "dict.h" +#include "efio.h" +#include "emalloc.h" +#include "featdefs.h" +#include "float2int.h" +#include "genericvector.h" +#include "globals.h" +#include "helpers.h" +#include "intfx.h" +#include "intproto.h" +#include "mfoutline.h" +#include "ndminx.h" +#include "normfeat.h" +#include "normmatch.h" +#include "outfeat.h" #include "pageres.h" #include "params.h" -#include "classify.h" +#include "picofeat.h" #include "shapetable.h" #include "tessclassifier.h" #include "trainingsample.h" #include "unicharset.h" -#include "dict.h" -#include "featdefs.h" -#include "genericvector.h" +#include "werd.h" #include #include @@ -420,7 +420,13 @@ void Classify::LearnPieces(const char* fontname, int start, int length, unicharset.id_to_unichar(class_id), threshold, font_id); // If filename is not NULL we are doing recognition // (as opposed to training), so we must have already set word fonts. - AdaptToChar(rotated_blob, class_id, font_id, threshold); + AdaptToChar(rotated_blob, class_id, font_id, threshold, AdaptedTemplates); + if (BackupAdaptedTemplates != NULL) { + // Adapt the backup templates too. They will be used if the primary gets + // too full. + AdaptToChar(rotated_blob, class_id, font_id, threshold, + BackupAdaptedTemplates); + } } else if (classify_debug_level >= 1) { tprintf("Can't adapt to %s not in unicharset\n", correct_text); } @@ -470,6 +476,10 @@ void Classify::EndAdaptiveClassifier() { free_adapted_templates(AdaptedTemplates); AdaptedTemplates = NULL; } + if (BackupAdaptedTemplates != NULL) { + free_adapted_templates(BackupAdaptedTemplates); + BackupAdaptedTemplates = NULL; + } if (PreTrainedTemplates != NULL) { free_int_templates(PreTrainedTemplates); @@ -607,10 +617,35 @@ void Classify::ResetAdaptiveClassifierInternal() { } free_adapted_templates(AdaptedTemplates); AdaptedTemplates = NewAdaptedTemplates(true); + if (BackupAdaptedTemplates != NULL) + free_adapted_templates(BackupAdaptedTemplates); + BackupAdaptedTemplates = NULL; NumAdaptationsFailed = 0; } +// If there are backup adapted templates, switches to those, otherwise resets +// the main adaptive classifier (because it is full.) +void Classify::SwitchAdaptiveClassifier() { + if (BackupAdaptedTemplates == NULL) { + ResetAdaptiveClassifierInternal(); + return; + } + if (classify_learning_debug_level > 0) { + tprintf("Switch to backup adaptive classifier (NumAdaptationsFailed=%d)\n", + NumAdaptationsFailed); + } + free_adapted_templates(AdaptedTemplates); + AdaptedTemplates = BackupAdaptedTemplates; + BackupAdaptedTemplates = NULL; + NumAdaptationsFailed = 0; +} +// Resets the backup adaptive classifier to empty. +void Classify::StartBackupAdaptiveClassifier() { + if (BackupAdaptedTemplates != NULL) + free_adapted_templates(BackupAdaptedTemplates); + BackupAdaptedTemplates = NewAdaptedTemplates(true); +} /*---------------------------------------------------------------------------*/ /** @@ -839,9 +874,9 @@ bool Classify::AdaptableWord(WERD_RES* word) { * @param ClassId class to add blob to * @param FontinfoId font information from pre-trained templates * @param Threshold minimum match rating to existing template + * @param adaptive_templates current set of adapted templates * * Globals: - * - AdaptedTemplates current set of adapted templates * - AllProtosOn dummy mask to match against all protos * - AllConfigsOn dummy mask to match against all configs * @@ -849,10 +884,9 @@ bool Classify::AdaptableWord(WERD_RES* word) { * @note Exceptions: none * @note History: Thu Mar 14 09:36:03 1991, DSJ, Created. */ -void Classify::AdaptToChar(TBLOB *Blob, - CLASS_ID ClassId, - int FontinfoId, - FLOAT32 Threshold) { +void Classify::AdaptToChar(TBLOB* Blob, CLASS_ID ClassId, int FontinfoId, + FLOAT32 Threshold, + ADAPT_TEMPLATES adaptive_templates) { int NumFeatures; INT_FEATURE_ARRAY IntFeatures; UnicharRating int_result; @@ -866,12 +900,12 @@ void Classify::AdaptToChar(TBLOB *Blob, return; int_result.unichar_id = ClassId; - Class = AdaptedTemplates->Class[ClassId]; + Class = adaptive_templates->Class[ClassId]; assert(Class != NULL); if (IsEmptyAdaptedClass(Class)) { - InitAdaptedClass(Blob, ClassId, FontinfoId, Class, AdaptedTemplates); + InitAdaptedClass(Blob, ClassId, FontinfoId, Class, adaptive_templates); } else { - IClass = ClassForClassId(AdaptedTemplates->Templates, ClassId); + IClass = ClassForClassId(adaptive_templates->Templates, ClassId); NumFeatures = GetAdaptiveFeatures(Blob, IntFeatures, &FloatFeatures); if (NumFeatures <= 0) @@ -913,7 +947,7 @@ void Classify::AdaptToChar(TBLOB *Blob, int_result.config, TempConfig->NumTimesSeen); if (TempConfigReliable(ClassId, TempConfig)) { - MakePermanent(AdaptedTemplates, ClassId, int_result.config, Blob); + MakePermanent(adaptive_templates, ClassId, int_result.config, Blob); UpdateAmbigsGroup(ClassId, Blob); } } else { @@ -923,15 +957,12 @@ void Classify::AdaptToChar(TBLOB *Blob, if (classify_learning_debug_level > 2) DisplayAdaptedChar(Blob, IClass); } - NewTempConfigId = MakeNewTemporaryConfig(AdaptedTemplates, - ClassId, - FontinfoId, - NumFeatures, - IntFeatures, - FloatFeatures); + NewTempConfigId = + MakeNewTemporaryConfig(adaptive_templates, ClassId, FontinfoId, + NumFeatures, IntFeatures, FloatFeatures); if (NewTempConfigId >= 0 && TempConfigReliable(ClassId, TempConfigFor(Class, NewTempConfigId))) { - MakePermanent(AdaptedTemplates, ClassId, NewTempConfigId, Blob); + MakePermanent(adaptive_templates, ClassId, NewTempConfigId, Blob); UpdateAmbigsGroup(ClassId, Blob); } @@ -1547,7 +1578,7 @@ void Classify::DebugAdaptiveClassifier(TBLOB *blob, * Globals: * - PreTrainedTemplates built-in training templates * - AdaptedTemplates templates adapted for this page - * - matcher_great_threshold rating limit for a great match + * - matcher_reliable_adaptive_result rating limit for a great match * * @note Exceptions: none * @note History: Tue Mar 12 08:50:11 1991, DSJ, Created. @@ -1569,7 +1600,8 @@ void Classify::DoAdaptiveMatch(TBLOB *Blob, ADAPT_RESULTS *Results) { Ambiguities = BaselineClassifier(Blob, bl_features, fx_info, AdaptedTemplates, Results); if ((!Results->match.empty() && - MarginalMatch(Results->best_rating, matcher_great_threshold) && + MarginalMatch(Results->best_rating, + matcher_reliable_adaptive_result) && !tess_bn_matching) || Results->match.empty()) { CharNormClassifier(Blob, *sample, Results); diff --git a/classify/classify.cpp b/classify/classify.cpp index 22b59b405..c68fc2764 100644 --- a/classify/classify.cpp +++ b/classify/classify.cpp @@ -33,127 +33,135 @@ namespace tesseract { Classify::Classify() - : BOOL_MEMBER(prioritize_division, FALSE, - "Prioritize blob division over chopping", this->params()), - INT_MEMBER(tessedit_single_match, FALSE, - "Top choice only from CP", this->params()), - BOOL_MEMBER(classify_enable_learning, true, - "Enable adaptive classifier", this->params()), - INT_MEMBER(classify_debug_level, 0, "Classify debug level", - this->params()), - INT_MEMBER(classify_norm_method, character, "Normalization Method ...", - this->params()), - double_MEMBER(classify_char_norm_range, 0.2, - "Character Normalization Range ...", this->params()), - double_MEMBER(classify_min_norm_scale_x, 0.0, "Min char x-norm scale ...", - this->params()), /* PREV DEFAULT 0.1 */ - double_MEMBER(classify_max_norm_scale_x, 0.325, "Max char x-norm scale ...", - this->params()), /* PREV DEFAULT 0.3 */ - double_MEMBER(classify_min_norm_scale_y, 0.0, "Min char y-norm scale ...", - this->params()), /* PREV DEFAULT 0.1 */ - double_MEMBER(classify_max_norm_scale_y, 0.325, "Max char y-norm scale ...", - this->params()), /* PREV DEFAULT 0.3 */ - double_MEMBER(classify_max_rating_ratio, 1.5, - "Veto ratio between classifier ratings", this->params()), - double_MEMBER(classify_max_certainty_margin, 5.5, - "Veto difference between classifier certainties", + : BOOL_MEMBER(allow_blob_division, true, "Use divisible blobs chopping", this->params()), - BOOL_MEMBER(tess_cn_matching, 0, "Character Normalized Matching", - this->params()), - BOOL_MEMBER(tess_bn_matching, 0, "Baseline Normalized Matching", - this->params()), - BOOL_MEMBER(classify_enable_adaptive_matcher, 1, - "Enable adaptive classifier", - this->params()), - BOOL_MEMBER(classify_use_pre_adapted_templates, 0, - "Use pre-adapted classifier templates", this->params()), - BOOL_MEMBER(classify_save_adapted_templates, 0, - "Save adapted templates to a file", this->params()), - BOOL_MEMBER(classify_enable_adaptive_debugger, 0, "Enable match debugger", - this->params()), - BOOL_MEMBER(classify_nonlinear_norm, 0, - "Non-linear stroke-density normalization", this->params()), - INT_MEMBER(matcher_debug_level, 0, "Matcher Debug Level", this->params()), - INT_MEMBER(matcher_debug_flags, 0, "Matcher Debug Flags", this->params()), - INT_MEMBER(classify_learning_debug_level, 0, "Learning Debug Level: ", - this->params()), - double_MEMBER(matcher_good_threshold, 0.125, "Good Match (0-1)", + BOOL_MEMBER(prioritize_division, FALSE, + "Prioritize blob division over chopping", this->params()), + INT_MEMBER(tessedit_single_match, FALSE, "Top choice only from CP", + this->params()), + BOOL_MEMBER(classify_enable_learning, true, "Enable adaptive classifier", this->params()), - double_MEMBER(matcher_great_threshold, 0.0, "Great Match (0-1)", + INT_MEMBER(classify_debug_level, 0, "Classify debug level", + this->params()), + INT_MEMBER(classify_norm_method, character, "Normalization Method ...", + this->params()), + double_MEMBER(classify_char_norm_range, 0.2, + "Character Normalization Range ...", this->params()), + double_MEMBER(classify_min_norm_scale_x, 0.0, "Min char x-norm scale ...", + this->params()), /* PREV DEFAULT 0.1 */ + double_MEMBER(classify_max_norm_scale_x, 0.325, + "Max char x-norm scale ...", + this->params()), /* PREV DEFAULT 0.3 */ + double_MEMBER(classify_min_norm_scale_y, 0.0, "Min char y-norm scale ...", + this->params()), /* PREV DEFAULT 0.1 */ + double_MEMBER(classify_max_norm_scale_y, 0.325, + "Max char y-norm scale ...", + this->params()), /* PREV DEFAULT 0.3 */ + double_MEMBER(classify_max_rating_ratio, 1.5, + "Veto ratio between classifier ratings", this->params()), + double_MEMBER(classify_max_certainty_margin, 5.5, + "Veto difference between classifier certainties", + this->params()), + BOOL_MEMBER(tess_cn_matching, 0, "Character Normalized Matching", this->params()), - double_MEMBER(matcher_perfect_threshold, 0.02, "Perfect Match (0-1)", + BOOL_MEMBER(tess_bn_matching, 0, "Baseline Normalized Matching", this->params()), - double_MEMBER(matcher_bad_match_pad, 0.15, "Bad Match Pad (0-1)", + BOOL_MEMBER(classify_enable_adaptive_matcher, 1, + "Enable adaptive classifier", this->params()), + BOOL_MEMBER(classify_use_pre_adapted_templates, 0, + "Use pre-adapted classifier templates", this->params()), + BOOL_MEMBER(classify_save_adapted_templates, 0, + "Save adapted templates to a file", this->params()), + BOOL_MEMBER(classify_enable_adaptive_debugger, 0, "Enable match debugger", this->params()), - double_MEMBER(matcher_rating_margin, 0.1, "New template margin (0-1)", + BOOL_MEMBER(classify_nonlinear_norm, 0, + "Non-linear stroke-density normalization", this->params()), + INT_MEMBER(matcher_debug_level, 0, "Matcher Debug Level", this->params()), + INT_MEMBER(matcher_debug_flags, 0, "Matcher Debug Flags", this->params()), + INT_MEMBER(classify_learning_debug_level, 0, "Learning Debug Level: ", + this->params()), + double_MEMBER(matcher_good_threshold, 0.125, "Good Match (0-1)", + this->params()), + double_MEMBER(matcher_reliable_adaptive_result, 0.0, "Great Match (0-1)", + this->params()), + double_MEMBER(matcher_perfect_threshold, 0.02, "Perfect Match (0-1)", + this->params()), + double_MEMBER(matcher_bad_match_pad, 0.15, "Bad Match Pad (0-1)", + this->params()), + double_MEMBER(matcher_rating_margin, 0.1, "New template margin (0-1)", + this->params()), + double_MEMBER(matcher_avg_noise_size, 12.0, "Avg. noise blob length", + this->params()), + INT_MEMBER(matcher_permanent_classes_min, 1, "Min # of permanent classes", + this->params()), + INT_MEMBER(matcher_min_examples_for_prototyping, 3, + "Reliable Config Threshold", this->params()), + INT_MEMBER(matcher_sufficient_examples_for_prototyping, 5, + "Enable adaption even if the ambiguities have not been seen", + this->params()), + double_MEMBER(matcher_clustering_max_angle_delta, 0.015, + "Maximum angle delta for prototype clustering", + this->params()), + double_MEMBER(classify_misfit_junk_penalty, 0.0, + "Penalty to apply when a non-alnum is vertically out of " + "its expected textline position", + this->params()), + double_MEMBER(rating_scale, 1.5, "Rating scaling factor", this->params()), + double_MEMBER(certainty_scale, 20.0, "Certainty scaling factor", + this->params()), + double_MEMBER(tessedit_class_miss_scale, 0.00390625, + "Scale factor for features not used", this->params()), + double_MEMBER( + classify_adapted_pruning_factor, 2.5, + "Prune poor adapted results this much worse than best result", + this->params()), + double_MEMBER(classify_adapted_pruning_threshold, -1.0, + "Threshold at which classify_adapted_pruning_factor starts", + this->params()), + INT_MEMBER(classify_adapt_proto_threshold, 230, + "Threshold for good protos during adaptive 0-255", + this->params()), + INT_MEMBER(classify_adapt_feature_threshold, 230, + "Threshold for good features during adaptive 0-255", + this->params()), + BOOL_MEMBER(disable_character_fragments, TRUE, + "Do not include character fragments in the" + " results of the classifier", this->params()), - double_MEMBER(matcher_avg_noise_size, 12.0, "Avg. noise blob length", + double_MEMBER(classify_character_fragments_garbage_certainty_threshold, + -3.0, + "Exclude fragments that do not look like whole" + " characters from training and adaption", + this->params()), + BOOL_MEMBER(classify_debug_character_fragments, FALSE, + "Bring up graphical debugging windows for fragments training", this->params()), - INT_MEMBER(matcher_permanent_classes_min, 1, "Min # of permanent classes", - this->params()), - INT_MEMBER(matcher_min_examples_for_prototyping, 3, - "Reliable Config Threshold", this->params()), - INT_MEMBER(matcher_sufficient_examples_for_prototyping, 5, - "Enable adaption even if the ambiguities have not been seen", - this->params()), - double_MEMBER(matcher_clustering_max_angle_delta, 0.015, - "Maximum angle delta for prototype clustering", + BOOL_MEMBER(matcher_debug_separate_windows, FALSE, + "Use two different windows for debugging the matching: " + "One for the protos and one for the features.", this->params()), - double_MEMBER(classify_misfit_junk_penalty, 0.0, - "Penalty to apply when a non-alnum is vertically out of " - "its expected textline position", - this->params()), - double_MEMBER(rating_scale, 1.5, "Rating scaling factor", this->params()), - double_MEMBER(certainty_scale, 20.0, "Certainty scaling factor", - this->params()), - double_MEMBER(tessedit_class_miss_scale, 0.00390625, - "Scale factor for features not used", this->params()), - double_MEMBER(classify_adapted_pruning_factor, 2.5, - "Prune poor adapted results this much worse than best result", - this->params()), - double_MEMBER(classify_adapted_pruning_threshold, -1.0, - "Threshold at which classify_adapted_pruning_factor starts", - this->params()), - INT_MEMBER(classify_adapt_proto_threshold, 230, - "Threshold for good protos during adaptive 0-255", - this->params()), - INT_MEMBER(classify_adapt_feature_threshold, 230, - "Threshold for good features during adaptive 0-255", - this->params()), - BOOL_MEMBER(disable_character_fragments, TRUE, - "Do not include character fragments in the" - " results of the classifier", this->params()), - double_MEMBER(classify_character_fragments_garbage_certainty_threshold, - -3.0, "Exclude fragments that do not look like whole" - " characters from training and adaption", this->params()), - BOOL_MEMBER(classify_debug_character_fragments, FALSE, - "Bring up graphical debugging windows for fragments training", - this->params()), - BOOL_MEMBER(matcher_debug_separate_windows, FALSE, - "Use two different windows for debugging the matching: " - "One for the protos and one for the features.", this->params()), - STRING_MEMBER(classify_learn_debug_str, "", "Class str to debug learning", - this->params()), - INT_MEMBER(classify_class_pruner_threshold, 229, - "Class Pruner Threshold 0-255", this->params()), - INT_MEMBER(classify_class_pruner_multiplier, 15, - "Class Pruner Multiplier 0-255: ", this->params()), - INT_MEMBER(classify_cp_cutoff_strength, 7, - "Class Pruner CutoffStrength: ", this->params()), - INT_MEMBER(classify_integer_matcher_multiplier, 10, - "Integer Matcher Multiplier 0-255: ", this->params()), - EnableLearning(true), - INT_MEMBER(il1_adaption_test, 0, "Dont adapt to i/I at beginning of word", - this->params()), - BOOL_MEMBER(classify_bln_numeric_mode, 0, - "Assume the input is numbers [0-9].", this->params()), - double_MEMBER(speckle_large_max_size, 0.30, "Max large speckle size", - this->params()), - double_MEMBER(speckle_rating_penalty, 10.0, - "Penalty to add to worst rating for noise", this->params()), - shape_table_(NULL), - dict_(this), - static_classifier_(NULL) { + STRING_MEMBER(classify_learn_debug_str, "", "Class str to debug learning", + this->params()), + INT_MEMBER(classify_class_pruner_threshold, 229, + "Class Pruner Threshold 0-255", this->params()), + INT_MEMBER(classify_class_pruner_multiplier, 15, + "Class Pruner Multiplier 0-255: ", this->params()), + INT_MEMBER(classify_cp_cutoff_strength, 7, + "Class Pruner CutoffStrength: ", this->params()), + INT_MEMBER(classify_integer_matcher_multiplier, 10, + "Integer Matcher Multiplier 0-255: ", this->params()), + EnableLearning(true), + INT_MEMBER(il1_adaption_test, 0, "Dont adapt to i/I at beginning of word", + this->params()), + BOOL_MEMBER(classify_bln_numeric_mode, 0, + "Assume the input is numbers [0-9].", this->params()), + double_MEMBER(speckle_large_max_size, 0.30, "Max large speckle size", + this->params()), + double_MEMBER(speckle_rating_penalty, 10.0, + "Penalty to add to worst rating for noise", this->params()), + shape_table_(NULL), + dict_(this), + static_classifier_(NULL) { fontinfo_table_.set_compare_callback( NewPermanentTessCallback(CompareFontInfo)); fontinfo_table_.set_clear_callback( @@ -163,6 +171,7 @@ Classify::Classify() fontset_table_.set_clear_callback( NewPermanentTessCallback(FontSetDeleteCallback)); AdaptedTemplates = NULL; + BackupAdaptedTemplates = NULL; PreTrainedTemplates = NULL; AllProtosOn = NULL; AllConfigsOn = NULL; diff --git a/classify/classify.h b/classify/classify.h index 92333cb36..e95239463 100644 --- a/classify/classify.h +++ b/classify/classify.h @@ -253,10 +253,8 @@ class Classify : public CCStruct { GenericVector* results); UNICHAR_ID *GetAmbiguities(TBLOB *Blob, CLASS_ID CorrectClass); void DoAdaptiveMatch(TBLOB *Blob, ADAPT_RESULTS *Results); - void AdaptToChar(TBLOB *Blob, - CLASS_ID ClassId, - int FontinfoId, - FLOAT32 Threshold); + void AdaptToChar(TBLOB* Blob, CLASS_ID ClassId, int FontinfoId, + FLOAT32 Threshold, ADAPT_TEMPLATES adaptive_templates); void DisplayAdaptedChar(TBLOB* blob, INT_CLASS_STRUCT* int_class); bool AdaptableWord(WERD_RES* word); void EndAdaptiveClassifier(); @@ -265,6 +263,8 @@ class Classify : public CCStruct { void AdaptiveClassifier(TBLOB *Blob, BLOB_CHOICE_LIST *Choices); void ClassifyAsNoise(ADAPT_RESULTS *Results); void ResetAdaptiveClassifierInternal(); + void SwitchAdaptiveClassifier(); + void StartBackupAdaptiveClassifier(); int GetCharNormFeature(const INT_FX_RESULT_STRUCT& fx_info, INT_TEMPLATES templates, @@ -281,7 +281,10 @@ class Classify : public CCStruct { bool TempConfigReliable(CLASS_ID class_id, const TEMP_CONFIG &config); void UpdateAmbigsGroup(CLASS_ID class_id, TBLOB *Blob); - bool AdaptiveClassifierIsFull() { return NumAdaptationsFailed > 0; } + bool AdaptiveClassifierIsFull() const { return NumAdaptationsFailed > 0; } + bool AdaptiveClassifierIsEmpty() const { + return AdaptedTemplates->NumPermClasses == 0; + } bool LooksLikeGarbage(TBLOB *blob); void RefreshDebugWindow(ScrollView **win, const char *msg, int y_offset, const TBOX &wbox); @@ -374,6 +377,12 @@ class Classify : public CCStruct { // Member variables. // Parameters. + // Set during training (in lang.config) to indicate whether the divisible + // blobs chopper should be used (true for latin script.) + BOOL_VAR_H(allow_blob_division, true, "Use divisible blobs chopping"); + // Set during training (in lang.config) to indicate whether the divisible + // blobs chopper should be used in preference to chopping. Set to true for + // southern Indic scripts. BOOL_VAR_H(prioritize_division, FALSE, "Prioritize blob division over chopping"); INT_VAR_H(tessedit_single_match, FALSE, "Top choice only from CP"); @@ -409,7 +418,7 @@ class Classify : public CCStruct { INT_VAR_H(matcher_debug_flags, 0, "Matcher Debug Flags"); INT_VAR_H(classify_learning_debug_level, 0, "Learning Debug Level: "); double_VAR_H(matcher_good_threshold, 0.125, "Good Match (0-1)"); - double_VAR_H(matcher_great_threshold, 0.0, "Great Match (0-1)"); + double_VAR_H(matcher_reliable_adaptive_result, 0.0, "Great Match (0-1)"); double_VAR_H(matcher_perfect_threshold, 0.02, "Perfect Match (0-1)"); double_VAR_H(matcher_bad_match_pad, 0.15, "Bad Match Pad (0-1)"); double_VAR_H(matcher_rating_margin, 0.1, "New template margin (0-1)"); @@ -462,6 +471,10 @@ class Classify : public CCStruct { // Use class variables to hold onto built-in templates and adapted templates. INT_TEMPLATES PreTrainedTemplates; ADAPT_TEMPLATES AdaptedTemplates; + // The backup adapted templates are created from the previous page (only) + // so they are always ready and reasonably well trained if the primary + // adapted templates become full. + ADAPT_TEMPLATES BackupAdaptedTemplates; // Create dummy proto and config masks for use with the built-in templates. BIT_VECTOR AllProtosOn; diff --git a/classify/intmatcher.h b/classify/intmatcher.h index c5bcb027a..46dbfc5a8 100644 --- a/classify/intmatcher.h +++ b/classify/intmatcher.h @@ -39,7 +39,7 @@ extern INT_VAR_H(classify_integer_matcher_multiplier, 10, #include "cutoffs.h" namespace tesseract { -class UnicharRating; +struct UnicharRating; } struct CP_RESULT_STRUCT { diff --git a/classify/mfoutline.cpp b/classify/mfoutline.cpp index f39ec0ec5..a73a50226 100644 --- a/classify/mfoutline.cpp +++ b/classify/mfoutline.cpp @@ -30,8 +30,6 @@ #include #include -#define MIN_INERTIA (0.00001) - /*---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------*/ @@ -475,71 +473,6 @@ void ComputeDirection(MFEDGEPT *Start, Finish->PreviousDirection = Start->Direction; } /* ComputeDirection */ - -/*---------------------------------------------------------------------------*/ -void FinishOutlineStats(register OUTLINE_STATS *OutlineStats) { -/* - ** Parameters: - ** OutlineStats statistics about a set of outlines - ** Globals: none - ** Operation: Use the preliminary statistics accumulated in OutlineStats - ** to compute the final statistics. - ** (see Dan Johnson's Tesseract lab - ** notebook #2, pgs. 74-78). - ** Return: none - ** Exceptions: none - ** History: Fri Dec 14 10:13:36 1990, DSJ, Created. - */ - OutlineStats->x = 0.5 * OutlineStats->My / OutlineStats->L; - OutlineStats->y = 0.5 * OutlineStats->Mx / OutlineStats->L; - - OutlineStats->Ix = (OutlineStats->Ix / 3.0 - - OutlineStats->y * OutlineStats->Mx + - OutlineStats->y * OutlineStats->y * OutlineStats->L); - - OutlineStats->Iy = (OutlineStats->Iy / 3.0 - - OutlineStats->x * OutlineStats->My + - OutlineStats->x * OutlineStats->x * OutlineStats->L); - - /* Ix and/or Iy could possibly be negative due to roundoff error */ - if (OutlineStats->Ix < 0.0) - OutlineStats->Ix = MIN_INERTIA; - if (OutlineStats->Iy < 0.0) - OutlineStats->Iy = MIN_INERTIA; - - OutlineStats->Rx = sqrt (OutlineStats->Ix / OutlineStats->L); - OutlineStats->Ry = sqrt (OutlineStats->Iy / OutlineStats->L); - - OutlineStats->Mx *= 0.5; - OutlineStats->My *= 0.5; - -} /* FinishOutlineStats */ - - -/*---------------------------------------------------------------------------*/ -void InitOutlineStats(OUTLINE_STATS *OutlineStats) { -/* - ** Parameters: - ** OutlineStats stats data structure to be initialized - ** Globals: none - ** Operation: Initialize the outline statistics data structure so - ** that it is ready to start accumulating statistics. - ** Return: none - ** Exceptions: none - ** History: Fri Dec 14 08:55:22 1990, DSJ, Created. - */ - OutlineStats->Mx = 0.0; - OutlineStats->My = 0.0; - OutlineStats->L = 0.0; - OutlineStats->x = 0.0; - OutlineStats->y = 0.0; - OutlineStats->Ix = 0.0; - OutlineStats->Iy = 0.0; - OutlineStats->Rx = 0.0; - OutlineStats->Ry = 0.0; -} /* InitOutlineStats */ - - /*---------------------------------------------------------------------------*/ MFOUTLINE NextDirectionChange(MFOUTLINE EdgePoint) { /* @@ -569,51 +502,3 @@ MFOUTLINE NextDirectionChange(MFOUTLINE EdgePoint) { return (EdgePoint); } /* NextDirectionChange */ - - -/*---------------------------------------------------------------------------*/ -void UpdateOutlineStats(register OUTLINE_STATS *OutlineStats, - register FLOAT32 x1, - register FLOAT32 x2, - register FLOAT32 y1, - register FLOAT32 y2) { -/* - ** Parameters: - ** OutlineStats statistics to add this segment to - ** x1, y1, x2, y2 segment to be added to statistics - ** Globals: none - ** Operation: This routine adds the statistics for the specified - ** line segment to OutlineStats. The statistics that are - ** kept are: - ** sum of length of all segments - ** sum of 2*Mx for all segments - ** sum of 2*My for all segments - ** sum of 2*Mx*(y1+y2) - L*y1*y2 for all segments - ** sum of 2*My*(x1+x2) - L*x1*x2 for all segments - ** These numbers, once collected can later be used to easily - ** compute the center of mass, first and second moments, - ** and radii of gyration. (see Dan Johnson's Tesseract lab - ** notebook #2, pgs. 74-78). - ** Return: none - ** Exceptions: none - ** History: Fri Dec 14 08:59:17 1990, DSJ, Created. - */ - register FLOAT64 L; - register FLOAT64 Mx2; - register FLOAT64 My2; - - /* compute length of segment */ - L = sqrt ((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)); - OutlineStats->L += L; - - /* compute 2Mx and 2My components */ - Mx2 = L * (y1 + y2); - My2 = L * (x1 + x2); - OutlineStats->Mx += Mx2; - OutlineStats->My += My2; - - /* compute second moment component */ - OutlineStats->Ix += Mx2 * (y1 + y2) - L * y1 * y2; - OutlineStats->Iy += My2 * (x1 + x2) - L * x1 * x2; - -} /* UpdateOutlineStats */ diff --git a/classify/mfoutline.h b/classify/mfoutline.h index bdf20f372..750d83911 100644 --- a/classify/mfoutline.h +++ b/classify/mfoutline.h @@ -50,14 +50,6 @@ typedef enum { outer, hole } OUTLINETYPE; -typedef struct { - FLOAT64 Mx, My; /* first moment of all outlines */ - FLOAT64 L; /* total length of all outlines */ - FLOAT64 x, y; /* center of mass of all outlines */ - FLOAT64 Ix, Iy; /* second moments about center of mass axes */ - FLOAT64 Rx, Ry; /* radius of gyration about center of mass axes */ -} OUTLINE_STATS; - typedef enum { baseline, character } NORM_METHOD; @@ -127,16 +119,6 @@ void ComputeDirection(MFEDGEPT *Start, FLOAT32 MinSlope, FLOAT32 MaxSlope); -void FinishOutlineStats(register OUTLINE_STATS *OutlineStats); - -void InitOutlineStats(OUTLINE_STATS *OutlineStats); - MFOUTLINE NextDirectionChange(MFOUTLINE EdgePoint); -void UpdateOutlineStats(register OUTLINE_STATS *OutlineStats, - register FLOAT32 x1, - register FLOAT32 x2, - register FLOAT32 y1, - register FLOAT32 y2); - #endif diff --git a/config/config.guess b/config/config.guess new file mode 100755 index 000000000..c6fad2f5e --- /dev/null +++ b/config/config.guess @@ -0,0 +1,1568 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright 1992-2013 Free Software Foundation, Inc. + +timestamp='2013-06-10' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). +# +# Originally written by Per Bothner. +# +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# +# Please send patches with a ChangeLog entry to config-patches@gnu.org. + + +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 1992-2013 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 + +case "${UNAME_SYSTEM}" in +Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval $set_cc_for_build + cat <<-EOF > $dummy.c + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #else + LIBC=gnu + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + ;; +esac + +case "${UNAME_MACHINE}" in + i?86) + test -z "$VENDOR" && VENDOR=pc + ;; + *) + test -z "$VENDOR" && VENDOR=unknown + ;; +esac +test -f /etc/SuSE-release -o -f /.buildenv && VENDOR=suse + +# 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 tuples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-${VENDOR}-bitrig${UNAME_RELEASE} + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-${VENDOR}-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-${VENDOR}-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-${VENDOR}-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-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-${VENDOR}-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-${VENDOR}-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[4567]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-${VENDOR}-osf1mk + else + echo ${UNAME_MACHINE}-${VENDOR}-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-${VENDOR}-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in + amd64) + echo x86_64-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_PROCESSOR}-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + authenticamd | genuineintel | EM64T) + echo x86_64-${VENDOR}-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-${VENDOR}-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-${VENDOR}-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-${VENDOR}-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-${VENDOR}-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-${VENDOR}-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-${VENDOR}-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + aarch64:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="gnulibc1" ; fi + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC}eabi + else + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC}eabihf + fi + fi + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + cris:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + crisv32:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + frv:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + i*86:Linux:*:*) + echo ${UNAME_MACHINE}-pc-linux-${LIBC} + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` + test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-${LIBC}"; exit; } + ;; + or1k:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + or32:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + padre:Linux:*:*) + echo sparc-${VENDOR}-linux-${LIBC} + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-${VENDOR}-linux-${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-${VENDOR}-linux-${LIBC} ;; + PA8*) echo hppa2.0-${VENDOR}-linux-${LIBC} ;; + *) echo hppa-${VENDOR}-linux-${LIBC} ;; + esac + exit ;; + ppc64:Linux:*:*) + echo powerpc64-${VENDOR}-linux-${LIBC} + exit ;; + ppc:Linux:*:*) + echo powerpc-${VENDOR}-linux-${LIBC} + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-${VENDOR}-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-${VENDOR}-linux-${LIBC} + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux-${LIBC} + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-${LIBC} + exit ;; + x86_64:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-linux-${LIBC} + 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}-${VENDOR}-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-${VENODR}-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}-${VENDOR}-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-${VENODR}-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-${VENDOR}-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-${VENDOR}-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-${VENDOR}-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-${VENDOR}-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-${VENDOR}-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + x86_64:Haiku:*:*) + echo x86_64-${VENDOR}-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + eval $set_cc_for_build + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + fi + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; + NSE-*:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-${VENDOR}-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-${VENDOR}-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-${VENDOR}-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-${VENDOR}-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-${VENDOR}-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; + x86_64:VMkernel:*:*) + echo ${UNAME_MACHINE}-${VENDOR}-esx + exit ;; +esac + +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: diff --git a/config/config.h.in b/config/config.h.in new file mode 100644 index 000000000..153c4c096 --- /dev/null +++ b/config/config.h.in @@ -0,0 +1,176 @@ +/* config/config.h.in. Generated from configure.ac by autoheader. */ + + +#ifndef CONFIG_AUTO_H +#define CONFIG_AUTO_H +/* config_auto.h: begin */ + + +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + +/* Define to be the git revision */ +#undef GIT_REV + +/* Disable graphics */ +#undef GRAPHICS_DISABLED + +/* Define to 1 if you have the header file. */ +#undef HAVE_CAIRO_CAIRO_VERSION_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the `getline' function. */ +#undef HAVE_GETLINE + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `lept' library (-llept). */ +#undef HAVE_LIBLEPT + +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + +/* Define to 1 if the system has the type `long long int'. */ +#undef HAVE_LONG_LONG_INT + +/* Define to 1 if you have the header file. */ +#undef HAVE_MALLOC_H + +/* Define to 1 if the system has the type `mbstate_t'. */ +#undef HAVE_MBSTATE_T + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. + */ +#undef HAVE_PANGO_1_0_PANGO_PANGO_FEATURES_H + +/* Define to 1 if you have the `snprintf' function. */ +#undef HAVE_SNPRINTF + +/* Define to 1 if stdbool.h conforms to C99. */ +#undef HAVE_STDBOOL_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_IPC_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SHM_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 that is POSIX.1 compatible. */ +#undef HAVE_SYS_WAIT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNICODE_UCHAR_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if the system has the type `wchar_t'. */ +#undef HAVE_WCHAR_T + +/* Define to 1 if the system has the type `_Bool'. */ +#undef HAVE__BOOL + +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + +/* This is a MinGW system */ +#undef MINGW + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Official date of release */ +#undef PACKAGE_DATE + +/* Name of 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 home page for this package. */ +#undef PACKAGE_URL + +/* Version number */ +#undef PACKAGE_VERSION + +/* Official year for this release */ +#undef PACKAGE_YEAR + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define to 1 if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + +/* Version number of package */ +#undef VERSION + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif + +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + + + +/* Miscellaneous defines */ +#define AUTOCONF 1 + +/* Not used yet +#ifndef NO_GETTEXT +#define USING_GETTEXT +#endif +*/ + +/* config_auto.h: end */ +#endif + diff --git a/config/config.sub b/config/config.sub new file mode 100755 index 000000000..8b612ab89 --- /dev/null +++ b/config/config.sub @@ -0,0 +1,1788 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright 1992-2013 Free Software Foundation, Inc. + +timestamp='2013-04-24' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). + + +# Please send patches with a ChangeLog entry to config-patches@gnu.org. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright 1992-2013 Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + android-linux) + os=-linux-android + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze*) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; + -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 \ + | aarch64 | aarch64_be \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arceb \ + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ + | avr | avr32 \ + | be32 | be64 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | epiphany \ + | fido | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | le32 | le64 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nios | nios2 | nios2eb | nios2el \ + | ns16k | ns32k \ + | open8 \ + | or1k | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pyramid \ + | rl78 | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | we32k \ + | x86 | xc16x | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + 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-* \ + | aarch64-* | aarch64_be-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | be32-* | be64-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | le32-* | le64-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | microblaze-* | microblazeel-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pyramid-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16 | cr16-*) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + microblaze*) + basic_machine=microblaze-xilinx + ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 + ;; + 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-/'` + ;; + msys) + basic_machine=i386-pc + os=-msys + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc | ppcbe) basic_machine=powerpc-unknown + ;; + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + os=-rdos + ;; + rdos32) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tile*) + basic_machine=$basic_machine-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* | -plan9* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -bitrig* | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -nacl*) + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + hexagon-*) + os=-elf + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or1k-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/config/depcomp b/config/depcomp new file mode 100755 index 000000000..4ebd5b3a2 --- /dev/null +++ b/config/depcomp @@ -0,0 +1,791 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2013-05-30.07; # UTC + +# Copyright (C) 1999-2013 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by 'PROGRAMS ARGS'. + object Object file output by 'PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputting dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +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" + +# Avoid interferences from the environment. +gccflag= dashmflag= + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp +fi + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc +fi + +case "$depmode" in +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 -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # 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. +## 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. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -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 -ne 0; then + 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 ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" + echo >> "$depfile" + # The second pass generates a dummy entry for each header file. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" + ;; + +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts '$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + set_dir_from "$object" + set_base_from "$object" + 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 -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" + rm -f "$tmpdepfile" + ;; + +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using '\' : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi + + if test $stat -ne 0; then + 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. + set_dir_from "$object" + set_base_from "$object" + 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 -ne 0; then + 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,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/'"$tab"'\1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/'"$tab"'/ + G + p +}' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for ':' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. + "$@" $dashmflag | + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/config/install-sh b/config/install-sh new file mode 100755 index 000000000..377bb8687 --- /dev/null +++ b/config/install-sh @@ -0,0 +1,527 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2011-11-20.07; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# 'make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + 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 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + 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 + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + 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 problematic for 'test' and other utilities. + 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 + + # 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-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + 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 X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/config/ltmain.sh b/config/ltmain.sh new file mode 100644 index 000000000..63ae69dc6 --- /dev/null +++ b/config/ltmain.sh @@ -0,0 +1,9655 @@ + +# libtool (GNU libtool) 2.4.2 +# Written by Gordon Matzigkeit , 1996 + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, +# or obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# Usage: $progname [OPTION]... [MODE-ARG]... +# +# Provide generalized library-building support services. +# +# --config show all configuration variables +# --debug enable verbose shell tracing +# -n, --dry-run display commands without modifying any files +# --features display basic configuration information and exit +# --mode=MODE use operation mode MODE +# --preserve-dup-deps don't remove duplicate dependency libraries +# --quiet, --silent don't print informational messages +# --no-quiet, --no-silent +# print informational messages (default) +# --no-warn don't display warning messages +# --tag=TAG use configuration variables from tag TAG +# -v, --verbose print more informational messages than default +# --no-verbose don't print the extra informational messages +# --version print version information +# -h, --help, --help-all print short, long, or detailed help message +# +# MODE must be one of the following: +# +# clean remove files from the build directory +# compile compile a source file into a libtool object +# execute automatically set library path, then run a program +# finish complete the installation of libtool libraries +# install install libraries or executables +# link create a library or an executable +# uninstall remove libraries from an installed directory +# +# MODE-ARGS vary depending on the MODE. When passed as first option, +# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. +# Try `$progname --help --mode=MODE' for a more detailed description of MODE. +# +# When reporting a bug, please describe a test case to reproduce it and +# include the following information: +# +# host-triplet: $host +# shell: $SHELL +# compiler: $LTCC +# compiler flags: $LTCFLAGS +# linker: $LD (gnu? $with_gnu_ld) +# $progname: (GNU libtool) 2.4.2 +# automake: $automake_version +# autoconf: $autoconf_version +# +# Report bugs to . +# GNU libtool home page: . +# General help using GNU software: . + +PROGRAM=libtool +PACKAGE=libtool +VERSION=2.4.2 +TIMESTAMP="" +package_revision=1.3337 + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# NLS nuisances: We save the old values to restore during execute mode. +lt_user_locale= +lt_safe_locale= +for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES +do + eval "if test \"\${$lt_var+set}\" = set; then + save_$lt_var=\$$lt_var + $lt_var=C + export $lt_var + lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" + lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" + fi" +done +LC_ALL=C +LANGUAGE=C +export LANGUAGE LC_ALL + +$lt_unset CDPATH + + +# 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" + + + +: ${CP="cp -f"} +test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} +: ${MAKE="make"} +: ${MKDIR="mkdir"} +: ${MV="mv -f"} +: ${RM="rm -f"} +: ${SHELL="${CONFIG_SHELL-/bin/sh}"} +: ${Xsed="$SED -e 1s/^X//"} + +# Global variables: +EXIT_SUCCESS=0 +EXIT_FAILURE=1 +EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. +EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. + +exit_status=$EXIT_SUCCESS + +# Make sure IFS has a sensible default +lt_nl=' +' +IFS=" $lt_nl" + +dirname="s,/[^/]*$,," +basename="s,^.*/,," + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi +} # func_dirname may be replaced by extended shell implementation + + +# func_basename file +func_basename () +{ + func_basename_result=`$ECHO "${1}" | $SED "$basename"` +} # func_basename may be replaced by extended shell implementation + + +# func_dirname_and_basename file append nondir_replacement +# perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# Implementation must be kept synchronized with func_dirname +# and func_basename. For efficiency, we do not delegate to +# those functions but instead duplicate the functionality here. +func_dirname_and_basename () +{ + # Extract subdirectory from the argument. + func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi + func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` +} # func_dirname_and_basename may be replaced by extended shell implementation + + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# func_strip_suffix prefix name +func_stripname () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname may be replaced by extended shell implementation + + +# These SED scripts presuppose an absolute path with a trailing slash. +pathcar='s,^/\([^/]*\).*$,\1,' +pathcdr='s,^/[^/]*,,' +removedotparts=':dotsl + s@/\./@/@g + t dotsl + s,/\.$,/,' +collapseslashes='s@/\{1,\}@/@g' +finalslash='s,/*$,/,' + +# func_normal_abspath PATH +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +# value returned in "$func_normal_abspath_result" +func_normal_abspath () +{ + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. + ;; + *) + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; + esac + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` + while :; do + # Processed it all yet? + if test "$func_normal_abspath_tpath" = / ; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result" ; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} + +# func_relative_path SRCDIR DSTDIR +# generates a relative path from SRCDIR to DSTDIR, with a trailing +# slash if non-empty, suitable for immediately appending a filename +# without needing to append a separator. +# value returned in "$func_relative_path_result" +func_relative_path () +{ + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=${func_dirname_result} + if test "x$func_relative_path_tlibdir" = x ; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test "x$func_stripname_result" != x ; then + func_relative_path_result=${func_relative_path_result}/${func_stripname_result} + fi + + # Normalisation. If bindir is libdir, return empty string, + # else relative path ending with a slash; either way, target + # file name can be directly appended. + if test ! -z "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result/" + func_relative_path_result=$func_stripname_result + fi +} + +# The name of this program: +func_dirname_and_basename "$progpath" +progname=$func_basename_result + +# Make sure we have an absolute path for reexecution: +case $progpath in + [\\/]*|[A-Za-z]:\\*) ;; + *[\\/]*) + progdir=$func_dirname_result + progdir=`cd "$progdir" && pwd` + progpath="$progdir/$progname" + ;; + *) + save_IFS="$IFS" + IFS=${PATH_SEPARATOR-:} + for progdir in $PATH; do + IFS="$save_IFS" + test -x "$progdir/$progname" && break + done + IFS="$save_IFS" + test -n "$progdir" || progdir=`pwd` + progpath="$progdir/$progname" + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed="${SED}"' -e 1s/^X//' +sed_quote_subst='s/\([`"$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution that turns a string into a regex matching for the +# string literally. +sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' + +# Sed substitution that converts a w32 file name or path +# which contains forward slashes, into one that contains +# (escaped) backslashes. A very naive implementation. +lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + +# Re-`\' parameter expansions in output of double_quote_subst that were +# `\'-ed in input to the same. If an odd number of `\' preceded a '$' +# in input to double_quote_subst, that '$' was protected from expansion. +# Since each input `\' is now two `\'s, look for any number of runs of +# four `\'s followed by two `\'s and then a '$'. `\' that '$'. +bs='\\' +bs2='\\\\' +bs4='\\\\\\\\' +dollar='\$' +sed_double_backslash="\ + s/$bs4/&\\ +/g + s/^$bs2$dollar/$bs&/ + s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g + s/\n//g" + +# Standard options: +opt_dry_run=false +opt_help=false +opt_quiet=false +opt_verbose=false +opt_warning=: + +# func_echo arg... +# Echo program name prefixed message, along with the current mode +# name if it has been set yet. +func_echo () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }$*" +} + +# func_verbose arg... +# Echo program name prefixed message in verbose mode only. +func_verbose () +{ + $opt_verbose && func_echo ${1+"$@"} + + # A bug in bash halts the script if the last line of a function + # fails when set -e is in force, so we need another command to + # work around that: + : +} + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +# func_error arg... +# Echo program name prefixed message to standard error. +func_error () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 +} + +# func_warning arg... +# Echo program name prefixed warning message to standard error. +func_warning () +{ + $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 + + # bash bug again: + : +} + +# func_fatal_error arg... +# Echo program name prefixed message to standard error, and exit. +func_fatal_error () +{ + func_error ${1+"$@"} + exit $EXIT_FAILURE +} + +# func_fatal_help arg... +# Echo program name prefixed message to standard error, followed by +# a help hint, and exit. +func_fatal_help () +{ + func_error ${1+"$@"} + func_fatal_error "$help" +} +help="Try \`$progname --help' for more information." ## default + + +# func_grep expression filename +# Check whether EXPRESSION matches any line of FILENAME, without output. +func_grep () +{ + $GREP "$1" "$2" >/dev/null 2>&1 +} + + +# func_mkdir_p directory-path +# Make sure the entire path to DIRECTORY-PATH is available. +func_mkdir_p () +{ + my_directory_path="$1" + my_dir_list= + + if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then + + # Protect directory names starting with `-' + case $my_directory_path in + -*) my_directory_path="./$my_directory_path" ;; + esac + + # While some portion of DIR does not yet exist... + while test ! -d "$my_directory_path"; do + # ...make a list in topmost first order. Use a colon delimited + # list incase some portion of path contains whitespace. + my_dir_list="$my_directory_path:$my_dir_list" + + # If the last portion added has no slash in it, the list is done + case $my_directory_path in */*) ;; *) break ;; esac + + # ...otherwise throw away the child directory and loop + my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` + done + my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` + + save_mkdir_p_IFS="$IFS"; IFS=':' + for my_dir in $my_dir_list; do + IFS="$save_mkdir_p_IFS" + # mkdir can fail with a `File exist' error if two processes + # try to create one of the directories concurrently. Don't + # stop in that case! + $MKDIR "$my_dir" 2>/dev/null || : + done + IFS="$save_mkdir_p_IFS" + + # Bail out if we (or some other process) failed to create a directory. + test -d "$my_directory_path" || \ + func_fatal_error "Failed to create \`$1'" + fi +} + + +# func_mktempdir [string] +# Make a temporary directory that won't clash with other running +# libtool processes, and avoids race conditions if possible. If +# given, STRING is the basename for that directory. +func_mktempdir () +{ + my_template="${TMPDIR-/tmp}/${1-$progname}" + + if test "$opt_dry_run" = ":"; then + # Return a directory name, but don't create it in dry-run mode + my_tmpdir="${my_template}-$$" + else + + # If mktemp works, use that first and foremost + my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` + + if test ! -d "$my_tmpdir"; then + # Failing that, at least try and use $RANDOM to avoid a race + my_tmpdir="${my_template}-${RANDOM-0}$$" + + save_mktempdir_umask=`umask` + umask 0077 + $MKDIR "$my_tmpdir" + umask $save_mktempdir_umask + fi + + # If we're not in dry-run mode, bomb out on failure + test -d "$my_tmpdir" || \ + func_fatal_error "cannot create temporary directory \`$my_tmpdir'" + fi + + $ECHO "$my_tmpdir" +} + + +# func_quote_for_eval arg +# Aesthetically quote ARG to be evaled later. +# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT +# is double-quoted, suitable for a subsequent eval, whereas +# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters +# which are still active within double quotes backslashified. +func_quote_for_eval () +{ + case $1 in + *[\\\`\"\$]*) + func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; + *) + func_quote_for_eval_unquoted_result="$1" ;; + esac + + case $func_quote_for_eval_unquoted_result in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and and variable + # expansion for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" + ;; + *) + func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" + esac +} + + +# func_quote_for_expand arg +# Aesthetically quote ARG to be evaled later; same as above, +# but do not quote variable references. +func_quote_for_expand () +{ + case $1 in + *[\\\`\"]*) + my_arg=`$ECHO "$1" | $SED \ + -e "$double_quote_subst" -e "$sed_double_backslash"` ;; + *) + my_arg="$1" ;; + esac + + case $my_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting and command substitution for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + my_arg="\"$my_arg\"" + ;; + esac + + func_quote_for_expand_result="$my_arg" +} + + +# func_show_eval cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. +func_show_eval () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$my_cmd" + my_status=$? + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + + +# func_show_eval_locale cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. Use the saved locale for evaluation. +func_show_eval_locale () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$lt_user_locale + $my_cmd" + my_status=$? + eval "$lt_safe_locale" + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + +# func_tr_sh +# Turn $1 into a string suitable for a shell variable name. +# Result is stored in $func_tr_sh_result. All characters +# not in the set a-zA-Z0-9_ are replaced with '_'. Further, +# if $1 begins with a digit, a '_' is prepended as well. +func_tr_sh () +{ + case $1 in + [0-9]* | *[!a-zA-Z0-9_]*) + func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` + ;; + * ) + func_tr_sh_result=$1 + ;; + esac +} + + +# func_version +# Echo version message to standard output and exit. +func_version () +{ + $opt_debug + + $SED -n '/(C)/!b go + :more + /\./!{ + N + s/\n# / / + b more + } + :go + /^# '$PROGRAM' (GNU /,/# warranty; / { + s/^# // + s/^# *$// + s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ + p + }' < "$progpath" + exit $? +} + +# func_usage +# Echo short help message to standard output and exit. +func_usage () +{ + $opt_debug + + $SED -n '/^# Usage:/,/^# *.*--help/ { + s/^# // + s/^# *$// + s/\$progname/'$progname'/ + p + }' < "$progpath" + echo + $ECHO "run \`$progname --help | more' for full usage" + exit $? +} + +# func_help [NOEXIT] +# Echo long help message to standard output and exit, +# unless 'noexit' is passed as argument. +func_help () +{ + $opt_debug + + $SED -n '/^# Usage:/,/# Report bugs to/ { + :print + s/^# // + s/^# *$// + s*\$progname*'$progname'* + s*\$host*'"$host"'* + s*\$SHELL*'"$SHELL"'* + s*\$LTCC*'"$LTCC"'* + s*\$LTCFLAGS*'"$LTCFLAGS"'* + s*\$LD*'"$LD"'* + s/\$with_gnu_ld/'"$with_gnu_ld"'/ + s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ + s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ + p + d + } + /^# .* home page:/b print + /^# General help using/b print + ' < "$progpath" + ret=$? + if test -z "$1"; then + exit $ret + fi +} + +# func_missing_arg argname +# Echo program name prefixed message to standard error and set global +# exit_cmd. +func_missing_arg () +{ + $opt_debug + + func_error "missing argument for $1." + exit_cmd=exit +} + + +# func_split_short_opt shortopt +# Set func_split_short_opt_name and func_split_short_opt_arg shell +# variables after splitting SHORTOPT after the 2nd character. +func_split_short_opt () +{ + my_sed_short_opt='1s/^\(..\).*$/\1/;q' + my_sed_short_rest='1s/^..\(.*\)$/\1/;q' + + func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` + func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` +} # func_split_short_opt may be replaced by extended shell implementation + + +# func_split_long_opt longopt +# Set func_split_long_opt_name and func_split_long_opt_arg shell +# variables after splitting LONGOPT at the `=' sign. +func_split_long_opt () +{ + my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q' + my_sed_long_arg='1s/^--[^=]*=//' + + func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` + func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` +} # func_split_long_opt may be replaced by extended shell implementation + +exit_cmd=: + + + + + +magic="%%%MAGIC variable%%%" +magic_exe="%%%MAGIC EXE variable%%%" + +# Global variables. +nonopt= +preserve_args= +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" +extracted_archives= +extracted_serial=0 + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "${1}=\$${1}\${2}" +} # func_append may be replaced by extended shell implementation + +# func_append_quoted var value +# Quote VALUE and append to the end of shell variable VAR, separated +# by a space. +func_append_quoted () +{ + func_quote_for_eval "${2}" + eval "${1}=\$${1}\\ \$func_quote_for_eval_result" +} # func_append_quoted may be replaced by extended shell implementation + + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=`expr "${@}"` +} # func_arith may be replaced by extended shell implementation + + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` +} # func_len may be replaced by extended shell implementation + + +# func_lo2o object +func_lo2o () +{ + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` +} # func_lo2o may be replaced by extended shell implementation + + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` +} # func_xform may be replaced by extended shell implementation + + +# func_fatal_configuration arg... +# Echo program name prefixed message to standard error, followed by +# a configuration failure hint, and exit. +func_fatal_configuration () +{ + func_error ${1+"$@"} + func_error "See the $PACKAGE documentation for more information." + func_fatal_error "Fatal configuration error." +} + + +# func_config +# Display the configuration for all the tags in this script. +func_config () +{ + re_begincf='^# ### BEGIN LIBTOOL' + re_endcf='^# ### END LIBTOOL' + + # Default configuration. + $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" + + # Now print the configurations for the tags. + for tagname in $taglist; do + $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" + done + + exit $? +} + +# func_features +# Display the features supported by this script. +func_features () +{ + echo "host: $host" + if test "$build_libtool_libs" = yes; then + echo "enable shared libraries" + else + echo "disable shared libraries" + fi + if test "$build_old_libs" = yes; then + echo "enable static libraries" + else + echo "disable static libraries" + fi + + exit $? +} + +# func_enable_tag tagname +# Verify that TAGNAME is valid, and either flag an error and exit, or +# enable the TAGNAME tag. We also add TAGNAME to the global $taglist +# variable here. +func_enable_tag () +{ + # Global variable: + tagname="$1" + + re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" + re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" + sed_extractcf="/$re_begincf/,/$re_endcf/p" + + # Validate tagname. + case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac + + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; + *) + if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then + taglist="$taglist $tagname" + + # Evaluate the configuration. Be careful to quote the path + # and the sed script, to avoid splitting on whitespace, but + # also don't use non-portable quotes within backquotes within + # quotes we have to do it in 2 steps: + extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` + eval "$extractedcf" + else + func_error "ignoring unknown tag $tagname" + fi + ;; + esac +} + +# func_check_version_match +# Ensure that we are using m4 macros, and libtool script from the same +# release of libtool. +func_check_version_match () +{ + if test "$package_revision" != "$macro_revision"; then + if test "$VERSION" != "$macro_version"; then + if test -z "$macro_version"; then + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from an older release. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + fi + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, +$progname: but the definition of this LT_INIT comes from revision $macro_revision. +$progname: You should recreate aclocal.m4 with macros from revision $package_revision +$progname: of $PACKAGE $VERSION and run autoconf again. +_LT_EOF + fi + + exit $EXIT_MISMATCH + fi +} + + +# Shorthand for --mode=foo, only valid as the first argument +case $1 in +clean|clea|cle|cl) + shift; set dummy --mode clean ${1+"$@"}; shift + ;; +compile|compil|compi|comp|com|co|c) + shift; set dummy --mode compile ${1+"$@"}; shift + ;; +execute|execut|execu|exec|exe|ex|e) + shift; set dummy --mode execute ${1+"$@"}; shift + ;; +finish|finis|fini|fin|fi|f) + shift; set dummy --mode finish ${1+"$@"}; shift + ;; +install|instal|insta|inst|ins|in|i) + shift; set dummy --mode install ${1+"$@"}; shift + ;; +link|lin|li|l) + shift; set dummy --mode link ${1+"$@"}; shift + ;; +uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) + shift; set dummy --mode uninstall ${1+"$@"}; shift + ;; +esac + + + +# Option defaults: +opt_debug=: +opt_dry_run=false +opt_config=false +opt_preserve_dup_deps=false +opt_features=false +opt_finish=false +opt_help=false +opt_help_all=false +opt_silent=: +opt_warning=: +opt_verbose=: +opt_silent=false +opt_verbose=false + + +# Parse options once, thoroughly. This comes as soon as possible in the +# script to make things like `--version' happen as quickly as we can. +{ + # this just eases exit handling + while test $# -gt 0; do + opt="$1" + shift + case $opt in + --debug|-x) opt_debug='set -x' + func_echo "enabling shell trace mode" + $opt_debug + ;; + --dry-run|--dryrun|-n) + opt_dry_run=: + ;; + --config) + opt_config=: +func_config + ;; + --dlopen|-dlopen) + optarg="$1" + opt_dlopen="${opt_dlopen+$opt_dlopen +}$optarg" + shift + ;; + --preserve-dup-deps) + opt_preserve_dup_deps=: + ;; + --features) + opt_features=: +func_features + ;; + --finish) + opt_finish=: +set dummy --mode finish ${1+"$@"}; shift + ;; + --help) + opt_help=: + ;; + --help-all) + opt_help_all=: +opt_help=': help-all' + ;; + --mode) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_mode="$optarg" +case $optarg in + # Valid mode arguments: + clean|compile|execute|finish|install|link|relink|uninstall) ;; + + # Catch anything else as an error + *) func_error "invalid argument for $opt" + exit_cmd=exit + break + ;; +esac + shift + ;; + --no-silent|--no-quiet) + opt_silent=false +func_append preserve_args " $opt" + ;; + --no-warning|--no-warn) + opt_warning=false +func_append preserve_args " $opt" + ;; + --no-verbose) + opt_verbose=false +func_append preserve_args " $opt" + ;; + --silent|--quiet) + opt_silent=: +func_append preserve_args " $opt" + opt_verbose=false + ;; + --verbose|-v) + opt_verbose=: +func_append preserve_args " $opt" +opt_silent=false + ;; + --tag) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_tag="$optarg" +func_append preserve_args " $opt $optarg" +func_enable_tag "$optarg" + shift + ;; + + -\?|-h) func_usage ;; + --help) func_help ;; + --version) func_version ;; + + # Separate optargs to long options: + --*=*) + func_split_long_opt "$opt" + set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} + shift + ;; + + # Separate non-argument short options: + -\?*|-h*|-n*|-v*) + func_split_short_opt "$opt" + set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + --) break ;; + -*) func_fatal_help "unrecognized option \`$opt'" ;; + *) set dummy "$opt" ${1+"$@"}; shift; break ;; + esac + done + + # Validate options: + + # save first non-option argument + if test "$#" -gt 0; then + nonopt="$opt" + shift + fi + + # preserve --debug + test "$opt_debug" = : || func_append preserve_args " --debug" + + case $host in + *cygwin* | *mingw* | *pw32* | *cegcc*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; + *) + opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps + ;; + esac + + $opt_help || { + # Sanity checks first: + func_check_version_match + + if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then + func_fatal_configuration "not configured to build any kind of library" + fi + + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$opt_dlopen" && test "$opt_mode" != execute; then + func_error "unrecognized option \`-dlopen'" + $ECHO "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$progname --help --mode=$opt_mode' for more information." + } + + + # Bail if the options were screwed + $exit_cmd $EXIT_FAILURE +} + + + + +## ----------- ## +## Main. ## +## ----------- ## + +# func_lalib_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_lalib_p () +{ + test -f "$1" && + $SED -e 4q "$1" 2>/dev/null \ + | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 +} + +# func_lalib_unsafe_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function implements the same check as func_lalib_p without +# resorting to external programs. To this end, it redirects stdin and +# closes it afterwards, without saving the original file descriptor. +# As a safety measure, use it only where a negative result would be +# fatal anyway. Works if `file' does not exist. +func_lalib_unsafe_p () +{ + lalib_p=no + if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then + for lalib_p_l in 1 2 3 4 + do + read lalib_p_line + case "$lalib_p_line" in + \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; + esac + done + exec 0<&5 5<&- + fi + test "$lalib_p" = yes +} + +# func_ltwrapper_script_p file +# True iff FILE is a libtool wrapper script +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_script_p () +{ + func_lalib_p "$1" +} + +# func_ltwrapper_executable_p file +# True iff FILE is a libtool wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_executable_p () +{ + func_ltwrapper_exec_suffix= + case $1 in + *.exe) ;; + *) func_ltwrapper_exec_suffix=.exe ;; + esac + $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 +} + +# func_ltwrapper_scriptname file +# Assumes file is an ltwrapper_executable +# uses $file to determine the appropriate filename for a +# temporary ltwrapper_script. +func_ltwrapper_scriptname () +{ + func_dirname_and_basename "$1" "" "." + func_stripname '' '.exe' "$func_basename_result" + func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" +} + +# func_ltwrapper_p file +# True iff FILE is a libtool wrapper script or wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_p () +{ + func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" +} + + +# func_execute_cmds commands fail_cmd +# Execute tilde-delimited COMMANDS. +# If FAIL_CMD is given, eval that upon failure. +# FAIL_CMD may read-access the current command in variable CMD! +func_execute_cmds () +{ + $opt_debug + save_ifs=$IFS; IFS='~' + for cmd in $1; do + IFS=$save_ifs + eval cmd=\"$cmd\" + func_show_eval "$cmd" "${2-:}" + done + IFS=$save_ifs +} + + +# func_source file +# Source FILE, adding directory component if necessary. +# Note that it is not necessary on cygwin/mingw to append a dot to +# FILE even if both FILE and FILE.exe exist: automatic-append-.exe +# behavior happens only for exec(3), not for open(2)! Also, sourcing +# `FILE.' does not work on cygwin managed mounts. +func_source () +{ + $opt_debug + case $1 in + */* | *\\*) . "$1" ;; + *) . "./$1" ;; + esac +} + + +# func_resolve_sysroot PATH +# Replace a leading = in PATH with a sysroot. Store the result into +# func_resolve_sysroot_result +func_resolve_sysroot () +{ + func_resolve_sysroot_result=$1 + case $func_resolve_sysroot_result in + =*) + func_stripname '=' '' "$func_resolve_sysroot_result" + func_resolve_sysroot_result=$lt_sysroot$func_stripname_result + ;; + esac +} + +# func_replace_sysroot PATH +# If PATH begins with the sysroot, replace it with = and +# store the result into func_replace_sysroot_result. +func_replace_sysroot () +{ + case "$lt_sysroot:$1" in + ?*:"$lt_sysroot"*) + func_stripname "$lt_sysroot" '' "$1" + func_replace_sysroot_result="=$func_stripname_result" + ;; + *) + # Including no sysroot. + func_replace_sysroot_result=$1 + ;; + esac +} + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () +{ + $opt_debug + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case "$@ " in + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + func_echo "unable to infer tagged configuration" + func_fatal_error "specify a tag with \`--tag'" +# else +# func_verbose "using $tagname tagged configuration" + fi + ;; + esac + fi +} + + + +# func_write_libtool_object output_name pic_name nonpic_name +# Create a libtool object file (analogous to a ".la" file), +# but don't create it if we're doing a dry run. +func_write_libtool_object () +{ + write_libobj=${1} + if test "$build_libtool_libs" = yes; then + write_lobj=\'${2}\' + else + write_lobj=none + fi + + if test "$build_old_libs" = yes; then + write_oldobj=\'${3}\' + else + write_oldobj=none + fi + + $opt_dry_run || { + cat >${write_libobj}T </dev/null` + if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then + func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | + $SED -e "$lt_sed_naive_backslashify"` + else + func_convert_core_file_wine_to_w32_result= + fi + fi +} +# end: func_convert_core_file_wine_to_w32 + + +# func_convert_core_path_wine_to_w32 ARG +# Helper function used by path conversion functions when $build is *nix, and +# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly +# configured wine environment available, with the winepath program in $build's +# $PATH. Assumes ARG has no leading or trailing path separator characters. +# +# ARG is path to be converted from $build format to win32. +# Result is available in $func_convert_core_path_wine_to_w32_result. +# Unconvertible file (directory) names in ARG are skipped; if no directory names +# are convertible, then the result may be empty. +func_convert_core_path_wine_to_w32 () +{ + $opt_debug + # unfortunately, winepath doesn't convert paths, only file names + func_convert_core_path_wine_to_w32_result="" + if test -n "$1"; then + oldIFS=$IFS + IFS=: + for func_convert_core_path_wine_to_w32_f in $1; do + IFS=$oldIFS + func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" + if test -n "$func_convert_core_file_wine_to_w32_result" ; then + if test -z "$func_convert_core_path_wine_to_w32_result"; then + func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" + else + func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" + fi + fi + done + IFS=$oldIFS + fi +} +# end: func_convert_core_path_wine_to_w32 + + +# func_cygpath ARGS... +# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when +# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) +# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or +# (2), returns the Cygwin file name or path in func_cygpath_result (input +# file name or path is assumed to be in w32 format, as previously converted +# from $build's *nix or MSYS format). In case (3), returns the w32 file name +# or path in func_cygpath_result (input file name or path is assumed to be in +# Cygwin format). Returns an empty string on error. +# +# ARGS are passed to cygpath, with the last one being the file name or path to +# be converted. +# +# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH +# environment variable; do not put it in $PATH. +func_cygpath () +{ + $opt_debug + if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then + func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` + if test "$?" -ne 0; then + # on failure, ensure result is empty + func_cygpath_result= + fi + else + func_cygpath_result= + func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" + fi +} +#end: func_cygpath + + +# func_convert_core_msys_to_w32 ARG +# Convert file name or path ARG from MSYS format to w32 format. Return +# result in func_convert_core_msys_to_w32_result. +func_convert_core_msys_to_w32 () +{ + $opt_debug + # awkward: cmd appends spaces to result + func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` +} +#end: func_convert_core_msys_to_w32 + + +# func_convert_file_check ARG1 ARG2 +# Verify that ARG1 (a file name in $build format) was converted to $host +# format in ARG2. Otherwise, emit an error message, but continue (resetting +# func_to_host_file_result to ARG1). +func_convert_file_check () +{ + $opt_debug + if test -z "$2" && test -n "$1" ; then + func_error "Could not determine host file name corresponding to" + func_error " \`$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback: + func_to_host_file_result="$1" + fi +} +# end func_convert_file_check + + +# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH +# Verify that FROM_PATH (a path in $build format) was converted to $host +# format in TO_PATH. Otherwise, emit an error message, but continue, resetting +# func_to_host_file_result to a simplistic fallback value (see below). +func_convert_path_check () +{ + $opt_debug + if test -z "$4" && test -n "$3"; then + func_error "Could not determine the host path corresponding to" + func_error " \`$3'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback. This is a deliberately simplistic "conversion" and + # should not be "improved". See libtool.info. + if test "x$1" != "x$2"; then + lt_replace_pathsep_chars="s|$1|$2|g" + func_to_host_path_result=`echo "$3" | + $SED -e "$lt_replace_pathsep_chars"` + else + func_to_host_path_result="$3" + fi + fi +} +# end func_convert_path_check + + +# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG +# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT +# and appending REPL if ORIG matches BACKPAT. +func_convert_path_front_back_pathsep () +{ + $opt_debug + case $4 in + $1 ) func_to_host_path_result="$3$func_to_host_path_result" + ;; + esac + case $4 in + $2 ) func_append func_to_host_path_result "$3" + ;; + esac +} +# end func_convert_path_front_back_pathsep + + +################################################## +# $build to $host FILE NAME CONVERSION FUNCTIONS # +################################################## +# invoked via `$to_host_file_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# Result will be available in $func_to_host_file_result. + + +# func_to_host_file ARG +# Converts the file name ARG from $build format to $host format. Return result +# in func_to_host_file_result. +func_to_host_file () +{ + $opt_debug + $to_host_file_cmd "$1" +} +# end func_to_host_file + + +# func_to_tool_file ARG LAZY +# converts the file name ARG from $build format to toolchain format. Return +# result in func_to_tool_file_result. If the conversion in use is listed +# in (the comma separated) LAZY, no conversion takes place. +func_to_tool_file () +{ + $opt_debug + case ,$2, in + *,"$to_tool_file_cmd",*) + func_to_tool_file_result=$1 + ;; + *) + $to_tool_file_cmd "$1" + func_to_tool_file_result=$func_to_host_file_result + ;; + esac +} +# end func_to_tool_file + + +# func_convert_file_noop ARG +# Copy ARG to func_to_host_file_result. +func_convert_file_noop () +{ + func_to_host_file_result="$1" +} +# end func_convert_file_noop + + +# func_convert_file_msys_to_w32 ARG +# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_file_result. +func_convert_file_msys_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_to_host_file_result="$func_convert_core_msys_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_w32 + + +# func_convert_file_cygwin_to_w32 ARG +# Convert file name ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_file_cygwin_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # because $build is cygwin, we call "the" cygpath in $PATH; no need to use + # LT_CYGPATH in this case. + func_to_host_file_result=`cygpath -m "$1"` + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_cygwin_to_w32 + + +# func_convert_file_nix_to_w32 ARG +# Convert file name ARG from *nix to w32 format. Requires a wine environment +# and a working winepath. Returns result in func_to_host_file_result. +func_convert_file_nix_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_file_wine_to_w32 "$1" + func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_w32 + + +# func_convert_file_msys_to_cygwin ARG +# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_file_msys_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_cygpath -u "$func_convert_core_msys_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_cygwin + + +# func_convert_file_nix_to_cygwin ARG +# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed +# in a wine environment, working winepath, and LT_CYGPATH set. Returns result +# in func_to_host_file_result. +func_convert_file_nix_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. + func_convert_core_file_wine_to_w32 "$1" + func_cygpath -u "$func_convert_core_file_wine_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_cygwin + + +############################################# +# $build to $host PATH CONVERSION FUNCTIONS # +############################################# +# invoked via `$to_host_path_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# The result will be available in $func_to_host_path_result. +# +# Path separators are also converted from $build format to $host format. If +# ARG begins or ends with a path separator character, it is preserved (but +# converted to $host format) on output. +# +# All path conversion functions are named using the following convention: +# file name conversion function : func_convert_file_X_to_Y () +# path conversion function : func_convert_path_X_to_Y () +# where, for any given $build/$host combination the 'X_to_Y' value is the +# same. If conversion functions are added for new $build/$host combinations, +# the two new functions must follow this pattern, or func_init_to_host_path_cmd +# will break. + + +# func_init_to_host_path_cmd +# Ensures that function "pointer" variable $to_host_path_cmd is set to the +# appropriate value, based on the value of $to_host_file_cmd. +to_host_path_cmd= +func_init_to_host_path_cmd () +{ + $opt_debug + if test -z "$to_host_path_cmd"; then + func_stripname 'func_convert_file_' '' "$to_host_file_cmd" + to_host_path_cmd="func_convert_path_${func_stripname_result}" + fi +} + + +# func_to_host_path ARG +# Converts the path ARG from $build format to $host format. Return result +# in func_to_host_path_result. +func_to_host_path () +{ + $opt_debug + func_init_to_host_path_cmd + $to_host_path_cmd "$1" +} +# end func_to_host_path + + +# func_convert_path_noop ARG +# Copy ARG to func_to_host_path_result. +func_convert_path_noop () +{ + func_to_host_path_result="$1" +} +# end func_convert_path_noop + + +# func_convert_path_msys_to_w32 ARG +# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_path_result. +func_convert_path_msys_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from ARG. MSYS + # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; + # and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_msys_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_msys_to_w32 + + +# func_convert_path_cygwin_to_w32 ARG +# Convert path ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_path_cygwin_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_cygwin_to_w32 + + +# func_convert_path_nix_to_w32 ARG +# Convert path ARG from *nix to w32 format. Requires a wine environment and +# a working winepath. Returns result in func_to_host_file_result. +func_convert_path_nix_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_nix_to_w32 + + +# func_convert_path_msys_to_cygwin ARG +# Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_path_msys_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_msys_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_msys_to_cygwin + + +# func_convert_path_nix_to_cygwin ARG +# Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a +# a wine environment, working winepath, and LT_CYGPATH set. Returns result in +# func_to_host_file_result. +func_convert_path_nix_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from + # ARG. msys behavior is inconsistent here, cygpath turns them + # into '.;' and ';.', and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_nix_to_cygwin + + +# func_mode_compile arg... +func_mode_compile () +{ + $opt_debug + # 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= + pie_flag= + + 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) + test -n "$libobj" && \ + func_fatal_error "you cannot specify \`-o' more than once" + arg_mode=target + continue + ;; + + -pie | -fpie | -fPIE) + func_append pie_flag " $arg" + continue + ;; + + -shared | -static | -prefer-pic | -prefer-non-pic) + func_append 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,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + lastarg= + save_ifs="$IFS"; IFS=',' + for arg in $args; do + IFS="$save_ifs" + func_append_quoted lastarg "$arg" + done + IFS="$save_ifs" + func_stripname ' ' '' "$lastarg" + lastarg=$func_stripname_result + + # Add the arguments to base_compile. + func_append 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. + func_append_quoted base_compile "$lastarg" + done # for arg + + case $arg_mode in + arg) + func_fatal_error "you must specify an argument for -Xcompile" + ;; + target) + func_fatal_error "you must specify a target with \`-o'" + ;; + *) + # Get the name of the library object. + test -z "$libobj" && { + func_basename "$srcfile" + libobj="$func_basename_result" + } + ;; + esac + + # Recognize several different file suffixes. + # If the user specifies -o file.o, it is replaced with file.lo + case $libobj in + *.[cCFSifmso] | \ + *.ada | *.adb | *.ads | *.asm | \ + *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ + *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) + func_xform "$libobj" + libobj=$func_xform_result + ;; + esac + + case $libobj in + *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; + *) + func_fatal_error "cannot determine name of library object from \`$libobj'" + ;; + esac + + func_infer_tag $base_compile + + for arg in $later; do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + continue + ;; + + -static) + build_libtool_libs=no + build_old_libs=yes + continue + ;; + + -prefer-pic) + pic_mode=yes + continue + ;; + + -prefer-non-pic) + pic_mode=no + continue + ;; + esac + done + + func_quote_for_eval "$libobj" + test "X$libobj" != "X$func_quote_for_eval_result" \ + && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ + && func_warning "libobj name \`$libobj' may not contain shell special characters." + func_dirname_and_basename "$obj" "/" "" + objname="$func_basename_result" + xdir="$func_dirname_result" + lobj=${xdir}$objdir/$objname + + test -z "$base_compile" && \ + func_fatal_help "you must specify a compilation command" + + # Delete any leftover library objects. + if test "$build_old_libs" = yes; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2* | cegcc*) + pic_mode=default + ;; + esac + if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test "$compiler_c_o" = no; then + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} + lockfile="$output_obj.lock" + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + elif test "$need_locks" = warn; then + if test -f "$lockfile"; then + $ECHO "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + func_append removelist " $output_obj" + $ECHO "$srcfile" > "$lockfile" + fi + + $opt_dry_run || $RM $removelist + func_append removelist " $lockfile" + trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 + + func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 + srcfile=$func_to_tool_file_result + func_quote_for_eval "$srcfile" + qsrcfile=$func_quote_for_eval_result + + # Only build a PIC object if we are building libtool libraries. + if test "$build_libtool_libs" = yes; then + # Without this assignment, base_compile gets emptied. + fbsd_hideous_sh_bug=$base_compile + + if test "$pic_mode" != no; then + command="$base_compile $qsrcfile $pic_flag" + else + # Don't build PIC code + command="$base_compile $qsrcfile" + fi + + func_mkdir_p "$xdir$objdir" + + if test -z "$output_obj"; then + # Place PIC objects in $objdir + func_append command " -o $lobj" + fi + + func_show_eval_locale "$command" \ + 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + func_show_eval '$MV "$output_obj" "$lobj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + + # Allow error messages only from the first compilation. + if test "$suppress_opt" = yes; then + suppress_output=' >/dev/null 2>&1' + fi + fi + + # Only build a position-dependent object if we build old libraries. + if test "$build_old_libs" = yes; then + if test "$pic_mode" != yes; then + # Don't build PIC code + command="$base_compile $qsrcfile$pie_flag" + else + command="$base_compile $qsrcfile $pic_flag" + fi + if test "$compiler_c_o" = yes; then + func_append command " -o $obj" + fi + + # Suppress compiler output if we already did a PIC compilation. + func_append command "$suppress_output" + func_show_eval_locale "$command" \ + '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + func_show_eval '$MV "$output_obj" "$obj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + fi + + $opt_dry_run || { + func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" + + # Unlock the critical section if it was locked + if test "$need_locks" != no; then + removelist=$lockfile + $RM "$lockfile" + fi + } + + exit $EXIT_SUCCESS +} + +$opt_help || { + test "$opt_mode" = compile && func_mode_compile ${1+"$@"} +} + +func_mode_help () +{ + # We need to display help for each of the modes. + case $opt_mode in + "") + # Generic help is extracted from the usage comments + # at the start of this file. + func_help + ;; + + clean) + $ECHO \ +"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + + compile) + $ECHO \ +"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -no-suppress do not suppress compiler output for multiple passes + -prefer-pic try to build PIC objects only + -prefer-non-pic try to build non-PIC objects only + -shared do not build a \`.o' file suitable for static linking + -static only build a \`.o' file suitable for static linking + -Wc,FLAG pass FLAG directly to the compiler + +COMPILE-COMMAND is a command to be used in creating a \`standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix \`.c' with the +library object suffix, \`.lo'." + ;; + + execute) + $ECHO \ +"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to \`-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + + finish) + $ECHO \ +"Usage: $progname [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the \`--dry-run' option if you just want to see what would be executed." + ;; + + install) + $ECHO \ +"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the \`install' or \`cp' program. + +The following components of INSTALL-COMMAND are treated specially: + + -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + + link) + $ECHO \ +"Usage: $progname [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -bindir BINDIR specify path to binaries directory (for systems where + libraries must be found in the PATH setting at runtime) + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE Use a list of object files found in FILE to specify objects + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -shared only do dynamic linking of libtool libraries + -shrext SUFFIX override the standard shared library file extension + -static do not do any dynamic linking of uninstalled libtool libraries + -static-libtool-libs + do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + -weak LIBNAME declare that the target provides the LIBNAME interface + -Wc,FLAG + -Xcompiler FLAG pass linker-specific FLAG directly to the compiler + -Wl,FLAG + -Xlinker FLAG pass linker-specific FLAG directly to the linker + -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) + +All other options (arguments beginning with \`-') are ignored. + +Every other argument is treated as a filename. Files ending in \`.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in \`.la', then a libtool library is created, +only library objects (\`.lo' files) may be specified, and \`-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created +using \`ar' and \`ranlib', or on Windows using \`lib'. + +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +is created, otherwise an executable program is created." + ;; + + uninstall) + $ECHO \ +"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + + *) + func_fatal_help "invalid operation mode \`$opt_mode'" + ;; + esac + + echo + $ECHO "Try \`$progname --help' for more information about other modes." +} + +# Now that we've collected a possible --mode arg, show help if necessary +if $opt_help; then + if test "$opt_help" = :; then + func_mode_help + else + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + func_mode_help + done + } | sed -n '1p; 2,$s/^Usage:/ or: /p' + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + echo + func_mode_help + done + } | + sed '1d + /^When reporting/,/^Report/{ + H + d + } + $x + /information about other modes/d + /more detailed .*MODE/d + s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' + fi + exit $? +fi + + +# func_mode_execute arg... +func_mode_execute () +{ + $opt_debug + # The first argument is the command name. + cmd="$nonopt" + test -z "$cmd" && \ + func_fatal_help "you must specify a COMMAND" + + # Handle -dlopen flags immediately. + for file in $opt_dlopen; do + test -f "$file" \ + || func_fatal_help "\`$file' is not a file" + + dir= + case $file in + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$lib' is not a valid libtool archive" + + # Read the libtool library. + dlname= + library_names= + func_source "$file" + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && \ + func_warning "\`$file' was not linked with \`-export-dynamic'" + continue + fi + + func_dirname "$file" "" "." + dir="$func_dirname_result" + + if test -f "$dir/$objdir/$dlname"; then + func_append dir "/$objdir" + else + if test ! -f "$dir/$dlname"; then + func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" + fi + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + func_dirname "$file" "" "." + dir="$func_dirname_result" + ;; + + *) + func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir="$absdir" + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic="$magic" + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -* | *.la | *.lo ) ;; + *) + # Do a test to see if this is really a libtool program. + if func_ltwrapper_script_p "$file"; then + func_source "$file" + # Transform arg to wrapped name. + file="$progdir/$program" + elif func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + func_source "$func_ltwrapper_scriptname_result" + # Transform arg to wrapped name. + file="$progdir/$program" + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + func_append_quoted args "$file" + done + + if test "X$opt_dry_run" = Xfalse; then + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES + do + eval "if test \"\${save_$lt_var+set}\" = set; then + $lt_var=\$save_$lt_var; export $lt_var + else + $lt_unset $lt_var + fi" + done + + # Now prepare to actually exec the command. + exec_cmd="\$cmd$args" + else + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" + echo "export $shlibpath_var" + fi + $ECHO "$cmd$args" + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = execute && func_mode_execute ${1+"$@"} + + +# func_mode_finish arg... +func_mode_finish () +{ + $opt_debug + libs= + libdirs= + admincmds= + + for opt in "$nonopt" ${1+"$@"} + do + if test -d "$opt"; then + func_append libdirs " $opt" + + elif test -f "$opt"; then + if func_lalib_unsafe_p "$opt"; then + func_append libs " $opt" + else + func_warning "\`$opt' is not a valid libtool archive" + fi + + else + func_fatal_error "invalid argument \`$opt'" + fi + done + + if test -n "$libs"; then + if test -n "$lt_sysroot"; then + sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` + sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" + else + sysroot_cmd= + fi + + # Remove sysroot references + if $opt_dry_run; then + for lib in $libs; do + echo "removing references to $lt_sysroot and \`=' prefixes from $lib" + done + else + tmpdir=`func_mktempdir` + for lib in $libs; do + sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ + > $tmpdir/tmp-la + mv -f $tmpdir/tmp-la $lib + done + ${RM}r "$tmpdir" + fi + fi + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + func_execute_cmds "$finish_cmds" 'admincmds="$admincmds +'"$cmd"'"' + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $opt_dry_run || eval "$cmds" || func_append admincmds " + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + $opt_silent && exit $EXIT_SUCCESS + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + echo "----------------------------------------------------------------------" + echo "Libraries have been installed in:" + for libdir in $libdirs; do + $ECHO " $libdir" + done + echo + echo "If you ever happen to want to link against installed libraries" + echo "in a given directory, LIBDIR, you must either use libtool, and" + echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + echo " during execution" + fi + if test -n "$runpath_var"; then + echo " - add LIBDIR to the \`$runpath_var' environment variable" + echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $ECHO " - use the \`$flag' linker flag" + fi + if test -n "$admincmds"; then + $ECHO " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + fi + echo + + echo "See any operating system documentation about shared libraries for" + case $host in + solaris2.[6789]|solaris2.1[0-9]) + echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" + echo "pages." + ;; + *) + echo "more information, such as the ld(1) and ld.so(8) manual pages." + ;; + esac + echo "----------------------------------------------------------------------" + fi + exit $EXIT_SUCCESS +} + +test "$opt_mode" = finish && func_mode_finish ${1+"$@"} + + +# func_mode_install arg... +func_mode_install () +{ + $opt_debug + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + case $nonopt in *shtool*) :;; *) false;; esac; then + # Aesthetically quote it. + func_quote_for_eval "$nonopt" + install_prog="$func_quote_for_eval_result " + arg=$1 + shift + else + install_prog= + arg=$nonopt + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + func_quote_for_eval "$arg" + func_append install_prog "$func_quote_for_eval_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=no + stripme= + no_mode=: + for arg + do + arg2= + if test -n "$dest"; then + func_append files " $dest" + dest=$arg + continue + fi + + case $arg in + -d) isdir=yes ;; + -f) + if $install_cp; then :; else + prev=$arg + fi + ;; + -g | -m | -o) + prev=$arg + ;; + -s) + stripme=" -s" + continue + ;; + -*) + ;; + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + if test "x$prev" = x-m && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi + prev= + else + dest=$arg + continue + fi + ;; + esac + + # Aesthetically quote the argument. + func_quote_for_eval "$arg" + func_append install_prog " $func_quote_for_eval_result" + if test -n "$arg2"; then + func_quote_for_eval "$arg2" + fi + func_append install_shared_prog " $func_quote_for_eval_result" + done + + test -z "$install_prog" && \ + func_fatal_help "you must specify an install program" + + test -n "$prev" && \ + func_fatal_help "the \`$prev' option requires an argument" + + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_for_eval "$install_override_mode" + func_append install_shared_prog " -m $func_quote_for_eval_result" + fi + fi + + if test -z "$files"; then + if test -z "$dest"; then + func_fatal_help "no file or destination specified" + else + func_fatal_help "you must specify a destination" + fi + fi + + # Strip any trailing slash from the destination. + func_stripname '' '/' "$dest" + dest=$func_stripname_result + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=yes + if test "$isdir" = yes; then + destdir="$dest" + destname= + else + func_dirname_and_basename "$dest" "" "." + destdir="$func_dirname_result" + destname="$func_basename_result" + + # Not a directory, so check to see that there is only one file specified. + set dummy $files; shift + test "$#" -gt 1 && \ + func_fatal_help "\`$dest' is not a directory" + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + func_fatal_help "\`$destdir' must be an absolute directory name" + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + func_append staticlibs " $file" + ;; + + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$file' is not a valid libtool archive" + + library_names= + old_library= + relink_command= + func_source "$file" + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) func_append current_libdirs " $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) func_append future_libdirs " $libdir" ;; + esac + fi + + func_dirname "$file" "/" "" + dir="$func_dirname_result" + func_append dir "$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + test "$inst_prefix_dir" = "$destdir" && \ + func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + else + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + fi + + func_warning "relinking \`$file'" + func_show_eval "$relink_command" \ + 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' + fi + + # See the names of the shared library. + set dummy $library_names; shift + if test -n "$1"; then + realname="$1" + shift + + srcname="$realname" + test -n "$relink_command" && srcname="$realname"T + + # Install the shared library and build the symlinks. + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ + 'exit $?' + tstripme="$stripme" + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + case $realname in + *.dll.a) + tstripme="" + ;; + esac + ;; + esac + if test -n "$tstripme" && test -n "$striplib"; then + func_show_eval "$striplib $destdir/$realname" 'exit $?' + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + # Try `ln -sf' first, because the `ln' binary might depend on + # the symlink we replace! Solaris /bin/ln does not understand -f, + # so we also need to try rm && ln -s. + for linkname + do + test "$linkname" != "$realname" \ + && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" + done + fi + + # Do each command in the postinstall commands. + lib="$destdir/$realname" + func_execute_cmds "$postinstall_cmds" 'exit $?' + fi + + # Install the pseudo-library for information purposes. + func_basename "$file" + name="$func_basename_result" + instname="$dir/$name"i + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' + + # Maybe install the static library, too. + test -n "$old_library" && func_append staticlibs " $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + func_lo2o "$destfile" + staticdest=$func_lo2o_result + ;; + *.$objext) + staticdest="$destfile" + destfile= + ;; + *) + func_fatal_help "cannot copy a libtool object to \`$destfile'" + ;; + esac + + # Install the libtool object if requested. + test -n "$destfile" && \ + func_show_eval "$install_prog $file $destfile" 'exit $?' + + # Install the old object if enabled. + if test "$build_old_libs" = yes; then + # Deduce the name of the old-style object file. + func_lo2o "$file" + staticobj=$func_lo2o_result + func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext="" + case $file in + *.exe) + if test ! -f "$file"; then + func_stripname '' '.exe' "$file" + file=$func_stripname_result + stripped_ext=".exe" + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin* | *mingw*) + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + wrapper=$func_ltwrapper_scriptname_result + else + func_stripname '' '.exe' "$file" + wrapper=$func_stripname_result + fi + ;; + *) + wrapper=$file + ;; + esac + if func_ltwrapper_script_p "$wrapper"; then + notinst_deplibs= + relink_command= + + func_source "$wrapper" + + # Check the variables that should have been set. + test -z "$generated_by_libtool_version" && \ + func_fatal_error "invalid libtool wrapper script \`$wrapper'" + + finalize=yes + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + func_source "$lib" + fi + libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test + if test -n "$libdir" && test ! -f "$libfile"; then + func_warning "\`$lib' has not been installed in \`$libdir'" + finalize=no + fi + done + + relink_command= + func_source "$wrapper" + + outputname= + if test "$fast_install" = no && test -n "$relink_command"; then + $opt_dry_run || { + if test "$finalize" = yes; then + tmpdir=`func_mktempdir` + func_basename "$file$stripped_ext" + file="$func_basename_result" + outputname="$tmpdir/$file" + # Replace the output file specification. + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` + + $opt_silent || { + func_quote_for_expand "$relink_command" + eval "func_echo $func_quote_for_expand_result" + } + if eval "$relink_command"; then : + else + func_error "error: relink \`$file' with the above command before installing it" + $opt_dry_run || ${RM}r "$tmpdir" + continue + fi + file="$outputname" + else + func_warning "cannot relink \`$file'" + fi + } + else + # Install the binary that we compiled earlier. + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyway + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + func_stripname '' '.exe' "$destfile" + destfile=$func_stripname_result + ;; + esac + ;; + esac + func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' + $opt_dry_run || if test -n "$outputname"; then + ${RM}r "$tmpdir" + fi + ;; + esac + done + + for file in $staticlibs; do + func_basename "$file" + name="$func_basename_result" + + # Set up the ranlib parameters. + oldlib="$destdir/$name" + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + + func_show_eval "$install_prog \$file \$oldlib" 'exit $?' + + if test -n "$stripme" && test -n "$old_striplib"; then + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' + fi + + # Do each command in the postinstall commands. + func_execute_cmds "$old_postinstall_cmds" 'exit $?' + done + + test -n "$future_libdirs" && \ + func_warning "remember to run \`$progname --finish$future_libdirs'" + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + $opt_dry_run && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = install && func_mode_install ${1+"$@"} + + +# func_generate_dlsyms outputname originator pic_p +# Extract symbols from dlprefiles and create ${outputname}S.o with +# a dlpreopen symbol table. +func_generate_dlsyms () +{ + $opt_debug + my_outputname="$1" + my_originator="$2" + my_pic_p="${3-no}" + my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` + my_dlsyms= + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + my_dlsyms="${my_outputname}S.c" + else + func_error "not configured to extract global symbols from dlpreopened files" + fi + fi + + if test -n "$my_dlsyms"; then + case $my_dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist="$output_objdir/${my_outputname}.nm" + + func_show_eval "$RM $nlist ${nlist}S ${nlist}T" + + # Parse the name list into a source file. + func_verbose "creating $output_objdir/$my_dlsyms" + + $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ +/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ +/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +/* External symbol declarations for the compiler. */\ +" + + if test "$dlself" = yes; then + func_verbose "generating symbol list for \`$output'" + + $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` + for progfile in $progfiles; do + func_to_tool_file "$progfile" func_convert_file_msys_to_w32 + func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" + $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $opt_dry_run || { + eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + if test -n "$export_symbols_regex"; then + $opt_dry_run || { + eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols="$output_objdir/$outputname.exp" + $opt_dry_run || { + $RM $export_symbols + eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' + ;; + esac + } + else + $opt_dry_run || { + eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' + ;; + esac + } + fi + fi + + for dlprefile in $dlprefiles; do + func_verbose "extracting global C symbols from \`$dlprefile'" + func_basename "$dlprefile" + name="$func_basename_result" + case $host in + *cygwin* | *mingw* | *cegcc* ) + # if an import library, we need to obtain dlname + if func_win32_import_lib_p "$dlprefile"; then + func_tr_sh "$dlprefile" + eval "curr_lafile=\$libfile_$func_tr_sh_result" + dlprefile_dlbasename="" + if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then + # Use subshell, to avoid clobbering current variable values + dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` + if test -n "$dlprefile_dlname" ; then + func_basename "$dlprefile_dlname" + dlprefile_dlbasename="$func_basename_result" + else + # no lafile. user explicitly requested -dlpreopen . + $sharedlib_from_linklib_cmd "$dlprefile" + dlprefile_dlbasename=$sharedlib_from_linklib_result + fi + fi + $opt_dry_run || { + if test -n "$dlprefile_dlbasename" ; then + eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' + else + func_warning "Could not compute DLL name from $name" + eval '$ECHO ": $name " >> "$nlist"' + fi + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | + $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" + } + else # not an import lib + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + fi + ;; + *) + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + ;; + esac + done + + $opt_dry_run || { + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $MV "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if $GREP -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + $GREP -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' + else + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" + fi + + echo >> "$output_objdir/$my_dlsyms" "\ + +/* The mapping between symbol names and symbols. */ +typedef struct { + const char *name; + void *address; +} lt_dlsymlist; +extern LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[]; +LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[] = +{\ + { \"$my_originator\", (void *) 0 }," + + case $need_lib_prefix in + no) + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + *) + eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + esac + echo >> "$output_objdir/$my_dlsyms" "\ + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_${my_prefix}_LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + } # !$opt_dry_run + + pic_flag_for_symtable= + case "$compile_command " in + *" -static "*) ;; + *) + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; + *-*-hpux*) + pic_flag_for_symtable=" $pic_flag" ;; + *) + if test "X$my_pic_p" != Xno; then + pic_flag_for_symtable=" $pic_flag" + fi + ;; + esac + ;; + esac + symtab_cflags= + for arg in $LTCFLAGS; do + case $arg in + -pie | -fpie | -fPIE) ;; + *) func_append symtab_cflags " $arg" ;; + esac + done + + # Now compile the dynamic symbol file. + func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' + + # Clean up the generated files. + func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' + + # Transform the symbol file into the correct name. + symfileobj="$output_objdir/${my_outputname}S.$objext" + case $host in + *cygwin* | *mingw* | *cegcc* ) + if test -f "$output_objdir/$my_outputname.def"; then + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + else + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + fi + ;; + *) + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + ;; + esac + ;; + *) + func_fatal_error "unknown suffix for \`$my_dlsyms'" + ;; + 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 "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` + fi +} + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +# Despite the name, also deal with 64 bit binaries. +func_win32_libid () +{ + $opt_debug + win32_libid_type="unknown" + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then + func_to_tool_file "$1" func_convert_file_msys_to_w32 + win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | + $SED -n -e ' + 1,100{ + / I /{ + s,.*,import, + 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_cygming_dll_for_implib ARG +# +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib () +{ + $opt_debug + sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` +} + +# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs +# +# The is the core of a fallback implementation of a +# platform-specific function to extract the name of the +# DLL associated with the specified import library LIBNAME. +# +# SECTION_NAME is either .idata$6 or .idata$7, depending +# on the platform and compiler that created the implib. +# +# Echos the name of the DLL associated with the +# specified import library. +func_cygming_dll_for_implib_fallback_core () +{ + $opt_debug + match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` + $OBJDUMP -s --section "$1" "$2" 2>/dev/null | + $SED '/^Contents of section '"$match_literal"':/{ + # Place marker at beginning of archive member dllname section + s/.*/====MARK====/ + p + d + } + # These lines can sometimes be longer than 43 characters, but + # are always uninteresting + /:[ ]*file format pe[i]\{,1\}-/d + /^In archive [^:]*:/d + # Ensure marker is printed + /^====MARK====/p + # Remove all lines with less than 43 characters + /^.\{43\}/!d + # From remaining lines, remove first 43 characters + s/^.\{43\}//' | + $SED -n ' + # Join marker and all lines until next marker into a single line + /^====MARK====/ b para + H + $ b para + b + :para + x + s/\n//g + # Remove the marker + s/^====MARK====// + # Remove trailing dots and whitespace + s/[\. \t]*$// + # Print + /./p' | + # we now have a list, one entry per line, of the stringified + # contents of the appropriate section of all members of the + # archive which possess that section. Heuristic: eliminate + # all those which have a first or second character that is + # a '.' (that is, objdump's representation of an unprintable + # character.) This should work for all archives with less than + # 0x302f exports -- but will fail for DLLs whose name actually + # begins with a literal '.' or a single character followed by + # a '.'. + # + # Of those that remain, print the first one. + $SED -e '/^\./d;/^.\./d;q' +} + +# func_cygming_gnu_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is a GNU/binutils-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_gnu_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` + test -n "$func_cygming_gnu_implib_tmp" +} + +# func_cygming_ms_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is an MS-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_ms_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` + test -n "$func_cygming_ms_implib_tmp" +} + +# func_cygming_dll_for_implib_fallback ARG +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# +# This fallback implementation is for use when $DLLTOOL +# does not support the --identify-strict option. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib_fallback () +{ + $opt_debug + if func_cygming_gnu_implib_p "$1" ; then + # binutils import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` + elif func_cygming_ms_implib_p "$1" ; then + # ms-generated import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` + else + # unknown + sharedlib_from_linklib_result="" + fi +} + + +# func_extract_an_archive dir oldlib +func_extract_an_archive () +{ + $opt_debug + f_ex_an_ar_dir="$1"; shift + f_ex_an_ar_oldlib="$1" + if test "$lock_old_archive_extraction" = yes; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test "$lock_old_archive_extraction" = yes; then + $opt_dry_run || rm -f "$lockfile" + fi + if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then + : + else + func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" + fi +} + + +# func_extract_archives gentop oldlib ... +func_extract_archives () +{ + $opt_debug + my_gentop="$1"; shift + my_oldlibs=${1+"$@"} + my_oldobjs="" + my_xlib="" + my_xabs="" + my_xdir="" + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + func_basename "$my_xlib" + my_xlib="$func_basename_result" + my_xlib_u=$my_xlib + while :; do + case " $extracted_archives " in + *" $my_xlib_u "*) + func_arith $extracted_serial + 1 + extracted_serial=$func_arith_result + my_xlib_u=lt$extracted_serial-$my_xlib ;; + *) break ;; + esac + done + extracted_archives="$extracted_archives $my_xlib_u" + my_xdir="$my_gentop/$my_xlib_u" + + func_mkdir_p "$my_xdir" + + case $host in + *-darwin*) + func_verbose "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + $opt_dry_run || { + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + darwin_base_archive=`basename "$darwin_archive"` + darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` + if test -n "$darwin_arches"; then + darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches ; do + func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" + $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" + cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" + func_extract_an_archive "`pwd`" "${darwin_base_archive}" + cd "$darwin_curdir" + $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" + done # $darwin_arches + ## Okay now we've a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` + $LIPO -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + $RM -rf unfat-$$ + cd "$darwin_orig_dir" + else + cd $darwin_orig_dir + func_extract_an_archive "$my_xdir" "$my_xabs" + fi # $darwin_arches + } # !$opt_dry_run + ;; + *) + func_extract_an_archive "$my_xdir" "$my_xabs" + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` + done + + func_extract_archives_result="$my_oldobjs" +} + + +# func_emit_wrapper [arg=no] +# +# Emit a libtool wrapper script on stdout. +# Don't directly open a file because we may want to +# incorporate the script contents within a cygwin/mingw +# wrapper executable. Must ONLY be called from within +# func_mode_link because it depends on a number of variables +# set therein. +# +# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR +# variable will take. If 'yes', then the emitted script +# will assume that the directory in which it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () +{ + func_emit_wrapper_arg1=${1-no} + + $ECHO "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +sed_quote_subst='$sed_quote_subst' + +# Be Bourne compatible +if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variables: + generated_by_libtool_version='$macro_version' + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$ECHO are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + file=\"\$0\"" + + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=\"$qECHO\" + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ which is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options which match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ +" + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} + + # Find the directory that this script lives in. + thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$ECHO \"\$file\" | $SED '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 \"\$file\" | $SED 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` + done + + # Usually 'no', except on cygwin/mingw when embedded into + # the cwrapper. + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 + if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then + # special case for '.' + if test \"\$thisdir\" = \".\"; then + thisdir=\`pwd\` + fi + # remove .libs from thisdir + case \"\$thisdir\" in + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; + $objdir ) thisdir=. ;; + esac + fi + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test "$fast_install" = yes; then + $ECHO "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $MKDIR \"\$progdir\" + else + $RM \"\$progdir/\$file\" + fi" + + $ECHO "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + $ECHO \"\$relink_command_output\" >&2 + $RM \"\$progdir/\$file\" + exit 1 + fi + fi + + $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $RM \"\$progdir/\$program\"; + $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $RM \"\$progdir/\$file\" + fi" + else + $ECHO "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $ECHO "\ + + if test -f \"\$progdir/\$program\"; then" + + # fixup the dll searchpath if we need to. + # + # Fix the DLL searchpath if we need to. Do this before prepending + # to shlibpath, because on Windows, both are PATH and uninstalled + # libraries must come first. + if test -n "$dllsearchpath"; then + $ECHO "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + # Export our shlibpath_var if we have one. + if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $ECHO "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` + + export $shlibpath_var +" + fi + + $ECHO "\ + if test \"\$libtool_execute_magic\" != \"$magic\"; then + # Run the actual program with our arguments. + func_exec_program \${1+\"\$@\"} + fi + else + # The program doesn't exist. + \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 + \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 + \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 + exit 1 + fi +fi\ +" +} + + +# func_emit_cwrapperexe_src +# emit the source code for a wrapper executable on stdout +# Must ONLY be called from within func_mode_link because +# it depends on a number of variable set therein. +func_emit_cwrapperexe_src () +{ + cat < +#include +#ifdef _MSC_VER +# include +# include +# include +#else +# include +# include +# ifdef __CYGWIN__ +# include +# endif +#endif +#include +#include +#include +#include +#include +#include +#include +#include + +/* declarations of non-ANSI functions */ +#if defined(__MINGW32__) +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined(__CYGWIN__) +# ifdef __STRICT_ANSI__ +char *realpath (const char *, char *); +int putenv (char *); +int setenv (const char *, const char *, int); +# endif +/* #elif defined (other platforms) ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined(_MSC_VER) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +# ifndef _INTPTR_T_DEFINED +# define _INTPTR_T_DEFINED +# define intptr_t int +# endif +#elif defined(__MINGW32__) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined(__CYGWIN__) +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined (other platforms) ... */ +#endif + +#if defined(PATH_MAX) +# define LT_PATHMAX PATH_MAX +#elif defined(MAXPATHLEN) +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef S_IXOTH +# define S_IXOTH 0 +#endif +#ifndef S_IXGRP +# define S_IXGRP 0 +#endif + +/* path handling portability macros */ +#ifndef DIR_SEPARATOR +# define DIR_SEPARATOR '/' +# define PATH_SEPARATOR ':' +#endif + +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ + defined (__OS2__) +# define HAVE_DOS_BASED_FILE_SYSTEM +# define FOPEN_WB "wb" +# ifndef DIR_SEPARATOR_2 +# define DIR_SEPARATOR_2 '\\' +# endif +# ifndef PATH_SEPARATOR_2 +# define PATH_SEPARATOR_2 ';' +# endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#ifndef PATH_SEPARATOR_2 +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) +#else /* PATH_SEPARATOR_2 */ +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) +#endif /* PATH_SEPARATOR_2 */ + +#ifndef FOPEN_WB +# define FOPEN_WB "w" +#endif +#ifndef _O_BINARY +# define _O_BINARY 0 +#endif + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free ((void *) stale); stale = 0; } \ +} while (0) + +#if defined(LT_DEBUGWRAPPER) +static int lt_debug = 1; +#else +static int lt_debug = 0; +#endif + +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ + +void *xmalloc (size_t num); +char *xstrdup (const char *string); +const char *base_name (const char *name); +char *find_executable (const char *wrapper); +char *chase_symlinks (const char *pathspec); +int make_executable (const char *path); +int check_executable (const char *path); +char *strendzap (char *str, const char *pat); +void lt_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); +void lt_setenv (const char *name, const char *value); +char *lt_extend_str (const char *orig_value, const char *add, int to_end); +void lt_update_exe_path (const char *name, const char *value); +void lt_update_lib_path (const char *name, const char *value); +char **prepare_spawn (char **argv); +void lt_dump_script (FILE *f); +EOF + + cat <= 0) + && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) + return 1; + else + return 0; +} + +int +make_executable (const char *path) +{ + int rval = 0; + struct stat st; + + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); + if ((!path) || (!*path)) + return 0; + + if (stat (path, &st) >= 0) + { + rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); + } + return rval; +} + +/* Searches for the full path of the wrapper. Returns + newly allocated full path name if found, NULL otherwise + Does not chase symlinks, even on platforms that support them. +*/ +char * +find_executable (const char *wrapper) +{ + int has_slash = 0; + const char *p; + const char *p_next; + /* static buffer for getcwd */ + char tmp[LT_PATHMAX + 1]; + int tmp_len; + char *concat_name; + + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); + + if ((wrapper == NULL) || (*wrapper == '\0')) + return NULL; + + /* Absolute path? */ +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + if (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 (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = + XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + 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 (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + return NULL; +} + +char * +chase_symlinks (const char *pathspec) +{ +#ifndef S_ISLNK + return xstrdup (pathspec); +#else + char buf[LT_PATHMAX]; + struct stat s; + char *tmp_pathspec = xstrdup (pathspec); + char *p; + int has_symlinks = 0; + while (strlen (tmp_pathspec) && !has_symlinks) + { + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); + if (lstat (tmp_pathspec, &s) == 0) + { + if (S_ISLNK (s.st_mode) != 0) + { + has_symlinks = 1; + break; + } + + /* search backwards for last DIR_SEPARATOR */ + p = tmp_pathspec + strlen (tmp_pathspec) - 1; + while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + p--; + if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + { + /* no more DIR_SEPARATORS left */ + break; + } + *p = '\0'; + } + else + { + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); + } + } + XFREE (tmp_pathspec); + + if (!has_symlinks) + { + return xstrdup (pathspec); + } + + tmp_pathspec = realpath (pathspec, buf); + if (tmp_pathspec == 0) + { + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); + } + return xstrdup (tmp_pathspec); +#endif +} + +char * +strendzap (char *str, const char *pat) +{ + size_t len, patlen; + + assert (str != NULL); + assert (pat != NULL); + + len = strlen (str); + patlen = strlen (pat); + + if (patlen <= len) + { + str += len - patlen; + if (strcmp (str, pat) == 0) + *str = '\0'; + } + return str; +} + +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + +static void +lt_error_core (int exit_status, const char *file, + int line, const char *mode, + const char *message, va_list ap) +{ + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *file, int line, const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); + va_end (ap); +} + +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + +void +lt_setenv (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (value)); + { +#ifdef HAVE_SETENV + /* always make a copy, for consistency with !HAVE_SETENV */ + char *str = xstrdup (value); + setenv (name, str, 1); +#else + int len = strlen (name) + 1 + strlen (value) + 1; + char *str = XMALLOC (char, len); + sprintf (str, "%s=%s", name, value); + if (putenv (str) != EXIT_SUCCESS) + { + XFREE (str); + } +#endif + } +} + +char * +lt_extend_str (const char *orig_value, const char *add, int to_end) +{ + char *new_value; + if (orig_value && *orig_value) + { + int orig_value_len = strlen (orig_value); + int add_len = strlen (add); + new_value = XMALLOC (char, add_len + orig_value_len + 1); + if (to_end) + { + strcpy (new_value, orig_value); + strcpy (new_value + orig_value_len, add); + } + else + { + strcpy (new_value, add); + strcpy (new_value + add_len, orig_value); + } + } + else + { + new_value = xstrdup (add); + } + return new_value; +} + +void +lt_update_exe_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + /* some systems can't cope with a ':'-terminated path #' */ + int len = strlen (new_value); + while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) + { + new_value[len-1] = '\0'; + } + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +void +lt_update_lib_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' + cat <<"EOF" +} +EOF +} +# end: func_emit_cwrapperexe_src + +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $opt_debug + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + +# func_mode_link arg... +func_mode_link () +{ + $opt_debug + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + # It is impossible to link a dll without this setting, and + # we shouldn't force the makefile maintainer to figure out + # which system we are compiling for in order to pass an extra + # flag for every libtool invocation. + # allow_undefined=no + + # FIXME: Unfortunately, there are problems with the above when trying + # to make a dll which has undefined symbols, in which case not + # even a static library is built. For now, we need to specify + # -no-undefined on the libtool link line when we can be certain + # that all symbols are satisfied, otherwise we get a static library. + allow_undefined=yes + ;; + *) + allow_undefined=yes + ;; + esac + libtool_args=$nonopt + base_compile="$nonopt $@" + compile_command=$nonopt + finalize_command=$nonopt + + compile_rpath= + finalize_rpath= + compile_shlibpath= + finalize_shlibpath= + convenience= + old_convenience= + deplibs= + old_deplibs= + compiler_flags= + linker_flags= + dllsearchpath= + lib_search_path=`pwd` + inst_prefix_dir= + new_inherited_linker_flags= + + avoid_version=no + bindir= + dlfiles= + dlprefiles= + dlself=no + export_dynamic=no + export_symbols= + export_symbols_regex= + generated= + libobjs= + ltlibs= + module=no + no_install=no + objs= + non_pic_objects= + precious_files_regex= + prefer_static_libs=no + preload=no + prev= + prevarg= + release= + rpath= + xrpath= + perm_rpath= + temp_rpath= + thread_safe=no + vinfo= + vinfo_number=no + weak_libs= + single_module="${wl}-single_module" + func_infer_tag $base_compile + + # We need to know -static, to get the right output filenames. + for arg + do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + break + ;; + -all-static | -static | -static-libtool-libs) + case $arg in + -all-static) + if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then + func_warning "complete static linking is impossible in this configuration" + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + -static) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=built + ;; + -static-libtool-libs) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + esac + build_libtool_libs=no + build_old_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg="$1" + shift + func_quote_for_eval "$arg" + qarg=$func_quote_for_eval_unquoted_result + func_append libtool_args " $func_quote_for_eval_result" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + func_append compile_command " @OUTPUT@" + func_append finalize_command " @OUTPUT@" + ;; + esac + + case $prev in + bindir) + bindir="$arg" + prev= + continue + ;; + dlfiles|dlprefiles) + if test "$preload" = no; then + # Add the symbol object into the linking commands. + func_append compile_command " @SYMFILE@" + func_append finalize_command " @SYMFILE@" + preload=yes + fi + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test "$dlself" = no; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test "$prev" = dlprefiles; then + dlself=yes + elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test "$prev" = dlfiles; then + func_append dlfiles " $arg" + else + func_append dlprefiles " $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols="$arg" + test -f "$arg" \ + || func_fatal_error "symbol file \`$arg' does not exist" + prev= + continue + ;; + expsyms_regex) + export_symbols_regex="$arg" + prev= + continue + ;; + framework) + case $host in + *-*-darwin*) + case "$deplibs " in + *" $qarg.ltframework "*) ;; + *) func_append deplibs " $qarg.ltframework" # this is fixed later + ;; + esac + ;; + esac + prev= + continue + ;; + inst_prefix) + inst_prefix_dir="$arg" + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat "$save_arg"` + do +# func_append moreargs " $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + func_append 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. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + done + else + func_fatal_error "link input file \`$arg' does not exist" + fi + arg=$save_arg + prev= + continue + ;; + precious_regex) + precious_files_regex="$arg" + prev= + continue + ;; + release) + release="-$arg" + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + if test "$prev" = rpath; then + case "$rpath " in + *" $arg "*) ;; + *) func_append rpath " $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) func_append xrpath " $arg" ;; + esac + fi + prev= + continue + ;; + shrext) + shrext_cmds="$arg" + prev= + continue + ;; + weak) + func_append weak_libs " $arg" + prev= + continue + ;; + xcclinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xcompiler) + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xlinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $wl$qarg" + prev= + func_append compile_command " $wl$qarg" + func_append finalize_command " $wl$qarg" + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg="$arg" + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + # See comment for -static flag below, for more details. + func_append compile_command " $link_static_flag" + func_append finalize_command " $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + func_fatal_error "\`-allow-undefined' must not be used because it is the default" + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -bindir) + prev=bindir + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + func_fatal_error "more than one -exported-symbols argument is not allowed" + fi + if test "X$arg" = "X-export-symbols"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -framework) + prev=framework + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + func_append compile_command " $arg" + func_append finalize_command " $arg" + ;; + esac + continue + ;; + + -L*) + func_stripname "-L" '' "$arg" + if test -z "$func_stripname_result"; then + if test "$#" -gt 0; then + func_fatal_error "require no space between \`-L' and \`$1'" + else + func_fatal_error "need path for \`-L' option" + fi + fi + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + test -z "$absdir" && \ + func_fatal_error "cannot determine absolute directory name of \`$dir'" + dir="$absdir" + ;; + esac + case "$deplibs " in + *" -L$dir "* | *" $arg "*) + # Will only happen for absolute or sysroot arguments + ;; + *) + # Preserve sysroot, but never include relative directories + case $dir in + [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; + *) func_append deplibs " -L$dir" ;; + esac + func_append lib_search_path " $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$dir:"*) ;; + ::) dllsearchpath=$dir;; + *) func_append dllsearchpath ":$dir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append dllsearchpath ":$testbindir";; + esac + ;; + esac + continue + ;; + + -l*) + if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-os2*) + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; + *-*-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 + func_append deplibs " System.ltframework" + continue + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + test "X$arg" = "X-lc" && continue + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + func_append deplibs " $arg" + continue + ;; + + -module) + module=yes + continue + ;; + + # Tru64 UNIX uses -model [arg] to determine the layout of C++ + # classes, name mangling, and exception handling. + # Darwin uses the -arch flag to determine output architecture. + -model|-arch|-isysroot|--sysroot) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + prev=xcompiler + continue + ;; + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + case "$new_inherited_linker_flags " in + *" $arg "*) ;; + * ) func_append new_inherited_linker_flags " $arg" ;; + esac + continue + ;; + + -multi_module) + single_module="${wl}-multi_module" + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) + # The PATH hackery in wrapper scripts is required on Windows + # and Darwin in order for the loader to find any dlls it needs. + func_warning "\`-no-install' is ignored for $host" + func_warning "assuming \`-no-fast-install' instead" + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + func_stripname '-R' '' "$arg" + dir=$func_stripname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + =*) + func_stripname '=' '' "$dir" + dir=$lt_sysroot$func_stripname_result + ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + continue + ;; + + -shared) + # The effects of -shared are defined in a previous loop. + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -static | -static-libtool-libs) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -weak) + prev=weak + continue + ;; + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + func_append arg " $func_quote_for_eval_result" + func_append compiler_flags " $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Wl,*) + func_stripname '-Wl,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + func_append arg " $wl$func_quote_for_eval_result" + func_append compiler_flags " $wl$func_quote_for_eval_result" + func_append linker_flags " $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # -msg_* for osf cc + -msg_*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection + # --sysroot=* for sysroot support + # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ + -O*|-flto*|-fwhopr*|-fuse-linker-plugin) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + func_append compile_command " $arg" + func_append finalize_command " $arg" + func_append compiler_flags " $arg" + continue + ;; + + # Some other compiler flag. + -* | +*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + *.$objext) + # A standard object. + func_append objs " $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + func_append 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. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + ;; + + *.$libext) + # An archive. + func_append deplibs " $arg" + func_append old_deplibs " $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + func_resolve_sysroot "$arg" + if test "$prev" = dlfiles; then + # This library was specified with -dlopen. + func_append dlfiles " $func_resolve_sysroot_result" + prev= + elif test "$prev" = dlprefiles; then + # The library was specified with -dlpreopen. + func_append dlprefiles " $func_resolve_sysroot_result" + prev= + else + func_append deplibs " $func_resolve_sysroot_result" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + done # argument parsing loop + + test -n "$prev" && \ + func_fatal_help "the \`$prevarg' option requires an argument" + + if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + func_basename "$output" + outputname="$func_basename_result" + libobjs_save="$libobjs" + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + func_dirname "$output" "/" "" + output_objdir="$func_dirname_result$objdir" + func_to_tool_file "$output_objdir/" + tool_output_objdir=$func_to_tool_file_result + # Create the object directory. + func_mkdir_p "$output_objdir" + + # Determine the type of output + case $output in + "") + func_fatal_help "you must specify an output file" + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if $opt_preserve_dup_deps ; then + case "$libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append libs " $deplib" + done + + if test "$linkmode" = lib; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if $opt_duplicate_compiler_generated_deps; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; + esac + func_append pre_post_deps " $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + notinst_path= # paths that contain not-installed libtool libraries + + case $linkmode in + lib) + passes="conv dlpreopen link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=no + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + + for pass in $passes; do + # The preopen pass in lib mode reverses $deplibs; put it back here + # so that -L comes before libs that need it for instance... + if test "$linkmode,$pass" = "lib,link"; then + ## FIXME: Find the place where the list is rebuilt in the wrong + ## order, and fix it there properly + tmp_deplibs= + for deplib in $deplibs; do + tmp_deplibs="$deplib $tmp_deplibs" + done + deplibs="$tmp_deplibs" + fi + + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan"; then + libs="$deplibs" + deplibs= + fi + if test "$linkmode" = prog; then + case $pass in + dlopen) libs="$dlfiles" ;; + dlpreopen) libs="$dlprefiles" ;; + link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; + esac + fi + if test "$linkmode,$pass" = "lib,dlpreopen"; then + # Collect and forward deplibs of preopened libtool libs + for lib in $dlprefiles; do + # Ignore non-libtool-libs + dependency_libs= + func_resolve_sysroot "$lib" + case $lib in + *.la) func_source "$func_resolve_sysroot_result" ;; + esac + + # Collect preopened libtool deplibs, except any this library + # has declared as weak libs + for deplib in $dependency_libs; do + func_basename "$deplib" + deplib_base=$func_basename_result + case " $weak_libs " in + *" $deplib_base "*) ;; + *) func_append deplibs " $deplib" ;; + esac + done + done + libs="$dlprefiles" + fi + if test "$pass" = dlopen; then + # Collect dlpreopened libraries + save_deplibs="$deplibs" + deplibs= + fi + + for deplib in $libs; do + lib= + found=no + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append compiler_flags " $deplib" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -l*) + if test "$linkmode" != lib && test "$linkmode" != prog; then + func_warning "\`-l' is ignored for archives/objects" + continue + fi + func_stripname '-l' '' "$deplib" + name=$func_stripname_result + if test "$linkmode" = lib; then + searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" + else + searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" + fi + for searchdir in $searchdirs; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib="$searchdir/lib${name}${search_ext}" + if test -f "$lib"; then + if test "$search_ext" = ".la"; then + found=yes + else + found=no + fi + break 2 + fi + done + done + if test "$found" != yes; then + # deplib doesn't seem to be a libtool library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + else # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $deplib "*) + if func_lalib_p "$lib"; then + library_names= + old_library= + func_source "$lib" + for l in $old_library $library_names; do + ll="$l" + done + if test "X$ll" = "X$old_library" ; then # only static version available + found=no + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + lib=$ladir/$old_library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + fi + ;; # -l + *.ltframework) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test "$pass" = conv && continue + newdependency_libs="$deplib $newdependency_libs" + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + prog) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + if test "$pass" = scan; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + *) + func_warning "\`-L' is ignored for archives/objects" + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test "$pass" = link; then + func_stripname '-R' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) + func_resolve_sysroot "$deplib" + lib=$func_resolve_sysroot_result + ;; + *.$libext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + # Linking convenience modules into shared libraries is allowed, + # but linking other static libraries is non-portable. + case " $dlpreconveniencelibs " in + *" $deplib "*) ;; + *) + valid_a_lib=no + case $deplibs_check_method in + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + if eval "\$ECHO \"$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 use here." + else + echo + $ECHO "*** Warning: Linking the shared library $output against the" + $ECHO "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + fi + ;; + esac + continue + ;; + prog) + if test "$pass" != link; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + elif test "$linkmode" = prog; then + if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + func_append newdlprefiles " $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append newdlfiles " $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=yes + continue + ;; + esac # case $deplib + + if test "$found" = yes || test -f "$lib"; then : + else + func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" + fi + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$lib" \ + || func_fatal_error "\`$lib' is not a valid libtool archive" + + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + inherited_linker_flags= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + avoidtemprpath= + + + # Read the .la file + func_source "$lib" + + # Convert "-framework foo" to "foo.ltframework" + if test -n "$inherited_linker_flags"; then + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` + for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do + case " $new_inherited_linker_flags " in + *" $tmp_inherited_linker_flag "*) ;; + *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; + esac + done + fi + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then + test -n "$dlopen" && func_append dlfiles " $dlopen" + test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" + fi + + if test "$pass" = conv; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + # It is a libtool convenience library, so add in its objects. + func_append convenience " $ladir/$objdir/$old_library" + func_append old_convenience " $ladir/$objdir/$old_library" + elif test "$linkmode" != prog && test "$linkmode" != lib; then + func_fatal_error "\`$lib' is not a convenience library" + fi + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + if test -n "$old_library" && + { test "$prefer_static_libs" = yes || + test "$prefer_static_libs,$installed" = "built,no"; }; then + linklib=$old_library + else + for l in $old_library $library_names; do + linklib="$l" + done + fi + if test -z "$linklib"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + + # This library was specified with -dlopen. + if test "$pass" = dlopen; then + if test -z "$libdir"; then + func_fatal_error "cannot -dlopen a convenience library: \`$lib'" + fi + if test -z "$dlname" || + test "$dlopen_support" != yes || + test "$build_libtool_libs" = no; then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + func_append dlprefiles " $lib $dependency_libs" + else + func_append newdlfiles " $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + func_warning "cannot determine absolute directory name of \`$ladir'" + func_warning "passing it literally to the linker, although it might fail" + abs_ladir="$ladir" + fi + ;; + esac + func_basename "$lib" + laname="$func_basename_result" + + # Find the relevant object directory and library name. + if test "X$installed" = Xyes; then + if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + func_warning "library \`$lib' was moved." + dir="$ladir" + absdir="$abs_ladir" + libdir="$abs_ladir" + else + dir="$lt_sysroot$libdir" + absdir="$lt_sysroot$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 + func_append notinst_path " $abs_ladir" + else + dir="$ladir/$objdir" + absdir="$abs_ladir/$objdir" + # Remove this search path later + func_append notinst_path " $abs_ladir" + fi + fi # $installed = yes + func_stripname 'lib' '.la' "$laname" + name=$func_stripname_result + + # This library was specified with -dlpreopen. + if test "$pass" = dlpreopen; then + if test -z "$libdir" && test "$linkmode" = prog; then + func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" + fi + case "$host" in + # special handling for platforms with PE-DLLs. + *cygwin* | *mingw* | *cegcc* ) + # Linker will automatically link against shared library if both + # static and shared are present. Therefore, ensure we extract + # symbols from the import library if a shared library is present + # (otherwise, the dlopen module name will be incorrect). We do + # this by putting the import library name into $newdlprefiles. + # We recover the dlopen module name by 'saving' the la file + # name in a special purpose variable, and (later) extracting the + # dlname from the la file. + if test -n "$dlname"; then + func_tr_sh "$dir/$linklib" + eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" + func_append newdlprefiles " $dir/$linklib" + else + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + fi + ;; + * ) + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + func_append newdlprefiles " $dir/$dlname" + else + func_append newdlprefiles " $dir/$linklib" + fi + ;; + esac + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test "$linkmode" = lib; then + 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 + func_append newlib_search_path " $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=no + if test "$link_all_deplibs" != no || test -z "$library_names" || + test "$build_libtool_libs" = no; then + linkalldeplibs=yes + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + esac + # Need to link against all dependency_libs? + if test "$linkalldeplibs" = yes; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test "$linkmode,$pass" = "prog,link"; then + if test -n "$library_names" && + { { test "$prefer_static_libs" = no || + test "$prefer_static_libs,$installed" = "built,yes"; } || + test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then + # Make sure the rpath contains only unique directories. + case "$temp_rpath:" in + *"$absdir:"*) ;; + *) func_append 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 "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if test "$alldeplibs" = yes && + { test "$deplibs_check_method" = pass_all || + { test "$build_libtool_libs" = yes && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + use_static_libs=$prefer_static_libs + if test "$use_static_libs" = built && test "$installed" = yes; then + use_static_libs=no + fi + if test -n "$library_names" && + { test "$use_static_libs" = no || test -z "$old_library"; }; then + case $host in + *cygwin* | *mingw* | *cegcc*) + # No point in relinking DLLs because paths are not encoded + func_append notinst_deplibs " $lib" + need_relink=no + ;; + *) + if test "$installed" = no; then + func_append notinst_deplibs " $lib" + need_relink=yes + fi + ;; + esac + # This is a shared library + + # Warn about portability, can't link against -module's on some + # systems (darwin). Don't bleat about dlopened modules though! + dlopenmodule="" + for dlpremoduletest in $dlprefiles; do + if test "X$dlpremoduletest" = "X$lib"; then + dlopenmodule="$dlpremoduletest" + break + fi + done + if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then + echo + if test "$linkmode" = prog; then + $ECHO "*** Warning: Linking the executable $output against the loadable module" + else + $ECHO "*** Warning: Linking the shared library $output against the loadable module" + fi + $ECHO "*** $linklib is not portable!" + fi + if test "$linkmode" = lib && + test "$hardcode_into_libs" = yes; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + shift + realname="$1" + shift + libname=`eval "\\$ECHO \"$libname_spec\""` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname="$dlname" + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw* | *cegcc*) + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + esac + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot="$soname" + func_basename "$soroot" + soname="$func_basename_result" + func_stripname 'lib' '.dll' "$soname" + newlib=libimp-$func_stripname_result.a + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + func_verbose "extracting exported symbol list from \`$soname'" + func_execute_cmds "$extract_expsyms_cmds" 'exit $?' + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + func_verbose "generating import library for \`$soname'" + func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test "$linkmode" = prog || test "$opt_mode" != relink; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test "$hardcode_direct" = no; then + add="$dir/$linklib" + case $host in + *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; + *-*-sysv4*uw2*) add_dir="-L$dir" ;; + *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ + *-*-unixware7*) add_dir="-L$dir" ;; + *-*-darwin* ) + # if the lib is a (non-dlopened) module then we can not + # link against it, someone is ignoring the earlier warnings + if /usr/bin/file -L $add 2> /dev/null | + $GREP ": [^:]* bundle" >/dev/null ; then + if test "X$dlopenmodule" != "X$lib"; then + $ECHO "*** Warning: lib $linklib is a module, not a shared library" + if test -z "$old_library" ; then + echo + echo "*** And there doesn't seem to be a static archive available" + echo "*** The link will probably fail, sorry" + else + add="$dir/$old_library" + fi + elif test -n "$old_library"; then + add="$dir/$old_library" + fi + fi + esac + elif test "$hardcode_minus_L" = no; then + case $host in + *-*-sunos*) add_shlibpath="$dir" ;; + esac + add_dir="-L$dir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = no; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + relink) + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$dir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$absdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test "$lib_linked" != yes; then + func_fatal_configuration "unsupported hardcode properties" + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) func_append 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:"*) ;; + *) func_append finalize_shlibpath "$libdir:" ;; + esac + fi + fi + fi + + if test "$linkmode" = prog || test "$opt_mode" = relink; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) func_append 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 + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + fi + + if test "$linkmode" = prog; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test "$linkmode" = prog; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test "$hardcode_direct" != unsupported; then + test -n "$old_library" && linklib="$old_library" + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test "$build_libtool_libs" = yes; then + # Not a shared library + if test "$deplibs_check_method" != pass_all; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + echo + $ECHO "*** Warning: This system can not link to static lib archive $lib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have." + if test "$module" = yes; then + echo "*** But as you try to build a module library, libtool will still create " + echo "*** a static module, that should work as long as the dlopening application" + echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test "$linkmode" = lib; then + if test -n "$dependency_libs" && + { test "$hardcode_into_libs" != yes || + test "$build_old_libs" = yes || + test "$link_static" = yes; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) func_stripname '-R' '' "$libdir" + temp_xrpath=$func_stripname_result + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) func_append xrpath " $temp_xrpath";; + esac;; + *) func_append temp_deplibs " $libdir";; + esac + done + dependency_libs="$temp_deplibs" + fi + + func_append 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" + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result";; + *) func_resolve_sysroot "$deplib" ;; + esac + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $func_resolve_sysroot_result "*) + func_append specialdeplibs " $func_resolve_sysroot_result" ;; + esac + fi + func_append tmp_libs " $func_resolve_sysroot_result" + done + + if test "$link_all_deplibs" != no; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + path= + case $deplib in + -L*) path="$deplib" ;; + *.la) + func_resolve_sysroot "$deplib" + deplib=$func_resolve_sysroot_result + func_dirname "$deplib" "" "." + dir=$func_dirname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + func_warning "cannot determine absolute directory name of \`$dir'" + absdir="$dir" + fi + ;; + esac + if $GREP "^installed=no" $deplib > /dev/null; then + case $host in + *-*-darwin*) + depdepl= + eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names" ; then + for tmp in $deplibrary_names ; do + depdepl=$tmp + done + if test -f "$absdir/$objdir/$depdepl" ; then + depdepl="$absdir/$objdir/$depdepl" + darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + if test -z "$darwin_install_name"; then + darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + fi + func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" + func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}" + path= + fi + fi + ;; + *) + path="-L$absdir/$objdir" + ;; + esac + else + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + test "$absdir" != "$libdir" && \ + func_warning "\`$deplib' seems to be moved" + + path="-L$absdir" + fi + ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$path $deplibs" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + if test "$pass" = link; then + if test "$linkmode" = "prog"; then + compile_deplibs="$new_inherited_linker_flags $compile_deplibs" + finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" + else + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + fi + fi + dependency_libs="$newdependency_libs" + if test "$pass" = dlpreopen; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test "$pass" != dlopen; then + if test "$pass" != conv; then + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) func_append 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 "*) ;; + *) func_append tmp_libs " $deplib" ;; + esac + ;; + *) func_append 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 + func_append tmp_libs " $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test "$linkmode" = prog; then + dlfiles="$newdlfiles" + fi + if test "$linkmode" = prog || test "$linkmode" = lib; then + dlprefiles="$newdlprefiles" + fi + + case $linkmode in + oldlib) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for archives" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for archives" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for archives" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for archives" + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for archives" + + test -n "$release" && \ + func_warning "\`-release' is ignored for archives" + + test -n "$export_symbols$export_symbols_regex" && \ + func_warning "\`-export-symbols' is ignored for archives" + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs="$output" + func_append objs "$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form `libNAME.la'. + case $outputname in + lib*) + func_stripname 'lib' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + test "$module" = no && \ + func_fatal_help "libtool library \`$output' must begin with \`lib'" + + if test "$need_lib_prefix" != no; then + # Add the "lib" prefix for modules if required + func_stripname '' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + func_stripname '' '.la' "$outputname" + libname=$func_stripname_result + fi + ;; + esac + + if test -n "$objs"; then + if test "$deplibs_check_method" != pass_all; then + func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" + else + echo + $ECHO "*** Warning: Linking the shared library $output against the non-libtool" + $ECHO "*** objects $objs is not portable!" + func_append libobjs " $objs" + fi + fi + + test "$dlself" != no && \ + func_warning "\`-dlopen self' is ignored for libtool libraries" + + set dummy $rpath + shift + test "$#" -gt 1 && \ + func_warning "ignoring multiple \`-rpath's for a libtool library" + + install_libdir="$1" + + oldlibs= + if test -z "$rpath"; then + if test "$build_libtool_libs" = yes; then + # Building a libtool convenience library. + # Some compilers have problems with a `.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for convenience libraries" + + test -n "$release" && \ + func_warning "\`-release' is ignored for convenience libraries" + else + + # Parse the version information argument. + save_ifs="$IFS"; IFS=':' + set dummy $vinfo 0 0 0 + shift + IFS="$save_ifs" + + test -n "$7" && \ + func_fatal_help "too many parameters to \`-version-info'" + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major="$1" + number_minor="$2" + number_revision="$3" + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # which has an extra 1 added just for fun + # + case $version_type in + # correct linux to gnu/linux during the next big refactor + darwin|linux|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_revision" + ;; + freebsd-aout|freebsd-elf|qnx|sunos) + current="$number_major" + revision="$number_minor" + age="0" + ;; + irix|nonstopux) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_minor" + lt_irix_increment=no + ;; + esac + ;; + no) + current="$1" + revision="$2" + age="$3" + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "CURRENT \`$current' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $revision in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "REVISION \`$revision' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $age in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "AGE \`$age' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + if test "$age" -gt "$current"; then + func_error "AGE \`$age' is greater than the current interface number \`$current'" + func_fatal_error "\`$vinfo' is not valid version information" + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + # Darwin ld doesn't like 0 for these options... + func_arith $current + 1 + minor_current=$func_arith_result + xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + + freebsd-aout) + major=".$current" + versuffix=".$current.$revision"; + ;; + + freebsd-elf) + major=".$current" + versuffix=".$current" + ;; + + irix | nonstopux) + if test "X$lt_irix_increment" = "Xno"; then + func_arith $current - $age + else + func_arith $current - $age + 1 + fi + major=$func_arith_result + + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring="$verstring_prefix$major.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test "$loop" -ne 0; do + func_arith $revision - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring_prefix$major.$iface:$verstring" + done + + # Before this point, $major must not contain `.'. + major=.$major + versuffix="$major.$revision" + ;; + + linux) # correct to gnu/linux during the next big refactor + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + ;; + + osf) + func_arith $current - $age + major=.$func_arith_result + versuffix=".$current.$age.$revision" + verstring="$current.$age.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$age + while test "$loop" -ne 0; do + func_arith $current - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring:${iface}.0" + done + + # Make executables depend on our current version. + func_append verstring ":${current}.0" + ;; + + qnx) + major=".$current" + versuffix=".$current" + ;; + + sunos) + major=".$current" + versuffix=".$current.$revision" + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 filesystems. + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + + *) + func_fatal_configuration "unknown library version type \`$version_type'" + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring="0.0" + ;; + esac + if test "$need_version" = no; then + versuffix= + else + versuffix=".0.0" + fi + fi + + # Remove version info from name if versioning should be avoided + if test "$avoid_version" = yes && test "$need_version" = no; then + major= + versuffix= + verstring="" + fi + + # Check to see if the archive will have undefined symbols. + if test "$allow_undefined" = yes; then + if test "$allow_undefined_flag" = unsupported; then + func_warning "undefined symbols not allowed in $host shared libraries" + build_libtool_libs=no + build_old_libs=yes + fi + else + # Don't allow undefined symbols. + allow_undefined_flag="$no_undefined_flag" + fi + + fi + + func_generate_dlsyms "$libname" "$libname" "yes" + func_append libobjs " $symfileobj" + test "X$libobjs" = "X " && libobjs= + + if test "$opt_mode" != relink; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$ECHO "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext | *.gcno) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) + if test "X$precious_files_regex" != "X"; then + if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + func_append removelist " $p" + ;; + *) ;; + esac + done + test -n "$removelist" && \ + func_show_eval "${RM}r \$removelist" + fi + + # Now set the variables for building old libraries. + if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then + func_append oldlibs " $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + #for path in $notinst_path; do + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` + #done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + func_replace_sysroot "$libdir" + func_append temp_xrpath " -R$func_replace_sysroot_result" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append 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 "*) ;; + *) func_append 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 "*) ;; + *) func_append dlprefiles " $lib" ;; + esac + done + + if test "$build_libtool_libs" = yes; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + func_append deplibs " System.ltframework" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then + func_append deplibs " -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release="" + versuffix="" + major="" + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $opt_dry_run || $RM conftest.c + cat > conftest.c </dev/null` + $nocaseglob + else + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + fi + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null | + $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 "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | + $SED -e 10q | + $EGREP "$file_magic_regex" > /dev/null; then + func_append newdeplibs " $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for file magic test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a file magic. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + for a_deplib in $deplibs; do + case $a_deplib in + -l*) + func_stripname -l '' "$a_deplib" + name=$func_stripname_result + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $a_deplib "*) + func_append 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 + func_append newdeplibs " $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a regex pattern. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs="" + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; 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 " $tmp_deplibs" | $SED "s,$i,,"` + done + fi + case $tmp_deplibs in + *[!\ \ ]*) + 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 + ;; + esac + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library with the System framework + newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + if test "$droppeddeps" = yes; then + if test "$module" = yes; then + echo + echo "*** Warning: libtool could not satisfy all declared inter-library" + $ECHO "*** dependencies of module $libname. Therefore, libtool will create" + echo "*** a static module, that should work as long as the dlopening" + echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + echo "*** The inter-library dependencies that have been dropped here will be" + echo "*** automatically added whenever a program is linked with this library" + echo "*** or is declared to -dlopen it." + + if test "$allow_undefined" = no; then + echo + echo "*** Since this library must not contain undefined symbols," + echo "*** because either the platform does not support them or" + echo "*** it was explicitly requested with -no-undefined," + echo "*** libtool will only create a static version of it." + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + case $host in + *-*-darwin*) + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + # 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 "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append 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 + # Remove ${wl} instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac + if test "$hardcode_into_libs" = yes; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath="$finalize_rpath" + test "$opt_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 + func_replace_sysroot "$libdir" + libdir=$func_replace_sysroot_result + 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"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append dep_rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append rpath "$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath="$finalize_shlibpath" + test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + shift + realname="$1" + shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib="$output_objdir/$realname" + linknames= + for link + do + func_append linknames " $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` + test "X$libobjs" = "X " && libobjs= + + delfiles= + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" + export_symbols="$output_objdir/$libname.uexp" + func_append delfiles " $export_symbols" + fi + + orig_export_symbols= + case $host_os in + cygwin* | mingw* | cegcc*) + if test -n "$export_symbols" && test -z "$export_symbols_regex"; then + # exporting using user supplied symfile + if test "x`$SED 1q $export_symbols`" != xEXPORTS; then + # and it's NOT already a .def file. Must figure out + # which of the given symbols are data symbols and tag + # them as such. So, trigger use of export_symbols_cmds. + # export_symbols gets reassigned inside the "prepare + # the list of exported symbols" if statement, so the + # include_expsyms logic still works. + orig_export_symbols="$export_symbols" + export_symbols= + always_export_symbols=yes + fi + fi + ;; + esac + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + cmds=$export_symbols_cmds + save_ifs="$IFS"; IFS='~' + for cmd1 in $cmds; do + IFS="$save_ifs" + # Take the normal branch if the nm_file_list_spec branch + # doesn't work or if tool conversion is not needed. + case $nm_file_list_spec~$to_tool_file_cmd in + *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) + try_normal_branch=yes + eval cmd=\"$cmd1\" + func_len " $cmd" + len=$func_len_result + ;; + *) + try_normal_branch=no + ;; + esac + if test "$try_normal_branch" = yes \ + && { test "$len" -lt "$max_cmd_len" \ + || test "$max_cmd_len" -le -1; } + then + func_show_eval "$cmd" 'exit $?' + skipped_export=false + elif test -n "$nm_file_list_spec"; then + func_basename "$output" + output_la=$func_basename_result + save_libobjs=$libobjs + save_output=$output + output=${output_objdir}/${output_la}.nm + func_to_tool_file "$output" + libobjs=$nm_file_list_spec$func_to_tool_file_result + func_append delfiles " $output" + func_verbose "creating $NM input file list: $output" + for obj in $save_libobjs; do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > "$output" + eval cmd=\"$cmd1\" + func_show_eval "$cmd" 'exit $?' + output=$save_output + libobjs=$save_libobjs + skipped_export=false + else + # The command line is too long to execute in one step. + func_verbose "using reloadable object file for export list..." + skipped_export=: + # Break out early, otherwise skipped_export may be + # set to false by a later but shorter cmd. + break + fi + done + IFS="$save_ifs" + if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + func_append tmp_deplibs " $test_deplib" + ;; + esac + done + deplibs="$tmp_deplibs" + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec" && + test "$compiler_needs_object" = yes && + test -z "$libobjs"; then + # extract the archives, so we have objects to list. + # TODO: could optimize this to just extract one archive. + whole_archive_flag_spec= + fi + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + else + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + fi + + if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + func_append linker_flags " $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test "X$skipped_export" != "X:" && + func_len " $test_cmds" && + len=$func_len_result && + test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise + # or, if using GNU ld and skipped_export is not :, use a linker + # script. + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + func_basename "$output" + output_la=$func_basename_result + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + last_robj= + k=1 + + if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then + output=${output_objdir}/${output_la}.lnkscript + func_verbose "creating GNU ld script: $output" + echo 'INPUT (' > $output + for obj in $save_libobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + echo ')' >> $output + func_append delfiles " $output" + func_to_tool_file "$output" + output=$func_to_tool_file_result + elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then + output=${output_objdir}/${output_la}.lnk + func_verbose "creating linker input file list: $output" + : > $output + set x $save_libobjs + shift + firstobj= + if test "$compiler_needs_object" = yes; then + firstobj="$1 " + shift + fi + for obj + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + func_append delfiles " $output" + func_to_tool_file "$output" + output=$firstobj\"$file_list_spec$func_to_tool_file_result\" + else + if test -n "$save_libobjs"; then + func_verbose "creating reloadable object files..." + output=$output_objdir/$output_la-${k}.$objext + eval test_cmds=\"$reload_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + if test "X$objlist" = X || + test "$len" -lt "$max_cmd_len"; then + func_append objlist " $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test "$k" -eq 1 ; then + # The first file doesn't have a previous command to add. + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" + else + # All subsequent reloadable object files will link in + # the last one created. + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" + fi + last_robj=$output_objdir/$output_la-${k}.$objext + func_arith $k + 1 + k=$func_arith_result + output=$output_objdir/$output_la-${k}.$objext + objlist=" $obj" + func_len " $last_robj" + func_arith $len0 + $func_len_result + len=$func_arith_result + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\${concat_cmds}$reload_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" + fi + func_append delfiles " $output" + + else + output= + fi + + if ${skipped_export-false}; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + libobjs=$output + # Append the command to create the export file. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" + fi + fi + + test -n "$save_libobjs" && + func_verbose "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs="$IFS"; IFS='~' + for cmd in $concat_cmds; do + IFS="$save_ifs" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + if test -n "$export_symbols_regex" && ${skipped_export-false}; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + + if ${skipped_export-false}; then + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + fi + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + fi + + if test -n "$delfiles"; then + # Append the command to remove temporary files to $cmds. + eval cmds=\"\$cmds~\$RM $delfiles\" + fi + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? + + if test -n "$convenience"; then + if test -z "$whole_archive_flag_spec"; then + func_show_eval '${RM}r "$gentop"' + fi + fi + + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test "$module" = yes || test "$export_dynamic" = yes; then + # On all known operating systems, these are identical. + dlname="$soname" + fi + fi + ;; + + obj) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for objects" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for objects" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for objects" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for objects" + + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for objects" + + test -n "$release" && \ + func_warning "\`-release' is ignored for objects" + + case $output in + *.lo) + test -n "$objs$old_deplibs" && \ + func_fatal_error "cannot build library object \`$output' from non-libtool objects" + + libobj=$output + func_lo2o "$libobj" + obj=$func_lo2o_result + ;; + *) + libobj= + obj="$output" + ;; + esac + + # Delete the old objects. + $opt_dry_run || $RM $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # reload_cmds runs $LD directly, so let us get rid of + # -Wl from whole_archive_flag_spec and hope we can get by with + # turning comma into space.. + wl= + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" + reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + else + gentop="$output_objdir/${obj}x" + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + reload_conv_objs="$reload_objs $func_extract_archives_result" + fi + fi + + # If we're not building shared, we need to use non_pic_objs + test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" + + # Create the old-style object. + reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + + output="$obj" + func_execute_cmds "$reload_cmds" 'exit $?' + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + fi + + if test "$build_libtool_libs" != yes; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + fi + + if test -n "$pic_flag" || test "$pic_mode" != default; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output="$libobj" + func_execute_cmds "$reload_cmds" 'exit $?' + fi + + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) func_stripname '' '.exe' "$output" + output=$func_stripname_result.exe;; + esac + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for programs" + + test -n "$release" && \ + func_warning "\`-release' is ignored for programs" + + test "$preload" = yes \ + && test "$dlopen_support" = unknown \ + && test "$dlopen_self" = unknown \ + && test "$dlopen_self_static" = unknown && \ + func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + case $host in + *-*-darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + # But is supposedly fixed on 10.4 or later (yay!). + if test "$tagname" = CXX ; then + case ${MACOSX_DEPLOYMENT_TARGET-10.0} in + 10.[0123]) + func_append compile_command " ${wl}-bind_at_load" + func_append finalize_command " ${wl}-bind_at_load" + ;; + esac + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $compile_deplibs " in + *" -L$path/$objdir "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $compile_deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append new_libs " $deplib" ;; + esac + done + compile_deplibs="$new_libs" + + + func_append compile_command " $compile_deplibs" + func_append finalize_command " $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append 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"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$libdir:"*) ;; + ::) dllsearchpath=$libdir;; + *) func_append dllsearchpath ":$libdir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append 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"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) func_append finalize_perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + 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 "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + fi + + func_generate_dlsyms "$outputname" "@PROGRAM@" "no" + + # template prelinking step + if test -n "$prelink_cmds"; then + func_execute_cmds "$prelink_cmds" 'exit $?' + fi + + wrappers_required=yes + case $host in + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=no + ;; + *cygwin* | *mingw* ) + if test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + *) + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + esac + if test "$wrappers_required" = no; then + # Replace the output file specification. + compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + link_command="$compile_command$compile_rpath" + + # We have no uninstalled library dependencies, so finalize right now. + exit_status=0 + func_show_eval "$link_command" 'exit_status=$?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Delete the generated files. + if test -f "$output_objdir/${outputname}S.${objext}"; then + func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' + fi + + exit $exit_status + fi + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append 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 + func_append 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 "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $opt_dry_run || $RM $output + # Link the executable and exit + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + exit $EXIT_SUCCESS + fi + + if test "$hardcode_action" = relink; then + # Fast installation is not supported + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + + func_warning "this platform does not like uninstalled shared libraries" + func_warning "\`$output' will be relinked during installation" + else + if test "$fast_install" != no; then + link_command="$finalize_var$compile_command$finalize_rpath" + if test "$fast_install" = yes; then + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` + else + # fast_install is set to needless + relink_command= + fi + else + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi + + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname + + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output_objdir/$outputname" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Now create the wrapper script. + func_verbose "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + fi + + # Only actually do things if not in dry run mode. + $opt_dry_run || { + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) func_stripname '' '.exe' "$output" + output=$func_stripname_result ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + func_stripname '' '.exe' "$outputname" + outputname=$func_stripname_result ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + func_dirname_and_basename "$output" "" "." + output_name=$func_basename_result + output_path=$func_dirname_result + cwrappersource="$output_path/$objdir/lt-$output_name.c" + cwrapper="$output_path/$output_name.exe" + $RM $cwrappersource $cwrapper + trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + func_emit_cwrapperexe_src > $cwrappersource + + # The wrapper executable is built using the $host compiler, + # because it contains $host paths and files. If cross- + # compiling, it, like the target executable, must be + # executed on the $host or under an emulation environment. + $opt_dry_run || { + $LTCC $LTCFLAGS -o $cwrapper $cwrappersource + $STRIP $cwrapper + } + + # Now, create the wrapper script for func_source use: + func_ltwrapper_scriptname $cwrapper + $RM $func_ltwrapper_scriptname_result + trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 + $opt_dry_run || { + # note: this script will not be executed, so do not chmod. + if test "x$build" = "x$host" ; then + $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result + else + func_emit_wrapper no > $func_ltwrapper_scriptname_result + fi + } + ;; + * ) + $RM $output + trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 + + func_emit_wrapper no > $output + chmod +x $output + ;; + esac + } + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + if test "$build_libtool_libs" = convenience; then + oldobjs="$libobjs_save $symfileobj" + addlibs="$convenience" + build_libtool_libs=no + else + if test "$build_libtool_libs" = module; then + oldobjs="$libobjs_save" + build_libtool_libs=no + else + oldobjs="$old_deplibs $non_pic_objects" + if test "$preload" = yes && test -f "$symfileobj"; then + func_append oldobjs " $symfileobj" + fi + fi + addlibs="$old_convenience" + fi + + if test -n "$addlibs"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $addlibs + func_append oldobjs " $func_extract_archives_result" + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + cmds=$old_archive_from_new_cmds + else + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append oldobjs " $func_extract_archives_result" + fi + + # POSIX demands no paths to be encoded in archives. We have + # to avoid creating archives with duplicate basenames if we + # might have to extract them afterwards, e.g., when creating a + # static archive out of a convenience library, or when linking + # the entirety of a libtool archive into another (currently + # not supported by libtool). + if (for obj in $oldobjs + do + func_basename "$obj" + $ECHO "$func_basename_result" + done | sort | sort -uc >/dev/null 2>&1); then + : + else + echo "copying selected object files to avoid basename conflicts..." + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + func_mkdir_p "$gentop" + save_oldobjs=$oldobjs + oldobjs= + counter=1 + for obj in $save_oldobjs + do + func_basename "$obj" + objbase="$func_basename_result" + case " $oldobjs " in + " ") oldobjs=$obj ;; + *[\ /]"$objbase "*) + while :; do + # Make sure we don't pick an alternate name that also + # overlaps. + newobj=lt$counter-$objbase + func_arith $counter + 1 + counter=$func_arith_result + case " $oldobjs " in + *[\ /]"$newobj "*) ;; + *) if test ! -f "$gentop/$newobj"; then break; fi ;; + esac + done + func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" + func_append oldobjs " $gentop/$newobj" + ;; + *) func_append oldobjs " $obj" ;; + esac + done + fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + eval cmds=\"$old_archive_cmds\" + + func_len " $cmds" + len=$func_len_result + if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + elif test -n "$archiver_list_spec"; then + func_verbose "using command file archive linking..." + for obj in $oldobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > $output_objdir/$libname.libcmd + func_to_tool_file "$output_objdir/$libname.libcmd" + oldobjs=" $archiver_list_spec$func_to_tool_file_result" + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + func_verbose "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + oldobjs= + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + eval test_cmds=\"$old_archive_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + for obj in $save_oldobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + func_append objlist " $obj" + if test "$len" -lt "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj" ; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + objlist= + len=$len0 + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test "X$oldobjs" = "X" ; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + func_execute_cmds "$cmds" 'exit $?' + done + + test -n "$generated" && \ + func_show_eval "${RM}r$generated" + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test "$build_old_libs" = yes && old_library="$libname.$libext" + func_verbose "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + if test "$hardcode_automatic" = yes ; then + relink_command= + fi + + # Only create the output if not a dry run. + $opt_dry_run || { + for installed in no yes; do + if test "$installed" = yes; then + if test -z "$install_libdir"; then + break + fi + output="$output_objdir/$outputname"i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + func_basename "$deplib" + name="$func_basename_result" + func_resolve_sysroot "$deplib" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" + ;; + -L*) + func_stripname -L '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -L$func_replace_sysroot_result" + ;; + -R*) + func_stripname -R '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -R$func_replace_sysroot_result" + ;; + *) func_append newdependency_libs " $deplib" ;; + esac + done + dependency_libs="$newdependency_libs" + newdlfiles= + + for lib in $dlfiles; do + case $lib in + *.la) + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" + ;; + *) func_append newdlfiles " $lib" ;; + esac + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + *.la) + # Only pass preopened files to the pseudo-archive (for + # eventual linking with the app. that links it) if we + # didn't already link the preopened objects directly into + # the library: + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" + ;; + esac + done + dlprefiles="$newdlprefiles" + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlfiles " $abs" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlprefiles " $abs" + done + dlprefiles="$newdlprefiles" + fi + $RM $output + # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test "x$bindir" != x ; + then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; + esac + $ECHO > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags='$new_inherited_linker_flags' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Names of additional weak libraries provided by this library +weak_library_names='$weak_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test "$installed" = no && test "$need_relink" = yes; then + $ECHO >> $output "\ +relink_command=\"$relink_command\"" + fi + done + } + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' + ;; + esac + exit $EXIT_SUCCESS +} + +{ test "$opt_mode" = link || test "$opt_mode" = relink; } && + func_mode_link ${1+"$@"} + + +# func_mode_uninstall arg... +func_mode_uninstall () +{ + $opt_debug + RM="$nonopt" + files= + rmforce= + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + for arg + do + case $arg in + -f) func_append RM " $arg"; rmforce=yes ;; + -*) func_append RM " $arg" ;; + *) func_append files " $arg" ;; + esac + done + + test -z "$RM" && \ + func_fatal_help "you must specify an RM program" + + rmdirs= + + for file in $files; do + func_dirname "$file" "" "." + dir="$func_dirname_result" + if test "X$dir" = X.; then + odir="$objdir" + else + odir="$dir/$objdir" + fi + func_basename "$file" + name="$func_basename_result" + test "$opt_mode" = uninstall && odir="$dir" + + # Remember odir for removal later, being careful to avoid duplicates + if test "$opt_mode" = clean; then + case " $rmdirs " in + *" $odir "*) ;; + *) func_append rmdirs " $odir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if { test -L "$file"; } >/dev/null 2>&1 || + { test -h "$file"; } >/dev/null 2>&1 || + test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif test "$rmforce" = yes; then + continue + fi + + rmfiles="$file" + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if func_lalib_p "$file"; then + func_source $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + func_append rmfiles " $odir/$n" + done + test -n "$old_library" && func_append rmfiles " $odir/$old_library" + + case "$opt_mode" in + clean) + case " $library_names " in + *" $dlname "*) ;; + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; + esac + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" + ;; + uninstall) + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + # FIXME: should reinstall the best remaining shared library. + ;; + esac + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if func_lalib_p "$file"; then + + # Read the .lo file + func_source $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" && + test "$pic_object" != none; then + func_append rmfiles " $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" && + test "$non_pic_object" != none; then + func_append rmfiles " $dir/$non_pic_object" + fi + fi + ;; + + *) + if test "$opt_mode" = clean ; then + noexename=$name + case $file in + *.exe) + func_stripname '' '.exe' "$file" + file=$func_stripname_result + func_stripname '' '.exe' "$name" + noexename=$func_stripname_result + # $file with .exe has already been added to rmfiles, + # add $file without .exe + func_append rmfiles " $file" + ;; + esac + # Do a test to see if this is a libtool program. + if func_ltwrapper_p "$file"; then + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + relink_command= + func_source $func_ltwrapper_scriptname_result + func_append rmfiles " $func_ltwrapper_scriptname_result" + else + relink_command= + func_source $dir/$noexename + fi + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + func_append rmfiles " $odir/$name $odir/${name}S.${objext}" + if test "$fast_install" = yes && test -n "$relink_command"; then + func_append rmfiles " $odir/lt-$name" + fi + if test "X$noexename" != "X$name" ; then + func_append rmfiles " $odir/lt-${noexename}.c" + fi + fi + fi + ;; + esac + func_show_eval "$RM $rmfiles" 'exit_status=1' + done + + # Try to remove the ${objdir}s in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + func_show_eval "rmdir $dir >/dev/null 2>&1" + fi + done + + exit $exit_status +} + +{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && + func_mode_uninstall ${1+"$@"} + +test -z "$opt_mode" && { + help="$generic_help" + func_fatal_help "you must specify a MODE" +} + +test -z "$exec_cmd" && \ + func_fatal_help "invalid operation mode \`$opt_mode'" + +if test -n "$exec_cmd"; then + eval exec "$exec_cmd" + exit $EXIT_FAILURE +fi + +exit $exit_status + + +# The TAGs below are defined such that we never get into a situation +# in which we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared +build_libtool_libs=no +build_old_libs=yes +# ### END LIBTOOL TAG CONFIG: disable-shared + +# ### BEGIN LIBTOOL TAG CONFIG: disable-static +build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` +# ### END LIBTOOL TAG CONFIG: disable-static + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: +# vi:sw=2 + diff --git a/config/missing b/config/missing new file mode 100755 index 000000000..cdea51493 --- /dev/null +++ b/config/missing @@ -0,0 +1,215 @@ +#! /bin/sh +# Common wrapper for a few potentially missing GNU programs. + +scriptversion=2012-06-26.16; # UTC + +# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try '$0 --help' for more information" + exit 1 +fi + +case $1 in + + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; + + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -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 + +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi + +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'automa4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/configure b/configure new file mode 100755 index 000000000..207373474 --- /dev/null +++ b/configure @@ -0,0 +1,19796 @@ +#! /bin/sh +# From configure.ac {gitrev}. +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.69 for tesseract 3.04.00. +# +# Report bugs to . +# +# +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: https://github.com/tesseract-ocr/tesseract/issues about +$0: your system, including any error possibly output before +$0: this message. Then install a modern shell, or manually +$0: run the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +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 + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='tesseract' +PACKAGE_TARNAME='tesseract' +PACKAGE_VERSION='3.04.00' +PACKAGE_STRING='tesseract 3.04.00' +PACKAGE_BUGREPORT='https://github.com/tesseract-ocr/tesseract/issues' +PACKAGE_URL='' + +ac_unique_file="api/tesseractmain.cpp" +ac_default_prefix=/usr/local +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +ENABLE_TRAINING_FALSE +ENABLE_TRAINING_TRUE +LIBLEPT_HEADERSDIR +CXXCPP +CPP +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +ac_ct_CC +CFLAGS +CC +LIBTOOL +am__fastdepCXX_FALSE +am__fastdepCXX_TRUE +CXXDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CXX +CPPFLAGS +LDFLAGS +CXXFLAGS +CXX +NO_TESSDATA_PREFIX_FALSE +NO_TESSDATA_PREFIX_TRUE +USING_MULTIPLELIBS_FALSE +USING_MULTIPLELIBS_TRUE +VISIBILITY_FALSE +VISIBILITY_TRUE +OPENCL_LIB +OPENCL_HDR_PATH +USE_OPENCL_FALSE +USE_OPENCL_TRUE +AM_CPPFLAGS +EMBEDDED_FALSE +EMBEDDED_TRUE +AM_LDFLAGS +ADD_RT_FALSE +ADD_RT_TRUE +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +GRAPHICS_DISABLED_FALSE +GRAPHICS_DISABLED_TRUE +OSX_FALSE +OSX_TRUE +T_WIN_FALSE +T_WIN_TRUE +MAINT +MAINTAINER_MODE_FALSE +MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +GENERIC_VERSION +GENERIC_RELEASE +GENERIC_LIBRARY_NAME +GENERIC_LIBRARY_VERSION +GENERIC_MAJOR_VERSION +GENERIC_API_VERSION +PACKAGE_DATE +PACKAGE_YEAR +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_maintainer_mode +with_extra_includes +with_extra_libraries +enable_graphics +enable_embedded +enable_opencl +enable_visibility +enable_multiple_libraries +enable_tessdata_prefix +enable_debug +enable_dependency_tracking +enable_shared +enable_static +with_pic +enable_fast_install +with_gnu_ld +with_sysroot +enable_libtool_lock +enable_largefile +' + ac_precious_vars='build_alias +host_alias +target_alias +CXX +CXXFLAGS +LDFLAGS +LIBS +CPPFLAGS +CCC +CC +CFLAGS +CPP +CXXCPP +LIBLEPT_HEADERSDIR' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# 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 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + 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 tesseract 3.04.00 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/tesseract] + --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 tesseract 3.04.00:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-maintainer-mode + enable make rules and dependencies not useful (and + sometimes confusing) to the casual installer + --enable-graphics enable graphics (ScrollView) (default) + --disable-graphics disable graphics (ScrollView) + --enable-embedded enable embedded build (default=no) + --enable-opencl enable opencl build (default=no) + --enable-visibility enable experimental build with fvisibility + (default=no) + --enable-multiple-libraries + enable multiple libraries (default=no) + --disable-tessdata-prefix + dont set TESSDATA-PREFIX during compile + --enable-debug turn on debugging (default=no) + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + --enable-shared[=PKGS] build shared libraries [default=yes] + --enable-static[=PKGS] build static libraries [default=yes] + --enable-fast-install[=PKGS] + optimize for fast installation [default=yes] + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-largefile omit support for large files + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-extra-includes=DIR + Define an additional directory for include files + --with-extra-libraries=DIR + Define an additional directory for library files + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use + both] + --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-sysroot=DIR Search for dependent libraries within DIR + (or the compiler's sysroot if not specified). + +Some influential environment variables: + CXX C++ compiler command + CXXFLAGS 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 (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CC C compiler command + CFLAGS C compiler flags + CPP C preprocessor + CXXCPP C++ preprocessor + LIBLEPT_HEADERSDIR + Leptonica headers directory + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +tesseract configure 3.04.00 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_cxx_try_compile LINENO +# ---------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_compile + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func + +# ac_fn_cxx_try_cpp LINENO +# ------------------------ +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_cpp + +# ac_fn_cxx_try_link LINENO +# ------------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_link + +# ac_fn_cxx_check_func LINENO FUNC VAR +# ------------------------------------ +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_cxx_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_cxx_check_func + +# ac_fn_cxx_try_run LINENO +# ------------------------ +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_cxx_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_run + +# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES +# --------------------------------------------------------- +# Tests whether HEADER exists, giving a warning if it cannot be compiled using +# the include files in INCLUDES and setting the cache variable VAR +# accordingly. +ac_fn_cxx_check_header_mongrel () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if eval \${$3+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 +$as_echo_n "checking $2 usability... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_header_compiler=yes +else + ac_header_compiler=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 +$as_echo_n "checking $2 presence... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <$2> +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + ac_header_preproc=yes +else + ac_header_preproc=no +fi +rm -f conftest.err conftest.i conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #(( + yes:no: ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; + no:yes:* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} +( $as_echo "## ---------------------------------------------------------------- ## +## Report this to https://github.com/tesseract-ocr/tesseract/issues ## +## ---------------------------------------------------------------- ##" + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=\$ac_header_compiler" +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_cxx_check_header_mongrel + +# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES +# --------------------------------------------- +# Tests whether TYPE exists after having included INCLUDES, setting cache +# variable VAR accordingly. +ac_fn_cxx_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + +else + eval "$3=yes" +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 +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_cxx_check_type +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 tesseract $as_me 3.04.00, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + 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 + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# 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 + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; 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 + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +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 + + +CXXFLAGS=${CXXFLAGS:-""} + +ac_aux_dir= +for ac_dir in config "$srcdir"/config; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5 +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. + + + + + +# Define date of package, etc. Could be useful in auto-generated +# documentation. +PACKAGE_YEAR=2015 +PACKAGE_DATE="07/11" + +abs_top_srcdir=`$as_dirname -- $0 || +$as_expr X$0 : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X$0 : 'X\(//\)[^/]' \| \ + X$0 : 'X\(//\)$' \| \ + X$0 : 'X\(/\)' \| . 2>/dev/null || +$as_echo X$0 | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` +gitrev="`git --git-dir=${abs_top_srcdir}/.git --work-tree=${abs_top_srcdir} describe --always --tags`" +if test -n "${gitrev}" ; then + + +cat >>confdefs.h <<_ACEOF +#define GIT_REV "${gitrev}" +_ACEOF + + echo "Using git revision: ${gitrev}" +fi + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "${PACKAGE_NAME}" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "${PACKAGE_VERSION}" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_YEAR "$PACKAGE_YEAR" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_DATE "$PACKAGE_DATE" +_ACEOF + + + + + + + +GENERIC_LIBRARY_NAME=tesseract + +# Release versioning +GENERIC_MAJOR_VERSION=3 +GENERIC_MINOR_VERSION=4 +GENERIC_MICRO_VERSION=0 + +# API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION) +GENERIC_API_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION +GENERIC_LIBRARY_VERSION=$GENERIC_MAJOR_VERSION:$GENERIC_MINOR_VERSION + + + + +PACKAGE=$GENERIC_LIBRARY_NAME + + +GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION +GENERIC_RELEASE=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION + + + +# ---------------------------------------- +# Automake configuration +# ---------------------------------------- + +am__api_version='1.13' + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + '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 + + test -d ./--version && rmdir ./--version + 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. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + 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='tesseract' + VERSION='3.04.00' + + +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"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + + +ac_config_headers="$ac_config_headers config_auto.h:config/config.h.in" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + # Check whether --enable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + + +# default conditional + if false; then + T_WIN_TRUE= + T_WIN_FALSE='#' +else + T_WIN_TRUE='#' + T_WIN_FALSE= +fi + + if false; then + OSX_TRUE= + OSX_FALSE='#' +else + OSX_TRUE='#' + OSX_FALSE= +fi + + if false; then + GRAPHICS_DISABLED_TRUE= + GRAPHICS_DISABLED_FALSE='#' +else + GRAPHICS_DISABLED_TRUE='#' + GRAPHICS_DISABLED_FALSE= +fi + + +OPENCL_INC="/opt/AMDAPP/include" +OPENCL_LIBS="-lOpenCL" +############################# +# +# Platform specific setup +# +############################# +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } +if ${ac_cv_build+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } +if ${ac_cv_host+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +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 + + +case "${host_os}" in + mingw32*) + +cat >>confdefs.h <<_ACEOF +#define MINGW 1 +_ACEOF + + if true; then + T_WIN_TRUE= + T_WIN_FALSE='#' +else + T_WIN_TRUE='#' + T_WIN_FALSE= +fi + + if false; then + ADD_RT_TRUE= + ADD_RT_FALSE='#' +else + ADD_RT_TRUE='#' + ADD_RT_FALSE= +fi + + AM_LDFLAGS='-Wl,-no-undefined -Wl,--as-needed' + + ;; + cygwin*) + if false; then + ADD_RT_TRUE= + ADD_RT_FALSE='#' +else + ADD_RT_TRUE='#' + ADD_RT_FALSE= +fi + + if true; then + T_WIN_TRUE= + T_WIN_FALSE='#' +else + T_WIN_TRUE='#' + T_WIN_FALSE= +fi + + AM_LDFLAGS='-Wl,-no-undefined -Wl,--as-needed' + + ;; + solaris*) + LIBS="-lsocket -lnsl -lrt -lxnet" + if true; then + ADD_RT_TRUE= + ADD_RT_FALSE='#' +else + ADD_RT_TRUE='#' + ADD_RT_FALSE= +fi + + ;; + *darwin*) + OPENCL_LIBS="-framework OpenCL" + OPENCL_INC="" + if false; then + ADD_RT_TRUE= + ADD_RT_FALSE='#' +else + ADD_RT_TRUE='#' + ADD_RT_FALSE= +fi + + ;; + powerpc-*-darwin*) + OPENCL_LIBS="" + ;; + *) + # default + if true; then + ADD_RT_TRUE= + ADD_RT_FALSE='#' +else + ADD_RT_TRUE='#' + ADD_RT_FALSE= +fi + + ;; +esac + +includedir="${includedir}/tesseract" + + +# Check whether --with-extra-includes was given. +if test "${with_extra_includes+set}" = set; then : + withval=$with_extra_includes; if test -d "$withval" ; then + CFLAGS="$CFLAGS -I$withval" + else + as_fn_error $? "Cannot stat directory $withval" "$LINENO" 5 + fi +fi + + + +# Check whether --with-extra-libraries was given. +if test "${with_extra_libraries+set}" = set; then : + withval=$with_extra_libraries; if test -d "$withval" ; then + LDFLAGS="$LDFLAGS -L$withval" + else + as_fn_error $? "Cannot stat directory $withval" "$LINENO" 5 + fi +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-graphics argument" >&5 +$as_echo_n "checking --enable-graphics argument... " >&6; } +# Check whether --enable-graphics was given. +if test "${enable_graphics+set}" = set; then : + enableval=$enable_graphics; enable_graphics=$enableval +else + enable_graphics="yes" +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_graphics" >&5 +$as_echo "$enable_graphics" >&6; } +if test "$enable_graphics" = "no"; then + +$as_echo "#define GRAPHICS_DISABLED /**/" >>confdefs.h + + if true; then + GRAPHICS_DISABLED_TRUE= + GRAPHICS_DISABLED_FALSE='#' +else + GRAPHICS_DISABLED_TRUE='#' + GRAPHICS_DISABLED_FALSE= +fi + +fi + +# check whether to build embedded version +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-embedded argument" >&5 +$as_echo_n "checking --enable-embedded argument... " >&6; } +# Check whether --enable-embedded was given. +if test "${enable_embedded+set}" = set; then : + enableval=$enable_embedded; enable_embedded=$enableval +else + enable_embedded="no" +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_embedded" >&5 +$as_echo "$enable_embedded" >&6; } + if test "$enable_embedded" = "yes"; then + EMBEDDED_TRUE= + EMBEDDED_FALSE='#' +else + EMBEDDED_TRUE='#' + EMBEDDED_FALSE= +fi + +if test "$enable_embedded" = "yes"; then + AM_CPPFLAGS=-DEMBEDDED + +fi + +# check whether to build opencl version +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-opencl argument" >&5 +$as_echo_n "checking --enable-opencl argument... " >&6; } +# Check whether --enable-opencl was given. +if test "${enable_opencl+set}" = set; then : + enableval=$enable_opencl; enable_opencl=$enableval +else + enable_opencl="no" +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_opencl" >&5 +$as_echo "$enable_opencl" >&6; } + if test "$enable_opencl" = "yes"; then + USE_OPENCL_TRUE= + USE_OPENCL_FALSE='#' +else + USE_OPENCL_TRUE='#' + USE_OPENCL_FALSE= +fi + +if test "$enable_opencl" = "yes"; then + AM_CPPFLAGS=-DUSE_OPENCL + + OPENCL_HDR_PATH=$OPENCL_INC + + OPENCL_LIB=$OPENCL_LIBS + +fi + +# check whether to build tesseract with -fvisibility=hidden -fvisibility-inlines-hidden +# http://gcc.gnu.org/wiki/Visibility +# http://groups.google.com/group/tesseract-dev/browse_thread/thread/976645ae98189127 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-visibility argument" >&5 +$as_echo_n "checking --enable-visibility argument... " >&6; } +# Check whether --enable-visibility was given. +if test "${enable_visibility+set}" = set; then : + enableval=$enable_visibility; enable_visibility=$enableval +else + enable_visibility="no" +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_visibility" >&5 +$as_echo "$enable_visibility" >&6; } + if test "$enable_visibility" = "yes"; then + VISIBILITY_TRUE= + VISIBILITY_FALSE='#' +else + VISIBILITY_TRUE='#' + VISIBILITY_FALSE= +fi + + +# check whether to build multiple libraries +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking --enable-multiple-libraries argument" >&5 +$as_echo_n "checking --enable-multiple-libraries argument... " >&6; } +# Check whether --enable-multiple-libraries was given. +if test "${enable_multiple_libraries+set}" = set; then : + enableval=$enable_multiple_libraries; enable_mlibs=$enableval +else + enable_mlibs="no" +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_mlibs" >&5 +$as_echo "$enable_mlibs" >&6; } + if test "$enable_mlibs" = "yes"; then + USING_MULTIPLELIBS_TRUE= + USING_MULTIPLELIBS_FALSE='#' +else + USING_MULTIPLELIBS_TRUE='#' + USING_MULTIPLELIBS_FALSE= +fi + + +# Check if tessdata-prefix is disabled +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use tessdata-prefix" >&5 +$as_echo_n "checking whether to use tessdata-prefix... " >&6; } +# Check whether --enable-tessdata-prefix was given. +if test "${enable_tessdata_prefix+set}" = set; then : + enableval=$enable_tessdata_prefix; tessdata_prefix="no" +else + tessdata_prefix="yes" +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $tessdata_prefix" >&5 +$as_echo "$tessdata_prefix" >&6; } + if test "$tessdata_prefix" = "no"; then + NO_TESSDATA_PREFIX_TRUE= + NO_TESSDATA_PREFIX_FALSE='#' +else + NO_TESSDATA_PREFIX_TRUE='#' + NO_TESSDATA_PREFIX_FALSE= +fi + + +# Check whether enable debuging +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable debugging" >&5 +$as_echo_n "checking whether to enable debugging... " >&6; } +# Check whether --enable-debug was given. +if test "${enable_debug+set}" = set; then : + enableval=$enable_debug; debug=$enableval +else + debug="no" +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $debug" >&5 +$as_echo "$debug" >&6; } +if test x"$debug" = x"yes"; then + AM_CXXFLAGS="$AM_CXXFLAGS -g -Wall -Wno-uninitialized -O0 -DDEBUG" + AM_CPPFLAGS="$AM_CPPFLAGS -g -Wall -Wno-uninitialized -O0 -DDEBUG" +else + AM_CXXFLAGS="$AM_CXXFLAGS -O2 -DNDEBUG" + AM_CPPFLAGS="$AM_CPPFLAGS -O2 -DNDEBUG" +fi + +#localedir='${prefix}/share/locale' + +# Always look into a "gnu" directory. +curwd=`pwd` +if test -d $curwd/gnu/include ; then + CPPFLAGS="$CPPFLAGS -I$curwd/gnu/include" +fi +if test -d $curwd/gnu/lib ; then + LDFLAGS="$LDFLAGS -L$curwd/gnu/lib" +fi + +# Special cases +case "$host" in + *-darwin* | *-macos10*) + if test -d /opt/local ; then + CPPFLAGS="$CPPFLAGS -I/opt/local/include" + LDFLAGS="$LDFLAGS -L/opt/local/lib" + elif test -d /sw ; then + CPPFLAGS="$CPPFLAGS -I/sw/include" + LDFLAGS="$LDFLAGS -L/sw/lib" + fi + ;; +esac + +# ---------------------------------------- +# Check Compiler Characteristics and +# configure automake. The two appear to +# be intimately linked... +# ---------------------------------------- + +# Define order of compilers +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++ + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 +$as_echo "$CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in g++ +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CXX="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 +$as_echo "$ac_ct_CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CXX" && break +done + + if test "x$ac_ct_CXX" = x; then + CXX="g++" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CXX=$ac_ct_CXX + fi +fi + + fi +fi +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5 +$as_echo_n "checking whether the C++ compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C++ compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5 +$as_echo_n "checking for C++ compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C++ compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if ${ac_cv_objext+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } +if ${ac_cv_cxx_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GXX=yes +else + GXX= +fi +ac_test_CXXFLAGS=${CXXFLAGS+set} +ac_save_CXXFLAGS=$CXXFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 +$as_echo_n "checking whether $CXX accepts -g... " >&6; } +if ${ac_cv_prog_cxx_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_cxx_werror_flag=$ac_cxx_werror_flag + ac_cxx_werror_flag=yes + ac_cv_prog_cxx_g=no + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +else + CXXFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + +else + ac_cxx_werror_flag=$ac_save_cxx_werror_flag + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cxx_werror_flag=$ac_save_cxx_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 +$as_echo "$ac_cv_prog_cxx_g" >&6; } +if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CXX" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CXX_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CXX_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CXX_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CXX_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= + am__fastdepCXX_FALSE='#' +else + am__fastdepCXX_TRUE='#' + am__fastdepCXX_FALSE= +fi + + + +case `pwd` in + *\ * | *\ *) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.2' +macro_revision='1.3337' + + + + + + + + + + + + + +ltmain="$ac_aux_dir/ltmain.sh" + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +$as_echo_n "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case "$ECHO" in + printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +$as_echo "printf" >&6; } ;; + print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +$as_echo "print -r" >&6; } ;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +$as_echo "cat" >&6; } ;; +esac + + + + + + + + + + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +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" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CC_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_SED" || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if ${ac_cv_path_GREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$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" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if ${ac_cv_path_EGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +$as_echo_n "checking for fgrep... " >&6; } +if ${ac_cv_path_FGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in fgrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_FGREP" || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +$as_echo "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then : + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } +fi +if ${lt_cv_path_LD+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +$as_echo "$LD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } +if ${lt_cv_prog_gnu_ld+:} false; then : + $as_echo_n "(cached) " >&6 +else + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if ${lt_cv_path_NM+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + : ${lt_cv_path_NM=no} +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +$as_echo "$lt_cv_path_NM" >&6; } +if test "$lt_cv_path_NM" != "no"; then + NM="$lt_cv_path_NM" +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DUMPBIN+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +$as_echo "$DUMPBIN" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +$as_echo "$ac_ct_DUMPBIN" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test "$DUMPBIN" != ":"; then + NM="$DUMPBIN" + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +$as_echo_n "checking the name lister ($NM) interface... " >&6; } +if ${lt_cv_nm_interface+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +$as_echo "$lt_cv_nm_interface" >&6; } + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +$as_echo_n "checking the maximum length of command line arguments... " >&6; } +if ${lt_cv_sys_max_cmd_len+:} false; then : + $as_echo_n "(cached) " >&6 +else + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8 ; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n $lt_cv_sys_max_cmd_len ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +$as_echo "$lt_cv_sys_max_cmd_len" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 +$as_echo "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 +$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } +# Try some XSI features +xsi_shell=no +( _lt_dummy="a/b/c" + test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,b/c, \ + && eval 'test $(( 1 + 1 )) -eq 2 \ + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ + && xsi_shell=yes +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 +$as_echo "$xsi_shell" >&6; } + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 +$as_echo_n "checking whether the shell understands \"+=\"... " >&6; } +lt_shell_append=no +( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ + >/dev/null 2>&1 \ + && lt_shell_append=yes +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 +$as_echo "$lt_shell_append" >&6; } + + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +$as_echo_n "checking how to convert $build file names to $host format... " >&6; } +if ${lt_cv_to_host_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +$as_echo "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } +if ${lt_cv_to_tool_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +$as_echo "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +$as_echo_n "checking for $LD option to reload object files... " >&6; } +if ${lt_cv_ld_reload_flag+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_reload_flag='-r' +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +$as_echo "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test "$GCC" != yes; then + reload_cmds=false + fi + ;; + darwin*) + if test "$GCC" = yes; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OBJDUMP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +$as_echo "$OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +$as_echo "$ac_ct_OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +$as_echo_n "checking how to recognize dependent libraries... " >&6; } +if ${lt_cv_deplibs_check_method+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# `unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# which responds to the $file_magic_cmd with a given extended regex. +# If you have `file' or equivalent on your system and you're not sure +# whether `pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='/usr/bin/file -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. + if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +$as_echo "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DLLTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +$as_echo "$DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +$as_echo "$ac_ct_DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +$as_echo_n "checking how to associate runtime and link libraries... " >&6; } +if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh + # decide which to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd="$ECHO" + ;; +esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AR+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +$as_echo "$AR" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_AR+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +$as_echo "$ac_ct_AR" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} +: ${AR_FLAGS=cru} + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +$as_echo_n "checking for archiver @FILE support... " >&6; } +if ${lt_cv_ar_at_file+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -ne 0; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +$as_echo "$lt_cv_ar_at_file" >&6; } + +if test "x$lt_cv_ar_at_file" = xno; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_RANLIB+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } +if ${lt_cv_sys_global_symbol_pipe+:} false; then : + $as_echo_n "(cached) " >&6 +else + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test "$host_cpu" = ia64; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function + # and D for any global variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 + (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +$as_echo "failed" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +$as_echo "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +$as_echo_n "checking for sysroot... " >&6; } + +# Check whether --with-sysroot was given. +if test "${with_sysroot+set}" = set; then : + withval=$with_sysroot; +else + with_sysroot=no +fi + + +lt_sysroot= +case ${with_sysroot} in #( + yes) + if test "$GCC" = yes; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 +$as_echo "${with_sysroot}" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +$as_echo "${lt_sysroot:-no}" >&6; } + + + + + +# 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\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + 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 '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + 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*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + 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" + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +$as_echo_n "checking whether the C compiler needs -belf... " >&6; } +if ${lt_cv_cc_needs_belf+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_cc_needs_belf=yes +else + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +$as_echo "$lt_cv_cc_needs_belf" >&6; } + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks="$enable_libtool_lock" + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +$as_echo "$MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +$as_echo "$ac_ct_MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if ${lt_cv_path_mainfest_tool+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +$as_echo "$lt_cv_path_mainfest_tool" >&6; } +if test "x$lt_cv_path_mainfest_tool" != xyes; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DSYMUTIL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +$as_echo "$DSYMUTIL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +$as_echo "$ac_ct_DSYMUTIL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_NMEDIT+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +$as_echo "$NMEDIT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +$as_echo "$ac_ct_NMEDIT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_LIPO+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +$as_echo "$LIPO" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_LIPO+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_LIPO="lipo" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +$as_echo "$ac_ct_LIPO" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +$as_echo "$OTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL="otool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +$as_echo "$ac_ct_OTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OTOOL64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +$as_echo "$OTOOL64" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +$as_echo "$ac_ct_OTOOL64" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +$as_echo_n "checking for -single_module linker flag... " >&6; } +if ${lt_cv_apple_cc_single_mod+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_apple_cc_single_mod=no + if test -z "${LT_MULTI_MODULE}"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +$as_echo "$lt_cv_apple_cc_single_mod" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } +if ${lt_cv_ld_exported_symbols_list+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_ld_exported_symbols_list=yes +else + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +$as_echo_n "checking for -force_load linker flag... " >&6; } +if ${lt_cv_ld_force_load+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR cru libconftest.a conftest.o" >&5 + $AR cru libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +$as_echo "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[91]*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + 10.[012]*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test "$lt_cv_apple_cc_single_mod" = "yes"; then + _lt_dar_single_mod='$single_module' + fi + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if ${ac_cv_prog_CPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if ${ac_cv_header_stdc+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + 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 confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +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 confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +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 confdefs.h - <<_ACEOF >conftest.$ac_ext +/* 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 +if ac_fn_c_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "#define STDC_HEADERS 1" >>confdefs.h + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_header in dlfcn.h +do : + ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_DLFCN_H 1 +_ACEOF + +fi + +done + + + + +func_stripname_cnf () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname_cnf + + + + + +# Set options + + + + enable_dlopen=no + + + enable_win32_dll=no + + + # Check whether --enable-shared was given. +if test "${enable_shared+set}" = set; then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_shared=yes +fi + + + + + + + + + + # Check whether --enable-static was given. +if test "${enable_static+set}" = set; then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_static=yes +fi + + + + + + + + + + +# Check whether --with-pic was given. +if test "${with_pic+set}" = set; then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + pic_mode=default +fi + + +test -z "$pic_mode" && pic_mode=default + + + + + + + + # Check whether --enable-fast-install was given. +if test "${enable_fast_install+set}" = set; then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_fast_install=yes +fi + + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ltmain" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +$as_echo_n "checking for objdir... " >&6; } +if ${lt_cv_objdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +$as_echo "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +cat >>confdefs.h <<_ACEOF +#define LT_OBJDIR "$lt_cv_objdir/" +_ACEOF + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a + +with_gnu_ld="$lt_cv_prog_gnu_ld" + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } +if ${lt_cv_path_MAGIC_CMD+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/${ac_tool_prefix}file; then + lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +$as_echo_n "checking for file... " >&6; } +if ${lt_cv_path_MAGIC_CMD+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/file; then + lt_cv_path_MAGIC_CMD="$ac_dir/file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC="$CC" +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test "$GCC" = yes; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then + 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= + + + if test "$GCC" = yes; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + # old Intel for x86_64 which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" + ;; +esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } +if ${lt_cv_prog_compiler_pic+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +$as_echo "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if ${lt_cv_prog_compiler_pic_works+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works" >&6; } + +if test x"$lt_cv_prog_compiler_pic_works" = xyes; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if ${lt_cv_prog_compiler_static_works+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_static_works=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +$as_echo "$lt_cv_prog_compiler_static_works" >&6; } + +if test x"$lt_cv_prog_compiler_static_works" = xyes; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } + if test "$hard_links" = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + export_dynamic_flag_spec='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='${wl}--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test "$host_os" = linux-dietlibc; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test "$tmp_diet" = no + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test "$ld_shlibs" = no; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". + 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") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='${wl}-f,' + + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + export_dynamic_flag_spec='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + 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. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +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' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl*) + # Native MSVC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=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 $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${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 && test "$with_gnu_ld" = no; then + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='${wl}-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes && test "$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 $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +$as_echo_n "checking if $CC understands -b... " >&6; } +if ${lt_cv_prog_compiler__b+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler__b=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +$as_echo "$lt_cv_prog_compiler__b" >&6; } + +if test x"$lt_cv_prog_compiler__b" = xyes; then + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if ${lt_cv_irix_exported_symbol+:} false; then : + $as_echo_n "(cached) " >&6 +else + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_irix_exported_symbol=yes +else + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS="$save_LDFLAGS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +$as_echo "$lt_cv_irix_exported_symbol" >&6; } + if test "$lt_cv_irix_exported_symbol" = yes; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + fi + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_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} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-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 + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test "$GCC" = yes; then + wlarc='${wl}' + archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='${wl}' + archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='${wl}-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='${wl}-z,text' + allow_undefined_flag='${wl}-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test x$host_vendor = xsni; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='${wl}-Blargedynsym' + ;; + esac + fi + fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +$as_echo "$ld_shlibs" >&6; } +test "$ld_shlibs" = no && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } +if ${lt_cv_archive_cmds_need_lc+:} false; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } + +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + 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; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([A-Za-z]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $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 # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "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' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if ${lt_cv_shlibpath_overrides_runpath+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + 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 # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test "X$hardcode_automatic" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$hardcode_direct" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && + test "$hardcode_minus_L" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +$as_echo "$hardcode_action" >&6; } + +if test "$hardcode_action" = relink || + test "$inherit_rpath" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } +if ${ac_cv_lib_dl_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dl_dlopen=yes +else + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes; 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 + + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes; then : + lt_cv_dlopen="shl_load" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +$as_echo_n "checking for shl_load in -ldld... " >&6; } +if ${ac_cv_lib_dld_shl_load+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char shl_load (); +int +main () +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dld_shl_load=yes +else + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +$as_echo "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes; then : + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" +else + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } +if ${ac_cv_lib_dl_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dl_dlopen=yes +else + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +$as_echo_n "checking for dlopen in -lsvld... " >&6; } +if ${ac_cv_lib_svld_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_svld_dlopen=yes +else + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +$as_echo "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +$as_echo_n "checking for dld_link in -ldld... " >&6; } +if ${ac_cv_lib_dld_dld_link+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dld_link (); +int +main () +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dld_dld_link=yes +else + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +$as_echo "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes; then : + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +$as_echo_n "checking whether a program can dlopen itself... " >&6; } +if ${lt_cv_dlopen_self+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +$as_echo "$lt_cv_dlopen_self" >&6; } + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } +if ${lt_cv_dlopen_self_static+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +$as_echo "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +$as_echo_n "checking whether stripping libraries is possible... " >&6; } +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + ;; + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + ;; + esac +fi + + + + + + + + + + + + + # Report which library types will actually be built + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +$as_echo_n "checking if libtool supports shared libraries... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +$as_echo "$can_build_shared" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +$as_echo_n "checking whether to build shared libraries... " >&6; } + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +$as_echo "$enable_shared" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +$as_echo_n "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +$as_echo "$enable_static" >&6; } + + + + +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 +$as_echo_n "checking how to run the C++ preprocessor... " >&6; } +if test -z "$CXXCPP"; then + if ${ac_cv_prog_CXXCPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CXXCPP needs to be expanded + for CXXCPP in "$CXX -E" "/lib/cpp" + do + ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CXXCPP=$CXXCPP + +fi + CXXCPP=$ac_cv_prog_CXXCPP +else + ac_cv_prog_CXXCPP=$CXXCPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 +$as_echo "$CXXCPP" >&6; } +ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +else + _lt_caught_CXX_error=yes +fi + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +archive_cmds_need_lc_CXX=no +allow_undefined_flag_CXX= +always_export_symbols_CXX=no +archive_expsym_cmds_CXX= +compiler_needs_object_CXX=no +export_dynamic_flag_spec_CXX= +hardcode_direct_CXX=no +hardcode_direct_absolute_CXX=no +hardcode_libdir_flag_spec_CXX= +hardcode_libdir_separator_CXX= +hardcode_minus_L_CXX=no +hardcode_shlibpath_var_CXX=unsupported +hardcode_automatic_CXX=no +inherit_rpath_CXX=no +module_cmds_CXX= +module_expsym_cmds_CXX= +link_all_deplibs_CXX=unknown +old_archive_cmds_CXX=$old_archive_cmds +reload_flag_CXX=$reload_flag +reload_cmds_CXX=$reload_cmds +no_undefined_flag_CXX= +whole_archive_flag_spec_CXX= +enable_shared_with_static_runtimes_CXX=no + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +objext_CXX=$objext + +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_caught_CXX_error" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[]) { return(0); }' + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + + # save warnings/boilerplate of simple test code + ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + + ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_CFLAGS=$CFLAGS + lt_save_LD=$LD + lt_save_GCC=$GCC + GCC=$GXX + lt_save_with_gnu_ld=$with_gnu_ld + lt_save_path_LD=$lt_cv_path_LD + if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx + else + $as_unset lt_cv_prog_gnu_ld + fi + if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX + else + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + CFLAGS=$CXXFLAGS + compiler=$CC + 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 "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` + + + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test "$GXX" = yes; then + lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' + else + lt_prog_compiler_no_builtin_flag_CXX= + fi + + if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then : + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } +fi +if ${lt_cv_path_LD+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +$as_echo "$LD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } +if ${lt_cv_prog_gnu_ld+:} false; then : + $as_echo_n "(cached) " >&6 +else + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + 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 -v "^Configured with:" | $GREP "\-L"' + + else + GXX=no + with_gnu_ld=no + wlarc= + fi + + # PORTME: fill in a description of your system's C++ link characteristics + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + ld_shlibs_CXX=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aix[4-9]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_CXX='' + hardcode_direct_CXX=yes + hardcode_direct_absolute_CXX=yes + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + file_list_spec_CXX='${wl}-f,' + + if test "$GXX" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct_CXX=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_CXX=yes + hardcode_libdir_flag_spec_CXX='-L$libdir' + hardcode_libdir_separator_CXX= + fi + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + export_dynamic_flag_spec_CXX='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + always_export_symbols_CXX=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_CXX='-berok' + # Determine the default libpath from the value encoded in an empty + # executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath__CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath__CXX +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 func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_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. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath__CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath__CXX +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' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_CXX='$convenience' + fi + archive_cmds_need_lc_CXX=yes + # This is similar to how AIX traditionally builds its shared + # libraries. + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_CXX=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_CXX=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + cygwin* | mingw* | pw32* | cegcc*) + case $GXX,$cc_basename in + ,cl* | no,cl*) + # Native MSVC + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec_CXX=' ' + allow_undefined_flag_CXX=unsupported + always_export_symbols_CXX=yes + file_list_spec_CXX='@' + # 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_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true' + enable_shared_with_static_runtimes_CXX=yes + # Don't use ranlib + old_postinstall_cmds_CXX='chmod 644 $oldlib' + postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_CXX='-L$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-all-symbols' + 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 + ;; + esac + ;; + darwin* | rhapsody*) + + + archive_cmds_need_lc_CXX=no + hardcode_direct_CXX=no + hardcode_automatic_CXX=yes + hardcode_shlibpath_var_CXX=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec_CXX='' + fi + link_all_deplibs_CXX=yes + allow_undefined_flag_CXX="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + if test "$lt_cv_apple_cc_single_mod" != "yes"; then + archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" + archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" + fi + + else + ld_shlibs_CXX=no + fi + + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + freebsd2.*) + # 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*) + ;; + + haiku*) + archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs_CXX=yes + ;; + + hpux9*) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + export_dynamic_flag_spec_CXX='${wl}-E' + hardcode_direct_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC*) + archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + export_dynamic_flag_spec_CXX='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + ;; + *) + hardcode_direct_CXX=yes + hardcode_direct_absolute_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$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 $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + 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" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + 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 $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' + fi + fi + link_all_deplibs_CXX=yes + ;; + esac + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + inherit_rpath_CXX=yes + ;; + + linux* | k*bsd*-gnu | kopensolaris*-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; func_echo_all "$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* | ecpc* ) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + archive_cmds_need_lc_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [1-5].* | *pgcpp\ [1-5].*) + prelink_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + old_archive_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' + archive_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + archive_expsym_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + *) # Version 6 and above use weak symbols + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + esac + + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$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=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # IBM XL 8.0 on PPC, with GNU ld + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + hardcode_libdir_flag_spec_CXX='-R$libdir' + whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object_CXX=yes + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + + lynxos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + m88k*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + + *nto* | *qnx*) + ld_shlibs_CXX=yes + ;; + + openbsd2*) + # C++ shared libraries are fairly broken + ld_shlibs_CXX=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + hardcode_direct_absolute_CXX=yes + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + export_dynamic_flag_spec_CXX='${wl}-E' + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd=func_echo_all + else + ld_shlibs_CXX=no + fi + ;; + + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + hardcode_libdir_separator_CXX=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + cxx*) + case $host in + osf3*) + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + ;; + *) + allow_undefined_flag_CXX=' -expect_unresolved \*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-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' + ;; + esac + + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + case $host in + osf3*) + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + *) + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + esac + + 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 -v "^Configured with:" | $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* | sunCC*) + # 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='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + 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 $pic_flag -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 $pic_flag -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 -v "^Configured with:" | $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 -v "^Configured with:" | $GREP "\-L"' + fi + + hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag_CXX='${wl}-z,text' + archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag_CXX='${wl}-z,text' + allow_undefined_flag_CXX='${wl}-z,nodefs' + archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir' + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + export_dynamic_flag_spec_CXX='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~ + '"$old_archive_cmds_CXX" + reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~ + '"$reload_cmds_CXX" + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + vxworks*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 +$as_echo "$ld_shlibs_CXX" >&6; } + test "$ld_shlibs_CXX" = no && can_build_shared=no + + GCC_CXX="$GXX" + LD_CXX="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + # Dependencies to place before and after the object being linked: +predep_objects_CXX= +postdep_objects_CXX= +predeps_CXX= +postdeps_CXX= +compiler_lib_search_path_CXX= + +cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF + + +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; +esac + +if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + for p in `eval "$output_verbose_link_cmd"`; do + case ${prev}${p} in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" || + test $p = "-R"; then + prev=$p + continue + fi + + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac + if test "$pre_test_object_deps_done" = no; then + case ${prev} in + -L | -R) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$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 + prev= + ;; + + *.lto.$objext) ;; # Ignore GCC LTO objects + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$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 +CFLAGS=$_lt_libdeps_save_CFLAGS + +# 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* | sunCC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac + + +case " $postdeps_CXX " in +*" -lc "*) archive_cmds_need_lc_CXX=no ;; +esac + compiler_lib_search_dirs_CXX= +if test -n "${compiler_lib_search_path_CXX}"; then + compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + lt_prog_compiler_wl_CXX= +lt_prog_compiler_pic_CXX= +lt_prog_compiler_static_CXX= + + + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic_CXX='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic_CXX='-DDLL_EXPORT' + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_CXX='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + lt_prog_compiler_pic_CXX= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static_CXX= + ;; + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_CXX=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic_CXX='-fPIC -shared' + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + else + case $host_os in + aix[4-9]*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + else + lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_CXX='-DDLL_EXPORT' + ;; + 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 | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + lt_prog_compiler_wl_CXX='--backend -Wl,' + lt_prog_compiler_pic_CXX='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64 which still supported -KPIC. + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-fPIC' + lt_prog_compiler_static_CXX='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-fpic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + xlc* | xlC* | bgxl[cC]* | mpixl[cC]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-qpic' + lt_prog_compiler_static_CXX='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + lt_prog_compiler_pic_CXX='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic_CXX='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + lt_prog_compiler_wl_CXX='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + lt_prog_compiler_pic_CXX='-pic' + ;; + cxx*) + # Digital/Compaq C++ + lt_prog_compiler_wl_CXX='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + lt_prog_compiler_pic_CXX='-pic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + lcc*) + # Lucid + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + lt_prog_compiler_pic_CXX='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + lt_prog_compiler_can_build_shared_CXX=no + ;; + esac + fi + +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_CXX= + ;; + *) + lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" + ;; +esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } +if ${lt_cv_prog_compiler_pic_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; } +lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } +if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_works_CXX=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works_CXX=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } + +if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then + case $lt_prog_compiler_pic_CXX in + "" | " "*) ;; + *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; + esac +else + lt_prog_compiler_pic_CXX= + lt_prog_compiler_can_build_shared_CXX=no +fi + +fi + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if ${lt_cv_prog_compiler_static_works_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_static_works_CXX=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works_CXX=yes + fi + else + lt_cv_prog_compiler_static_works_CXX=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } + +if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then + : +else + lt_prog_compiler_static_CXX= +fi + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o_CXX=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o_CXX=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o_CXX=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o_CXX=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } + + + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } + if test "$hard_links" = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + case $host_os in + aix[4-9]*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". + 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") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + export_symbols_cmds_CXX="$ltdll_cmds" + ;; + cygwin* | mingw* | cegcc*) + case $cc_basename in + cl*) + exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + ;; + esac + ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 +$as_echo "$ld_shlibs_CXX" >&6; } +test "$ld_shlibs_CXX" = no && can_build_shared=no + +with_gnu_ld_CXX=$with_gnu_ld + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_CXX" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_CXX=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_CXX in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } +if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 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\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc_CXX=no + else + lt_cv_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* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; } + archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } + +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $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 # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "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' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if ${lt_cv_shlibpath_overrides_runpath+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + 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 # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } +hardcode_action_CXX= +if test -n "$hardcode_libdir_flag_spec_CXX" || + test -n "$runpath_var_CXX" || + test "X$hardcode_automatic_CXX" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$hardcode_direct_CXX" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no && + test "$hardcode_minus_L_CXX" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_CXX=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_CXX=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_CXX=unsupported +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5 +$as_echo "$hardcode_action_CXX" >&6; } + +if test "$hardcode_action_CXX" = relink || + test "$inherit_rpath_CXX" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + + fi # test -n "$compiler" + + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + with_gnu_ld=$lt_save_with_gnu_ld + lt_cv_path_LDCXX=$lt_cv_path_LD + lt_cv_path_LD=$lt_save_path_LD + lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld + lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +fi # test "$_lt_caught_CXX_error" != yes + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +# ---------------------------------------- +# Additional checking of compiler characteristics +# ---------------------------------------- + +# Check Endianness. If Big Endian, this will define WORDS_BIGENDIAN +# See also at end of this file, where we define INTEL_BYTE_ORDER +# or MOTOROLA_BYTE_ORDER. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 +$as_echo_n "checking whether byte ordering is bigendian... " >&6; } +if ${ac_cv_c_bigendian+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_c_bigendian=unknown + # See if we're dealing with a universal compiler. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifndef __APPLE_CC__ + not a universal capable compiler + #endif + typedef int dummy; + +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + + # Check for potential -arch flags. It is not universal unless + # there are at least two -arch flags with different values. + ac_arch= + ac_prev= + for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do + if test -n "$ac_prev"; then + case $ac_word in + i?86 | x86_64 | ppc | ppc64) + if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then + ac_arch=$ac_word + else + ac_cv_c_bigendian=universal + break + fi + ;; + esac + ac_prev= + elif test "x$ac_word" = "x-arch"; then + ac_prev=arch + fi + done +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + #include + +int +main () +{ +#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ + && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ + && LITTLE_ENDIAN) + bogus endian macros + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + # It does; now see whether it defined to BIG_ENDIAN or not. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + #include + +int +main () +{ +#if BYTE_ORDER != BIG_ENDIAN + not big endian + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_bigendian=yes +else + ac_cv_c_bigendian=no +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 + if test $ac_cv_c_bigendian = unknown; then + # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +int +main () +{ +#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) + bogus endian macros + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + # It does; now see whether it defined to _BIG_ENDIAN or not. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +int +main () +{ +#ifndef _BIG_ENDIAN + not big endian + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_bigendian=yes +else + ac_cv_c_bigendian=no +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 + if test $ac_cv_c_bigendian = unknown; then + # Compile a test program. + if test "$cross_compiling" = yes; then : + # Try to guess by grepping values from an object file. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +short int ascii_mm[] = + { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; + short int ascii_ii[] = + { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; + int use_ascii (int i) { + return ascii_mm[i] + ascii_ii[i]; + } + short int ebcdic_ii[] = + { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; + short int ebcdic_mm[] = + { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } + extern int foo; + +int +main () +{ +return use_ascii (foo) == use_ebcdic (foo); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then + ac_cv_c_bigendian=yes + fi + if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else + # finding both strings is unlikely to happen, but who knows? + ac_cv_c_bigendian=unknown + fi + fi +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ + + /* Are we little or big endian? From Harbison&Steele. */ + union + { + long int l; + char c[sizeof (long int)]; + } u; + u.l = 1; + return u.c[sizeof (long int) - 1] == 1; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_c_bigendian=no +else + ac_cv_c_bigendian=yes +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 +$as_echo "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) + $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h +;; #( + no) + ;; #( + universal) + +$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h + + ;; #( + *) + as_fn_error $? "unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; + esac + + + +# ---------------------------------------- +# Check for programs we need +# ---------------------------------------- + +# Check where all the following programs are and set +# variables accordingly: + + + +# ---------------------------------------- +# C++ related options +# ---------------------------------------- + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiling with clang" >&5 +$as_echo_n "checking if compiling with clang... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + +#ifndef __clang__ + not clang +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + CLANG=yes +else + CLANG=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CLANG" >&5 +$as_echo "$CLANG" >&6; } + + +OLD_CXXFLAGS=$CXXFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports C++11" >&5 +$as_echo_n "checking whether compiler supports C++11... " >&6; } +CXXFLAGS="$CXXFLAGS -std=c++11" +snprintfworks=no +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + + #if (__cplusplus < 201103L) + #error C++ 11 is unsupported + #endif + + +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + has_cpp11=yes + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + has_cpp11=no + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +for ac_func in snprintf +do : + ac_fn_cxx_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" +if test "x$ac_cv_func_snprintf" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_SNPRINTF 1 +_ACEOF + +else + snprintfworks=yes +fi +done + +CXXFLAGS="$OLD_CXXFLAGS" + +# ---------------------------------------- +# Check for libraries +# ---------------------------------------- + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sem_init" >&5 +$as_echo_n "checking for library containing sem_init... " >&6; } +if ${ac_cv_search_sem_init+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char sem_init (); +int +main () +{ +return sem_init (); + ; + return 0; +} +_ACEOF +for ac_lib in '' pthread rt; 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 + if ac_fn_cxx_try_link "$LINENO"; then : + ac_cv_search_sem_init=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_sem_init+:} false; then : + break +fi +done +if ${ac_cv_search_sem_init+:} false; then : + +else + ac_cv_search_sem_init=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_sem_init" >&5 +$as_echo "$ac_cv_search_sem_init" >&6; } +ac_res=$ac_cv_search_sem_init +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + + + +# ---------------------------------------- +# Checks for header files. +# ---------------------------------------- + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if ${ac_cv_header_stdc+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + 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 confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +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 confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +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 confdefs.h - <<_ACEOF >conftest.$ac_ext +/* 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 +if ac_fn_cxx_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "#define STDC_HEADERS 1" >>confdefs.h + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } +if ${ac_cv_header_time+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include + +int +main () +{ +if ((struct tm *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_header_time=yes +else + ac_cv_header_time=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 +$as_echo "$ac_cv_header_time" >&6; } +if test $ac_cv_header_time = yes; then + +$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 +$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } +if ${ac_cv_header_sys_wait_h+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#ifndef WEXITSTATUS +# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) +#endif +#ifndef WIFEXITED +# define WIFEXITED(stat_val) (((stat_val) & 255) == 0) +#endif + +int +main () +{ + int s; + wait (&s); + s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_header_sys_wait_h=yes +else + ac_cv_header_sys_wait_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5 +$as_echo "$ac_cv_header_sys_wait_h" >&6; } +if test $ac_cv_header_sys_wait_h = yes; then + +$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h + +fi + +for ac_header in sys/ipc.h sys/shm.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + +for ac_header in limits.h malloc.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + +# Enable use of system-defined bool type if available: +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 +$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } +if ${ac_cv_header_stdbool_h+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + + #include + #ifndef bool + "error: bool is not defined" + #endif + #ifndef false + "error: false is not defined" + #endif + #if false + "error: false is not 0" + #endif + #ifndef true + "error: true is not defined" + #endif + #if true != 1 + "error: true is not 1" + #endif + #ifndef __bool_true_false_are_defined + "error: __bool_true_false_are_defined is not defined" + #endif + + struct s { _Bool s: 1; _Bool t; } s; + + char a[true == 1 ? 1 : -1]; + char b[false == 0 ? 1 : -1]; + char c[__bool_true_false_are_defined == 1 ? 1 : -1]; + char d[(bool) 0.5 == true ? 1 : -1]; + /* See body of main program for 'e'. */ + char f[(_Bool) 0.0 == false ? 1 : -1]; + char g[true]; + char h[sizeof (_Bool)]; + char i[sizeof s.t]; + enum { j = false, k = true, l = false * true, m = true * 256 }; + /* The following fails for + HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ + _Bool n[m]; + char o[sizeof n == m * sizeof n[0] ? 1 : -1]; + char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; + /* Catch a bug in an HP-UX C compiler. See + http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html + http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html + */ + _Bool q = true; + _Bool *pq = &q; + +int +main () +{ + + bool e = &s; + *pq |= q; + *pq |= ! q; + /* Refer to every declared value, to avoid compiler optimizations. */ + return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + + !m + !n + !o + !p + !q + !pq); + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_header_stdbool_h=yes +else + ac_cv_header_stdbool_h=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 +$as_echo "$ac_cv_header_stdbool_h" >&6; } + ac_fn_cxx_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" +if test "x$ac_cv_type__Bool" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE__BOOL 1 +_ACEOF + + +fi + + +if test $ac_cv_header_stdbool_h = yes; then + +$as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h + +fi + + +# Misc +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether #! works in shell scripts" >&5 +$as_echo_n "checking whether #! works in shell scripts... " >&6; } +if ${ac_cv_sys_interpreter+:} false; then : + $as_echo_n "(cached) " >&6 +else + echo '#! /bin/cat +exit 69 +' >conftest +chmod u+x conftest +(SHELL=/bin/sh; export SHELL; ./conftest >/dev/null 2>&1) +if test $? -ne 69; then + ac_cv_sys_interpreter=yes +else + ac_cv_sys_interpreter=no +fi +rm -f conftest +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_interpreter" >&5 +$as_echo "$ac_cv_sys_interpreter" >&6; } +interpval=$ac_cv_sys_interpreter + +# Check whether --enable-largefile was given. +if test "${enable_largefile+set}" = set; then : + enableval=$enable_largefile; +fi + +if test "$enable_largefile" != no; then + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 +$as_echo_n "checking for special C compiler options needed for large files... " >&6; } +if ${ac_cv_sys_largefile_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_sys_largefile_CC=no + if test "$GCC" != yes; then + ac_save_CC=$CC + while :; do + # IRIX 6.2 and later do not support large files by default, + # so use the C compiler's -n32 option if that helps. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF + if ac_fn_cxx_try_compile "$LINENO"; then : + break +fi +rm -f core conftest.err conftest.$ac_objext + CC="$CC -n32" + if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_sys_largefile_CC=' -n32'; break +fi +rm -f core conftest.err conftest.$ac_objext + break + done + CC=$ac_save_CC + rm -f conftest.$ac_ext + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 +$as_echo "$ac_cv_sys_largefile_CC" >&6; } + if test "$ac_cv_sys_largefile_CC" != no; then + CC=$CC$ac_cv_sys_largefile_CC + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 +$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } +if ${ac_cv_sys_file_offset_bits+:} false; then : + $as_echo_n "(cached) " >&6 +else + while :; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_sys_file_offset_bits=no; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#define _FILE_OFFSET_BITS 64 +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_sys_file_offset_bits=64; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_sys_file_offset_bits=unknown + break +done +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 +$as_echo "$ac_cv_sys_file_offset_bits" >&6; } +case $ac_cv_sys_file_offset_bits in #( + no | unknown) ;; + *) +cat >>confdefs.h <<_ACEOF +#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits +_ACEOF +;; +esac +rm -rf conftest* + if test $ac_cv_sys_file_offset_bits = unknown; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 +$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } +if ${ac_cv_sys_large_files+:} false; then : + $as_echo_n "(cached) " >&6 +else + while :; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_sys_large_files=no; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#define _LARGE_FILES 1 +#include + /* Check that off_t can represent 2**63 - 1 correctly. + We can't simply define LARGE_OFF_T to be 9223372036854775807, + since some C++ compilers masquerading as C compilers + incorrectly reject 9223372036854775807. */ +#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) + int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 + && LARGE_OFF_T % 2147483647 == 1) + ? 1 : -1]; +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_sys_large_files=1; break +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_sys_large_files=unknown + break +done +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 +$as_echo "$ac_cv_sys_large_files" >&6; } +case $ac_cv_sys_large_files in #( + no | unknown) ;; + *) +cat >>confdefs.h <<_ACEOF +#define _LARGE_FILES $ac_cv_sys_large_files +_ACEOF +;; +esac +rm -rf conftest* + fi + + +fi + + +for ac_func in getline +do : + ac_fn_cxx_check_func "$LINENO" "getline" "ac_cv_func_getline" +if test "x$ac_cv_func_getline" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_GETLINE 1 +_ACEOF + +fi +done + + +# ---------------------------------------- +# Checks for typedefs, structures, and compiler characteristics. +# ---------------------------------------- + +ac_fn_cxx_check_type "$LINENO" "wchar_t" "ac_cv_type_wchar_t" "$ac_includes_default" +if test "x$ac_cv_type_wchar_t" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE_WCHAR_T 1 +_ACEOF + + +fi + +ac_fn_cxx_check_type "$LINENO" "long long int" "ac_cv_type_long_long_int" "$ac_includes_default" +if test "x$ac_cv_type_long_long_int" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE_LONG_LONG_INT 1 +_ACEOF + + +fi + +ac_fn_cxx_check_type "$LINENO" "mbstate_t" "ac_cv_type_mbstate_t" "#include \"wchar.h\" +" +if test "x$ac_cv_type_mbstate_t" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE_MBSTATE_T 1 +_ACEOF + + +fi + + +# ---------------------------------------- +# Test auxiliary packages +# ---------------------------------------- + +# Check location of leptonica/liblept headers. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for leptonica" >&5 +$as_echo_n "checking for leptonica... " >&6; } + + +have_lept=no +if test "$LIBLEPT_HEADERSDIR" = "" ; then + LIBLEPT_HEADERSDIR="/usr/local/include /usr/include" +fi +for incd in $LIBLEPT_HEADERSDIR +do + for lept in . leptonica liblept + do + if test -r "$incd/$lept/allheaders.h" ; then + CPPFLAGS="$CPPFLAGS -I$incd/$lept" + have_lept=yes + fi + done +done +if test "$have_lept" = yes ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pixCreate in -llept" >&5 +$as_echo_n "checking for pixCreate in -llept... " >&6; } +if ${ac_cv_lib_lept_pixCreate+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-llept $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pixCreate (); +int +main () +{ +return pixCreate (); + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + ac_cv_lib_lept_pixCreate=yes +else + ac_cv_lib_lept_pixCreate=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lept_pixCreate" >&5 +$as_echo "$ac_cv_lib_lept_pixCreate" >&6; } +if test "x$ac_cv_lib_lept_pixCreate" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBLEPT 1 +_ACEOF + + LIBS="-llept $LIBS" + +else + as_fn_error $? "leptonica library missing" "$LINENO" 5 +fi + +else + as_fn_error $? "leptonica not found" "$LINENO" 5 +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking leptonica version >= 1.71" >&5 +$as_echo_n "checking leptonica version >= 1.71... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include "allheaders.h" +int +main () +{ +#if (LIBLEPT_MAJOR_VERSION >= 1) && (LIBLEPT_MINOR_VERSION >= 71) +int i = 0; +#else +#error You need to upgrade your leptonica library! +#endif + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "leptonica 1.71 or higher is required +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +# Check location of icu headers +have_icu=false +for ac_header in unicode/uchar.h +do : + ac_fn_cxx_check_header_mongrel "$LINENO" "unicode/uchar.h" "ac_cv_header_unicode_uchar_h" "$ac_includes_default" +if test "x$ac_cv_header_unicode_uchar_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_UNICODE_UCHAR_H 1 +_ACEOF + have_icu=true +else + have_icu=false +fi + +done + +if !($have_icu); then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Training tools WILL NOT be built because of missing icu library." >&5 +$as_echo "$as_me: WARNING: Training tools WILL NOT be built because of missing icu library." >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Try to install libicu-devel package." >&5 +$as_echo "$as_me: WARNING: Try to install libicu-devel package." >&2;} +fi + if $have_icu; then + ENABLE_TRAINING_TRUE= + ENABLE_TRAINING_FALSE='#' +else + ENABLE_TRAINING_TRUE='#' + ENABLE_TRAINING_FALSE= +fi + + +# Check location of pango headers +have_pango=false +for ac_header in pango-1.0/pango/pango-features.h +do : + ac_fn_cxx_check_header_mongrel "$LINENO" "pango-1.0/pango/pango-features.h" "ac_cv_header_pango_1_0_pango_pango_features_h" "$ac_includes_default" +if test "x$ac_cv_header_pango_1_0_pango_pango_features_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_PANGO_1_0_PANGO_PANGO_FEATURES_H 1 +_ACEOF + have_pango=true +else + have_pango=false +fi + +done + +if !($have_pango); then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Training tools WILL NOT be built because of missing pango library." >&5 +$as_echo "$as_me: WARNING: Training tools WILL NOT be built because of missing pango library." >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Try to install libpango1.0-dev package." >&5 +$as_echo "$as_me: WARNING: Try to install libpango1.0-dev package." >&2;} +else + CPPFLAGS="$CPPFLAGS $(pkg-config --cflags pango)" +fi + if $have_pango; then + ENABLE_TRAINING_TRUE= + ENABLE_TRAINING_FALSE='#' +else + ENABLE_TRAINING_TRUE='#' + ENABLE_TRAINING_FALSE= +fi + + +# Check location of cairo headers +have_cairo=false +for ac_header in cairo/cairo-version.h +do : + ac_fn_cxx_check_header_mongrel "$LINENO" "cairo/cairo-version.h" "ac_cv_header_cairo_cairo_version_h" "$ac_includes_default" +if test "x$ac_cv_header_cairo_cairo_version_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_CAIRO_CAIRO_VERSION_H 1 +_ACEOF + have_cairo=true +else + have_cairo=false +fi + +done + +if !($have_cairo); then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Training tools WILL NOT be built because of missing cairo library." >&5 +$as_echo "$as_me: WARNING: Training tools WILL NOT be built because of missing cairo library." >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Try to install libcairo-dev?? package." >&5 +$as_echo "$as_me: WARNING: Try to install libcairo-dev?? package." >&2;} +else + CPPFLAGS="$CPPFLAGS $(pkg-config --cflags cairo)" +fi + if $have_cairo; then + ENABLE_TRAINING_TRUE= + ENABLE_TRAINING_FALSE='#' +else + ENABLE_TRAINING_TRUE='#' + ENABLE_TRAINING_FALSE= +fi + + +# set c++11 support based on platform/compiler +if test "x$has_cpp11" = "xyes"; then + case "${host_os}" in + cygwin*) + CXXFLAGS="$CXXFLAGS -std=gnu++11" + ;; + *-darwin* | *-macos10*) + if test "x$CLANG" = "xyes"; then + CXXFLAGS="$CXXFLAGS -std=c++11 " + LDFLAGS="$LDFLAGS -stdlib=libc++" + else + CXXFLAGS="$CXXFLAGS -std=c++11" + fi + ;; + *) + # default + CXXFLAGS="$CXXFLAGS -std=c++11" + ;; + esac +else + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Training tools WILL NOT be built because of missing c++11 support." >&5 +$as_echo "$as_me: WARNING: Training tools WILL NOT be built because of missing c++11 support." >&2;} + if test "x$has_cpp11" = "xyes"; then + ENABLE_TRAINING_TRUE= + ENABLE_TRAINING_FALSE='#' +else + ENABLE_TRAINING_TRUE='#' + ENABLE_TRAINING_FALSE= +fi + +fi + +# ---------------------------------------- +# Final Tasks and Output +# ---------------------------------------- + +# Output files +ac_config_files="$ac_config_files Makefile tesseract.pc" + +ac_config_files="$ac_config_files api/Makefile" + +ac_config_files="$ac_config_files ccmain/Makefile" + +ac_config_files="$ac_config_files opencl/Makefile" + +ac_config_files="$ac_config_files ccstruct/Makefile" + +ac_config_files="$ac_config_files ccutil/Makefile" + +ac_config_files="$ac_config_files classify/Makefile" + +ac_config_files="$ac_config_files cube/Makefile" + +ac_config_files="$ac_config_files cutil/Makefile" + +ac_config_files="$ac_config_files dict/Makefile" + +ac_config_files="$ac_config_files neural_networks/runtime/Makefile" + +ac_config_files="$ac_config_files textord/Makefile" + +ac_config_files="$ac_config_files viewer/Makefile" + +ac_config_files="$ac_config_files wordrec/Makefile" + +ac_config_files="$ac_config_files tessdata/Makefile" + +ac_config_files="$ac_config_files tessdata/configs/Makefile" + +ac_config_files="$ac_config_files tessdata/tessconfigs/Makefile" + +ac_config_files="$ac_config_files testing/Makefile" + +ac_config_files="$ac_config_files java/Makefile" + +ac_config_files="$ac_config_files java/com/Makefile" + +ac_config_files="$ac_config_files java/com/google/Makefile" + +ac_config_files="$ac_config_files java/com/google/scrollview/Makefile" + +ac_config_files="$ac_config_files java/com/google/scrollview/events/Makefile" + +ac_config_files="$ac_config_files java/com/google/scrollview/ui/Makefile" + +ac_config_files="$ac_config_files doc/Makefile" + +if test -z "$ENABLE_TRAINING_TRUE"; then : + ac_config_files="$ac_config_files training/Makefile" + +fi +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; 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 + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${T_WIN_TRUE}" && test -z "${T_WIN_FALSE}"; then + as_fn_error $? "conditional \"T_WIN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${OSX_TRUE}" && test -z "${OSX_FALSE}"; then + as_fn_error $? "conditional \"OSX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${GRAPHICS_DISABLED_TRUE}" && test -z "${GRAPHICS_DISABLED_FALSE}"; then + as_fn_error $? "conditional \"GRAPHICS_DISABLED\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${T_WIN_TRUE}" && test -z "${T_WIN_FALSE}"; then + as_fn_error $? "conditional \"T_WIN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${ADD_RT_TRUE}" && test -z "${ADD_RT_FALSE}"; then + as_fn_error $? "conditional \"ADD_RT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${ADD_RT_TRUE}" && test -z "${ADD_RT_FALSE}"; then + as_fn_error $? "conditional \"ADD_RT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${T_WIN_TRUE}" && test -z "${T_WIN_FALSE}"; then + as_fn_error $? "conditional \"T_WIN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${ADD_RT_TRUE}" && test -z "${ADD_RT_FALSE}"; then + as_fn_error $? "conditional \"ADD_RT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${ADD_RT_TRUE}" && test -z "${ADD_RT_FALSE}"; then + as_fn_error $? "conditional \"ADD_RT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${ADD_RT_TRUE}" && test -z "${ADD_RT_FALSE}"; then + as_fn_error $? "conditional \"ADD_RT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${GRAPHICS_DISABLED_TRUE}" && test -z "${GRAPHICS_DISABLED_FALSE}"; then + as_fn_error $? "conditional \"GRAPHICS_DISABLED\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${EMBEDDED_TRUE}" && test -z "${EMBEDDED_FALSE}"; then + as_fn_error $? "conditional \"EMBEDDED\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${USE_OPENCL_TRUE}" && test -z "${USE_OPENCL_FALSE}"; then + as_fn_error $? "conditional \"USE_OPENCL\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${VISIBILITY_TRUE}" && test -z "${VISIBILITY_FALSE}"; then + as_fn_error $? "conditional \"VISIBILITY\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${USING_MULTIPLELIBS_TRUE}" && test -z "${USING_MULTIPLELIBS_FALSE}"; then + as_fn_error $? "conditional \"USING_MULTIPLELIBS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${NO_TESSDATA_PREFIX_TRUE}" && test -z "${NO_TESSDATA_PREFIX_FALSE}"; then + as_fn_error $? "conditional \"NO_TESSDATA_PREFIX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +if test -z "${ENABLE_TRAINING_TRUE}" && test -z "${ENABLE_TRAINING_FALSE}"; then + as_fn_error $? "conditional \"ENABLE_TRAINING\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${ENABLE_TRAINING_TRUE}" && test -z "${ENABLE_TRAINING_FALSE}"; then + as_fn_error $? "conditional \"ENABLE_TRAINING\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${ENABLE_TRAINING_TRUE}" && test -z "${ENABLE_TRAINING_FALSE}"; then + as_fn_error $? "conditional \"ENABLE_TRAINING\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${ENABLE_TRAINING_TRUE}" && test -z "${ENABLE_TRAINING_FALSE}"; then + as_fn_error $? "conditional \"ENABLE_TRAINING\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# 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} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +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 + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# 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 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by tesseract $as_me 3.04.00, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# 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_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --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_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +tesseract config.status 3.04.00 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' +predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' +postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' +predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' +postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' +LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' +reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' +reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' +GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' +inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' +link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' +always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' +exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' +postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' +file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' +predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' +postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' +predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' +postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +AR_FLAGS \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +nm_file_list_spec \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib \ +compiler_lib_search_dirs \ +predep_objects \ +postdep_objects \ +predeps \ +postdeps \ +compiler_lib_search_path \ +LD_CXX \ +reload_flag_CXX \ +compiler_CXX \ +lt_prog_compiler_no_builtin_flag_CXX \ +lt_prog_compiler_pic_CXX \ +lt_prog_compiler_wl_CXX \ +lt_prog_compiler_static_CXX \ +lt_cv_prog_compiler_c_o_CXX \ +export_dynamic_flag_spec_CXX \ +whole_archive_flag_spec_CXX \ +compiler_needs_object_CXX \ +with_gnu_ld_CXX \ +allow_undefined_flag_CXX \ +no_undefined_flag_CXX \ +hardcode_libdir_flag_spec_CXX \ +hardcode_libdir_separator_CXX \ +exclude_expsyms_CXX \ +include_expsyms_CXX \ +file_list_spec_CXX \ +compiler_lib_search_dirs_CXX \ +predep_objects_CXX \ +postdep_objects_CXX \ +predeps_CXX \ +postdeps_CXX \ +compiler_lib_search_path_CXX; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +sys_lib_dlsearch_path_spec \ +reload_cmds_CXX \ +old_archive_cmds_CXX \ +old_archive_from_new_cmds_CXX \ +old_archive_from_expsyms_cmds_CXX \ +archive_cmds_CXX \ +archive_expsym_cmds_CXX \ +module_cmds_CXX \ +module_expsym_cmds_CXX \ +export_symbols_cmds_CXX \ +prelink_cmds_CXX \ +postlink_cmds_CXX; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' +xsi_shell='$xsi_shell' +lt_shell_append='$lt_shell_append' + +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + TIMESTAMP='$TIMESTAMP' + RM='$RM' + ofile='$ofile' + + + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config_auto.h") CONFIG_HEADERS="$CONFIG_HEADERS config_auto.h:config/config.h.in" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "tesseract.pc") CONFIG_FILES="$CONFIG_FILES tesseract.pc" ;; + "api/Makefile") CONFIG_FILES="$CONFIG_FILES api/Makefile" ;; + "ccmain/Makefile") CONFIG_FILES="$CONFIG_FILES ccmain/Makefile" ;; + "opencl/Makefile") CONFIG_FILES="$CONFIG_FILES opencl/Makefile" ;; + "ccstruct/Makefile") CONFIG_FILES="$CONFIG_FILES ccstruct/Makefile" ;; + "ccutil/Makefile") CONFIG_FILES="$CONFIG_FILES ccutil/Makefile" ;; + "classify/Makefile") CONFIG_FILES="$CONFIG_FILES classify/Makefile" ;; + "cube/Makefile") CONFIG_FILES="$CONFIG_FILES cube/Makefile" ;; + "cutil/Makefile") CONFIG_FILES="$CONFIG_FILES cutil/Makefile" ;; + "dict/Makefile") CONFIG_FILES="$CONFIG_FILES dict/Makefile" ;; + "neural_networks/runtime/Makefile") CONFIG_FILES="$CONFIG_FILES neural_networks/runtime/Makefile" ;; + "textord/Makefile") CONFIG_FILES="$CONFIG_FILES textord/Makefile" ;; + "viewer/Makefile") CONFIG_FILES="$CONFIG_FILES viewer/Makefile" ;; + "wordrec/Makefile") CONFIG_FILES="$CONFIG_FILES wordrec/Makefile" ;; + "tessdata/Makefile") CONFIG_FILES="$CONFIG_FILES tessdata/Makefile" ;; + "tessdata/configs/Makefile") CONFIG_FILES="$CONFIG_FILES tessdata/configs/Makefile" ;; + "tessdata/tessconfigs/Makefile") CONFIG_FILES="$CONFIG_FILES tessdata/tessconfigs/Makefile" ;; + "testing/Makefile") CONFIG_FILES="$CONFIG_FILES testing/Makefile" ;; + "java/Makefile") CONFIG_FILES="$CONFIG_FILES java/Makefile" ;; + "java/com/Makefile") CONFIG_FILES="$CONFIG_FILES java/com/Makefile" ;; + "java/com/google/Makefile") CONFIG_FILES="$CONFIG_FILES java/com/google/Makefile" ;; + "java/com/google/scrollview/Makefile") CONFIG_FILES="$CONFIG_FILES java/com/google/scrollview/Makefile" ;; + "java/com/google/scrollview/events/Makefile") CONFIG_FILES="$CONFIG_FILES java/com/google/scrollview/events/Makefile" ;; + "java/com/google/scrollview/ui/Makefile") CONFIG_FILES="$CONFIG_FILES java/com/google/scrollview/ui/Makefile" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + "training/Makefile") CONFIG_FILES="$CONFIG_FILES training/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + 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= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # 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. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[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="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# 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 || +$as_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) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +# The names of the tagged configurations supported by this script. +available_tags="CXX " + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive. +AR_FLAGS=$lt_AR_FLAGS + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and in which our libraries should be installed. +lt_sysroot=$lt_sysroot + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects=$lt_predep_objects +postdep_objects=$lt_postdep_objects +predeps=$lt_predeps +postdeps=$lt_postdeps + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path + +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + +ltmain="$ac_aux_dir/ltmain.sh" + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + if test x"$xsi_shell" = xyes; then + sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ +func_dirname ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_basename ()$/,/^} # func_basename /c\ +func_basename ()\ +{\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ +func_dirname_and_basename ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ +func_stripname ()\ +{\ +\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ +\ # positional parameters, so assign one to ordinary parameter first.\ +\ func_stripname_result=${3}\ +\ func_stripname_result=${func_stripname_result#"${1}"}\ +\ func_stripname_result=${func_stripname_result%"${2}"}\ +} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ +func_split_long_opt ()\ +{\ +\ func_split_long_opt_name=${1%%=*}\ +\ func_split_long_opt_arg=${1#*=}\ +} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ +func_split_short_opt ()\ +{\ +\ func_split_short_opt_arg=${1#??}\ +\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ +} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ +func_lo2o ()\ +{\ +\ case ${1} in\ +\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ +\ *) func_lo2o_result=${1} ;;\ +\ esac\ +} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_xform ()$/,/^} # func_xform /c\ +func_xform ()\ +{\ + func_xform_result=${1%.*}.lo\ +} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_arith ()$/,/^} # func_arith /c\ +func_arith ()\ +{\ + func_arith_result=$(( $* ))\ +} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_len ()$/,/^} # func_len /c\ +func_len ()\ +{\ + func_len_result=${#1}\ +} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + +fi + +if test x"$lt_shell_append" = xyes; then + sed -e '/^func_append ()$/,/^} # func_append /c\ +func_append ()\ +{\ + eval "${1}+=\\${2}"\ +} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ +func_append_quoted ()\ +{\ +\ func_quote_for_eval "${2}"\ +\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ +} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + # Save a `func_append' function call where possible by direct use of '+=' + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +else + # Save a `func_append' function call even when '+=' is not available + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +fi + +if test x"$_lt_function_replace_fail" = x":"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} +fi + + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + + cat <<_LT_EOF >> "$ofile" + +# ### BEGIN LIBTOOL TAG CONFIG: CXX + +# The linker used to build libraries. +LD=$lt_LD_CXX + +# How to create reloadable object files. +reload_flag=$lt_reload_flag_CXX +reload_cmds=$lt_reload_cmds_CXX + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds_CXX + +# A language specific compiler. +CC=$lt_compiler_CXX + +# Is the compiler the GNU compiler? +with_gcc=$GCC_CXX + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_CXX + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_CXX + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_CXX + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_CXX + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object_CXX + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds_CXX +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds_CXX +module_expsym_cmds=$lt_module_expsym_cmds_CXX + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld_CXX + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_CXX + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_CXX + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct_CXX + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute_CXX + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L_CXX + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic_CXX + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath_CXX + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_CXX + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols_CXX + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_CXX + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_CXX + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_CXX + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds_CXX + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds_CXX + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec_CXX + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_CXX + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects=$lt_predep_objects_CXX +postdep_objects=$lt_postdep_objects_CXX +predeps=$lt_predeps_CXX +postdeps=$lt_postdeps_CXX + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX + +# ### END LIBTOOL TAG CONFIG: CXX +_LT_EOF + + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# 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 || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + +# Final message +echo "" +echo "Configuration is done." +echo "You can now build and install $PACKAGE_NAME by running:" +echo "" +echo "$ make" +echo "$ sudo make install" +# echo "$ sudo make install LANGS=\"eng ara deu\"" +# echo " Or:" +# echo "$ sudo make install-langs" + +if test -z "$ENABLE_TRAINING_TRUE"; then : + echo "" + echo "Training tools can be build and installed (after building of $PACKAGE_NAME) with:" + echo "" + echo "$ make training" + echo "$ sudo make training-install" + echo "" + +else + echo "" + echo "You can not build training tools because of missing dependency." + echo "Check configure output for details." + echo "" + +fi + +# ---------------------------------------- +# CONFIG Template +# ---------------------------------------- + +# Fence added in configuration file + + +# Stuff added at bottom of file + diff --git a/configure.ac b/configure.ac index 99ddfb35f..ee3d33cf6 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # Initialization # ---------------------------------------- AC_PREREQ(2.50) -AC_INIT([tesseract], [3.04], [http://code.google.com/p/tesseract-ocr/issues/list]) +AC_INIT([tesseract], [3.04.00], [https://github.com/tesseract-ocr/tesseract/issues]) CXXFLAGS=${CXXFLAGS:-""} AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(config) @@ -15,9 +15,8 @@ AC_PREFIX_DEFAULT(/usr/local) # Define date of package, etc. Could be useful in auto-generated # documentation. -# TODO(luc) Generate good documentation using doxygen or equivalent -PACKAGE_YEAR=2014 -PACKAGE_DATE="08/13" +PACKAGE_YEAR=2015 +PACKAGE_DATE="07/11" abs_top_srcdir=`AS_DIRNAME([$0])` gitrev="`git --git-dir=${abs_top_srcdir}/.git --work-tree=${abs_top_srcdir} describe --always --tags`" diff --git a/cube/Makefile.in b/cube/Makefile.in new file mode 100644 index 000000000..a738339d3 --- /dev/null +++ b/cube/Makefile.in @@ -0,0 +1,759 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@VISIBILITY_TRUE@am__append_1 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = cube +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +@USING_MULTIPLELIBS_TRUE@libtesseract_cube_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la +am_libtesseract_cube_la_OBJECTS = altlist.lo beam_search.lo bmp_8.lo \ + cached_file.lo char_altlist.lo char_bigrams.lo char_samp.lo \ + char_samp_enum.lo char_samp_set.lo char_set.lo \ + classifier_factory.lo con_comp.lo conv_net_classifier.lo \ + cube_line_object.lo cube_line_segmenter.lo cube_object.lo \ + cube_search_object.lo cube_tuning_params.lo cube_utils.lo \ + feature_bmp.lo feature_chebyshev.lo feature_hybrid.lo \ + hybrid_neural_net_classifier.lo search_column.lo \ + search_node.lo tess_lang_mod_edge.lo tess_lang_model.lo \ + word_altlist.lo word_list_lang_model.lo word_size_model.lo \ + word_unigrams.lo +libtesseract_cube_la_OBJECTS = $(am_libtesseract_cube_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_cube_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_cube_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_cube_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_cube_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_cube_la_SOURCES) +DIST_SOURCES = $(libtesseract_cube_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -DUSE_STD_NAMESPACE -I$(top_srcdir)/cutil \ + -I$(top_srcdir)/ccutil -I$(top_srcdir)/ccstruct \ + -I$(top_srcdir)/dict -I$(top_srcdir)/ccmain \ + -I$(top_srcdir)/classify -I$(top_srcdir)/textord \ + -I$(top_srcdir)/wordrec \ + -I$(top_srcdir)/neural_networks/runtime -I$(top_srcdir)/viewer \ + $(am__append_1) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_HEADERS = \ + altlist.h beam_search.h bmp_8.h cached_file.h \ + char_altlist.h char_bigrams.h char_samp.h char_samp_enum.h \ + char_samp_set.h char_set.h classifier_base.h classifier_factory.h \ + con_comp.h cube_const.h conv_net_classifier.h cube_line_object.h \ + cube_line_segmenter.h cube_object.h cube_search_object.h \ + cube_tuning_params.h cube_utils.h feature_base.h feature_bmp.h \ + feature_chebyshev.h feature_hybrid.h hybrid_neural_net_classifier.h \ + lang_mod_edge.h lang_model.h search_column.h search_node.h \ + search_object.h string_32.h tess_lang_mod_edge.h tess_lang_model.h \ + tuning_params.h word_altlist.h word_list_lang_model.h word_size_model.h \ + word_unigrams.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_cube.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_cube.la +@USING_MULTIPLELIBS_TRUE@libtesseract_cube_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +@USING_MULTIPLELIBS_TRUE@libtesseract_cube_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la + +libtesseract_cube_la_SOURCES = \ + altlist.cpp beam_search.cpp bmp_8.cpp cached_file.cpp \ + char_altlist.cpp char_bigrams.cpp char_samp.cpp char_samp_enum.cpp \ + char_samp_set.cpp char_set.cpp classifier_factory.cpp \ + con_comp.cpp conv_net_classifier.cpp cube_line_object.cpp \ + cube_line_segmenter.cpp cube_object.cpp cube_search_object.cpp \ + cube_tuning_params.cpp cube_utils.cpp feature_bmp.cpp \ + feature_chebyshev.cpp feature_hybrid.cpp hybrid_neural_net_classifier.cpp \ + search_column.cpp search_node.cpp \ + tess_lang_mod_edge.cpp tess_lang_model.cpp \ + word_altlist.cpp word_list_lang_model.cpp word_size_model.cpp \ + word_unigrams.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cube/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu cube/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_cube.la: $(libtesseract_cube_la_OBJECTS) $(libtesseract_cube_la_DEPENDENCIES) $(EXTRA_libtesseract_cube_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_cube_la_LINK) $(am_libtesseract_cube_la_rpath) $(libtesseract_cube_la_OBJECTS) $(libtesseract_cube_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/altlist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/beam_search.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bmp_8.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cached_file.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/char_altlist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/char_bigrams.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/char_samp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/char_samp_enum.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/char_samp_set.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/char_set.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classifier_factory.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/con_comp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conv_net_classifier.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cube_line_object.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cube_line_segmenter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cube_object.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cube_search_object.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cube_tuning_params.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cube_utils.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feature_bmp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feature_chebyshev.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feature_hybrid.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hybrid_neural_net_classifier.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search_column.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search_node.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tess_lang_mod_edge.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tess_lang_model.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word_altlist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word_list_lang_model.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word_size_model.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/word_unigrams.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/cube/tess_lang_mod_edge.h b/cube/tess_lang_mod_edge.h index 54e1f585b..adad9518c 100644 --- a/cube/tess_lang_mod_edge.h +++ b/cube/tess_lang_mod_edge.h @@ -176,10 +176,9 @@ class TessLangModEdge : public LangModEdge { // returns the Hash value of the edge. Used by the SearchNode hash table // to quickly lookup exisiting edges to converge during search inline unsigned int Hash() const { - return static_cast(((start_edge_ | end_edge_) ^ - ((reinterpret_cast(dawg_)))) ^ - ((unsigned int)edge_mask_) ^ - class_id_); + return static_cast( + ((start_edge_ | end_edge_) ^ ((reinterpret_cast(dawg_)))) ^ + ((unsigned int)edge_mask_) ^ class_id_); } // A verbal description of the edge: Used by visualizers diff --git a/cutil/Makefile.in b/cutil/Makefile.in new file mode 100644 index 000000000..719720d7b --- /dev/null +++ b/cutil/Makefile.in @@ -0,0 +1,698 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@VISIBILITY_TRUE@am__append_1 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = cutil +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +@USING_MULTIPLELIBS_TRUE@libtesseract_cutil_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la +am_libtesseract_cutil_la_OBJECTS = bitvec.lo callcpp.lo cutil.lo \ + cutil_class.lo danerror.lo efio.lo emalloc.lo freelist.lo \ + listio.lo oldlist.lo structures.lo +libtesseract_cutil_la_OBJECTS = $(am_libtesseract_cutil_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_cutil_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_cutil_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_cutil_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_cutil_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_cutil_la_SOURCES) +DIST_SOURCES = $(libtesseract_cutil_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/ccutil \ + -I$(top_srcdir)/viewer $(am__append_1) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_HEADERS = \ + bitvec.h callcpp.h const.h cutil.h cutil_class.h danerror.h efio.h \ + emalloc.h freelist.h globals.h listio.h \ + oldlist.h structures.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_cutil.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_cutil.la +@USING_MULTIPLELIBS_TRUE@libtesseract_cutil_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +@USING_MULTIPLELIBS_TRUE@libtesseract_cutil_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la + +libtesseract_cutil_la_SOURCES = \ + bitvec.cpp callcpp.cpp cutil.cpp cutil_class.cpp danerror.cpp efio.cpp \ + emalloc.cpp freelist.cpp listio.cpp \ + oldlist.cpp structures.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cutil/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu cutil/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_cutil.la: $(libtesseract_cutil_la_OBJECTS) $(libtesseract_cutil_la_DEPENDENCIES) $(EXTRA_libtesseract_cutil_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_cutil_la_LINK) $(am_libtesseract_cutil_la_rpath) $(libtesseract_cutil_la_OBJECTS) $(libtesseract_cutil_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitvec.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callcpp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cutil.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cutil_class.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/danerror.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/efio.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emalloc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freelist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listio.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oldlist.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/structures.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/dict/Makefile.in b/dict/Makefile.in new file mode 100644 index 000000000..3adb700b5 --- /dev/null +++ b/dict/Makefile.in @@ -0,0 +1,698 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@VISIBILITY_TRUE@am__append_1 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = dict +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +@USING_MULTIPLELIBS_TRUE@libtesseract_dict_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la +am_libtesseract_dict_la_OBJECTS = context.lo dawg.lo dawg_cache.lo \ + dict.lo hyphen.lo permdawg.lo stopper.lo trie.lo +libtesseract_dict_la_OBJECTS = $(am_libtesseract_dict_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_dict_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_dict_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_dict_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_dict_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_dict_la_SOURCES) +DIST_SOURCES = $(libtesseract_dict_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/cutil \ + -I$(top_srcdir)/ccutil -I$(top_srcdir)/ccstruct \ + -I$(top_srcdir)/viewer $(am__append_1) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_HEADERS = \ + dawg.h dawg_cache.h dict.h matchdefs.h \ + stopper.h trie.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_dict.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_dict.la +@USING_MULTIPLELIBS_TRUE@libtesseract_dict_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +@USING_MULTIPLELIBS_TRUE@libtesseract_dict_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la + +libtesseract_dict_la_SOURCES = \ + context.cpp \ + dawg.cpp dawg_cache.cpp dict.cpp hyphen.cpp \ + permdawg.cpp stopper.cpp trie.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dict/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu dict/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_dict.la: $(libtesseract_dict_la_OBJECTS) $(libtesseract_dict_la_DEPENDENCIES) $(EXTRA_libtesseract_dict_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_dict_la_LINK) $(am_libtesseract_dict_la_rpath) $(libtesseract_dict_la_OBJECTS) $(libtesseract_dict_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/context.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dawg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dawg_cache.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hyphen.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permdawg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stopper.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trie.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/doc/MOCRadaptingtesseract2.pdf b/doc/MOCRadaptingtesseract2.pdf deleted file mode 100644 index 90d23d4e2..000000000 Binary files a/doc/MOCRadaptingtesseract2.pdf and /dev/null differ diff --git a/doc/Makefile.am b/doc/Makefile.am index 0a7e36c1e..beaf40801 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,4 @@ man_MANS = cntraining.1 combine_tessdata.1 mftraining.1 tesseract.1 \ unicharset_extractor.1 wordlist2dawg.1 unicharambigs.5 \ unicharset.5 ambiguous_words.1 shapeclustering.1 dawg2wordlist.1 -EXTRA_DIST = $(man_MANS) MOCRadaptingtesseract2.pdf \ - PageLayoutAnalysisICDAR2.pdf tesseracticdar2007.pdf Doxyfile +EXTRA_DIST = $(man_MANS) Doxyfile diff --git a/doc/Makefile.in b/doc/Makefile.in new file mode 100644 index 000000000..feac2238c --- /dev/null +++ b/doc/Makefile.in @@ -0,0 +1,569 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = doc +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +man1dir = $(mandir)/man1 +am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" +man5dir = $(mandir)/man5 +NROFF = nroff +MANS = $(man_MANS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +man_MANS = cntraining.1 combine_tessdata.1 mftraining.1 tesseract.1 \ + unicharset_extractor.1 wordlist2dawg.1 unicharambigs.5 \ + unicharset.5 ambiguous_words.1 shapeclustering.1 dawg2wordlist.1 + +EXTRA_DIST = $(man_MANS) Doxyfile +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu doc/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) +install-man5: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man5dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.5[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ + done; } + +uninstall-man5: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man5dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.5[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(MANS) +installdirs: + for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-man + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 install-man5 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-man + +uninstall-man: uninstall-man1 uninstall-man5 + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-man1 install-man5 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-man uninstall-man1 uninstall-man5 + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/doc/PageLayoutAnalysisICDAR2.pdf b/doc/PageLayoutAnalysisICDAR2.pdf deleted file mode 100644 index ca06f4dd8..000000000 Binary files a/doc/PageLayoutAnalysisICDAR2.pdf and /dev/null differ diff --git a/doc/ambiguous_words.1 b/doc/ambiguous_words.1 index ce32f4cd7..1a1761ca3 100644 --- a/doc/ambiguous_words.1 +++ b/doc/ambiguous_words.1 @@ -1,13 +1,13 @@ '\" t .\" Title: ambiguous_words .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/09/2012 +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 06/12/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "AMBIGUOUS_WORDS" "1" "02/09/2012" "\ \&" "\ \&" +.TH "AMBIGUOUS_WORDS" "1" "06/12/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/ambiguous_words.1.html b/doc/ambiguous_words.1.html index ae1e20101..3fd5f7f1f 100644 --- a/doc/ambiguous_words.1.html +++ b/doc/ambiguous_words.1.html @@ -2,15 +2,25 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + AMBIGUOUS_WORDS(1) - +
+

SYNOPSIS

ambiguous_words [-l lang] TESSDATADIR WORDLIST AMBIGUOUSFILE

+
+

DESCRIPTION

ambiguous_words(1) runs Tesseract in a special mode, and for each word @@ -591,25 +758,32 @@ in word list, produces a set of words which Tesseract thinks might be ambiguous with it. TESSDATADIR must be set to the absolute path of a directory containing tessdata/lang.traineddata.

+
+

SEE ALSO

tesseract(1)

+
+

COPYING

Copyright (C) 2012 Google, Inc. Licensed under the Apache License, Version 2.0

+
+

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/ambiguous_words.1.xml b/doc/ambiguous_words.1.xml index f46dce425..6293866ce 100644 --- a/doc/ambiguous_words.1.xml +++ b/doc/ambiguous_words.1.xml @@ -3,11 +3,14 @@ + + AMBIGUOUS_WORDS(1) + ambiguous_words 1 -  -  +  +  ambiguous_words diff --git a/doc/cntraining.1 b/doc/cntraining.1 index 1acc8f812..332655e51 100644 --- a/doc/cntraining.1 +++ b/doc/cntraining.1 @@ -1,13 +1,13 @@ '\" t .\" Title: cntraining .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/09/2012 +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 06/12/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "CNTRAINING" "1" "02/09/2012" "\ \&" "\ \&" +.TH "CNTRAINING" "1" "06/12/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -45,7 +45,7 @@ Directory to write output files to\&. .sp tesseract(1), shapeclustering(1), mftraining(1) .sp -\m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[] +\m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TrainingTesseract\fR\m[] .SH "COPYING" .sp Copyright (c) Hewlett\-Packard Company, 1988 Licensed under the Apache License, Version 2\&.0 diff --git a/doc/cntraining.1.asc b/doc/cntraining.1.asc index 808134740..ef98112e0 100644 --- a/doc/cntraining.1.asc +++ b/doc/cntraining.1.asc @@ -24,7 +24,7 @@ SEE ALSO -------- tesseract(1), shapeclustering(1), mftraining(1) - + COPYING ------- diff --git a/doc/cntraining.1.html b/doc/cntraining.1.html index 085db7336..706d3bd0f 100644 --- a/doc/cntraining.1.html +++ b/doc/cntraining.1.html @@ -2,15 +2,25 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + CNTRAINING(1) - +
+

SYNOPSIS

cntraining [-D dir] FILE

+
+

DESCRIPTION

cntraining takes a list of .tr files, from which it generates the normproto data file (the character normalization sensitivity prototypes).

+
+

OPTIONS

@@ -603,26 +772,33 @@ prototypes).

+
+ +

COPYING

Copyright (c) Hewlett-Packard Company, 1988 Licensed under the Apache License, Version 2.0

+
+

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/cntraining.1.xml b/doc/cntraining.1.xml index d4d416180..6795f12f2 100644 --- a/doc/cntraining.1.xml +++ b/doc/cntraining.1.xml @@ -3,11 +3,14 @@ + + CNTRAINING(1) + cntraining 1 -  -  +  +  cntraining @@ -40,7 +43,7 @@ prototypes). SEE ALSO tesseract(1), shapeclustering(1), mftraining(1) -http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract COPYING diff --git a/doc/combine_tessdata.1 b/doc/combine_tessdata.1 index 926d18338..d876d1b8e 100644 --- a/doc/combine_tessdata.1 +++ b/doc/combine_tessdata.1 @@ -1,13 +1,13 @@ '\" t .\" Title: combine_tessdata .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/09/2012 +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 06/12/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "COMBINE_TESSDATA" "1" "02/09/2012" "\ \&" "\ \&" +.TH "COMBINE_TESSDATA" "1" "06/12/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -107,7 +107,7 @@ This will create /home/$USER/temp/eng\&.* files with individual tessdata compone \fIPrefix\fR refers to the full file prefix, including period (\&.) .SH "COMPONENTS" .sp -The components in a Tesseract lang\&.traineddata file as of Tesseract 3\&.02 are briefly described below; For more information on many of these files, see \m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[] +The components in a Tesseract lang\&.traineddata file as of Tesseract 3\&.02 are briefly described below; For more information on many of these files, see \m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TrainingTesseract\fR\m[] .PP lang\&.config .RS 4 diff --git a/doc/combine_tessdata.1.asc b/doc/combine_tessdata.1.asc index 3632a98d4..d93de7ea0 100644 --- a/doc/combine_tessdata.1.asc +++ b/doc/combine_tessdata.1.asc @@ -76,7 +76,7 @@ COMPONENTS The components in a Tesseract lang.traineddata file as of Tesseract 3.02 are briefly described below; For more information on many of these files, see - + lang.config:: (Optional) Language-specific overrides to default config variables. diff --git a/doc/combine_tessdata.1.html b/doc/combine_tessdata.1.html index a05044dfc..8de474b33 100644 --- a/doc/combine_tessdata.1.html +++ b/doc/combine_tessdata.1.html @@ -2,15 +2,25 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + COMBINE_TESSDATA(1) - +
+

SYNOPSIS

combine_tessdata [OPTION] FILE

+
+

DESCRIPTION

combine_tessdata(1) is the main program to combine/extract/overwrite @@ -593,7 +760,7 @@ classifier templates, ambiguities, language configs) located at, say, /home/$USER/temp/eng.* run:

-
combine_tessdata /home/$USER/temp/eng.
+
combine_tessdata /home/$USER/temp/eng.

The result will be a combined tessdata file /home/$USER/temp/eng.traineddata

Specify option -e if you would like to extract individual components @@ -601,8 +768,8 @@ from a combined traineddata file. For example, to extract language config file and the unicharset from tessdata/eng.traineddata run:

-
combine_tessdata -e tessdata/eng.traineddata \
-  /home/$USER/temp/eng.config /home/$USER/temp/eng.unicharset
+
combine_tessdata -e tessdata/eng.traineddata \
+  /home/$USER/temp/eng.config /home/$USER/temp/eng.unicharset

The desired config file and unicharset will be written to /home/$USER/temp/eng.config /home/$USER/temp/eng.unicharset

@@ -611,8 +778,8 @@ file and the unicharset from tessdata/eng.traineddata run:

and unichar ambiguities files in tessdata/eng.traineddata use:

-
combine_tessdata -o tessdata/eng.traineddata \
-  /home/$USER/temp/eng.config /home/$USER/temp/eng.unicharambigs
+
combine_tessdata -o tessdata/eng.traineddata \
+  /home/$USER/temp/eng.config /home/$USER/temp/eng.unicharambigs

As a result, tessdata/eng.traineddata will contain the new language config and unichar ambigs, plus all the original DAWGs, classifier templates, etc.

@@ -623,11 +790,13 @@ ambigs, etc). See k*FileSuffix variable in ccutil/tessdatamanager.h.

Specify option -u to unpack all the components to the specified path:

-
combine_tessdata -u tessdata/eng.traineddata /home/$USER/temp/eng.
+
combine_tessdata -u tessdata/eng.traineddata /home/$USER/temp/eng.

This will create /home/$USER/temp/eng.* files with individual tessdata components from tessdata/eng.traineddata.

+ +

OPTIONS

-e .traineddata FILE…: @@ -638,16 +807,20 @@ components from tessdata/eng.traineddata.

-u .traineddata PATHPREFIX Unpacks the .traineddata using the provided prefix.

+
+

CAVEATS

Prefix refers to the full file prefix, including period (.)

+
+

COMPONENTS

The components in a Tesseract lang.traineddata file as of Tesseract 3.02 are briefly described below; For more information on many of these files, see -http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3

+https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract

lang.config @@ -802,30 +975,39 @@ lang.params-training-model
+ +

HISTORY

combine_tessdata(1) first appeared in version 3.00 of Tesseract

+
+

SEE ALSO

tesseract(1), wordlist2dawg(1), cntraining(1), mftraining(1), unicharset(5), unicharambigs(5)

+
+

COPYING

Copyright (C) 2009, Google Inc. Licensed under the Apache License, Version 2.0

+
+

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/combine_tessdata.1.xml b/doc/combine_tessdata.1.xml index 0cb023cad..1a43995fb 100644 --- a/doc/combine_tessdata.1.xml +++ b/doc/combine_tessdata.1.xml @@ -3,11 +3,14 @@ + + COMBINE_TESSDATA(1) + combine_tessdata 1 -  -  +  +  combine_tessdata @@ -67,7 +70,7 @@ components from tessdata/eng.traineddata. The components in a Tesseract lang.traineddata file as of Tesseract 3.02 are briefly described below; For more information on many of these files, see -http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract diff --git a/doc/dawg2wordlist.1 b/doc/dawg2wordlist.1 index 2d73da370..5fb50b522 100644 --- a/doc/dawg2wordlist.1 +++ b/doc/dawg2wordlist.1 @@ -1,13 +1,13 @@ '\" t .\" Title: dawg2wordlist .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/09/2012 +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 06/12/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "DAWG2WORDLIST" "1" "02/09/2012" "\ \&" "\ \&" +.TH "DAWG2WORDLIST" "1" "06/12/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -46,7 +46,7 @@ dawg2wordlist(1) converts a Tesseract Directed Acyclic Word Graph (DAWG) to a li .sp tesseract(1), mftraining(1), wordlist2dawg(1), unicharset(5), combine_tessdata(1) .sp -\m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[] +\m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TrainingTesseract\fR\m[] .SH "COPYING" .sp Copyright (C) 2012 Google, Inc\&. Licensed under the Apache License, Version 2\&.0 diff --git a/doc/dawg2wordlist.1.asc b/doc/dawg2wordlist.1.asc index cd644a01b..93594d61a 100644 --- a/doc/dawg2wordlist.1.asc +++ b/doc/dawg2wordlist.1.asc @@ -32,7 +32,7 @@ SEE ALSO tesseract(1), mftraining(1), wordlist2dawg(1), unicharset(5), combine_tessdata(1) - + COPYING ------- diff --git a/doc/dawg2wordlist.1.html b/doc/dawg2wordlist.1.html index 9d926f9e8..b700fe186 100644 --- a/doc/dawg2wordlist.1.html +++ b/doc/dawg2wordlist.1.html @@ -2,15 +2,25 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + DAWG2WORDLIST(1) - +
+

SYNOPSIS

dawg2wordlist UNICHARSET DAWG WORDLIST

+
+

DESCRIPTION

dawg2wordlist(1) converts a Tesseract Directed Acyclic Word Graph (DAWG) to a list of words using a unicharset as key.

+
+

OPTIONS

UNICHARSET @@ -599,27 +768,34 @@ Graph (DAWG) to a list of words using a unicharset as key.

WORDLIST Plain text (output) file in UTF-8, one word per line

+
+

SEE ALSO

tesseract(1), mftraining(1), wordlist2dawg(1), unicharset(5), combine_tessdata(1)

- +
+
+

COPYING

Copyright (C) 2012 Google, Inc. Licensed under the Apache License, Version 2.0

+
+

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/dawg2wordlist.1.xml b/doc/dawg2wordlist.1.xml index 5a9a224b9..c73113191 100644 --- a/doc/dawg2wordlist.1.xml +++ b/doc/dawg2wordlist.1.xml @@ -3,11 +3,14 @@ + + DAWG2WORDLIST(1) + dawg2wordlist 1 -  -  +  +  dawg2wordlist @@ -35,7 +38,7 @@ Graph (DAWG) to a list of words using a unicharset as key. SEE ALSO tesseract(1), mftraining(1), wordlist2dawg(1), unicharset(5), combine_tessdata(1) -http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract
COPYING diff --git a/doc/mftraining.1 b/doc/mftraining.1 index 441e03b25..1901850ad 100644 --- a/doc/mftraining.1 +++ b/doc/mftraining.1 @@ -1,13 +1,13 @@ '\" t .\" Title: mftraining .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/09/2012 +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 06/12/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MFTRAINING" "1" "02/09/2012" "\ \&" "\ \&" +.TH "MFTRAINING" "1" "06/12/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -85,7 +85,7 @@ Directory to write output files to\&. .sp tesseract(1), cntraining(1), unicharset_extractor(1), combine_tessdata(1), shapeclustering(1), unicharset(5) .sp -\m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[] +\m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TrainingTesseract\fR\m[] .SH "COPYING" .sp Copyright (C) Hewlett\-Packard Company, 1988 Licensed under the Apache License, Version 2\&.0 diff --git a/doc/mftraining.1.asc b/doc/mftraining.1.asc index 1a57d1e3c..85e1263ad 100644 --- a/doc/mftraining.1.asc +++ b/doc/mftraining.1.asc @@ -43,7 +43,7 @@ SEE ALSO tesseract(1), cntraining(1), unicharset_extractor(1), combine_tessdata(1), shapeclustering(1), unicharset(5) - + COPYING ------- diff --git a/doc/mftraining.1.html b/doc/mftraining.1.html index 4d5e54bb8..4abdfd6a6 100644 --- a/doc/mftraining.1.html +++ b/doc/mftraining.1.html @@ -2,15 +2,25 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + MFTRAINING(1) - +
+

SYNOPSIS

mftraining -U unicharset -O lang.unicharset FILE

+
+

DESCRIPTION

mftraining takes a list of .tr files, from which it generates the @@ -591,6 +758,8 @@ files inttemp (the shape prototypes), shapetable

+
+

OPTIONS

@@ -611,7 +780,7 @@ called Microfeat is also written by this program, but it is not used.)

-
*font_name* *italic* *bold* *fixed_pitch* *serif* *fraktur*
+
*font_name* *italic* *bold* *fixed_pitch* *serif* *fraktur*
@@ -623,7 +792,7 @@ called Microfeat is also written by this program, but it is not used.)

-
*font_name* *xheight*
+
*font_name* *xheight*
@@ -644,27 +813,34 @@ called Microfeat is also written by this program, but it is not used.)

+ +

SEE ALSO

tesseract(1), cntraining(1), unicharset_extractor(1), combine_tessdata(1), shapeclustering(1), unicharset(5)

- +
+
+

COPYING

Copyright (C) Hewlett-Packard Company, 1988 Licensed under the Apache License, Version 2.0

+
+

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/mftraining.1.xml b/doc/mftraining.1.xml index 0f85e4f9d..239178a5c 100644 --- a/doc/mftraining.1.xml +++ b/doc/mftraining.1.xml @@ -3,11 +3,14 @@ + + MFTRAINING(1) + mftraining 1 -  -  +  +  mftraining @@ -84,7 +87,7 @@ called Microfeat is also written by this program, but it is not used.) SEE ALSO tesseract(1), cntraining(1), unicharset_extractor(1), combine_tessdata(1), shapeclustering(1), unicharset(5) -http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract
COPYING diff --git a/doc/shapeclustering.1 b/doc/shapeclustering.1 index d59783f0d..f1f9fbdea 100644 --- a/doc/shapeclustering.1 +++ b/doc/shapeclustering.1 @@ -1,13 +1,13 @@ '\" t .\" Title: shapeclustering .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/09/2012 +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 06/12/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "SHAPECLUSTERING" "1" "02/09/2012" "\ \&" "\ \&" +.TH "SHAPECLUSTERING" "1" "06/12/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -85,7 +85,7 @@ The output unicharset that will be given to combine_tessdata(1)\&. .sp tesseract(1), cntraining(1), unicharset_extractor(1), combine_tessdata(1), unicharset(5) .sp -\m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[] +\m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TrainingTesseract\fR\m[] .SH "COPYING" .sp Copyright (C) Google, 2011 Licensed under the Apache License, Version 2\&.0 diff --git a/doc/shapeclustering.1.asc b/doc/shapeclustering.1.asc index cab0dc43d..81ca0dbc0 100644 --- a/doc/shapeclustering.1.asc +++ b/doc/shapeclustering.1.asc @@ -46,7 +46,7 @@ SEE ALSO tesseract(1), cntraining(1), unicharset_extractor(1), combine_tessdata(1), unicharset(5) - + COPYING ------- diff --git a/doc/shapeclustering.1.html b/doc/shapeclustering.1.html index a1f42cca9..845d49a81 100644 --- a/doc/shapeclustering.1.html +++ b/doc/shapeclustering.1.html @@ -2,15 +2,25 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + SHAPECLUSTERING(1) - +
+

SYNOPSIS

shapeclustering -D output_dir @@ -587,6 +752,8 @@ SHAPECLUSTERING(1) Manual Page -F font_props -X xheights FILE

+
+

DESCRIPTION

shapeclustering(1) takes extracted feature .tr files (generated by @@ -594,6 +761,8 @@ tesseract(1) run in a special mode from box files) and produces a file shapetable and an enhanced unicharset. This program is still experimental, and is not required (yet) for training Tesseract.

+
+

OPTIONS

@@ -622,7 +791,7 @@ experimental, and is not required (yet) for training Tesseract.

-
'font_name' 'italic' 'bold' 'fixed_pitch' 'serif' 'fraktur'
+
'font_name' 'italic' 'bold' 'fixed_pitch' 'serif' 'fraktur'
@@ -634,7 +803,7 @@ experimental, and is not required (yet) for training Tesseract.

-
'font_name' 'xheight'
+
'font_name' 'xheight'
@@ -647,27 +816,34 @@ experimental, and is not required (yet) for training Tesseract.

+ +

SEE ALSO

tesseract(1), cntraining(1), unicharset_extractor(1), combine_tessdata(1), unicharset(5)

- +
+
+

COPYING

Copyright (C) Google, 2011 Licensed under the Apache License, Version 2.0

+
+

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/shapeclustering.1.xml b/doc/shapeclustering.1.xml index 8000d27ea..d02bcf8db 100644 --- a/doc/shapeclustering.1.xml +++ b/doc/shapeclustering.1.xml @@ -3,11 +3,14 @@ + + SHAPECLUSTERING(1) + shapeclustering 1 -  -  +  +  shapeclustering @@ -87,7 +90,7 @@ experimental, and is not required (yet) for training Tesseract. SEE ALSO tesseract(1), cntraining(1), unicharset_extractor(1), combine_tessdata(1), unicharset(5) -http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract
COPYING diff --git a/doc/tesseract.1 b/doc/tesseract.1 index 7acdb90de..95128fec9 100644 --- a/doc/tesseract.1 +++ b/doc/tesseract.1 @@ -2,12 +2,12 @@ .\" Title: tesseract .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 08/02/2014 +.\" Date: 06/28/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "TESSERACT" "1" "08/02/2014" "\ \&" "\ \&" +.TH "TESSERACT" "1" "06/28/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -158,9 +158,9 @@ print tesseract parameters to the stdout\&. .RE .SH "LANGUAGES" .sp -There are currently language packs available for the following languages: +There are currently language packs available for the following languages (in \m[blue]\fBhttps://github\&.com/tesseract\-ocr/tessdata\fR\m[]): .sp -\fBara\fR (Arabic), \fBaze\fR (Azerbauijani), \fBbul\fR (Bulgarian), \fBcat\fR (Catalan), \fBces\fR (Czech), \fBchi_sim\fR (Simplified Chinese), \fBchi_tra\fR (Traditional Chinese), \fBchr\fR (Cherokee), \fBdan\fR (Danish), \fBdan\-frak\fR (Danish (Fraktur)), \fBdeu\fR (German), \fBell\fR (Greek), \fBeng\fR (English), \fBenm\fR (Old English), \fBepo\fR (Esperanto), \fBest\fR (Estonian), \fBfin\fR (Finnish), \fBfra\fR (French), \fBfrm\fR (Old French), \fBglg\fR (Galician), \fBheb\fR (Hebrew), \fBhin\fR (Hindi), \fBhrv\fR (Croation), \fBhun\fR (Hungarian), \fBind\fR (Indonesian), \fBita\fR (Italian), \fBjpn\fR (Japanese), \fBkor\fR (Korean), \fBlav\fR (Latvian), \fBlit\fR (Lithuanian), \fBnld\fR (Dutch), \fBnor\fR (Norwegian), \fBpol\fR (Polish), \fBpor\fR (Portuguese), \fBron\fR (Romanian), \fBrus\fR (Russian), \fBslk\fR (Slovakian), \fBslv\fR (Slovenian), \fBsqi\fR (Albanian), \fBspa\fR (Spanish), \fBsrp\fR (Serbian), \fBswe\fR (Swedish), \fBtam\fR (Tamil), \fBtel\fR (Telugu), \fBtgl\fR (Tagalog), \fBtha\fR (Thai), \fBtur\fR (Turkish), \fBukr\fR (Ukrainian), \fBvie\fR (Vietnamese) +\fBafr\fR (Afrikaans) \fBamh\fR (Amharic) \fBara\fR (Arabic) \fBasm\fR (Assamese) \fBaze\fR (Azerbaijani) \fBaze_cyrl\fR (Azerbaijani \- Cyrilic) \fBbel\fR (Belarusian) \fBben\fR (Bengali) \fBbod\fR (Tibetan) \fBbos\fR (Bosnian) \fBbul\fR (Bulgarian) \fBcat\fR (Catalan; Valencian) \fBceb\fR (Cebuano) \fBces\fR (Czech) \fBchi_sim\fR (Chinese \- Simplified) \fBchi_tra\fR (Chinese \- Traditional) \fBchr\fR (Cherokee) \fBcym\fR (Welsh) \fBdan\fR (Danish) \fBdan_frak\fR (Danish \- Fraktur) \fBdeu\fR (German) \fBdeu_frak\fR (German \- Fraktur) \fBdzo\fR (Dzongkha) \fBell\fR (Greek, Modern (1453\-)) \fBeng\fR (English) \fBenm\fR (English, Middle (1100\-1500)) \fBepo\fR (Esperanto) \fBequ\fR (Math / equation detection module) \fBest\fR (Estonian) \fBeus\fR (Basque) \fBfas\fR (Persian) \fBfin\fR (Finnish) \fBfra\fR (French) \fBfrk\fR (Frankish) \fBfrm\fR (French, Middle (ca\&.1400\-1600)) \fBgle\fR (Irish) \fBglg\fR (Galician) \fBgrc\fR (Greek, Ancient (to 1453)) \fBguj\fR (Gujarati) \fBhat\fR (Haitian; Haitian Creole) \fBheb\fR (Hebrew) \fBhin\fR (Hindi) \fBhrv\fR (Croatian) \fBhun\fR (Hungarian) \fBiku\fR (Inuktitut) \fBind\fR (Indonesian) \fBisl\fR (Icelandic) \fBita\fR (Italian) \fBita_old\fR (Italian \- Old) \fBjav\fR (Javanese) \fBjpn\fR (Japanese) \fBkan\fR (Kannada) \fBkat\fR (Georgian) \fBkat_old\fR (Georgian \- Old) \fBkaz\fR (Kazakh) \fBkhm\fR (Central Khmer) \fBkir\fR (Kirghiz; Kyrgyz) \fBkor\fR (Korean) \fBkur\fR (Kurdish) \fBlao\fR (Lao) \fBlat\fR (Latin) \fBlav\fR (Latvian) \fBlit\fR (Lithuanian) \fBmal\fR (Malayalam) \fBmar\fR (Marathi) \fBmkd\fR (Macedonian) \fBmlt\fR (Maltese) \fBmsa\fR (Malay) \fBmya\fR (Burmese) \fBnep\fR (Nepali) \fBnld\fR (Dutch; Flemish) \fBnor\fR (Norwegian) \fBori\fR (Oriya) \fBosd\fR (Orientation and script detection module) \fBpan\fR (Panjabi; Punjabi) \fBpol\fR (Polish) \fBpor\fR (Portuguese) \fBpus\fR (Pushto; Pashto) \fBron\fR (Romanian; Moldavian; Moldovan) \fBrus\fR (Russian) \fBsan\fR (Sanskrit) \fBsin\fR (Sinhala; Sinhalese) \fBslk\fR (Slovak) \fBslk_frak\fR (Slovak \- Fraktur) \fBslv\fR (Slovenian) \fBspa\fR (Spanish; Castilian) \fBspa_old\fR (Spanish; Castilian \- Old) \fBsqi\fR (Albanian) \fBsrp\fR (Serbian) \fBsrp_latn\fR (Serbian \- Latin) \fBswa\fR (Swahili) \fBswe\fR (Swedish) \fBsyr\fR (Syriac) \fBtam\fR (Tamil) \fBtel\fR (Telugu) \fBtgk\fR (Tajik) \fBtgl\fR (Tagalog) \fBtha\fR (Thai) \fBtir\fR (Tigrinya) \fBtur\fR (Turkish) \fBuig\fR (Uighur; Uyghur) \fBukr\fR (Ukrainian) \fBurd\fR (Urdu) \fBuzb\fR (Uzbek) \fBuzb_cyrl\fR (Uzbek \- Cyrilic) \fBvie\fR (Vietnamese) \fByid\fR (Yiddish) .sp To use a non\-standard language pack named \fBfoo\&.traineddata\fR, set the \fBTESSDATA_PREFIX\fR environment variable so the file can be found at \fBTESSDATA_PREFIX\fR/tessdata/\fBfoo\fR\&.traineddata and give Tesseract the argument \fI\-l foo\fR\&. .SH "CONFIG FILES AND AUGMENTING WITH USER DATA" @@ -224,7 +224,7 @@ The engine was developed at Hewlett Packard Laboratories Bristol and at Hewlett .sp Version 2\&.00 brought Unicode (UTF\-8) support, six languages, and the ability to train Tesseract\&. .sp -Tesseract was included in UNLV\(cqs Fourth Annual Test of OCR Accuracy\&. See \m[blue]\fBhttp://www\&.isri\&.unlv\&.edu/downloads/AT\-1995\&.pdf\fR\m[]\&. With Tesseract 2\&.00, scripts are now included to allow anyone to reproduce some of these tests\&. See \m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TestingTesseract\fR\m[] for more details\&. +Tesseract was included in UNLV\(cqs Fourth Annual Test of OCR Accuracy\&. See \m[blue]\fBhttps://github\&.com/tesseract\-ocr/docs/blob/master/AT\-1995\&.pdf\fR\m[]\&. With Tesseract 2\&.00, scripts are now included to allow anyone to reproduce some of these tests\&. See \m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TestingTesseract\fR\m[] for more details\&. .sp Tesseract 3\&.00 adds a number of new languages, including Chinese, Japanese, and Korean\&. It also introduces a new, single\-file based system of managing language data\&. .sp @@ -233,7 +233,7 @@ Tesseract 3\&.02 adds BiDirectional text support, the ability to recognize multi For further details, see the file ReleaseNotes included with the distribution\&. .SH "RESOURCES" .sp -Main web site: \m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/\fR\m[] Information on training: \m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[] +Main web site: \m[blue]\fBhttps://github\&.com/tesseract\-ocr\fR\m[] Information on training: \m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TrainingTesseract\fR\m[] .SH "SEE ALSO" .sp ambiguous_words(1), cntraining(1), combine_tessdata(1), dawg2wordlist(1), shape_training(1), mftraining(1), unicharambigs(5), unicharset(5), unicharset_extractor(1), wordlist2dawg(1) diff --git a/doc/tesseract.1.asc b/doc/tesseract.1.asc index bcb3fccbb..d6f34d506 100644 --- a/doc/tesseract.1.asc +++ b/doc/tesseract.1.asc @@ -98,57 +98,116 @@ SINGLE OPTIONS LANGUAGES --------- -There are currently language packs available for the following languages: +There are currently language packs available for the following languages +(in https://github.com/tesseract-ocr/tessdata): -*ara* (Arabic), -*aze* (Azerbauijani), -*bul* (Bulgarian), -*cat* (Catalan), -*ces* (Czech), -*chi_sim* (Simplified Chinese), -*chi_tra* (Traditional Chinese), -*chr* (Cherokee), -*dan* (Danish), -*dan-frak* (Danish (Fraktur)), -*deu* (German), -*ell* (Greek), -*eng* (English), -*enm* (Old English), -*epo* (Esperanto), -*est* (Estonian), -*fin* (Finnish), -*fra* (French), -*frm* (Old French), -*glg* (Galician), -*heb* (Hebrew), -*hin* (Hindi), -*hrv* (Croation), -*hun* (Hungarian), -*ind* (Indonesian), -*ita* (Italian), -*jpn* (Japanese), -*kor* (Korean), -*lav* (Latvian), -*lit* (Lithuanian), -*nld* (Dutch), -*nor* (Norwegian), -*pol* (Polish), -*por* (Portuguese), -*ron* (Romanian), -*rus* (Russian), -*slk* (Slovakian), -*slv* (Slovenian), -*sqi* (Albanian), -*spa* (Spanish), -*srp* (Serbian), -*swe* (Swedish), -*tam* (Tamil), -*tel* (Telugu), -*tgl* (Tagalog), -*tha* (Thai), -*tur* (Turkish), -*ukr* (Ukrainian), +*afr* (Afrikaans) +*amh* (Amharic) +*ara* (Arabic) +*asm* (Assamese) +*aze* (Azerbaijani) +*aze_cyrl* (Azerbaijani - Cyrilic) +*bel* (Belarusian) +*ben* (Bengali) +*bod* (Tibetan) +*bos* (Bosnian) +*bul* (Bulgarian) +*cat* (Catalan; Valencian) +*ceb* (Cebuano) +*ces* (Czech) +*chi_sim* (Chinese - Simplified) +*chi_tra* (Chinese - Traditional) +*chr* (Cherokee) +*cym* (Welsh) +*dan* (Danish) +*dan_frak* (Danish - Fraktur) +*deu* (German) +*deu_frak* (German - Fraktur) +*dzo* (Dzongkha) +*ell* (Greek, Modern (1453-)) +*eng* (English) +*enm* (English, Middle (1100-1500)) +*epo* (Esperanto) +*equ* (Math / equation detection module) +*est* (Estonian) +*eus* (Basque) +*fas* (Persian) +*fin* (Finnish) +*fra* (French) +*frk* (Frankish) +*frm* (French, Middle (ca.1400-1600)) +*gle* (Irish) +*glg* (Galician) +*grc* (Greek, Ancient (to 1453)) +*guj* (Gujarati) +*hat* (Haitian; Haitian Creole) +*heb* (Hebrew) +*hin* (Hindi) +*hrv* (Croatian) +*hun* (Hungarian) +*iku* (Inuktitut) +*ind* (Indonesian) +*isl* (Icelandic) +*ita* (Italian) +*ita_old* (Italian - Old) +*jav* (Javanese) +*jpn* (Japanese) +*kan* (Kannada) +*kat* (Georgian) +*kat_old* (Georgian - Old) +*kaz* (Kazakh) +*khm* (Central Khmer) +*kir* (Kirghiz; Kyrgyz) +*kor* (Korean) +*kur* (Kurdish) +*lao* (Lao) +*lat* (Latin) +*lav* (Latvian) +*lit* (Lithuanian) +*mal* (Malayalam) +*mar* (Marathi) +*mkd* (Macedonian) +*mlt* (Maltese) +*msa* (Malay) +*mya* (Burmese) +*nep* (Nepali) +*nld* (Dutch; Flemish) +*nor* (Norwegian) +*ori* (Oriya) +*osd* (Orientation and script detection module) +*pan* (Panjabi; Punjabi) +*pol* (Polish) +*por* (Portuguese) +*pus* (Pushto; Pashto) +*ron* (Romanian; Moldavian; Moldovan) +*rus* (Russian) +*san* (Sanskrit) +*sin* (Sinhala; Sinhalese) +*slk* (Slovak) +*slk_frak* (Slovak - Fraktur) +*slv* (Slovenian) +*spa* (Spanish; Castilian) +*spa_old* (Spanish; Castilian - Old) +*sqi* (Albanian) +*srp* (Serbian) +*srp_latn* (Serbian - Latin) +*swa* (Swahili) +*swe* (Swedish) +*syr* (Syriac) +*tam* (Tamil) +*tel* (Telugu) +*tgk* (Tajik) +*tgl* (Tagalog) +*tha* (Thai) +*tir* (Tigrinya) +*tur* (Turkish) +*uig* (Uighur; Uyghur) +*ukr* (Ukrainian) +*urd* (Urdu) +*uzb* (Uzbek) +*uzb_cyrl* (Uzbek - Cyrilic) *vie* (Vietnamese) +*yid* (Yiddish) To use a non-standard language pack named *foo.traineddata*, set the *TESSDATA_PREFIX* environment variable so the file can be found at @@ -218,9 +277,9 @@ Version 2.00 brought Unicode (UTF-8) support, six languages, and the ability to train Tesseract. Tesseract was included in UNLV's Fourth Annual Test of OCR Accuracy. -See . With Tesseract 2.00, +See . With Tesseract 2.00, scripts are now included to allow anyone to reproduce some of these tests. -See for more +See for more details. Tesseract 3.00 adds a number of new languages, including Chinese, Japanese, @@ -234,8 +293,8 @@ For further details, see the file ReleaseNotes included with the distribution. RESOURCES --------- -Main web site: + -Information on training: +Main web site: + +Information on training: SEE ALSO -------- diff --git a/doc/tesseract.1.html b/doc/tesseract.1.html index 3e6d0e5f2..90c5dae78 100644 --- a/doc/tesseract.1.html +++ b/doc/tesseract.1.html @@ -3,7 +3,7 @@ - + TESSERACT(1) - +
+

DESCRIPTION

The unicharambigs file (a component of traineddata, see combine_tessdata(1) ) @@ -588,7 +753,7 @@ or groups of characters.

The file contains a number of lines, laid out as follow:

-
[num] <TAB> [char(s)] <TAB> [num] <TAB> [char(s)] <TAB> [num]
+
[num] <TAB> [char(s)] <TAB> [num] <TAB> [char(s)] <TAB> [num]
@@ -652,13 +817,15 @@ replacement, 0 denotes an optional replacement. unicharset. The numbers in fields one and three refer to the number of unichars (not bytes).

+ +

EXAMPLE

-
2       ' '     1       "     1
+
2       ' '     1       "     1
 1       m       2       r n   0
-3       i i i   1       m     0
+3 i i i 1 m 0

In this example, all instances of the 2 character sequence '' will always be replaced by the 1 character sequence "; a 1 character @@ -666,6 +833,8 @@ sequence m may be replaced by the 2 character the 3 character sequence may be replaced by the 1 character sequence m.

+
+

HISTORY

The unicharambigs file first appeared in Tesseract 3.00; prior to that, a @@ -673,26 +842,33 @@ similar format, called DangAmbigs (dangerous ambiguities) was used: the format was almost identical, except only mandatory replacements could be specified, and field 5 was absent.

+
+

BUGS

This is a documentation "bug": it’s not currently clear what should be done in the case of ligatures (such as fi) which may also appear as regular letters in the unicharset.

+
+

SEE ALSO

tesseract(1), unicharset(5)

+
+

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/unicharambigs.5.xml b/doc/unicharambigs.5.xml index 12ecb1fc2..75b3c6643 100644 --- a/doc/unicharambigs.5.xml +++ b/doc/unicharambigs.5.xml @@ -3,11 +3,14 @@ + + UNICHARAMBIGS(5) + unicharambigs 5 -  -  +  +  unicharambigs diff --git a/doc/unicharset.5 b/doc/unicharset.5 index fd9cccd64..a5924db6e 100644 --- a/doc/unicharset.5 +++ b/doc/unicharset.5 @@ -1,13 +1,13 @@ '\" t .\" Title: unicharset .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/09/2012 +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 06/12/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "UNICHARSET" "5" "02/09/2012" "\ \&" "\ \&" +.TH "UNICHARSET" "5" "06/12/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -214,7 +214,7 @@ The unicharset format first appeared with Tesseract 2\&.00, which was the first .sp tesseract(1), combine_tessdata(1), unicharset_extractor(1) .sp -\m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[] +\m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TrainingTesseract\fR\m[] .SH "AUTHOR" .sp The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985\-1995) and Google (2006\-present)\&. diff --git a/doc/unicharset.5.asc b/doc/unicharset.5.asc index ed8c602ad..5b859daa1 100644 --- a/doc/unicharset.5.asc +++ b/doc/unicharset.5.asc @@ -124,7 +124,7 @@ SEE ALSO -------- tesseract(1), combine_tessdata(1), unicharset_extractor(1) - + AUTHOR diff --git a/doc/unicharset.5.html b/doc/unicharset.5.html index f76bafaff..0f16c9e5e 100644 --- a/doc/unicharset.5.html +++ b/doc/unicharset.5.html @@ -2,15 +2,25 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + UNICHARSET(5) - +
+

DESCRIPTION

Tesseract’s unicharset file contains information on each symbol @@ -596,12 +761,12 @@ Therefore, space gets unichar 0.

Each unichar line in the unicharset file (v2+) may have four space-separated fields:

-
'character' 'properties' 'script' 'id'
+
'character' 'properties' 'script' 'id'

Starting with Tesseract v3.02, more information may be given for each unichar:

-
'character' 'properties' 'glyph_metrics' 'script' 'other_case' 'direction' 'mirror' 'normed_form'
+
'character' 'properties' 'glyph_metrics' 'script' 'other_case' 'direction' 'mirror' 'normed_form'

Entries:

@@ -712,15 +877,17 @@ The UTF-8 representation of a "normalized form" of this unichar
+
+

EXAMPLE (v2)

-
; 10 Common 46
+
; 10 Common 46
 b 3 Latin 59
 W 5 Latin 40
 7 8 Common 66
-= 0 Common 93
+= 0 Common 93

";" is a punctuation character. Its properties are thus represented by the binary number 10000 (10 in hexadecimal).

@@ -736,20 +903,24 @@ are thus represented by the binary number 00000 (0 in hexadecimal).

binary number 00001 (1 in hexadecimal): they are alphabetic, but neither upper nor lower case.

+ +

EXAMPLE (v3.02)

-
110
+
110
 NULL 0 NULL 0
 N 5 59,68,216,255,87,236,0,27,104,227 Latin 11 0 1 N
 Y 5 59,68,216,255,91,205,0,47,91,223 Latin 33 0 2 Y
 1 8 59,69,203,255,45,128,0,66,74,173 Common 3 2 3 1
 9 8 18,66,203,255,89,156,0,39,104,173 Common 4 2 4 9
 a 3 58,65,186,198,85,164,0,26,97,185 Latin 56 0 5 a
-. . .
+. . .
+
+

CAVEATS

Although the unicharset reader maintains the ability to read unicharsets @@ -759,6 +930,8 @@ the accuracy will be degraded.

so changing it without re-generating the others is likely to have dire consequences.

+ +

HISTORY

The unicharset format first appeared with Tesseract 2.00, which was the @@ -766,21 +939,26 @@ first version to support languages other than English. The unicharset file contained only the first two fields, and the "ispunctuation" property was absent (punctuation was regarded as "0", as "=" is in the above example.

+
+ +

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/unicharset.5.xml b/doc/unicharset.5.xml index e14f2c1ce..9ae6257e6 100644 --- a/doc/unicharset.5.xml +++ b/doc/unicharset.5.xml @@ -3,11 +3,14 @@ + + UNICHARSET(5) + unicharset 5 -  -  +  +  unicharset @@ -206,7 +209,7 @@ absent (punctuation was regarded as "0", as "=" is in the above example. SEE ALSO tesseract(1), combine_tessdata(1), unicharset_extractor(1) -http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract AUTHOR diff --git a/doc/unicharset_extractor.1 b/doc/unicharset_extractor.1 index c3bdf2fce..ed2040dbf 100644 --- a/doc/unicharset_extractor.1 +++ b/doc/unicharset_extractor.1 @@ -1,13 +1,13 @@ '\" t .\" Title: unicharset_extractor .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/09/2012 +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 06/12/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "UNICHARSET_EXTRACTOR" "1" "02/09/2012" "\ \&" "\ \&" +.TH "UNICHARSET_EXTRACTOR" "1" "06/12/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -57,7 +57,7 @@ If your system supports the wctype functions, these values will be set automatic .sp tesseract(1), unicharset(5) .sp -\m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[] +\m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TrainingTesseract\fR\m[] .SH "HISTORY" .sp unicharset_extractor first appeared in Tesseract 2\&.00\&. diff --git a/doc/unicharset_extractor.1.asc b/doc/unicharset_extractor.1.asc index a331d597e..c972783a8 100644 --- a/doc/unicharset_extractor.1.asc +++ b/doc/unicharset_extractor.1.asc @@ -40,7 +40,7 @@ SEE ALSO -------- tesseract(1), unicharset(5) - + HISTORY ------- diff --git a/doc/unicharset_extractor.1.html b/doc/unicharset_extractor.1.html index 8ab1a3a73..a6ac9e898 100644 --- a/doc/unicharset_extractor.1.html +++ b/doc/unicharset_extractor.1.html @@ -2,15 +2,25 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + UNICHARSET_EXTRACTOR(1) - +
+

SYNOPSIS

unicharset_extractor [-D dir] FILE

+
+

DESCRIPTION

Tesseract needs to know the set of possible characters it can output. @@ -592,7 +759,7 @@ program on the same training pages bounding box files as used for clustering:

-
unicharset_extractor fontfile_1.box fontfile_2.box ...
+
unicharset_extractor fontfile_1.box fontfile_2.box ...

The unicharset will be put into the file dir/unicharset, or simply ./unicharset if no output directory is provided.

@@ -609,30 +776,39 @@ file is changed) as they have to be in sync. This is made easier than in previous versions by running unicharset_extractor before mftraining and cntraining, and giving the unicharset to mftraining.

+
+ +

HISTORY

unicharset_extractor first appeared in Tesseract 2.00.

+
+

COPYING

Copyright (C) 2006, Google Inc. Licensed under the Apache License, Version 2.0

+
+

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/unicharset_extractor.1.xml b/doc/unicharset_extractor.1.xml index d4a5f766a..bea4d1e16 100644 --- a/doc/unicharset_extractor.1.xml +++ b/doc/unicharset_extractor.1.xml @@ -3,11 +3,14 @@ + + UNICHARSET_EXTRACTOR(1) + unicharset_extractor 1 -  -  +  +  unicharset_extractor @@ -41,7 +44,7 @@ cntraining, and giving the unicharset to mftraining. SEE ALSO tesseract(1), unicharset(5) -http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract HISTORY diff --git a/doc/wordlist2dawg.1 b/doc/wordlist2dawg.1 index 930a78265..4c8cd19e0 100644 --- a/doc/wordlist2dawg.1 +++ b/doc/wordlist2dawg.1 @@ -1,13 +1,13 @@ '\" t .\" Title: wordlist2dawg .\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 02/09/2012 +.\" Generator: DocBook XSL Stylesheets v1.78.1 +.\" Date: 06/12/2015 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "WORDLIST2DAWG" "1" "02/09/2012" "\ \&" "\ \&" +.TH "WORDLIST2DAWG" "1" "06/12/2015" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -63,7 +63,7 @@ wordlist2dawg(1) converts a wordlist to a Directed Acyclic Word Graph (DAWG) for .sp tesseract(1), combine_tessdata(1), dawg2wordlist(1) .sp -\m[blue]\fBhttp://code\&.google\&.com/p/tesseract\-ocr/wiki/TrainingTesseract3\fR\m[] +\m[blue]\fBhttps://github\&.com/tesseract\-ocr/tesseract/wiki/TrainingTesseract\fR\m[] .SH "COPYING" .sp Copyright (C) 2006 Google, Inc\&. Licensed under the Apache License, Version 2\&.0 diff --git a/doc/wordlist2dawg.1.asc b/doc/wordlist2dawg.1.asc index f0193f14b..b4f84ad59 100644 --- a/doc/wordlist2dawg.1.asc +++ b/doc/wordlist2dawg.1.asc @@ -56,7 +56,7 @@ SEE ALSO -------- tesseract(1), combine_tessdata(1), dawg2wordlist(1) - + COPYING ------- diff --git a/doc/wordlist2dawg.1.html b/doc/wordlist2dawg.1.html index a1f72443a..58e5cab4f 100644 --- a/doc/wordlist2dawg.1.html +++ b/doc/wordlist2dawg.1.html @@ -2,15 +2,25 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + WORDLIST2DAWG(1) - +
+

SYNOPSIS

wordlist2dawg WORDLIST DAWG lang.unicharset

@@ -588,12 +753,16 @@ WORDLIST2DAWG(1) Manual Page

wordlist2dawg -r 2 WORDLIST DAWG lang.unicharset

wordlist2dawg -l <short> <long> WORDLIST DAWG lang.unicharset

+
+

DESCRIPTION

wordlist2dawg(1) converts a wordlist to a Directed Acyclic Word Graph (DAWG) for use with Tesseract. A DAWG is a compressed, space and time efficient representation of a word list.

+
+

OPTIONS

-t @@ -606,6 +775,8 @@ efficient representation of a word list.

Produce a file with several dawgs in it, one each for words of length <short>, <short+1>,… <long>

+
+

ARGUMENTS

WORDLIST @@ -616,26 +787,33 @@ efficient representation of a word list.

The unicharset of the language. This is the unicharset generated by mftraining(1).

+ + +

COPYING

Copyright (C) 2006 Google, Inc. Licensed under the Apache License, Version 2.0

+
+

AUTHOR

The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present).

+

diff --git a/doc/wordlist2dawg.1.xml b/doc/wordlist2dawg.1.xml index cc05a0d15..907d3a574 100644 --- a/doc/wordlist2dawg.1.xml +++ b/doc/wordlist2dawg.1.xml @@ -3,11 +3,14 @@ + + WORDLIST2DAWG(1) + wordlist2dawg 1 -  -  +  +  wordlist2dawg @@ -51,7 +54,7 @@ efficient representation of a word list. SEE ALSO tesseract(1), combine_tessdata(1), dawg2wordlist(1) -http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract COPYING diff --git a/java/Makefile.in b/java/Makefile.in new file mode 100644 index 000000000..f193e577f --- /dev/null +++ b/java/Makefile.in @@ -0,0 +1,680 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = java +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = com +scrollview_path = @datadir@/tessdata +JAVAC = javac +JAR = jar +@GRAPHICS_DISABLED_FALSE@SCROLLVIEW_FILES = \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ui/SVAbstractMenuItem.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ui/SVCheckboxMenuItem.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ui/SVEmptyMenuItem.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/events/SVEvent.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/events/SVEventHandler.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/events/SVEventType.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ui/SVImageHandler.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ui/SVMenuBar.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ui/SVMenuItem.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ui/SVPopupMenu.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ui/SVSubMenuItem.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ui/SVWindow.java \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/com/google/scrollview/ScrollView.java + +@GRAPHICS_DISABLED_FALSE@SCROLLVIEW_CLASSES = \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ui/SVAbstractMenuItem.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ui/SVCheckboxMenuItem.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ui/SVEmptyMenuItem.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/events/SVEvent.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/events/SVEventHandler.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/events/SVEventType.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ui/SVImageHandler.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ui/SVMenuBar.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ui/SVMenuItem.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ui/SVPopupMenu.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ui/SVSubMenuItem.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ui/SVWindow.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/ScrollView.class + +@GRAPHICS_DISABLED_FALSE@SCROLLVIEW_LIBS = \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/piccolo2d-core-3.0.jar \ +@GRAPHICS_DISABLED_FALSE@ $(srcdir)/piccolo2d-extras-3.0.jar + +@GRAPHICS_DISABLED_FALSE@CLASSPATH = $(srcdir)/piccolo2d-core-3.0.jar:$(srcdir)/piccolo2d-extras-3.0.jar +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 ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu java/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# 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. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +@GRAPHICS_DISABLED_TRUE@uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean-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 + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f 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: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am 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-am uninstall uninstall-am + + +@GRAPHICS_DISABLED_FALSE@ScrollView.jar : $(SCROLLVIEW_CLASSES) +@GRAPHICS_DISABLED_FALSE@ $(JAR) cf $@ com/google/scrollview/*.class \ +@GRAPHICS_DISABLED_FALSE@ com/google/scrollview/events/*.class com/google/scrollview/ui/*.class + +@GRAPHICS_DISABLED_FALSE@$(SCROLLVIEW_CLASSES) : $(SCROLLVIEW_FILES) +@GRAPHICS_DISABLED_FALSE@ $(JAVAC) -encoding UTF8 -sourcepath $(srcdir) -classpath $(CLASSPATH) $(SCROLLVIEW_FILES) -d $(builddir) + +@GRAPHICS_DISABLED_FALSE@.PHONY: install-jars +@GRAPHICS_DISABLED_FALSE@install-jars : ScrollView.jar +@GRAPHICS_DISABLED_FALSE@ @if [ ! -d $(scrollview_path) ]; then mkdir -p $(scrollview_path); fi; +@GRAPHICS_DISABLED_FALSE@ $(INSTALL) -m 644 $(SCROLLVIEW_LIBS) $(scrollview_path); +@GRAPHICS_DISABLED_FALSE@ $(INSTALL) -m 644 ScrollView.jar $(scrollview_path); +@GRAPHICS_DISABLED_FALSE@ @echo "Don't forget to set eviroment variable SCROLLVIEW_PATH to $(scrollview_path)"; + +@GRAPHICS_DISABLED_FALSE@uninstall: +@GRAPHICS_DISABLED_FALSE@ rm -f $(scrollview_path)/*.jar + +clean : + rm -f ScrollView.jar *.class $(srcdir)/*.class + +# all-am does nothing, to make the java part optional. +all all-am install : + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/java/com/Makefile.in b/java/com/Makefile.in new file mode 100644 index 000000000..ec64d8a0c --- /dev/null +++ b/java/com/Makefile.in @@ -0,0 +1,621 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = java/com +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = google +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 ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/com/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu java/com/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# 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. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-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 + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f 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: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am 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-am uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/java/com/google/Makefile.in b/java/com/google/Makefile.in new file mode 100644 index 000000000..c5fc87d05 --- /dev/null +++ b/java/com/google/Makefile.in @@ -0,0 +1,621 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = java/com/google +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = scrollview +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 ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/com/google/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu java/com/google/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# 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. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-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 + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f 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: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am 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-am uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/java/com/google/scrollview/Makefile.in b/java/com/google/scrollview/Makefile.in new file mode 100644 index 000000000..72298bff5 --- /dev/null +++ b/java/com/google/scrollview/Makefile.in @@ -0,0 +1,624 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = java/com/google/scrollview +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = events ui +EXTRA_DIST = \ + ScrollView.java + +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 ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/com/google/scrollview/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu java/com/google/scrollview/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# 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. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-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 + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f 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: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am 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-am uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/java/com/google/scrollview/events/Makefile.in b/java/com/google/scrollview/events/Makefile.in new file mode 100644 index 000000000..a972255da --- /dev/null +++ b/java/com/google/scrollview/events/Makefile.in @@ -0,0 +1,625 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = java/com/google/scrollview/events +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = +EXTRA_DIST = \ + SVEvent.java SVEventHandler.java \ + SVEventType.java + +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 ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/com/google/scrollview/events/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu java/com/google/scrollview/events/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# 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. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-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 + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f 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: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am 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-am uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/java/com/google/scrollview/ui/Makefile.in b/java/com/google/scrollview/ui/Makefile.in new file mode 100644 index 000000000..6370e40fa --- /dev/null +++ b/java/com/google/scrollview/ui/Makefile.in @@ -0,0 +1,627 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = java/com/google/scrollview/ui +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +SUBDIRS = +EXTRA_DIST = \ + SVAbstractMenuItem.java \ + SVCheckboxMenuItem.java SVEmptyMenuItem.java \ + SVImageHandler.java SVMenuBar.java \ + SVMenuItem.java SVPopupMenu.java SVSubMenuItem.java SVWindow.java + +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 ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu java/com/google/scrollview/ui/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu java/com/google/scrollview/ui/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +# 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. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-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 + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f 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: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am 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-am uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/neural_networks/runtime/Makefile.in b/neural_networks/runtime/Makefile.in new file mode 100644 index 000000000..e45fa1d76 --- /dev/null +++ b/neural_networks/runtime/Makefile.in @@ -0,0 +1,682 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@VISIBILITY_TRUE@am__append_1 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = neural_networks/runtime +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +libtesseract_neural_la_LIBADD = +am_libtesseract_neural_la_OBJECTS = input_file_buffer.lo neural_net.lo \ + neuron.lo sigmoid_table.lo +libtesseract_neural_la_OBJECTS = $(am_libtesseract_neural_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_neural_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_neural_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_neural_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_neural_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_neural_la_SOURCES) +DIST_SOURCES = $(libtesseract_neural_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -DUSE_STD_NAMESPACE -I$(top_srcdir)/cutil \ + -I$(top_srcdir)/ccutil -I$(top_srcdir)/ccstruct \ + -I$(top_srcdir)/dict -I$(top_srcdir)/image \ + -I$(top_srcdir)/viewer $(am__append_1) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_HEADERS = \ + input_file_buffer.h neural_net.h neuron.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_neural.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_neural.la +@USING_MULTIPLELIBS_TRUE@libtesseract_neural_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +libtesseract_neural_la_SOURCES = \ + input_file_buffer.cpp neural_net.cpp neuron.cpp sigmoid_table.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu neural_networks/runtime/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu neural_networks/runtime/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_neural.la: $(libtesseract_neural_la_OBJECTS) $(libtesseract_neural_la_DEPENDENCIES) $(EXTRA_libtesseract_neural_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_neural_la_LINK) $(am_libtesseract_neural_la_rpath) $(libtesseract_neural_la_OBJECTS) $(libtesseract_neural_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_file_buffer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/neural_net.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/neuron.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigmoid_table.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/opencl/Makefile.in b/opencl/Makefile.in new file mode 100644 index 000000000..ffeefb371 --- /dev/null +++ b/opencl/Makefile.in @@ -0,0 +1,685 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@USE_OPENCL_TRUE@am__append_1 = -I$(OPENCL_HDR_PATH) +@USE_OPENCL_TRUE@@USING_MULTIPLELIBS_TRUE@am__append_2 = $(OPENCL_LIB) +subdir = opencl +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +@USING_MULTIPLELIBS_TRUE@libtesseract_opencl_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la +am_libtesseract_opencl_la_OBJECTS = openclwrapper.lo +libtesseract_opencl_la_OBJECTS = $(am_libtesseract_opencl_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_opencl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_opencl_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_opencl_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_opencl_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_opencl_la_SOURCES) +DIST_SOURCES = $(libtesseract_opencl_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/ccutil \ + -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccmain \ + $(am__append_1) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_HEADERS = \ + openclwrapper.h oclkernels.h opencl_device_selection.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_opencl.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_opencl.la +@USING_MULTIPLELIBS_TRUE@libtesseract_opencl_la_LDFLAGS = \ +@USING_MULTIPLELIBS_TRUE@ -version-info \ +@USING_MULTIPLELIBS_TRUE@ $(GENERIC_LIBRARY_VERSION) \ +@USING_MULTIPLELIBS_TRUE@ $(am__append_2) +@USING_MULTIPLELIBS_TRUE@libtesseract_opencl_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la + +libtesseract_opencl_la_SOURCES = \ + openclwrapper.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu opencl/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu opencl/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_opencl.la: $(libtesseract_opencl_la_OBJECTS) $(libtesseract_opencl_la_DEPENDENCIES) $(EXTRA_libtesseract_opencl_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_opencl_la_LINK) $(am_libtesseract_opencl_la_rpath) $(libtesseract_opencl_la_OBJECTS) $(libtesseract_opencl_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openclwrapper.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/opencl/openclwrapper.cpp b/opencl/openclwrapper.cpp index d747d38ef..1762beea6 100644 --- a/opencl/openclwrapper.cpp +++ b/opencl/openclwrapper.cpp @@ -2669,7 +2669,8 @@ PERF_COUNT_START("HistogramRectOCL") int numThreads = block_size*numWorkGroups; size_t local_work_size[] = {static_cast(block_size)}; size_t global_work_size[] = {static_cast(numThreads)}; - size_t red_global_work_size[] = {static_cast(block_size*kHistogramSize*bytes_per_pixel)}; + size_t red_global_work_size[] = { + static_cast(block_size * kHistogramSize * bytes_per_pixel)}; /* map histogramAllChannels as write only */ int numBins = kHistogramSize*bytes_per_pixel*numWorkGroups; @@ -2985,6 +2986,8 @@ double composeRGBPixelMicroBench( GPUEnv *env, TessScoreEvaluationInputData inpu #if ON_WINDOWS LARGE_INTEGER freq, time_funct_start, time_funct_end; QueryPerformanceFrequency(&freq); +#elif ON_APPLE + mach_timespec_t time_funct_start, time_funct_end; #else TIMESPEC time_funct_start, time_funct_end; #endif @@ -3057,6 +3060,8 @@ double histogramRectMicroBench( GPUEnv *env, TessScoreEvaluationInputData input, #if ON_WINDOWS LARGE_INTEGER freq, time_funct_start, time_funct_end; QueryPerformanceFrequency(&freq); +#elif ON_APPLE + mach_timespec_t time_funct_start, time_funct_end; #else TIMESPEC time_funct_start, time_funct_end; #endif @@ -3160,6 +3165,8 @@ double thresholdRectToPixMicroBench( GPUEnv *env, TessScoreEvaluationInputData i #if ON_WINDOWS LARGE_INTEGER freq, time_funct_start, time_funct_end; QueryPerformanceFrequency(&freq); +#elif ON_APPLE + mach_timespec_t time_funct_start, time_funct_end; #else TIMESPEC time_funct_start, time_funct_end; #endif @@ -3234,6 +3241,8 @@ double getLineMasksMorphMicroBench( GPUEnv *env, TessScoreEvaluationInputData in #if ON_WINDOWS LARGE_INTEGER freq, time_funct_start, time_funct_end; QueryPerformanceFrequency(&freq); +#elif ON_APPLE + mach_timespec_t time_funct_start, time_funct_end; #else TIMESPEC time_funct_start, time_funct_end; #endif diff --git a/opencl/openclwrapper.h b/opencl/openclwrapper.h index 073af01a1..e20839db7 100644 --- a/opencl/openclwrapper.h +++ b/opencl/openclwrapper.h @@ -74,6 +74,13 @@ #define PERF_COUNT_VERBOSE 1 #define PERF_COUNT_REPORT_STR "[%36s], %24s, %11.6f\n" +#if ON_APPLE +#include +#include +#include +#define CLOCK_MONOTONIC SYSTEM_CLOCK +#define clock_gettime clock_get_time +#endif #if ON_WINDOWS diff --git a/tessdata/Makefile.in b/tessdata/Makefile.in new file mode 100644 index 000000000..645dc83de --- /dev/null +++ b/tessdata/Makefile.in @@ -0,0 +1,742 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = tessdata +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(datadir)" +DATA = $(data_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + distdir +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@/tessdata +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +data_DATA = pdf.ttf +EXTRA_DIST = $(data_DATA) +SUBDIRS = configs tessconfigs +langdata = bul.traineddata mlt.traineddata chr.traineddata \ + slk.traineddata dan-frak.traineddata eng.traineddata \ + ces.traineddata afr.traineddata swa.traineddata \ + kan.traineddata bel.traineddata ind.traineddata \ + lit.traineddata nld.traineddata osd.traineddata \ + mkd.traineddata est.traineddata fra.traineddata \ + hin.traineddata lat_lid.traineddata nor.traineddata \ + por.traineddata ron.traineddata swe.traineddata \ + pol.traineddata ara.traineddata tel.traineddata \ + ell.traineddata mal.traineddata vie.traineddata \ + heb.traineddata deu.traineddata eus.traineddata \ + ita_old.traineddata rus.traineddata sqi.traineddata \ + spa.traineddata glg.traineddata slk-frak.traineddata \ + equ.traineddata hrv.traineddata frk.traineddata \ + cat.traineddata lav.traineddata ukr.traineddata \ + enm.traineddata dan.traineddata fin.traineddata \ + ben.traineddata srp.traineddata tha.traineddata \ + hun.traineddata tgl.traineddata frm.traineddata \ + slv.traineddata chi_sim.traineddata tam.traineddata \ + tur.traineddata epo.traineddata msa.traineddata \ + kor.traineddata isl.traineddata jpn.traineddata \ + chi_tra.traineddata ita.traineddata spa_old.traineddata \ + deu-frak.traineddata aze.traineddata fra.cube.lm \ + ita.tesseract_cube.nn eng.cube.word-freq rus.cube.lm \ + spa.cube.size fra.cube.nn fra.cube.params rus.cube.size \ + fra.cube.fold eng.cube.size ita.cube.bigrams \ + eng.tesseract_cube.nn rus.cube.params hin.cube.nn \ + spa.cube.params hin.cube.lm fra.cube.word-freq \ + spa.cube.word-freq ara.cube.nn ara.cube.word-freq \ + spa.cube.fold eng.cube.nn eng.cube.params eng.cube.lm \ + ita.cube.size hin.tesseract_cube.nn ita.cube.lm \ + fra.cube.bigrams ara.cube.fold spa.cube.bigrams \ + hin.cube.word-freq rus.cube.word-freq ita.cube.word-freq \ + fra.tesseract_cube.nn rus.cube.fold ara.cube.size \ + eng.cube.fold ita.cube.params ara.cube.params ita.cube.fold \ + ara.cube.bigrams hin.cube.params hin.cube.fold spa.cube.lm \ + ita.cube.nn fra.cube.size eng.cube.bigrams ara.cube.lm \ + rus.cube.nn spa.cube.nn hin.cube.bigrams + +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 ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tessdata/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu tessdata/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dataDATA: $(data_DATA) + @$(NORMAL_INSTALL) + @list='$(data_DATA)'; test -n "$(datadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \ + done + +uninstall-dataDATA: + @$(NORMAL_UNINSTALL) + @list='$(data_DATA)'; test -n "$(datadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(datadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-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 + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-dataDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-dataDATA uninstall-local + +.MAKE: $(am__recursive_targets) install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ + check-am clean clean-generic clean-libtool cscopelist-am ctags \ + ctags-am 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-dataDATA 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-am uninstall \ + uninstall-am uninstall-dataDATA uninstall-local + + +.PHONY: install-langs +install-langs: + @if [ ! -d $(DESTDIR)$(datadir) ]; then mkdir -p $(DESTDIR)$(datadir); fi; + @if test "${LANGS}" != ""; then \ + for lang_code in ${LANGS}; do \ + echo "installing data for $$lang_code"; \ + $(INSTALL) -m 644 $(srcdir)/$$lang_code.* $(DESTDIR)$(datadir); \ + done; \ + else \ + for l in ./*.traineddata; do \ + filename=`basename $$l`; \ + lang_code=$${filename%.*}; \ + if test "$$lang_code" == "*"; then \ + echo "No lang present."; \ + break; \ + fi; \ + echo "installing data for $$lang_code"; \ + $(INSTALL) -m 644 $(srcdir)/$$lang_code.* $(DESTDIR)$(datadir); \ + done; \ + fi; + +uninstall-local: + cd $(DESTDIR)$(datadir); \ + rm -f $(langdata) + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/tessdata/configs/Makefile.in b/tessdata/configs/Makefile.in new file mode 100644 index 000000000..1597d320d --- /dev/null +++ b/tessdata/configs/Makefile.in @@ -0,0 +1,497 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = tessdata/configs +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(datadir)" +DATA = $(data_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@/tessdata/configs +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +data_DATA = inter makebox box.train unlv ambigs.train api_config kannada box.train.stderr quiet logfile digits hocr linebox pdf rebox strokewidth bigram +EXTRA_DIST = inter makebox box.train unlv ambigs.train api_config kannada box.train.stderr quiet logfile digits hocr linebox pdf rebox strokewidth bigram +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tessdata/configs/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu tessdata/configs/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dataDATA: $(data_DATA) + @$(NORMAL_INSTALL) + @list='$(data_DATA)'; test -n "$(datadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \ + done + +uninstall-dataDATA: + @$(NORMAL_UNINSTALL) + @list='$(data_DATA)'; test -n "$(datadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(datadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dataDATA install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/tessdata/configs/box.train b/tessdata/configs/box.train index 03cf56326..0a8f159c3 100644 --- a/tessdata/configs/box.train +++ b/tessdata/configs/box.train @@ -1,3 +1,4 @@ +tessedit_create_txt 0 disable_character_fragments T file_type .bl textord_fast_pitch_test T diff --git a/tessdata/configs/box.train.stderr b/tessdata/configs/box.train.stderr index 6fc51fdd5..b9781d107 100644 --- a/tessdata/configs/box.train.stderr +++ b/tessdata/configs/box.train.stderr @@ -1,3 +1,4 @@ +tessedit_create_txt 0 file_type .bl #tessedit_use_nn F textord_fast_pitch_test T diff --git a/tessdata/configs/hocr b/tessdata/configs/hocr index 2bf1d848c..eba5c1dd6 100644 --- a/tessdata/configs/hocr +++ b/tessdata/configs/hocr @@ -1,2 +1,3 @@ +tessedit_create_txt 0 tessedit_create_hocr 1 tessedit_pageseg_mode 1 diff --git a/tessdata/configs/makebox b/tessdata/configs/makebox index 3d90ac26f..48506ca4b 100644 --- a/tessdata/configs/makebox +++ b/tessdata/configs/makebox @@ -1 +1,2 @@ +tessedit_create_txt 0 tessedit_create_boxfile 1 diff --git a/tessdata/configs/pdf b/tessdata/configs/pdf index 0d5f0f14c..cc75e694b 100644 --- a/tessdata/configs/pdf +++ b/tessdata/configs/pdf @@ -1,2 +1,3 @@ +tessedit_create_txt 0 tessedit_create_pdf 1 tessedit_pageseg_mode 1 diff --git a/tessdata/configs/unlv b/tessdata/configs/unlv index 87c111bdf..b3eea318f 100644 --- a/tessdata/configs/unlv +++ b/tessdata/configs/unlv @@ -1,2 +1,3 @@ +tessedit_create_txt 0 tessedit_write_unlv 1 tessedit_pageseg_mode 6 diff --git a/tessdata/tessconfigs/Makefile.in b/tessdata/tessconfigs/Makefile.in new file mode 100644 index 000000000..0cf4d848a --- /dev/null +++ b/tessdata/tessconfigs/Makefile.in @@ -0,0 +1,497 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = tessdata/tessconfigs +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(datadir)" +DATA = $(data_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@/tessdata/tessconfigs +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +data_DATA = batch batch.nochop nobatch matdemo segdemo msdemo +EXTRA_DIST = batch batch.nochop nobatch matdemo segdemo msdemo +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tessdata/tessconfigs/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu tessdata/tessconfigs/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dataDATA: $(data_DATA) + @$(NORMAL_INSTALL) + @list='$(data_DATA)'; test -n "$(datadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \ + done + +uninstall-dataDATA: + @$(NORMAL_UNINSTALL) + @list='$(data_DATA)'; test -n "$(datadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(datadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dataDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dataDATA install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dataDATA + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/tesseract.pc.in b/tesseract.pc.in index 7c8bbb3a2..0a8bb8270 100644 --- a/tesseract.pc.in +++ b/tesseract.pc.in @@ -8,7 +8,7 @@ includedir=@includedir@ Name: @PACKAGE_NAME@ Description: An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google. -URL: https://code.google.com/p/tesseract-ocr +URL: https://github.com/tesseract-ocr/tesseract Version: @VERSION@ Requires.private: lept Libs: -L${libdir} -ltesseract diff --git a/testing/Makefile.in b/testing/Makefile.in new file mode 100644 index 000000000..4cb7a08ba --- /dev/null +++ b/testing/Makefile.in @@ -0,0 +1,441 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = testing +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +EXTRA_DIST = README counttestset.sh reorgdata.sh runalltests.sh runtestset.sh reports/1995.bus.3B.sum reports/1995.doe3.3B.sum reports/1995.mag.3B.sum reports/1995.news.3B.sum reports/2.03.summary reports/2.04.summary +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testing/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu testing/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags-am uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/textord/Makefile.in b/textord/Makefile.in new file mode 100644 index 000000000..3efd94dfd --- /dev/null +++ b/textord/Makefile.in @@ -0,0 +1,771 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@USE_OPENCL_TRUE@am__append_1 = -I$(OPENCL_HDR_PATH) +@VISIBILITY_TRUE@am__append_2 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = textord +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +@USING_MULTIPLELIBS_TRUE@libtesseract_textord_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../opencl/libtesseract_opencl.la +am_libtesseract_textord_la_OBJECTS = alignedblob.lo baselinedetect.lo \ + bbgrid.lo blkocc.lo blobgrid.lo ccnontextdetect.lo cjkpitch.lo \ + colfind.lo colpartition.lo colpartitionset.lo \ + colpartitiongrid.lo devanagari_processing.lo drawedg.lo \ + drawtord.lo edgblob.lo edgloop.lo equationdetectbase.lo \ + fpchop.lo gap_map.lo imagefind.lo linefind.lo makerow.lo \ + oldbasel.lo pithsync.lo pitsync1.lo scanedg.lo sortflts.lo \ + strokewidth.lo tabfind.lo tablefind.lo tabvector.lo \ + tablerecog.lo textlineprojection.lo textord.lo topitch.lo \ + tordmain.lo tospace.lo tovars.lo underlin.lo wordseg.lo \ + workingpartset.lo +libtesseract_textord_la_OBJECTS = \ + $(am_libtesseract_textord_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_textord_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_textord_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_textord_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_textord_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_textord_la_SOURCES) +DIST_SOURCES = $(libtesseract_textord_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -DUSE_STD_NAMESPACE \ + -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil \ + -I$(top_srcdir)/viewer -I$(top_srcdir)/ccmain \ + -I$(top_srcdir)/wordrec -I$(top_srcdir)/api \ + -I$(top_srcdir)/cutil -I$(top_srcdir)/classify \ + -I$(top_srcdir)/dict -I$(top_srcdir)/opencl $(am__append_1) \ + $(am__append_2) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_HEADERS = \ + alignedblob.h baselinedetect.h bbgrid.h blkocc.h blobgrid.h \ + ccnontextdetect.h cjkpitch.h colfind.h colpartition.h colpartitionset.h \ + colpartitiongrid.h \ + devanagari_processing.h drawedg.h drawtord.h edgblob.h edgloop.h \ + equationdetectbase.h \ + fpchop.h gap_map.h imagefind.h linefind.h makerow.h oldbasel.h \ + pithsync.h pitsync1.h scanedg.h sortflts.h strokewidth.h \ + tabfind.h tablefind.h tabvector.h \ + tablerecog.h textlineprojection.h textord.h \ + topitch.h tordmain.h tovars.h \ + underlin.h wordseg.h workingpartset.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_textord.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_textord.la +@USING_MULTIPLELIBS_TRUE@libtesseract_textord_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +@USING_MULTIPLELIBS_TRUE@libtesseract_textord_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../opencl/libtesseract_opencl.la + +libtesseract_textord_la_SOURCES = \ + alignedblob.cpp baselinedetect.cpp bbgrid.cpp blkocc.cpp blobgrid.cpp \ + ccnontextdetect.cpp cjkpitch.cpp colfind.cpp colpartition.cpp colpartitionset.cpp \ + colpartitiongrid.cpp devanagari_processing.cpp \ + drawedg.cpp drawtord.cpp edgblob.cpp edgloop.cpp \ + equationdetectbase.cpp \ + fpchop.cpp gap_map.cpp imagefind.cpp linefind.cpp makerow.cpp oldbasel.cpp \ + pithsync.cpp pitsync1.cpp scanedg.cpp sortflts.cpp strokewidth.cpp \ + tabfind.cpp tablefind.cpp tabvector.cpp \ + tablerecog.cpp textlineprojection.cpp textord.cpp \ + topitch.cpp tordmain.cpp tospace.cpp tovars.cpp \ + underlin.cpp wordseg.cpp workingpartset.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu textord/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu textord/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_textord.la: $(libtesseract_textord_la_OBJECTS) $(libtesseract_textord_la_DEPENDENCIES) $(EXTRA_libtesseract_textord_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_textord_la_LINK) $(am_libtesseract_textord_la_rpath) $(libtesseract_textord_la_OBJECTS) $(libtesseract_textord_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alignedblob.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/baselinedetect.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bbgrid.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blkocc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blobgrid.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ccnontextdetect.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cjkpitch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colfind.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colpartition.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colpartitiongrid.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colpartitionset.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devanagari_processing.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drawedg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drawtord.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edgblob.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edgloop.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equationdetectbase.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fpchop.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gap_map.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagefind.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linefind.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makerow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oldbasel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pithsync.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pitsync1.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanedg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sortflts.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strokewidth.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tabfind.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tablefind.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tablerecog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tabvector.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textlineprojection.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/textord.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topitch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tordmain.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tospace.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tovars.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/underlin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wordseg.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/workingpartset.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/textord/colfind.cpp b/textord/colfind.cpp index 41b389560..b2bb72e66 100644 --- a/textord/colfind.cpp +++ b/textord/colfind.cpp @@ -150,7 +150,8 @@ ColumnFinder::~ColumnFinder() { // direction, so the textline projection_ map can be setup. // On return, IsVerticallyAlignedText may be called (now optionally) to // determine the gross textline alignment of the page. -void ColumnFinder::SetupAndFilterNoise(Pix* photo_mask_pix, +void ColumnFinder::SetupAndFilterNoise(PageSegMode pageseg_mode, + Pix* photo_mask_pix, TO_BLOCK* input_block) { part_grid_.Init(gridsize(), bleft(), tright()); if (stroke_width_ != NULL) @@ -172,7 +173,8 @@ void ColumnFinder::SetupAndFilterNoise(Pix* photo_mask_pix, // Remove obvious noise and make the initial non-text map. nontext_map_ = nontext_detect.ComputeNonTextMask(textord_debug_tabfind, photo_mask_pix, input_block); - stroke_width_->FindTextlineDirectionAndFixBrokenCJK(cjk_script_, input_block); + stroke_width_->FindTextlineDirectionAndFixBrokenCJK(pageseg_mode, cjk_script_, + input_block); // Clear the strokewidth grid ready for rotation or leader finding. stroke_width_->Clear(); } @@ -305,8 +307,8 @@ int ColumnFinder::FindBlocks(PageSegMode pageseg_mode, Pix* scaled_color, input_block); SetBlockRuleEdges(input_block); stroke_width_->GradeBlobsIntoPartitions( - rerotate_, input_block, nontext_map_, denorm_, cjk_script_, &projection_, - diacritic_blobs, &part_grid_, &big_parts_); + pageseg_mode, rerotate_, input_block, nontext_map_, denorm_, cjk_script_, + &projection_, diacritic_blobs, &part_grid_, &big_parts_); if (!PSM_SPARSE(pageseg_mode)) { ImageFind::FindImagePartitions(photo_mask_pix, rotation_, rerotate_, input_block, this, &part_grid_, &big_parts_); diff --git a/textord/colfind.h b/textord/colfind.h index eedd4c407..f5d5a86fa 100644 --- a/textord/colfind.h +++ b/textord/colfind.h @@ -110,7 +110,8 @@ class ColumnFinder : public TabFind { // direction, so the textline projection_ map can be setup. // On return, IsVerticallyAlignedText may be called (now optionally) to // determine the gross textline alignment of the page. - void SetupAndFilterNoise(Pix* photo_mask_pix, TO_BLOCK* input_block); + void SetupAndFilterNoise(PageSegMode pageseg_mode, Pix* photo_mask_pix, + TO_BLOCK* input_block); // Tests for vertical alignment of text (returning true if so), and generates // a list of blobs (in osd_blobs) for orientation and script detection. diff --git a/textord/strokewidth.cpp b/textord/strokewidth.cpp index 5aa4b481a..8ca45a11c 100644 --- a/textord/strokewidth.cpp +++ b/textord/strokewidth.cpp @@ -164,14 +164,15 @@ void StrokeWidth::SetNeighboursOnMediumBlobs(TO_BLOCK* block) { // and large blobs with optional repair of broken CJK characters first. // Repair of broken CJK is needed here because broken CJK characters // can fool the textline direction detection algorithm. -void StrokeWidth::FindTextlineDirectionAndFixBrokenCJK(bool cjk_merge, +void StrokeWidth::FindTextlineDirectionAndFixBrokenCJK(PageSegMode pageseg_mode, + bool cjk_merge, TO_BLOCK* input_block) { // Setup the grid with the remaining (non-noise) blobs. InsertBlobs(input_block); // Repair broken CJK characters if needed. while (cjk_merge && FixBrokenCJK(input_block)); // Grade blobs by inspection of neighbours. - FindTextlineFlowDirection(false); + FindTextlineFlowDirection(pageseg_mode, false); // Clear the grid ready for rotation or leader finding. Clear(); } @@ -351,10 +352,10 @@ void StrokeWidth::RemoveLineResidue(ColPartition_LIST* big_part_list) { // Large blobs that cause overlap are put in separate partitions and added // to the big_parts list. void StrokeWidth::GradeBlobsIntoPartitions( - const FCOORD& rerotation, TO_BLOCK* block, Pix* nontext_pix, - const DENORM* denorm, bool cjk_script, TextlineProjection* projection, - BLOBNBOX_LIST* diacritic_blobs, ColPartitionGrid* part_grid, - ColPartition_LIST* big_parts) { + PageSegMode pageseg_mode, const FCOORD& rerotation, TO_BLOCK* block, + Pix* nontext_pix, const DENORM* denorm, bool cjk_script, + TextlineProjection* projection, BLOBNBOX_LIST* diacritic_blobs, + ColPartitionGrid* part_grid, ColPartition_LIST* big_parts) { nontext_map_ = nontext_pix; projection_ = projection; denorm_ = denorm; @@ -367,7 +368,7 @@ void StrokeWidth::GradeBlobsIntoPartitions( if (cjk_script) { FixBrokenCJK(block); } - FindTextlineFlowDirection(false); + FindTextlineFlowDirection(pageseg_mode, false); projection_->ConstructProjection(block, rerotation, nontext_map_); if (textord_tabfind_show_strokewidths) { ScrollView* line_blobs_win = MakeWindow(0, 0, "Initial textline Blobs"); @@ -380,17 +381,18 @@ void StrokeWidth::GradeBlobsIntoPartitions( Clear(); InsertBlobs(block); FCOORD skew; - FindTextlineFlowDirection(true); - PartitionFindResult r = FindInitialPartitions( - rerotation, true, block, diacritic_blobs, part_grid, big_parts, &skew); + FindTextlineFlowDirection(pageseg_mode, true); + PartitionFindResult r = + FindInitialPartitions(pageseg_mode, rerotation, true, block, + diacritic_blobs, part_grid, big_parts, &skew); if (r == PFR_NOISE) { tprintf("Detected %d diacritics\n", diacritic_blobs->length()); // Noise was found, and removed. Clear(); InsertBlobs(block); - FindTextlineFlowDirection(true); - r = FindInitialPartitions(rerotation, false, block, diacritic_blobs, - part_grid, big_parts, &skew); + FindTextlineFlowDirection(pageseg_mode, true); + r = FindInitialPartitions(pageseg_mode, rerotation, false, block, + diacritic_blobs, part_grid, big_parts, &skew); } nontext_map_ = NULL; projection_ = NULL; @@ -805,7 +807,8 @@ void StrokeWidth::AccumulateOverlaps(const BLOBNBOX* not_this, bool debug, // flags in the BLOBNBOXes currently in this grid. // This function is called more than once if page orientation is uncertain, // so display_if_debugging is true on the final call to display the results. -void StrokeWidth::FindTextlineFlowDirection(bool display_if_debugging) { +void StrokeWidth::FindTextlineFlowDirection(PageSegMode pageseg_mode, + bool display_if_debugging) { BlobGridSearch gsearch(this); BLOBNBOX* bbox; // For every bbox in the grid, set its neighbours. @@ -821,7 +824,15 @@ void StrokeWidth::FindTextlineFlowDirection(bool display_if_debugging) { // Now try to make the blobs only vertical or horizontal using neighbours. gsearch.StartFullSearch(); while ((bbox = gsearch.NextFullSearch()) != NULL) { - SetNeighbourFlows(bbox); + if (FindingVerticalOnly(pageseg_mode)) { + bbox->set_vert_possible(true); + bbox->set_horz_possible(false); + } else if (FindingHorizontalOnly(pageseg_mode)) { + bbox->set_vert_possible(false); + bbox->set_horz_possible(true); + } else { + SetNeighbourFlows(bbox); + } } if ((textord_tabfind_show_strokewidths && display_if_debugging) || textord_tabfind_show_strokewidths > 1) { @@ -830,17 +841,17 @@ void StrokeWidth::FindTextlineFlowDirection(bool display_if_debugging) { // Improve flow direction with neighbours. gsearch.StartFullSearch(); while ((bbox = gsearch.NextFullSearch()) != NULL) { - SmoothNeighbourTypes(bbox, false); + SmoothNeighbourTypes(pageseg_mode, false, bbox); } // Now allow reset of firm values to fix renegades. gsearch.StartFullSearch(); while ((bbox = gsearch.NextFullSearch()) != NULL) { - SmoothNeighbourTypes(bbox, true); + SmoothNeighbourTypes(pageseg_mode, true, bbox); } // Repeat. gsearch.StartFullSearch(); while ((bbox = gsearch.NextFullSearch()) != NULL) { - SmoothNeighbourTypes(bbox, true); + SmoothNeighbourTypes(pageseg_mode, true, bbox); } if ((textord_tabfind_show_strokewidths && display_if_debugging) || textord_tabfind_show_strokewidths > 1) { @@ -1198,7 +1209,8 @@ void StrokeWidth::SimplifyObviousNeighbours(BLOBNBOX* blob) { // Smoothes the vertical/horizontal type of the blob based on the // 2nd-order neighbours. If reset_all is true, then all blobs are // changed. Otherwise, only ambiguous blobs are processed. -void StrokeWidth::SmoothNeighbourTypes(BLOBNBOX* blob, bool reset_all) { +void StrokeWidth::SmoothNeighbourTypes(PageSegMode pageseg_mode, bool reset_all, + BLOBNBOX* blob) { if ((blob->vert_possible() && blob->horz_possible()) || reset_all) { // There are both horizontal and vertical so try to fix it. BLOBNBOX_CLIST neighbours; @@ -1214,11 +1226,12 @@ void StrokeWidth::SmoothNeighbourTypes(BLOBNBOX* blob, bool reset_all) { tprintf("pure_h=%d, pure_v=%d\n", pure_h_count, pure_v_count); } - if (pure_h_count > pure_v_count) { + if (pure_h_count > pure_v_count && !FindingVerticalOnly(pageseg_mode)) { // Horizontal gaps are clear winners. Clear vertical neighbours. blob->set_vert_possible(false); blob->set_horz_possible(true); - } else if (pure_v_count > pure_h_count) { + } else if (pure_v_count > pure_h_count && + !FindingHorizontalOnly(pageseg_mode)) { // Vertical gaps are clear winners. Clear horizontal neighbours. blob->set_horz_possible(false); blob->set_vert_possible(true); @@ -1244,11 +1257,12 @@ void StrokeWidth::SmoothNeighbourTypes(BLOBNBOX* blob, bool reset_all) { // is not PFR_OK, the job is incomplete, and FindInitialPartitions must be // called again after cleaning up the partly done work. PartitionFindResult StrokeWidth::FindInitialPartitions( - const FCOORD& rerotation, bool find_problems, TO_BLOCK* block, - BLOBNBOX_LIST* diacritic_blobs, ColPartitionGrid* part_grid, - ColPartition_LIST* big_parts, FCOORD* skew_angle) { - FindVerticalTextChains(part_grid); - FindHorizontalTextChains(part_grid); + PageSegMode pageseg_mode, const FCOORD& rerotation, bool find_problems, + TO_BLOCK* block, BLOBNBOX_LIST* diacritic_blobs, + ColPartitionGrid* part_grid, ColPartition_LIST* big_parts, + FCOORD* skew_angle) { + if (!FindingHorizontalOnly(pageseg_mode)) FindVerticalTextChains(part_grid); + if (!FindingVerticalOnly(pageseg_mode)) FindHorizontalTextChains(part_grid); if (textord_tabfind_show_strokewidths) { chains_win_ = MakeWindow(0, 400, "Initial text chains"); part_grid->DisplayBoxes(chains_win_); @@ -1279,7 +1293,7 @@ PartitionFindResult StrokeWidth::FindInitialPartitions( part_grid->DisplayBoxes(textlines_win_); diacritics_win_ = DisplayDiacritics("Diacritics", 0, 0, block); } - PartitionRemainingBlobs(part_grid); + PartitionRemainingBlobs(pageseg_mode, part_grid); part_grid->SplitOverlappingPartitions(big_parts); EasyMerges(part_grid); while (part_grid->GridSmoothNeighbours(BTFT_CHAIN, nontext_map_, grid_box, @@ -1363,6 +1377,9 @@ static BLOBNBOX* MutualUnusedVNeighbour(const BLOBNBOX* blob, // Finds vertical chains of text-like blobs and puts them in ColPartitions. void StrokeWidth::FindVerticalTextChains(ColPartitionGrid* part_grid) { + // A PageSegMode that forces vertical textlines with the current rotation. + PageSegMode pageseg_mode = + rerotation_.y() == 0.0f ? PSM_SINGLE_BLOCK_VERT_TEXT : PSM_SINGLE_COLUMN; BlobGridSearch gsearch(this); BLOBNBOX* bbox; gsearch.StartFullSearch(); @@ -1384,7 +1401,7 @@ void StrokeWidth::FindVerticalTextChains(ColPartitionGrid* part_grid) { part->AddBox(blob); blob = MutualUnusedVNeighbour(blob, BND_BELOW); } - CompletePartition(part, part_grid); + CompletePartition(pageseg_mode, part, part_grid); } } } @@ -1406,6 +1423,9 @@ static BLOBNBOX* MutualUnusedHNeighbour(const BLOBNBOX* blob, // Finds horizontal chains of text-like blobs and puts them in ColPartitions. void StrokeWidth::FindHorizontalTextChains(ColPartitionGrid* part_grid) { + // A PageSegMode that forces horizontal textlines with the current rotation. + PageSegMode pageseg_mode = + rerotation_.y() == 0.0f ? PSM_SINGLE_COLUMN : PSM_SINGLE_BLOCK_VERT_TEXT; BlobGridSearch gsearch(this); BLOBNBOX* bbox; gsearch.StartFullSearch(); @@ -1425,7 +1445,7 @@ void StrokeWidth::FindHorizontalTextChains(ColPartitionGrid* part_grid) { part->AddBox(blob); blob = MutualUnusedVNeighbour(blob, BND_LEFT); } - CompletePartition(part, part_grid); + CompletePartition(pageseg_mode, part, part_grid); } } } @@ -1769,7 +1789,8 @@ void StrokeWidth::RemoveLargeUnusedBlobs(TO_BLOCK* block, } // All remaining unused blobs are put in individual ColPartitions. -void StrokeWidth::PartitionRemainingBlobs(ColPartitionGrid* part_grid) { +void StrokeWidth::PartitionRemainingBlobs(PageSegMode pageseg_mode, + ColPartitionGrid* part_grid) { BlobGridSearch gsearch(this); BLOBNBOX* bbox; int prev_grid_x = -1; @@ -1783,7 +1804,8 @@ void StrokeWidth::PartitionRemainingBlobs(ColPartitionGrid* part_grid) { int grid_y = gsearch.GridY(); if (grid_x != prev_grid_x || grid_y != prev_grid_y) { // New cell. Process old cell. - MakePartitionsFromCellList(cell_all_noise, part_grid, &cell_list); + MakePartitionsFromCellList(pageseg_mode, cell_all_noise, part_grid, + &cell_list); cell_it.set_to_list(&cell_list); prev_grid_x = grid_x; prev_grid_y = grid_y; @@ -1797,12 +1819,14 @@ void StrokeWidth::PartitionRemainingBlobs(ColPartitionGrid* part_grid) { cell_all_noise = false; } } - MakePartitionsFromCellList(cell_all_noise, part_grid, &cell_list); + MakePartitionsFromCellList(pageseg_mode, cell_all_noise, part_grid, + &cell_list); } // If combine, put all blobs in the cell_list into a single partition, otherwise // put each one into its own partition. -void StrokeWidth::MakePartitionsFromCellList(bool combine, +void StrokeWidth::MakePartitionsFromCellList(PageSegMode pageseg_mode, + bool combine, ColPartitionGrid* part_grid, BLOBNBOX_CLIST* cell_list) { if (cell_list->empty()) @@ -1816,27 +1840,34 @@ void StrokeWidth::MakePartitionsFromCellList(bool combine, for (cell_it.forward(); !cell_it.empty(); cell_it.forward()) { part->AddBox(cell_it.extract()); } - CompletePartition(part, part_grid); + CompletePartition(pageseg_mode, part, part_grid); } else { for (; !cell_it.empty(); cell_it.forward()) { BLOBNBOX* bbox = cell_it.extract(); ColPartition* part = new ColPartition(bbox->region_type(), ICOORD(0, 1)); part->set_flow(bbox->flow()); part->AddBox(bbox); - CompletePartition(part, part_grid); + CompletePartition(pageseg_mode, part, part_grid); } } } // Helper function to finish setting up a ColPartition and insert into // part_grid. -void StrokeWidth::CompletePartition(ColPartition* part, +void StrokeWidth::CompletePartition(PageSegMode pageseg_mode, + ColPartition* part, ColPartitionGrid* part_grid) { part->ComputeLimits(); TBOX box = part->bounding_box(); bool debug = AlignedBlob::WithinTestRegion(2, box.left(), box.bottom()); int value = projection_->EvaluateColPartition(*part, denorm_, debug); + // Override value if pageseg_mode disagrees. + if (value > 0 && FindingVerticalOnly(pageseg_mode)) { + value = part->boxes_count() == 1 ? 0 : -2; + } else if (value < 0 && FindingHorizontalOnly(pageseg_mode)) { + value = part->boxes_count() == 1 ? 0 : 2; + } part->SetRegionAndFlowTypesFromProjectionValue(value); part->ClaimBoxes(); part_grid->InsertBBox(true, true, part); diff --git a/textord/strokewidth.h b/textord/strokewidth.h index 12cb3c91f..71ec95da1 100644 --- a/textord/strokewidth.h +++ b/textord/strokewidth.h @@ -68,7 +68,8 @@ class StrokeWidth : public BlobGrid { // and large blobs with optional repair of broken CJK characters first. // Repair of broken CJK is needed here because broken CJK characters // can fool the textline direction detection algorithm. - void FindTextlineDirectionAndFixBrokenCJK(bool cjk_merge, + void FindTextlineDirectionAndFixBrokenCJK(PageSegMode pageseg_mode, + bool cjk_merge, TO_BLOCK* input_block); // To save computation, the process of generating partitions is broken @@ -118,7 +119,8 @@ class StrokeWidth : public BlobGrid { // part_grid is the output grid of textline partitions. // Large blobs that cause overlap are put in separate partitions and added // to the big_parts list. - void GradeBlobsIntoPartitions(const FCOORD& rerotation, TO_BLOCK* block, + void GradeBlobsIntoPartitions(PageSegMode pageseg_mode, + const FCOORD& rerotation, TO_BLOCK* block, Pix* nontext_pix, const DENORM* denorm, bool cjk_script, TextlineProjection* projection, BLOBNBOX_LIST* diacritic_blobs, @@ -171,7 +173,8 @@ class StrokeWidth : public BlobGrid { // flags in the BLOBNBOXes currently in this grid. // This function is called more than once if page orientation is uncertain, // so display_if_debugging is true on the final call to display the results. - void FindTextlineFlowDirection(bool display_if_debugging); + void FindTextlineFlowDirection(PageSegMode pageseg_mode, + bool display_if_debugging); // Sets the neighbours and good_stroke_neighbours members of the blob by // searching close on all 4 sides. @@ -199,7 +202,8 @@ class StrokeWidth : public BlobGrid { // Smoothes the vertical/horizontal type of the blob based on the // 2nd-order neighbours. If reset_all is true, then all blobs are // changed. Otherwise, only ambiguous blobs are processed. - void SmoothNeighbourTypes(BLOBNBOX* blob, bool desperate); + void SmoothNeighbourTypes(PageSegMode pageseg_mode, bool desperate, + BLOBNBOX* blob); // Checks the left or right side of the given leader partition and sets the // (opposite) leader_on_right or leader_on_left flags for blobs @@ -218,7 +222,8 @@ class StrokeWidth : public BlobGrid { // the components, saves the skew_angle and returns PFR_SKEW.] If the return // is not PFR_OK, the job is incomplete, and FindInitialPartitions must be // called again after cleaning up the partly done work. - PartitionFindResult FindInitialPartitions(const FCOORD& rerotation, + PartitionFindResult FindInitialPartitions(PageSegMode pageseg_mode, + const FCOORD& rerotation, bool find_problems, TO_BLOCK* block, BLOBNBOX_LIST* diacritic_blobs, ColPartitionGrid* part_grid, @@ -269,17 +274,38 @@ class StrokeWidth : public BlobGrid { ColPartition_LIST* big_parts); // All remaining unused blobs are put in individual ColPartitions. - void PartitionRemainingBlobs(ColPartitionGrid* part_grid); + void PartitionRemainingBlobs(PageSegMode pageseg_mode, + ColPartitionGrid* part_grid); // If combine, put all blobs in the cell_list into a single partition, // otherwise put each one into its own partition. - void MakePartitionsFromCellList(bool combine, + void MakePartitionsFromCellList(PageSegMode pageseg_mode, bool combine, ColPartitionGrid* part_grid, BLOBNBOX_CLIST* cell_list); // Helper function to finish setting up a ColPartition and insert into // part_grid. - void CompletePartition(ColPartition* part, ColPartitionGrid* part_grid); + void CompletePartition(PageSegMode pageseg_mode, ColPartition* part, + ColPartitionGrid* part_grid); + + // Helper returns true if we are looking only for vertical textlines, + // taking into account any rotation that has been done. + bool FindingVerticalOnly(PageSegMode pageseg_mode) const { + if (rerotation_.y() == 0.0f) { + return pageseg_mode == PSM_SINGLE_BLOCK_VERT_TEXT; + } + return !PSM_ORIENTATION_ENABLED(pageseg_mode) && + pageseg_mode != PSM_SINGLE_BLOCK_VERT_TEXT; + } + // Helper returns true if we are looking only for horizontal textlines, + // taking into account any rotation that has been done. + bool FindingHorizontalOnly(PageSegMode pageseg_mode) const { + if (rerotation_.y() == 0.0f) { + return !PSM_ORIENTATION_ENABLED(pageseg_mode) && + pageseg_mode != PSM_SINGLE_BLOCK_VERT_TEXT; + } + return pageseg_mode == PSM_SINGLE_BLOCK_VERT_TEXT; + } // Merge partitions where the merge appears harmless. void EasyMerges(ColPartitionGrid* part_grid); diff --git a/training/Makefile.in b/training/Makefile.in new file mode 100644 index 000000000..8e2a43ccd --- /dev/null +++ b/training/Makefile.in @@ -0,0 +1,1103 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +# TODO: training programs can not be linked to shared library created +# with -fvisibility +@VISIBILITY_TRUE@am__append_1 = -all-static +bin_PROGRAMS = ambiguous_words$(EXEEXT) classifier_tester$(EXEEXT) \ + cntraining$(EXEEXT) combine_tessdata$(EXEEXT) \ + dawg2wordlist$(EXEEXT) mftraining$(EXEEXT) \ + set_unicharset_properties$(EXEEXT) shapeclustering$(EXEEXT) \ + text2image$(EXEEXT) unicharset_extractor$(EXEEXT) \ + wordlist2dawg$(EXEEXT) +@USING_MULTIPLELIBS_TRUE@am__append_2 = \ +@USING_MULTIPLELIBS_TRUE@ ../api/libtesseract_api.la \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la + +@USING_MULTIPLELIBS_FALSE@am__append_3 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@USING_MULTIPLELIBS_TRUE@am__append_4 = \ +@USING_MULTIPLELIBS_TRUE@ ../api/libtesseract_api.la \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la + +@USING_MULTIPLELIBS_FALSE@am__append_5 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@USING_MULTIPLELIBS_TRUE@am__append_6 = \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la + +@USING_MULTIPLELIBS_FALSE@am__append_7 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@USING_MULTIPLELIBS_TRUE@am__append_8 = \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la + +@USING_MULTIPLELIBS_FALSE@am__append_9 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@USING_MULTIPLELIBS_TRUE@am__append_10 = \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la + +@USING_MULTIPLELIBS_FALSE@am__append_11 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@USING_MULTIPLELIBS_TRUE@am__append_12 = \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la + +@USING_MULTIPLELIBS_FALSE@am__append_13 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@USING_MULTIPLELIBS_TRUE@am__append_14 = \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la + +@USING_MULTIPLELIBS_FALSE@am__append_15 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@USING_MULTIPLELIBS_TRUE@am__append_16 = \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la + +@USING_MULTIPLELIBS_FALSE@am__append_17 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@USING_MULTIPLELIBS_TRUE@am__append_18 = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la + +@USING_MULTIPLELIBS_FALSE@am__append_19 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@USING_MULTIPLELIBS_TRUE@am__append_20 = \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccmain/libtesseract_main.la \ +@USING_MULTIPLELIBS_TRUE@ ../cube/libtesseract_cube.la \ +@USING_MULTIPLELIBS_TRUE@ ../neural_networks/runtime/libtesseract_neural.la \ +@USING_MULTIPLELIBS_TRUE@ ../wordrec/libtesseract_wordrec.la \ +@USING_MULTIPLELIBS_TRUE@ ../textord/libtesseract_textord.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la + +@USING_MULTIPLELIBS_FALSE@am__append_21 = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la + +@T_WIN_TRUE@am__append_22 = -lws2_32 +@T_WIN_TRUE@am__append_23 = -lws2_32 +@T_WIN_TRUE@am__append_24 = -lws2_32 +@T_WIN_TRUE@am__append_25 = -lws2_32 +@T_WIN_TRUE@am__append_26 = -lws2_32 +@T_WIN_TRUE@am__append_27 = -lws2_32 +@T_WIN_TRUE@am__append_28 = -lws2_32 +@T_WIN_TRUE@am__append_29 = -lws2_32 +@T_WIN_TRUE@am__append_30 = -lws2_32 +@T_WIN_TRUE@am__append_31 = -lws2_32 +@T_WIN_TRUE@am__append_32 = -lws2_32 +@T_WIN_TRUE@am__append_33 = -I$(top_srcdir)/vs2010/port +@T_WIN_TRUE@am__append_34 = ../vs2010/port/strcasestr.h +@T_WIN_TRUE@am__append_35 = ../vs2010/port/strcasestr.cpp +@USE_OPENCL_TRUE@am__append_36 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_37 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_38 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_39 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_40 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_41 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_42 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_43 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_44 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_45 = $(OPENCL_LIB) +@USE_OPENCL_TRUE@am__append_46 = $(OPENCL_LIB) +subdir = training +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(am__noinst_HEADERS_DIST) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) +libtesseract_tessopt_la_LIBADD = +am_libtesseract_tessopt_la_OBJECTS = tessopt.lo +libtesseract_tessopt_la_OBJECTS = \ + $(am_libtesseract_tessopt_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_training_la_DEPENDENCIES = \ + ../cutil/libtesseract_cutil.la +am__libtesseract_training_la_SOURCES_DIST = boxchar.cpp \ + commandlineflags.cpp commontraining.cpp degradeimage.cpp \ + fileio.cpp ligature_table.cpp normstrngs.cpp \ + pango_font_info.cpp stringrenderer.cpp tlog.cpp \ + unicharset_training_utils.cpp ../vs2010/port/strcasestr.cpp +am__dirstamp = $(am__leading_dot)dirstamp +@T_WIN_TRUE@am__objects_1 = ../vs2010/port/strcasestr.lo +am_libtesseract_training_la_OBJECTS = boxchar.lo commandlineflags.lo \ + commontraining.lo degradeimage.lo fileio.lo ligature_table.lo \ + normstrngs.lo pango_font_info.lo stringrenderer.lo tlog.lo \ + unicharset_training_utils.lo $(am__objects_1) +libtesseract_training_la_OBJECTS = \ + $(am_libtesseract_training_la_OBJECTS) +am__installdirs = "$(DESTDIR)$(bindir)" +PROGRAMS = $(bin_PROGRAMS) +am_ambiguous_words_OBJECTS = ambiguous_words.$(OBJEXT) +ambiguous_words_OBJECTS = $(am_ambiguous_words_OBJECTS) +am__DEPENDENCIES_1 = +@USE_OPENCL_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) +ambiguous_words_DEPENDENCIES = libtesseract_training.la \ + libtesseract_tessopt.la $(am__append_2) $(am__append_3) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +am_classifier_tester_OBJECTS = classifier_tester.$(OBJEXT) +classifier_tester_OBJECTS = $(am_classifier_tester_OBJECTS) +classifier_tester_DEPENDENCIES = libtesseract_training.la \ + libtesseract_tessopt.la $(am__append_4) $(am__append_5) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +am_cntraining_OBJECTS = cntraining.$(OBJEXT) +cntraining_OBJECTS = $(am_cntraining_OBJECTS) +cntraining_DEPENDENCIES = libtesseract_training.la \ + libtesseract_tessopt.la $(am__append_6) $(am__append_7) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +am_combine_tessdata_OBJECTS = combine_tessdata.$(OBJEXT) +combine_tessdata_OBJECTS = $(am_combine_tessdata_OBJECTS) +@USING_MULTIPLELIBS_FALSE@combine_tessdata_DEPENDENCIES = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la \ +@USING_MULTIPLELIBS_FALSE@ $(am__DEPENDENCIES_1) \ +@USING_MULTIPLELIBS_FALSE@ $(am__DEPENDENCIES_2) +@USING_MULTIPLELIBS_TRUE@combine_tessdata_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ $(am__DEPENDENCIES_1) \ +@USING_MULTIPLELIBS_TRUE@ $(am__DEPENDENCIES_2) +am_dawg2wordlist_OBJECTS = dawg2wordlist.$(OBJEXT) +dawg2wordlist_OBJECTS = $(am_dawg2wordlist_OBJECTS) +dawg2wordlist_DEPENDENCIES = libtesseract_tessopt.la $(am__append_8) \ + $(am__append_9) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +am_mftraining_OBJECTS = mftraining.$(OBJEXT) mergenf.$(OBJEXT) +mftraining_OBJECTS = $(am_mftraining_OBJECTS) +mftraining_DEPENDENCIES = libtesseract_training.la \ + libtesseract_tessopt.la $(am__append_10) $(am__append_11) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +am_set_unicharset_properties_OBJECTS = \ + set_unicharset_properties.$(OBJEXT) +set_unicharset_properties_OBJECTS = \ + $(am_set_unicharset_properties_OBJECTS) +set_unicharset_properties_DEPENDENCIES = libtesseract_training.la \ + libtesseract_tessopt.la $(am__DEPENDENCIES_1) $(am__append_12) \ + $(am__append_13) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +am_shapeclustering_OBJECTS = shapeclustering.$(OBJEXT) +shapeclustering_OBJECTS = $(am_shapeclustering_OBJECTS) +shapeclustering_DEPENDENCIES = libtesseract_training.la \ + libtesseract_tessopt.la $(am__append_14) $(am__append_15) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +am_text2image_OBJECTS = text2image.$(OBJEXT) +text2image_OBJECTS = $(am_text2image_OBJECTS) +text2image_DEPENDENCIES = libtesseract_training.la \ + libtesseract_tessopt.la $(am__append_16) $(am__append_17) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_2) +am_unicharset_extractor_OBJECTS = unicharset_extractor.$(OBJEXT) +unicharset_extractor_OBJECTS = $(am_unicharset_extractor_OBJECTS) +unicharset_extractor_DEPENDENCIES = libtesseract_tessopt.la \ + $(am__append_18) $(am__append_19) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_2) +am_wordlist2dawg_OBJECTS = wordlist2dawg.$(OBJEXT) +wordlist2dawg_OBJECTS = $(am_wordlist2dawg_OBJECTS) +wordlist2dawg_DEPENDENCIES = libtesseract_tessopt.la $(am__append_20) \ + $(am__append_21) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_tessopt_la_SOURCES) \ + $(libtesseract_training_la_SOURCES) $(ambiguous_words_SOURCES) \ + $(classifier_tester_SOURCES) $(cntraining_SOURCES) \ + $(combine_tessdata_SOURCES) $(dawg2wordlist_SOURCES) \ + $(mftraining_SOURCES) $(set_unicharset_properties_SOURCES) \ + $(shapeclustering_SOURCES) $(text2image_SOURCES) \ + $(unicharset_extractor_SOURCES) $(wordlist2dawg_SOURCES) +DIST_SOURCES = $(libtesseract_tessopt_la_SOURCES) \ + $(am__libtesseract_training_la_SOURCES_DIST) \ + $(ambiguous_words_SOURCES) $(classifier_tester_SOURCES) \ + $(cntraining_SOURCES) $(combine_tessdata_SOURCES) \ + $(dawg2wordlist_SOURCES) $(mftraining_SOURCES) \ + $(set_unicharset_properties_SOURCES) \ + $(shapeclustering_SOURCES) $(text2image_SOURCES) \ + $(unicharset_extractor_SOURCES) $(wordlist2dawg_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__noinst_HEADERS_DIST = boxchar.h commandlineflags.h \ + commontraining.h degradeimage.h fileio.h icuerrorcode.h \ + ligature_table.h normstrngs.h mergenf.h pango_font_info.h \ + stringrenderer.h tessopt.h tlog.h unicharset_training_utils.h \ + util.h ../vs2010/port/strcasestr.h +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -DUSE_STD_NAMESPACE -DPANGO_ENABLE_ENGINE \ + -I$(top_srcdir)/ccmain -I$(top_srcdir)/api \ + -I$(top_srcdir)/ccutil -I$(top_srcdir)/ccstruct \ + -I$(top_srcdir)/viewer -I$(top_srcdir)/textord \ + -I$(top_srcdir)/dict -I$(top_srcdir)/classify \ + -I$(top_srcdir)/display -I$(top_srcdir)/wordrec \ + -I$(top_srcdir)/cutil $(am__append_33) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ $(am__append_1) +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +AUTOMAKE_OPTIONS = subdir-objects +EXTRA_DIST = language-specific.sh tesstrain.sh tesstrain_utils.sh +@T_WIN_FALSE@libicu = -licui18n -licuuc + +# try static build +#AM_LDFLAGS += -all-static +#libic=-lsicuin -licudt -lsicuuc +@T_WIN_TRUE@libicu = -licuin -licuuc +noinst_HEADERS = boxchar.h commandlineflags.h commontraining.h \ + degradeimage.h fileio.h icuerrorcode.h ligature_table.h \ + normstrngs.h mergenf.h pango_font_info.h stringrenderer.h \ + tessopt.h tlog.h unicharset_training_utils.h util.h \ + $(am__append_34) +noinst_LTLIBRARIES = libtesseract_training.la libtesseract_tessopt.la +libtesseract_training_la_LIBADD = \ + ../cutil/libtesseract_cutil.la + +# ../api/libtesseract.la +libtesseract_training_la_SOURCES = boxchar.cpp commandlineflags.cpp \ + commontraining.cpp degradeimage.cpp fileio.cpp \ + ligature_table.cpp normstrngs.cpp pango_font_info.cpp \ + stringrenderer.cpp tlog.cpp unicharset_training_utils.cpp \ + $(am__append_35) +libtesseract_tessopt_la_SOURCES = \ + tessopt.cpp + +ambiguous_words_SOURCES = ambiguous_words.cpp +ambiguous_words_LDADD = libtesseract_training.la \ + libtesseract_tessopt.la $(am__append_2) $(am__append_3) \ + $(am__append_22) $(am__append_36) +classifier_tester_SOURCES = classifier_tester.cpp +#classifier_tester_LDFLAGS = -static +classifier_tester_LDADD = libtesseract_training.la \ + libtesseract_tessopt.la $(am__append_4) $(am__append_5) \ + $(am__append_23) $(am__append_37) +combine_tessdata_SOURCES = combine_tessdata.cpp +@USING_MULTIPLELIBS_FALSE@combine_tessdata_LDADD = \ +@USING_MULTIPLELIBS_FALSE@ ../api/libtesseract.la \ +@USING_MULTIPLELIBS_FALSE@ $(am__append_25) $(am__append_39) +#combine_tessdata_LDFLAGS = -static +@USING_MULTIPLELIBS_TRUE@combine_tessdata_LDADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ $(am__append_25) $(am__append_39) +cntraining_SOURCES = cntraining.cpp +#cntraining_LDFLAGS = -static +cntraining_LDADD = libtesseract_training.la libtesseract_tessopt.la \ + $(am__append_6) $(am__append_7) $(am__append_24) \ + $(am__append_38) +dawg2wordlist_SOURCES = dawg2wordlist.cpp +#dawg2wordlist_LDFLAGS = -static +dawg2wordlist_LDADD = libtesseract_tessopt.la $(am__append_8) \ + $(am__append_9) $(am__append_26) $(am__append_40) +mftraining_SOURCES = mftraining.cpp mergenf.cpp +#mftraining_LDFLAGS = -static +mftraining_LDADD = libtesseract_training.la libtesseract_tessopt.la \ + $(am__append_10) $(am__append_11) $(am__append_27) \ + $(am__append_41) +set_unicharset_properties_SOURCES = set_unicharset_properties.cpp +#set_unicharset_properties_LDFLAGS = $(pkg-config --libs icu-uc) +set_unicharset_properties_LDADD = libtesseract_training.la \ + libtesseract_tessopt.la $(libicu) $(am__append_12) \ + $(am__append_13) $(am__append_28) $(am__append_42) +shapeclustering_SOURCES = shapeclustering.cpp +#shapeclustering_LDFLAGS = -static +shapeclustering_LDADD = libtesseract_training.la \ + libtesseract_tessopt.la $(am__append_14) $(am__append_15) \ + $(am__append_29) $(am__append_43) +text2image_SOURCES = text2image.cpp +#text2image_LDFLAGS = -static +text2image_LDADD = libtesseract_training.la libtesseract_tessopt.la \ + $(am__append_16) $(am__append_17) $(libicu) -lpango-1.0 \ + -lpangocairo-1.0 -lgobject-2.0 -lglib-2.0 -lcairo \ + -lpangoft2-1.0 -lfontconfig $(am__append_31) $(am__append_44) +unicharset_extractor_SOURCES = unicharset_extractor.cpp +#unicharset_extractor_LDFLAGS = -static +unicharset_extractor_LDADD = libtesseract_tessopt.la $(am__append_18) \ + $(am__append_19) $(am__append_30) $(am__append_45) +wordlist2dawg_SOURCES = wordlist2dawg.cpp +#wordlist2dawg_LDFLAGS = -static +wordlist2dawg_LDADD = libtesseract_tessopt.la $(am__append_20) \ + $(am__append_21) $(am__append_32) $(am__append_46) +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu training/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu training/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_tessopt.la: $(libtesseract_tessopt_la_OBJECTS) $(libtesseract_tessopt_la_DEPENDENCIES) $(EXTRA_libtesseract_tessopt_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libtesseract_tessopt_la_OBJECTS) $(libtesseract_tessopt_la_LIBADD) $(LIBS) +../vs2010/port/$(am__dirstamp): + @$(MKDIR_P) ../vs2010/port + @: > ../vs2010/port/$(am__dirstamp) +../vs2010/port/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) ../vs2010/port/$(DEPDIR) + @: > ../vs2010/port/$(DEPDIR)/$(am__dirstamp) +../vs2010/port/strcasestr.lo: ../vs2010/port/$(am__dirstamp) \ + ../vs2010/port/$(DEPDIR)/$(am__dirstamp) + +libtesseract_training.la: $(libtesseract_training_la_OBJECTS) $(libtesseract_training_la_DEPENDENCIES) $(EXTRA_libtesseract_training_la_DEPENDENCIES) + $(AM_V_CXXLD)$(CXXLINK) $(libtesseract_training_la_OBJECTS) $(libtesseract_training_la_LIBADD) $(LIBS) +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + +ambiguous_words$(EXEEXT): $(ambiguous_words_OBJECTS) $(ambiguous_words_DEPENDENCIES) $(EXTRA_ambiguous_words_DEPENDENCIES) + @rm -f ambiguous_words$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(ambiguous_words_OBJECTS) $(ambiguous_words_LDADD) $(LIBS) + +classifier_tester$(EXEEXT): $(classifier_tester_OBJECTS) $(classifier_tester_DEPENDENCIES) $(EXTRA_classifier_tester_DEPENDENCIES) + @rm -f classifier_tester$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(classifier_tester_OBJECTS) $(classifier_tester_LDADD) $(LIBS) + +cntraining$(EXEEXT): $(cntraining_OBJECTS) $(cntraining_DEPENDENCIES) $(EXTRA_cntraining_DEPENDENCIES) + @rm -f cntraining$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(cntraining_OBJECTS) $(cntraining_LDADD) $(LIBS) + +combine_tessdata$(EXEEXT): $(combine_tessdata_OBJECTS) $(combine_tessdata_DEPENDENCIES) $(EXTRA_combine_tessdata_DEPENDENCIES) + @rm -f combine_tessdata$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(combine_tessdata_OBJECTS) $(combine_tessdata_LDADD) $(LIBS) + +dawg2wordlist$(EXEEXT): $(dawg2wordlist_OBJECTS) $(dawg2wordlist_DEPENDENCIES) $(EXTRA_dawg2wordlist_DEPENDENCIES) + @rm -f dawg2wordlist$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(dawg2wordlist_OBJECTS) $(dawg2wordlist_LDADD) $(LIBS) + +mftraining$(EXEEXT): $(mftraining_OBJECTS) $(mftraining_DEPENDENCIES) $(EXTRA_mftraining_DEPENDENCIES) + @rm -f mftraining$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(mftraining_OBJECTS) $(mftraining_LDADD) $(LIBS) + +set_unicharset_properties$(EXEEXT): $(set_unicharset_properties_OBJECTS) $(set_unicharset_properties_DEPENDENCIES) $(EXTRA_set_unicharset_properties_DEPENDENCIES) + @rm -f set_unicharset_properties$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(set_unicharset_properties_OBJECTS) $(set_unicharset_properties_LDADD) $(LIBS) + +shapeclustering$(EXEEXT): $(shapeclustering_OBJECTS) $(shapeclustering_DEPENDENCIES) $(EXTRA_shapeclustering_DEPENDENCIES) + @rm -f shapeclustering$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(shapeclustering_OBJECTS) $(shapeclustering_LDADD) $(LIBS) + +text2image$(EXEEXT): $(text2image_OBJECTS) $(text2image_DEPENDENCIES) $(EXTRA_text2image_DEPENDENCIES) + @rm -f text2image$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(text2image_OBJECTS) $(text2image_LDADD) $(LIBS) + +unicharset_extractor$(EXEEXT): $(unicharset_extractor_OBJECTS) $(unicharset_extractor_DEPENDENCIES) $(EXTRA_unicharset_extractor_DEPENDENCIES) + @rm -f unicharset_extractor$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(unicharset_extractor_OBJECTS) $(unicharset_extractor_LDADD) $(LIBS) + +wordlist2dawg$(EXEEXT): $(wordlist2dawg_OBJECTS) $(wordlist2dawg_DEPENDENCIES) $(EXTRA_wordlist2dawg_DEPENDENCIES) + @rm -f wordlist2dawg$(EXEEXT) + $(AM_V_CXXLD)$(CXXLINK) $(wordlist2dawg_OBJECTS) $(wordlist2dawg_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f ../vs2010/port/*.$(OBJEXT) + -rm -f ../vs2010/port/*.lo + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@../vs2010/port/$(DEPDIR)/strcasestr.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ambiguous_words.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boxchar.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/classifier_tester.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cntraining.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combine_tessdata.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commandlineflags.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commontraining.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dawg2wordlist.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/degradeimage.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ligature_table.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mergenf.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mftraining.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normstrngs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pango_font_info.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_unicharset_properties.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapeclustering.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringrenderer.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessopt.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text2image.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tlog.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicharset_extractor.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicharset_training_utils.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wordlist2dawg.Po@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf ../vs2010/port/.libs ../vs2010/port/_libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(bindir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f ../vs2010/port/$(DEPDIR)/$(am__dirstamp) + -rm -f ../vs2010/port/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic clean-libtool \ + clean-noinstLTLIBRARIES mostlyclean-am + +distclean: distclean-am + -rm -rf ../vs2010/port/$(DEPDIR) ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ../vs2010/port/$(DEPDIR) ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic clean-libtool \ + clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-binPROGRAMS install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am uninstall-binPROGRAMS + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/training/fileio.cpp b/training/fileio.cpp index d690572e9..60414cabb 100644 --- a/training/fileio.cpp +++ b/training/fileio.cpp @@ -152,11 +152,11 @@ InputBuffer::~InputBuffer() { } } -bool InputBuffer::Read(string *out) { - char buf[BUFSIZ+1]; +bool InputBuffer::Read(string* out) { + char buf[BUFSIZ + 1]; int l; - while((l = fread(buf, 1, BUFSIZ, stream_)) > 0) { - if(ferror(stream_)) { + while ((l = fread(buf, 1, BUFSIZ, stream_)) > 0) { + if (ferror(stream_)) { clearerr(stream_); return false; } diff --git a/training/fileio.h b/training/fileio.h index a8ed917a0..b39b4e743 100644 --- a/training/fileio.h +++ b/training/fileio.h @@ -63,11 +63,6 @@ class InputBuffer { ~InputBuffer(); - // Read data until end-of-file or a \n is read. - // The data is stored in '*out', excluding the \n if present. - // Return false if an error occurs or at end-of-file, true otherwise. - bool ReadLine(string* out); - // Read data until end-of-file. // The data is stored in '*out'. // Return false if an error occurs, true otherwise. diff --git a/training/language-specific.sh b/training/language-specific.sh old mode 100644 new mode 100755 index 6514d23de..bc64f67c8 --- a/training/language-specific.sh +++ b/training/language-specific.sh @@ -247,34 +247,11 @@ THAI_FONTS=( \ KOREAN_FONTS=( \ "Arial Unicode MS" \ "Arial Unicode MS Bold" \ - "Ascender Uni" \ "Baekmuk Batang Patched" \ "Baekmuk Batang" \ "Baekmuk Dotum" \ "Baekmuk Gulim" \ "Baekmuk Headline" \ - "Bandal Medium" \ - "Bangwool Medium" \ - "Dotum" \ - "Eunjin Medium" \ - "EunjinNakseo Medium" \ - "FBHanGothicDB" \ - "Guseul Medium" \ - "JejuGothic" \ - "JejuHallasan" \ - "JejuMyeongjo" \ - "KoPub Batang Bold" \ - "KoPub Batang Light" \ - "KoPub Batang" \ - "Nanum Brush Script" \ - "NanumGothic Bold" \ - "NanumGothic Ultra-Bold" \ - "NanumGothic" \ - "NanumMyeongjo Bold" \ - "NanumMyeongjo Semi-Bold" \ - "NanumMyeongjo" \ - "Nanum Pen" \ - "WenQuanYi Zen Hei Medium" \ ) CHI_SIM_FONTS=( \ @@ -282,70 +259,16 @@ CHI_SIM_FONTS=( \ "AR PL UMing Patched Light" \ "Arial Unicode MS" \ "Arial Unicode MS Bold" \ - "CFangSongPRC" \ - "CGuLi PRC" \ - "CGuYin PRC" \ - "CHei2 PRC" \ - "CHei3 PRC" \ - "CNganKai PRC" \ - "CPo3 PRC" \ - "CPo PRC" \ - "CSong3 PRC" \ - "CWeiBei PRC" \ - "CXLi PRC" \ - "CXYao PRC" \ - "CXing PRC" \ - "CYuen2 PRC" \ - "MComic PRC" \ - "MCute PRC" \ - "MElle PRC" \ - "MGentle PRC" \ - "MJNgai PRC" \ - "MKai PRC" \ - "MMarker PRC" \ - "MRocky PRC" \ - "MSung PRC" \ - "MWindy PRC" \ - "MYoung PRC" \ - "MYuen PRC" \ - "MYuppy PRC" \ "WenQuanYi Zen Hei Medium" \ ) -# The PRC fonts don't cover all the character set for chi_tra, but they -# provide a broader view of the fonts for the characters they do cover. CHI_TRA_FONTS=( \ + "AR PL UKai TW" \ + "AR PL UMing TW MBE Light" \ "AR PL UKai Patched" \ "AR PL UMing Patched Light" \ "Arial Unicode MS" \ "Arial Unicode MS Bold" \ - "CFangSongPRC" \ - "CGuLi PRC" \ - "CGuYin PRC" \ - "CHei2 PRC" \ - "CHei3 PRC" \ - "CNganKai PRC" \ - "CPo3 PRC" \ - "CPo PRC" \ - "CSong3 PRC" \ - "CWeiBei PRC" \ - "CXLi PRC" \ - "CXYao PRC" \ - "CXing PRC" \ - "CYuen2 PRC" \ - "MComic PRC" \ - "MCute PRC" \ - "MElle PRC" \ - "MGentle PRC" \ - "MJNgai PRC" \ - "MKai PRC" \ - "MMarker PRC" \ - "MRocky PRC" \ - "MSung PRC" \ - "MWindy PRC" \ - "MYoung PRC" \ - "MYuen PRC" \ - "MYuppy PRC" \ "WenQuanYi Zen Hei Medium" \ ) @@ -358,23 +281,8 @@ JPN_FONTS=( \ "TakaoPMincho" \ "VL Gothic" \ "VL PGothic" \ - "Noto Sans Japanese Black" \ "Noto Sans Japanese Bold" \ "Noto Sans Japanese Light" \ - "Noto Sans Japanese Medium" \ - "Noto Sans Japanese" \ - "Noto Sans Japanese Thin" \ - "IPAGothic" \ - "IPAPGothic" \ - "IPAUIGothic" \ - "IPAMincho" \ - "IPAPMincho" \ - "Kochi Gothic" \ - "Kochi Mincho" \ - "Monapo" \ - "UmePlus Gothic" \ - "UmePlus P Gothic" \ - "WenQuanYi Zen Hei Medium" \ ) RUSSIAN_FONTS=( \ @@ -889,7 +797,15 @@ set_lang_specific_parameters() { FONTS=( "${LATIN_FONTS[@]}" ) FILTER_ARGUMENTS="" WORDLIST2DAWG_ARGUMENTS="" - WORD_DAWG_SIZE=100000 + # These dawg factors represent the fraction of the corpus not covered by the + # dawg, and seem like reasonable defaults, but the optimal value is likely + # to be highly corpus-dependent, as well as somewhat language-dependent. + # Number dawg factor is the fraction of all numeric strings that are not + # covered, which is why it is higher relative to the others. + PUNC_DAWG_FACTOR= + NUMBER_DAWG_FACTOR=0.125 + WORD_DAWG_FACTOR=0.05 + BIGRAM_DAWG_FACTOR=0.015 TRAINING_DATA_ARGUMENTS="" FRAGMENTS_DISABLED="y" RUN_SHAPE_CLUSTERING=0 @@ -935,17 +851,17 @@ set_lang_specific_parameters() { bos ) ;; cat ) ;; ceb ) ;; - ces ) ;; + ces ) PUNC_DAWG_FACTOR=0.004 ;; cym ) ;; dan ) ;; - deu ) ;; - eng ) ;; + deu ) WORD_DAWG_FACTOR=0.125 ;; + eng ) WORD_DAWG_FACTOR=0.03 ;; epo ) ;; est ) ;; eus ) ;; fil ) ;; fin ) ;; - fra ) ;; + fra ) WORD_DAWG_FACTOR=0.08 ;; gle ) ;; glg ) ;; hat ) ;; @@ -959,7 +875,7 @@ set_lang_specific_parameters() { lit ) ;; mlt ) ;; msa ) ;; - nld ) ;; + nld ) WORD_DAWG_FACTOR=0.02 ;; nor ) ;; por ) ;; ron ) ;; @@ -987,6 +903,7 @@ set_lang_specific_parameters() { # Cyrillic script-based languages. rus ) FONTS=( "${RUSSIAN_FONTS[@]}" ) + NUMBER_DAWG_FACTOR=0.05 WORD_DAWG_SIZE=1000000 ;; aze_cyrl | bel | bul | kaz | mkd | srp | tgk | ukr | uzb_cyrl ) FONTS=( "${RUSSIAN_FONTS[@]}" ) ;; @@ -998,7 +915,6 @@ set_lang_specific_parameters() { TEXT_CORPUS=${FLAGS_webtext_prefix}/cyr_lid.corpus.txt TRAINING_DATA_ARGUMENTS+=" --infrequent_ratio=10000" GENERATE_WORD_BIGRAMS=0 - FRAGMENTS_DISABLED="y" WORD_DAWG_SIZE=1000000 FONTS=( "${RUSSIAN_FONTS[@]}" );; @@ -1006,48 +922,66 @@ set_lang_specific_parameters() { # down the MEAN_COUNT so as not to get a huge amount of text. asm | ben ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.15 FONTS=( "${BENGALI_FONTS[@]}" ) ;; bih | hin | mar | nep | san ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.15 FONTS=( "${DEVANAGARI_FONTS[@]}" ) ;; bod ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.15 + FONTS=( "${TIBETAN_FONTS[@]}" ) ;; + dzo ) + WORD_DAWG_FACTOR=0.01 FONTS=( "${TIBETAN_FONTS[@]}" ) ;; - dzo ) FONTS=( "${TIBETAN_FONTS[@]}" ) ;; guj ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.15 FONTS=( "${GUJARATI_FONTS[@]}" ) ;; kan ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.15 TRAINING_DATA_ARGUMENTS+=" --no_newline_in_output" TEXT2IMAGE_EXTRA_ARGS=" --char_spacing=0.5" FONTS=( "${KANNADA_FONTS[@]}" ) ;; mal ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.15 TRAINING_DATA_ARGUMENTS+=" --no_newline_in_output" TEXT2IMAGE_EXTRA_ARGS=" --char_spacing=0.5" FONTS=( "${MALAYALAM_FONTS[@]}" ) ;; - ori ) FONTS=( "${ORIYA_FONTS[@]}" ) ;; + ori ) + WORD_DAWG_FACTOR=0.01 + FONTS=( "${ORIYA_FONTS[@]}" ) ;; pan ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.01 FONTS=( "${PUNJABI_FONTS[@]}" ) ;; sin ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.01 FONTS=( "${SINHALA_FONTS[@]}" ) ;; tam ) MEAN_COUNT="30" + WORD_DAWG_FACTOR=0.15 TRAINING_DATA_ARGUMENTS+=" --no_newline_in_output" TEXT2IMAGE_EXTRA_ARGS=" --char_spacing=0.5" FONTS=( "${TAMIL_FONTS[@]}" ) ;; tel ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.15 TRAINING_DATA_ARGUMENTS+=" --no_newline_in_output" TEXT2IMAGE_EXTRA_ARGS=" --char_spacing=0.5" FONTS=( "${TELUGU_FONTS[@]}" ) ;; # SouthEast Asian scripts. khm ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.15 TRAINING_DATA_ARGUMENTS+=" --infrequent_ratio=10000" FONTS=( "${KHMER_FONTS[@]}" ) ;; lao ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.15 TRAINING_DATA_ARGUMENTS+=" --infrequent_ratio=10000" FONTS=( "${LAOTHIAN_FONTS[@]}" ) ;; mya ) MEAN_COUNT="12" + WORD_DAWG_FACTOR=0.15 TRAINING_DATA_ARGUMENTS+=" --infrequent_ratio=10000" FONTS=( "${BURMESE_FONTS[@]}" ) ;; tha ) MEAN_COUNT="30" + WORD_DAWG_FACTOR=0.01 TRAINING_DATA_ARGUMENTS+=" --infrequent_ratio=10000" FILTER_ARGUMENTS="--segmenter_lang=tha" TRAINING_DATA_ARGUMENTS+=" --no_space_in_output --desired_bigrams=" @@ -1058,36 +992,35 @@ set_lang_specific_parameters() { # CJK chi_sim ) MEAN_COUNT="15" + PUNC_DAWG_FACTOR=0.015 + WORD_DAWG_FACTOR=0.015 GENERATE_WORD_BIGRAMS=0 TRAINING_DATA_ARGUMENTS+=" --infrequent_ratio=10000" TRAINING_DATA_ARGUMENTS+=" --no_space_in_output --desired_bigrams=" FILTER_ARGUMENTS="--charset_filter=chi_sim --segmenter_lang=chi_sim" - FRAGMENTS_DISABLED="y" - GENERATE_DAWGS=0 FONTS=( "${CHI_SIM_FONTS[@]}" ) ;; chi_tra ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.015 GENERATE_WORD_BIGRAMS=0 TRAINING_DATA_ARGUMENTS+=" --infrequent_ratio=10000" TRAINING_DATA_ARGUMENTS+=" --no_space_in_output --desired_bigrams=" FILTER_ARGUMENTS="--charset_filter=chi_tra --segmenter_lang=chi_tra" - FRAGMENTS_DISABLED="y" - GENERATE_DAWGS=0 FONTS=( "${CHI_TRA_FONTS[@]}" ) ;; jpn ) MEAN_COUNT="15" + WORD_DAWG_FACTOR=0.015 GENERATE_WORD_BIGRAMS=0 TRAINING_DATA_ARGUMENTS+=" --infrequent_ratio=10000" TRAINING_DATA_ARGUMENTS+=" --no_space_in_output --desired_bigrams=" FILTER_ARGUMENTS="--charset_filter=jpn --segmenter_lang=jpn" - FRAGMENTS_DISABLED="y" - GENERATE_DAWGS=0 FONTS=( "${JPN_FONTS[@]}" ) ;; kor ) MEAN_COUNT="20" + WORD_DAWG_FACTOR=0.015 + NUMBER_DAWG_FACTOR=0.05 TRAINING_DATA_ARGUMENTS+=" --infrequent_ratio=10000" TRAINING_DATA_ARGUMENTS+=" --desired_bigrams=" GENERATE_WORD_BIGRAMS=0 FILTER_ARGUMENTS="--charset_filter=kor --segmenter_lang=kor" - FRAGMENTS_DISABLED="y" FONTS=( "${KOREAN_FONTS[@]}" ) ;; # Middle-Eastern scripts. @@ -1096,6 +1029,8 @@ set_lang_specific_parameters() { fas | pus | snd | uig | urd ) FONTS=( "${PERSIAN_FONTS[@]}" ) ;; heb | yid ) + NUMBER_DAWG_FACTOR=0.05 + WORD_DAWG_FACTOR=0.08 FONTS=( "${HEBREW_FONTS[@]}" ) ;; syr ) FONTS=( "${SYRIAC_FONTS[@]}" ) ;; @@ -1106,6 +1041,8 @@ set_lang_specific_parameters() { "Noto Sans Cherokee" \ ) ;; ell | grc ) + NUMBER_DAWG_FACTOR=0.05 + WORD_DAWG_FACTOR=0.08 FONTS=( "${GREEK_FONTS[@]}" ) ;; hye ) FONTS=( "${ARMENIAN_FONTS[@]}" ) ;; iku ) FONTS=( "${NORTH_AMERICAN_ABORIGINAL_FONTS[@]}" ) ;; diff --git a/training/stringrenderer.cpp b/training/stringrenderer.cpp index 43c3d7efa..a4f1994b4 100644 --- a/training/stringrenderer.cpp +++ b/training/stringrenderer.cpp @@ -140,6 +140,14 @@ void StringRenderer::set_resolution(const int resolution) { font_.set_resolution(resolution); } +void StringRenderer::set_underline_start_prob(const double frac) { + underline_start_prob_ = min(max(frac, 0.0), 1.0); +} + +void StringRenderer::set_underline_continuation_prob(const double frac) { + underline_continuation_prob_ = min(max(frac, 0.0), 1.0); +} + StringRenderer::~StringRenderer() { ClearBoxes(); FreePangoCairo(); diff --git a/training/stringrenderer.h b/training/stringrenderer.h index d96e572e1..1b64b3b47 100644 --- a/training/stringrenderer.h +++ b/training/stringrenderer.h @@ -83,14 +83,10 @@ class StringRenderer { // Sets the probability (value in [0, 1]) of starting to render a word with an // underline. This implementation consider words to be space-delimited // sequences of characters. - void set_underline_start_prob(const double frac) { - underline_start_prob_ = std::min(std::max(frac, 0.0), 1.0); - } + void set_underline_start_prob(const double frac); // Set the probability (value in [0, 1]) of continuing a started underline to // the next word. - void set_underline_continuation_prob(const double frac) { - underline_continuation_prob_ = std::min(std::max(frac, 0.0), 1.0); - } + void set_underline_continuation_prob(const double frac); void set_underline_style(const PangoUnderline style) { underline_style_ = style; } diff --git a/training/tesstrain.sh b/training/tesstrain.sh index fbb4e48e0..ecf207208 100755 --- a/training/tesstrain.sh +++ b/training/tesstrain.sh @@ -12,7 +12,7 @@ # # This script provides an easy way to execute various phases of training # Tesseract. For a detailed description of the phases, see -# https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +# https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract # # USAGE: # diff --git a/training/tesstrain_utils.sh b/training/tesstrain_utils.sh index faf175db4..a3ad7f514 100755 --- a/training/tesstrain_utils.sh +++ b/training/tesstrain_utils.sh @@ -12,7 +12,7 @@ # # This script defines functions that are used by tesstrain.sh # For a detailed description of the phases, see -# https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 +# https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract # # USAGE: source tesstrain_utils.sh @@ -23,7 +23,7 @@ FONTS=( if [ "$(uname)" == "Darwin" ];then FONTS_DIR="/Library/Fonts/" else - FONTS_DIR="/usr/share/fonts/truetype/" + FONTS_DIR="/usr/share/fonts/" fi OUTPUT_DIR="/tmp/tesstrain/tessdata" OVERWRITE=0 @@ -69,33 +69,6 @@ check_file_readable() { done } -# Write a file (with name specified in $2) with records that account for -# n% (specified in $3) of the total weights of records in the input file -# (input file name specified in $1). The input file should have one record -# per line along with its weight separated by \t. The records should be -# sorted in non-ascending order of frequency. -# If $4 is true the first record is skipped. -# USAGE: discard_tail INPUT_FILE OUTPUT_FILE PERCENTAGE -discard_tail() { - local infile=$1 - local outfile=$2 - local pct=$3 - local skip_first=$4 - - local more_arg="1"; - if [[ ${skip_first} ]]; then - more_arg="2" - fi - local sum=$(tail -n +${more_arg} ${infile} \ - | awk 'BEGIN {FS = "\t"} {if ($1 != " ") {s=s+$2}}; END {print s}') - if [[ ${sum} == "" ]]; then sum=0 - fi - local limit=$((${sum}*${pct}/100)) - tail -n +${more_arg} ${infile} | awk 'BEGIN {FS = "\t"} - {if (s > 0) {print $1; if ($1 != " ") {s=s-$2;}}}' s=${limit} \ - >> ${outfile} -} - # Set global path variables that are based on parsed flags. set_prog_paths() { if [[ -z ${BINDIR} ]]; then @@ -206,14 +179,14 @@ parse_flags() { LOG_FILE=${TRAINING_DIR}/tesstrain.log # Take training text and wordlist from the langdata directory if not - # specified in the commend-line. + # specified in the command-line. if [[ -z ${TRAINING_TEXT} ]]; then TRAINING_TEXT=${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.training_text fi if [[ -z ${WORDLIST_FILE} ]]; then - WORDLIST_FILE=${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.wordlist.clean + WORDLIST_FILE=${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.wordlist fi - WORD_BIGRAMS_FILE=${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.word.bigrams.clean + WORD_BIGRAMS_FILE=${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.word.bigrams NUMBERS_FILE=${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.numbers PUNC_FILE=${LANGDATA_ROOT}/${LANG_CODE}/${LANG_CODE}.punc BIGRAM_FREQS_FILE=${TRAINING_TEXT}.bigram_freqs @@ -351,7 +324,7 @@ phase_D_generate_dawg() { # Word DAWG local freq_wordlist_file=${TRAINING_DIR}/${LANG_CODE}.wordlist.clean.freq - if [[ -r ${WORDLIST_FILE} ]]; then + if [[ -s ${WORDLIST_FILE} ]]; then tlog "Generating word Dawg" check_file_readable ${UNICHARSET_FILE} run_command ${WORDLIST2DAWG_EXE} -r 1 ${WORDLIST_FILE} ${WORD_DAWG} \ @@ -363,23 +336,15 @@ phase_D_generate_dawg() { fi # Freq-word DAWG - if [[ -r ${freq_wordlist_file} ]]; then + if [[ -s ${freq_wordlist_file} ]]; then check_file_readable ${UNICHARSET_FILE} tlog "Generating frequent-word Dawg" - run_command ${WORDLIST2DAWG_EXE} -r 1 ${freq_wordlist_file} ${FREQ_DAWG} \ - ${UNICHARSET_FILE} + run_command ${WORDLIST2DAWG_EXE} -r 1 ${freq_wordlist_file} \ + ${FREQ_DAWG} ${UNICHARSET_FILE} check_file_readable ${FREQ_DAWG} fi # Punctuation DAWG - local punc_clean="${LANGDATA_ROOT}/common.punc" - if [[ -r ${PUNC_FILE} ]]; then - local top_punc_file=${TRAINING_DIR}/${LANG_CODE}.punc.top - head -n 1 ${PUNC_FILE} | awk 'BEGIN {FS = "\t"} {print $1}' \ - > ${top_punc_file} - discard_tail ${PUNC_FILE} ${top_punc_file} 99 1 - punc_clean="${top_punc_file}" - fi # -r arguments to WORDLIST2DAWG_EXE denote RTL reverse policy # (see Trie::RTLReversePolicy enum in third_party/tesseract/dict/trie.h). # We specify 0/RRP_DO_NO_REVERSE when generating number DAWG, @@ -391,25 +356,23 @@ phase_D_generate_dawg() { punc_reverse_policy=2 ;; * ) ;; esac - if [[ -r ${punc_clean} ]]; then - run_command ${WORDLIST2DAWG_EXE} -r ${punc_reverse_policy} \ - ${punc_clean} ${PUNC_DAWG} ${UNICHARSET_FILE} - check_file_readable ${PUNC_DAWG} + if [[ ! -s ${PUNC_FILE} ]]; then + PUNC_FILE="${LANGDATA_ROOT}/common.punc" fi + check_file_readable ${PUNC_FILE} + run_command ${WORDLIST2DAWG_EXE} -r ${punc_reverse_policy} \ + ${PUNC_FILE} ${PUNC_DAWG} ${UNICHARSET_FILE} + check_file_readable ${PUNC_DAWG} # Numbers DAWG - if [[ -r ${NUMBERS_FILE} ]]; then - local top_num_file=${TRAINING_DIR}/${LANG_CODE}.numbers.top - head -n 1 ${NUMBERS_FILE} | awk 'BEGIN {FS = "\t"} {print $1}' \ - > ${top_num_file} - discard_tail ${NUMBERS_FILE} ${top_num_file} 85 1 + if [[ -s ${NUMBERS_FILE} ]]; then run_command ${WORDLIST2DAWG_EXE} -r 0 \ - ${top_num_file} ${NUMBER_DAWG} ${UNICHARSET_FILE} + ${NUMBERS_FILE} ${NUMBER_DAWG} ${UNICHARSET_FILE} check_file_readable ${NUMBER_DAWG} fi # Bigram dawg - if [[ -r ${WORD_BIGRAMS_FILE} ]]; then + if [[ -s ${WORD_BIGRAMS_FILE} ]]; then run_command ${WORDLIST2DAWG_EXE} -r 1 \ ${WORD_BIGRAMS_FILE} ${BIGRAM_DAWG} ${UNICHARSET_FILE} check_file_readable ${BIGRAM_DAWG} diff --git a/training/text2image.cpp b/training/text2image.cpp index 965906743..040ded681 100644 --- a/training/text2image.cpp +++ b/training/text2image.cpp @@ -250,7 +250,6 @@ void ExtractFontProperties(const string &utf8_text, // API. // Safeguard against these cases here by just skipping the bigram. if (IsWhitespaceBox(boxes[b+1])) { - tprintf("WARNING: Found unexpected ligature: %s\n", ch0.c_str()); continue; } int xgap = (boxes[b+1]->box()->x - @@ -430,9 +429,14 @@ int main(int argc, char** argv) { ASSERT_HOST_MSG(FLAGS_render_ngrams || FLAGS_unicharset_file.empty(), "Use --unicharset_file only if --render_ngrams is set.\n"); - ASSERT_HOST_MSG(FLAGS_find_fonts || - FontUtils::IsAvailableFont(FLAGS_font.c_str()), - "Could not find font named %s\n", FLAGS_font.c_str()); + if (!FLAGS_find_fonts && !FontUtils::IsAvailableFont(FLAGS_font.c_str())) { + string pango_name; + if (!FontUtils::IsAvailableFont(FLAGS_font.c_str(), &pango_name)) { + tprintf("Could not find font named %s. Pango suggested font %s\n", + FLAGS_font.c_str(), pango_name.c_str()); + TLOG_FATAL("Please correct --font arg."); + } + } if (FLAGS_render_ngrams) FLAGS_output_word_boxes = true; diff --git a/viewer/Makefile.in b/viewer/Makefile.in new file mode 100644 index 000000000..e733aff95 --- /dev/null +++ b/viewer/Makefile.in @@ -0,0 +1,679 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@VISIBILITY_TRUE@am__append_1 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = viewer +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +libtesseract_viewer_la_LIBADD = +am_libtesseract_viewer_la_OBJECTS = scrollview.lo svmnode.lo svutil.lo \ + svpaint.lo +libtesseract_viewer_la_OBJECTS = $(am_libtesseract_viewer_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_viewer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_viewer_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_viewer_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_viewer_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_viewer_la_SOURCES) +DIST_SOURCES = $(libtesseract_viewer_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/ccutil $(am__append_1) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_HEADERS = \ + scrollview.h svmnode.h svutil.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_viewer.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_viewer.la +@USING_MULTIPLELIBS_TRUE@libtesseract_viewer_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +libtesseract_viewer_la_SOURCES = \ + scrollview.cpp svmnode.cpp svutil.cpp svpaint.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu viewer/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu viewer/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_viewer.la: $(libtesseract_viewer_la_OBJECTS) $(libtesseract_viewer_la_DEPENDENCIES) $(EXTRA_libtesseract_viewer_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_viewer_la_LINK) $(am_libtesseract_viewer_la_rpath) $(libtesseract_viewer_la_OBJECTS) $(libtesseract_viewer_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrollview.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svmnode.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svpaint.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svutil.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/vs2008/ambiguous_words/ambiguous_words.rc b/vs2008/ambiguous_words/ambiguous_words.rc deleted file mode 100644 index 0ee21130d..000000000 --- a/vs2008/ambiguous_words/ambiguous_words.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Generate sets of words Tesseract is likely to find ambiguous" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "ambiguous_words" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "ambiguous_words.exe" - VALUE "ProductName", "Tesseract-OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/ambiguous_words/ambiguous_words.vcproj b/vs2008/ambiguous_words/ambiguous_words.vcproj deleted file mode 100644 index 5e713969d..000000000 --- a/vs2008/ambiguous_words/ambiguous_words.vcproj +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/ambiguous_words/resource.h b/vs2008/ambiguous_words/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/ambiguous_words/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/classifier_tester/classifier_tester.rc b/vs2008/classifier_tester/classifier_tester.rc deleted file mode 100644 index e827b9c63..000000000 --- a/vs2008/classifier_tester/classifier_tester.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Tests a Tesseract character classifier on data formatted for training" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "classifier_tester" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "classifier_tester.exe" - VALUE "ProductName", "Tesseract OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/classifier_tester/classifier_tester.vcproj b/vs2008/classifier_tester/classifier_tester.vcproj deleted file mode 100644 index 70490068d..000000000 --- a/vs2008/classifier_tester/classifier_tester.vcproj +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/classifier_tester/resource.h b/vs2008/classifier_tester/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/classifier_tester/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/cntraining/cntraining.rc b/vs2008/cntraining/cntraining.rc deleted file mode 100644 index 08305a74f..000000000 --- a/vs2008/cntraining/cntraining.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Character normalization training for Tesseract" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "cntraining" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "cntraining.exe" - VALUE "ProductName", "Tesseract OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/cntraining/cntraining.vcproj b/vs2008/cntraining/cntraining.vcproj deleted file mode 100644 index b2c108659..000000000 --- a/vs2008/cntraining/cntraining.vcproj +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/cntraining/resource.h b/vs2008/cntraining/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/cntraining/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/combine_tessdata/combine_tessdata.rc b/vs2008/combine_tessdata/combine_tessdata.rc deleted file mode 100644 index c7721db6d..000000000 --- a/vs2008/combine_tessdata/combine_tessdata.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Combine/extract/overwrite Tesseract data" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "combine_tessdata" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "combine_tessdata.exe" - VALUE "ProductName", "Tesseract OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/combine_tessdata/combine_tessdata.vcproj b/vs2008/combine_tessdata/combine_tessdata.vcproj deleted file mode 100644 index 7733ae436..000000000 --- a/vs2008/combine_tessdata/combine_tessdata.vcproj +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/combine_tessdata/resource.h b/vs2008/combine_tessdata/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/combine_tessdata/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/dawg2wordlist/dawg2wordlist.rc b/vs2008/dawg2wordlist/dawg2wordlist.rc deleted file mode 100644 index 602756c3e..000000000 --- a/vs2008/dawg2wordlist/dawg2wordlist.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Converts a Tesseract DAWG to a wordlist" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "dawg2wordlist" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "dawg2wordlist.exe" - VALUE "ProductName", "Tesseract OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/dawg2wordlist/dawg2wordlist.vcproj b/vs2008/dawg2wordlist/dawg2wordlist.vcproj deleted file mode 100644 index 9ee0d6fc3..000000000 --- a/vs2008/dawg2wordlist/dawg2wordlist.vcproj +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/dawg2wordlist/resource.h b/vs2008/dawg2wordlist/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/dawg2wordlist/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/doc/_images/dependency_walker.png b/vs2008/doc/_images/dependency_walker.png deleted file mode 100644 index a94b6595f..000000000 Binary files a/vs2008/doc/_images/dependency_walker.png and /dev/null differ diff --git a/vs2008/doc/_images/dll_properties_details_tab.png b/vs2008/doc/_images/dll_properties_details_tab.png deleted file mode 100644 index bc838a9f7..000000000 Binary files a/vs2008/doc/_images/dll_properties_details_tab.png and /dev/null differ diff --git a/vs2008/doc/_images/find_in_files.png b/vs2008/doc/_images/find_in_files.png deleted file mode 100644 index 6559d088c..000000000 Binary files a/vs2008/doc/_images/find_in_files.png and /dev/null differ diff --git a/vs2008/doc/_images/kdif3_settings.png b/vs2008/doc/_images/kdif3_settings.png deleted file mode 100644 index 83cfa10d5..000000000 Binary files a/vs2008/doc/_images/kdif3_settings.png and /dev/null differ diff --git a/vs2008/doc/_images/sample_diff.png b/vs2008/doc/_images/sample_diff.png deleted file mode 100644 index c38744a04..000000000 Binary files a/vs2008/doc/_images/sample_diff.png and /dev/null differ diff --git a/vs2008/doc/_images/tortoisesvn_checkout.png b/vs2008/doc/_images/tortoisesvn_checkout.png deleted file mode 100644 index 53a27361d..000000000 Binary files a/vs2008/doc/_images/tortoisesvn_checkout.png and /dev/null differ diff --git a/vs2008/doc/_sources/building.txt b/vs2008/doc/_sources/building.txt deleted file mode 100644 index f2445d14e..000000000 --- a/vs2008/doc/_sources/building.txt +++ /dev/null @@ -1,240 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -========================= - Building |Tesseractocr| -========================= - -The Visual Studio 2008 Solution for |Tesseractocr| builds: - -+ `libtesseract` - -+ `tesseract.exe` - -+ 9 training applications (for v3.02) - -Unlike earlier Solutions only a single `libtesseract` library is -generated --- the twelve projects matching the twelve source subfolders -have been abandoned. They were deemed too complicated since they were -never (rarely?) used by themselves, but only along with the entire -library. - -In addition, `libtesseract` and `tesseract.exe` can be built using four -configurations: :guilabel:`LIB_Release`, :guilabel:`LIB_Debug`, -:guilabel:`DLL_Release`, and :guilabel:`DLL_Debug`. - -Two Visual Studio Property Sheets, `leptonica_versionnumbers.vsprops` -and `tesseract_versionnumbers.vsprops`, are employed to isolate the -Solution from changes in dependency version numbers (and isolate -dependent Solutions). See :ref:`APITest's ` :ref:`LIB_Release -` Linker :guilabel:`Additional Dependencies` -settings for an example of what this looks like in practice. See -|Leptonica|\ ’s explanation `About version numbers in library filenames -`_ -for the rationale behind using Property Sheets. - - -Building `libtesseract` and `tesseract.exe` -=========================================== - -1. Open `C:\\BuildFolder\\tesseract-3.0x\\vs2008\\tesseract.sln` in Visual - Studio 2008. - - You'll see the following projects in the :guilabel:`Solution - Explorer` (for v3.02):: - - ambiguous_words - classifier_tester - cntraining - combine_tessdata - dawg2wordlist - libtesseract302 - mftraining - shapeclustering - tesseract - unicharset_extractor - wordlist2dawg - -2. Select the build configuration you'd like to use from the - :guilabel:`Solution Configurations` dropdown. It lists the following - configurations:: - - DLL_Debug - DLL_Release - LIB_Debug - LIB_Release - - The `DLL_` configurations build the DLL version of `libtesseract-3.0x` - (and link with the DLL version of Leptonica 1.68). The `LIB_` - configurations build the static library version of `libtesseract-3.0x` - (and link with the static version of Leptonica 1.68 and the required - image libraries). - -3. Build `libtesseract` by right-clicking the - :guilabel:`libtesseract30x` project and choosing - :menuselection:`B&uild` from the pop-up menu. - - The resultant library will be written to the - `C:\\BuildFolder\\tesseract-3.0x\\vs2008\\` directory - where `` is the same as the build configuration you - selected earlier. It is also copied to the `C:\\BuildFolder\\lib` folder - to make it easy to link your own applications to `libtesseract`. - - The library is named as follows (for v3.02): - - .. parsed-literal:: - - static libraries: - - `libtesseract302-static.lib` - `libtesseract302-static-debug.lib` - - DLLs: - - `libtesseract302.lib` (import library) - `libtesseract302.dll` - `libtesseract302d.lib` (import library) - `libtesseract302d.dll` - -4. Build the main tesseract OCR application by right-clicking the - :guilabel:`tesseract` project and choosing :menuselection:`B&uild`. - - The resultant executable will be written to the - `C:\\BuildFolder\\tesseract-3.0x\\vs2008\\` directory - where `` is the same as the build configuration you - selected earlier. It is named as follows: - - .. parsed-literal:: - - LIB_Release: `tesseract.exe` - LIB_Debug: `tesseractd.exe` - DLL_Release: `tesseract-dll.exe` - DLL_Debug: `tesseract-dlld.exe` - - -Testing `tesseract.exe` -======================= - -It's usually better to make a separate directory to test -`tesseract.exe`. To run tesseract, you either need to make sure your -test directory contains the `tessdata` tesseract language data folder or -you set the ``TESSDATA_PREFIX`` environment variable to point to it. See -http://code.google.com/p/tesseract-ocr/wiki/ReadMe for important -details. - -For example, you can use the following directory structure:: - - C:\BuildFolder\ - include\ - lib\ - tesseract-3.02\ - testing\ - tessdata\ - -Copy your tesseract executable to `C:\\BuildFolder\\testing`. If you -built a DLL version then be sure to also copy the required DLLs to the -same directory (or add `C:\\BuildFolder\\lib` to your ``PATH`` -- -However, this isn't really recommended). - -For example, if you are trying to run `tesseractd.exe` then you'll need -to also copy the following to `C:\\BuildFolder\\testing`:: - - liblept168d.dll - libtesseract302d.dll - -Copy a few test images to `C:\\BuildFolder\\testing` just to make it easy -to run test commands. - -Test tesseract by doing something like the following:: - - tesseractd.exe eurotext.tif eurotext - -This will create a file called `eurotext.txt` that will contain the -result of OCRing `eurotext.tif`. - - -Building the training applications -================================== - -The training related applications are built using the following -projects:: - - ambiguous_words - classifier_tester - cntraining - combine_tessdata - dawg2wordlist - mftraining - shapeclustering - unicharset_extractor - wordlist2dawg - -.. note:: - - Currently these applications can **ONLY** be built with the LIB_Debug - and LIB_Release configurations. If you try to use a DLL configuration - you'll get "undefined external symbol" errors. - -To build one of the above training applications, simply right-click one -of the projects in the Solution Explorer, and choose -:menuselection:`B&uild` from the pop-up menu. - -Alternatively, you can build :bi:`everything` in the Solution by -choosing :menuselection:`&Build --> &Build Solution` (:kbd:`Ctrl+Shift+B`) -from the menu bar. - -See http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 for -more information on using these applications. - - -.. _building-with-vc2008-express: - -Building |Tesseractocr| with Visual C++ 2008 Express Edition -============================================================ - -The Solution file that comes with |Tesseractocr| was created with Visual -Studio 2008, and is compatible for the most part with the free `Visual -C++ 2008 Express Edition -`_. You -might, however, sometimes see the following error message:: - - Fatal error RC1015: cannot open include file 'afxres.h' - -.. _version-resource: - -The Solution uses resource files to set application and DLL properties -that are visible on Windows 7 when you right-click them in Windows -Explorer, choose :menuselection:`Properties`, and look at the -:guilabel:`Details` tab (the :guilabel:`Version` tab on Windows XP). - - .. image:: images/dll_properties_details_tab.png - :align: center - :alt: Windows 7 Properties' Details Tab - -Unfortunately, the Express Edition doesn't include the Resource -Editor. So in all resource files:: - - #include "afxres.h" - -has to be changed to:: - - #include "windows.h" - -If someone has used the VS2008 Resource Editor to change a `.rc` file -associated with an application or DLL and forgotten to make these -changes before checking the file in, you'll see the above "Fatal error" -message. Simply manually make the change to fix the error. - - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/doc/_sources/index.txt b/vs2008/doc/_sources/index.txt deleted file mode 100644 index c9003df97..000000000 --- a/vs2008/doc/_sources/index.txt +++ /dev/null @@ -1,35 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -.. _vs2008_developer_notes: - -======================================================= - Visual Studio 2008 Developer Notes for |Tesseractocr| -======================================================= - -:date: February 23, 2012 - -.. toctree:: - - overview - setup - building - programming - tools - maintenance - vs2010-notes - versions - - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/doc/_sources/maintenance.txt b/vs2008/doc/_sources/maintenance.txt deleted file mode 100644 index 3bd6314a0..000000000 --- a/vs2008/doc/_sources/maintenance.txt +++ /dev/null @@ -1,256 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -================================== - Maintaining the VS2008 directory -================================== - -This section is geared towards project maintainers of the -`tesseract-3.0x\\vs2008` directory, rather than users of it. - -Python 2.7.x (*not* 3.x) is required for this section. The recommended -version is the `latest from ActiveState -`_. - -.. _tesshelper: - -The `tesshelper.py` Python script -================================= - -`tesshelper.py` performs a number of useful maintenance related -operations on the `tesseract-3.0x\\vs2008` directory. To run it, first -open a Command Prompt window and navigate to the `\\vs2008` directory. - -Then entering the following command:: - - python tesshelper.py --help - -displays the following help message:: - - usage: tesshelper.py [-h] [--version] tessDir {compare,report,copy,clean} ... - - positional arguments: - tessDir tesseract installation directory - - optional arguments: - -h, --help show this help message and exit - --version show program's version number and exit - - Commands: - {compare,report,copy,clean} - compare compare libtesseract Project with tessDir - report report libtesseract summary stats - copy copy public libtesseract header files to includeDir - clean clean vs2008 folder of build folders and .user files - - Examples: - - Assume that tesshelper.py is in c:\buildfolder\tesseract-3.01\vs2008, - which is also the current directory. Then, - - python tesshelper .. compare - - will compare c:\buildfolder\tesseract-3.01 "library" directories to the - libtesseract Project - (c:\buildfolder\tesseract-3.01\vs2008\libtesseract\libtesseract.vcproj). - - python tesshelper .. report - - will display summary stats for c:\buildfolder\tesseract-3.01 "library" - directories and the libtesseract Project. - - python tesshelper .. copy ..\..\include - - will copy all "public" libtesseract header files to - c:\buildfolder\include. - - python tesshelper .. clean - - will clean the vs2008 folder of all build directories, and .user, .suo, - .ncb, and other temp files. - -Generating the documentation -============================ - -The source files for the documentation you are currently reading are -written in `reStructuredText -`_ and processed with the -`Sphinx Python Documentation Generator -`_. - -To install Sphinx, go to your `\\scripts` -directory and just do:: - - easy_install -U Sphinx - -which will download Sphinx and all its dependencies. [Note: This might -*not* install the Python Imaging Library. If not, then also do -``easy_install -U PIL`` or download it from `here -`__.] - -To generate this |Tesseractocr| VS2008 documentation go to -`tesseract-3.0x\\vs2008\\Sphinx` and do:: - - make clean - make html - -Which will create a number of items in -`tesseract-3.0x\\vs2008\\Sphinx\\_build\\html`. - -Copy everything there to the distribution's `tesseract-3.0x\\vs2008\\doc` -folder, :bi:`except` for:: - - .buildinfo - objects.inv - -.. _updating-vs2008-directory: - -Updating the VS2008 directory for new releases of |Tesseractocr| -================================================================ - -1. Change the version number strings in - `tesseract-3.0x\\vs2008\\include\\tesseract_versionnumbers.vsprops`. - -#. Change the version number in - `tesseract-3.0x\\vs2008\\port\\version.h`. - -#. Open up a Command Prompt window, and do the following:: - - cd \vs2008 - python tesshelper .. compare - - This will list all added and missing items in the `` directories that are used to build `libtesseract`. For the - newly added items ignore:: - - api\tesseractmain.cpp - api\tesseractmain.h - ccutil\scanutils.cpp - ccutil\scanutils.h - - and for the newly missing items ignore:: - - training\commontraining.cpp - training\commontraining.h - training\tessopt.cpp - training\tessopt.h - -#. Open up the `tesseract.sln` in Visual Studio 2008 (or Visual C++ 2008 - Express Edition but see :ref:`this - ` first). - - a. In the Solution Explorer, rename the :guilabel:`libtesseract-3.0x` - Project to the correct version number to make it obvious which - version of |Tesseractocr| this Solution is for. - - #. Remove the missing items from the :guilabel:`libtesseract-3.0x` Project. - - #. Add the new items to the :guilabel:`libtesseract-3.0x` Project. - - If there were a lot of new items, you can use the `newheaders.txt` - and `newsources.txt` files generated by running the - `tesshelper.py` script with the ``compare`` command. Close the - Solution, and then you can directly edit - `libtesseract\\libtesseract.vcproj` to add them to the appropriate - `` ... `` section (either ``Header Files`` or - ``Source Files``). - -#. With the Solution closed, use a text editor to change all the - Project's `.rc` files to reflect the new version. - - If you have a program like the *non-free* `PowerGrep - `_, you can use it to change all the - `.rc` files in one fell swoop. - - Alternatively, you can edit the Version resources within Visual - Studio 2008 (but *not* Visual C++ 2008 Express Edition) and then - manually make the changes mentioned :ref:`here - ` afterwards. - - .. _copying_a_project: - -#. If a new training application was added (edit - `tesseract-3.0x\\training\\Makefile.am` and look at the - ``bin_PROGRAMS`` variable to see the list), the easiest thing to do - is copy another existing training application Project and manually - change it. - - For example, assuming the new training application is - called `new_trainer.exe`, with the Solution closed: - - a. Copy the `ambiguous_words` directory to a new directory called - `new_trainer`. - - #. Change the `new_trainer\\ambiguous_words.rc` filename to - `new_trainer\\new_trainer.rc`. - - #. Change the `new_trainer\\ambiguous_words.vcproj` filename to - `new_trainer\\new_trainer.vcproj`. - - #. Edit `new_trainer\\new_trainer.rc` and change all occurrences of - ``ambiguous_words`` to ``new_trainer``. - - Also change ``FileDescription`` to describe the new application. - - #. Open up the |Tesseractocr| Solution file and right-click the - :guilabel:`Solution:'tesseract'` in the Solution Explorer. Choose - :menuselection:`A&dd --> &Existing Project...` from the context - menu and add the `new_trainer\\new_trainer.vcproj` you just - created. - - #. Right-click the newly added Project, and choose - :menuselection:`Project Dependencie&s...`. - - The :guilabel:`Project Dependencies` Dialog will open. Make sure - that `libtesseract30x` is checked. If you forget this step, Visual - Studio will not automatically link with `libtesseract` and - you'll get lots of "unresolved external symbol" errors. - - This actually goes pretty fast. It should only take you a minute or - so to add a new application to the |Tesseractocr| Solution. - -#. (Optional?) Edit `vs2008\\Sphinx\\versions.rst` and add a new entry - describing the changes made for this new version. - -#. To make your working directory suitable for reposting back to the - |Tesseractocr| SVN repository, you need to ignore all the following: - - + All `LIB_Release`, `LIB_Debug`, `DLL_Release`, `DLL_Debug` - directories - + All `.suo` files - + All `.user` files - + All `.ncb` files - + `vs2008\\newheaders.txt` - + `vs2008\\newsources.txt` - - Optionally, the `tesshelper.py` script has the ``clean`` command - which will remove the above items. To run it, open a Command Prompt - window and then do:: - - cd \vs2008 - python tesshelper .. clean - - The script will respond with the following:: - - Are you sure you want to clean the - "C:\BuildFolder\tesseract-3.0x\vs2008" folder (Yes/No) [No]? yes - Only list the items to be deleted (Yes/No) [Yes]? no - - You have to answer ``yes`` and then ``no`` to the prompts. Otherwise - either the script will just exit, or only list the items that will be - removed instead of actually removing them (which is a good thing to - try first just in case). - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/doc/_sources/overview.txt b/vs2008/doc/_sources/overview.txt deleted file mode 100644 index 2e2b0b7b4..000000000 --- a/vs2008/doc/_sources/overview.txt +++ /dev/null @@ -1,87 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -========== - Overview -========== - -The recommended audience for this document are developers who want to -use Microsoft Visual Studio 2008 with `Tesseract-OCR -`_. If you simply want to *run* -`tesseract` or its various language training applications, then see the -`ReadMe `_. You'll -find instructions there on how to download tesseract's Windows -installer. - -|Tesseractocr| consists of: - -+ `libtesseract` -- the static (or dynamic) library that does all the - actual work. As of February 2012 it consists of 260+ `C++` files - along with 290+ header files. - -+ `tesseract.exe` -- the command-line OCR engine. It's built from a - single, small `C++` file that just calls functions in - `libtesseract`. There currently isn't very much documentation on how - to use `tesseract.exe`, but you can look at what's there in the - repository's `doc - `_ - subdirectory. - -+ Language packs -- needed by `tesseract.exe` in order to recognize - particular languages. - -.. _training-applications: - -+ Language training applications -- used to teach `tesseract.exe` new - languages. Each has their own (very brief) man page in the `doc - `_ - subdirectory and include: - - + `ambiguous_words.exe` -- generate sets of words Tesseract is likely - to find ambiguous - - + `classifier_tester` -- tests a Tesseract character classifier on - data as formatted for training - - + `cntraining.exe` -- character normalization training - - + `combine_tessdata.exe` -- combine/extract/overwrite Tesseract data - - + `dawg2wordlist.exe` -- convert a Tesseract DAWG to a wordlist - - + `mftraining.exe` -- feature training - - + `shapeclustering.exe` -- shape clustering training - - + `unicharset_extractor.exe` -- extract unicharset from Tesseract - boxfiles - - + `wordlist2dawg.exe` -- convert a wordlist to a DAWG - - Their use is described in the `TrainingTesseract3 - `_ - Wiki page. - -This document explains how to: - -+ :doc:`Setup ` the proper directory structure required to use - the supplied Visual Studio 2008 Solution - -* :doc:`Build ` `libtesseract`, `tesseract.exe`, and the - training apps - -* :doc:`Write ` programs that link with `libtesseract` - - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/doc/_sources/programming.txt b/vs2008/doc/_sources/programming.txt deleted file mode 100644 index b5c0cb877..000000000 --- a/vs2008/doc/_sources/programming.txt +++ /dev/null @@ -1,479 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -================================= - Programming with `libtesseract` -================================= - -To use `libtesseract` in your own application you need to include -|Leptonica|\ ’s `allheaders.h`, and |Tesseractocr|\ ’s `baseapi.h` and -`strngs.h`. - -|Tesseractocr| uses `liblept` mainly for image I/O, but you can also use -any of |Leptonica|\ ’s *many* image processing functions on ``PIX``, -while at the same time calling ``TessBaseAPI`` methods. See the -`Leptonica documentation `_ -for more details. - -There doesn't seem to be any documentation on `api\\baseapi.h`, but it -has extensive comments. You can also look at the :ref:`APITest` and -:ref:`APIExamples` projects. - -See the :ref:`APITest` project for an example of which compiler and -linker settings you need for various build configurations. The easiest -way to begin a new application is to just make a copy of the `APITest` -directory. See :ref:`this step ` for detailed -instructions (skip the last step about adding :guilabel:`Project -Dependencies`). - -If you want to manually set the required settings, then here's the list -of things to do: - -1. Add the following :guilabel:`Preprocessor Definitions` when compiling - any files that include `baseapi.h` and you are linking with the - static library versions of `libtesseract`:: - - USE_STD_NAMESPACE - - If you are linking with the DLL versions of `libtesseract` instead - add:: - - USE_STD_NAMESPACE;TESSDLL_IMPORTS;CCUTIL_IMPORTS;LIBLEPT_IMPORTS - -#. Be sure to add the following to :guilabel:`Additional Include - Directories`:: - - C:\BuildFolder\include - C:\BuildFolder\include\leptonica - - C:\BuildFolder\include\tesseract or - - (all its sub-directories that contain header files) - -#. Add `C:\\BuildFolder\\lib` to your :guilabel:`Additional Library - Directories`. - -#. In the `C:\\BuildFolder\\include` directory are two Visual Studio - Property Sheet files:: - - tesseract_versionnumbers.vsprops - leptonica_versionnumbers.vsprops - - Using `tesseract_versionnumbers.vsprops` (which automatically inherits - `leptonica_versionnumbers.vsprops`) can make it easier to specify the - libraries you need to import. For example, when creating a staticly - linked debug executable you can say:: - - zlib$(ZLIB_VERSION)-static-mtdll-debug.lib - libpng$(LIBPNG_VERSION)-static-mtdll-debug.lib - libjpeg$(LIBJPEG_VERSION)-static-mtdll-debug.lib - giflib$(GIFLIB_VERSION)-static-mtdll-debug.lib - libtiff$(LIBTIFF_VERSION)-static-mtdll-debug.lib - liblept$(LIBLEPT_VERSION)-static-mtdll-debug.lib - libtesseract$(LIBTESS_VERSION)-static-debug.lib - - to make your application less dependent on library version numbers. - - To add the Property Sheet to a Project, open its :guilabel:`Properties - Pages` Dialog, and set the :guilabel:`Configuration Properties | - General | Inherited Project Property Sheets` item to:: - - ..\..\..\include\tesseract_versionnumbers.vsprops - - Choosing :menuselection:`&View --> Oth&er Windows --> Property - &Manager` from the menubar will let you see the Properties attached - to each Project's configurations. - -.. note:: - - The DLL versions of |libtess| currently only export the - ``TessBaseAPI`` C++ class from `baseapi.h`, there is no C function - interface yet. - -.. note:: - - The DLL versions of `libtesseract` currently only export the - ``TessBaseAPI`` and ``STRING`` classes. In theory, all you need is - are those classes. However, if you find yourself having to manipulate - other "internal" tesseract objects then you currently have to link - with the **static library** versions of `libtesseract`. - -.. warning:: - - The Release versions of |liblept|, by design, *never* print out any - possibly helpful messages to the console. Therefore, it is highly - recommended that you do your initial development using the Debug - versions of |liblept|. See `Compile-time control over stderr output - `_ - for details. - -<<>> - - -Debugging Tips -============== - -Before debugging programs written with `libtesseract`, you should first -download the latest Leptonica sources (currently -`leptonica-1.68.tar.gz`) and VS2008 source package (`vs2008-1.68.zip`) -from: - -+ http://code.google.com/p/leptonica/downloads/detail?name=leptonica-1.68.tar.gz -+ http://code.google.com/p/leptonica/downloads/detail?name=vs2008-1.68.zip - -Unpack them to `C:\\BuildFolder` to get the following directory structure:: - - C:\BuildFolder\ - include\ - lib\ - leptonica-1.68\ - vs2008\ - tesseract-3.02\ - vs2008\ - testing\ - tessdata\ - -(see `Building the liblept library -`_ -for more information) - -|Tesseractocr| uses |Leptonica| "under the hood" for all (most? some?) -of its image processing operations. Having the source available (and -compiling it in debug mode) will make it easier to see what's really -going on. - -You might want to add -`C:\\BuildFolder\\leptonica-1.68\\vs2008\\leptonica.vcproj` and -`C:\\BuildFolder\\tesseract-3.02\\vs2008\\libtesseract\\libtesseract.vcproj` -to your solution by right-clicking it and choosing :menuselection:`A&dd --> -&Existing Project...`. This seems to make VS2008's Intellisense `work -better -`_ -when finding "external" source files. - -Definitely create a ``TESSDATA_PREFIX``x environment variable so that it -contains the absolute path of the directory that contains the -``tessdata`` directory. Otherwise you'll have to put a ``tessdata`` -directory in every temporary build folder which quickly becomes painful -(especially since tessdata has gotten very big --- 600MB!). - - -.. _APITest: - -APITest Sample -============== - -The :guilabel:`APITest` Solution contains the minimal settings needed to -link with `libtesseract`. It demonstrates the typical situation, where -the "external" application's source files reside *outside* of the -`tesseract-3.0x` directory tree. - -To build the `vs2008\\APITest` Solution, first copy it to your -`C:\\BuildFolder` directory. This should now look like:: - - C:\BuildFolder\ - - include\ - leptonica\ - tesseract\ - - leptonica_versionnumbers.vsprops - tesseract_versionnumbers.vsprops - - lib\ - giflib416-static-mtdll-debug.lib - giflib416-static-mtdll.lib - libjpeg8c-static-mtdll-debug.lib - libjpeg8c-static-mtdll.lib - liblept168-static-mtdll-debug.lib - liblept168-static-mtdll.lib - liblept168.dll - liblept168.lib - liblept168d.dll - liblept168d.lib - libpng143-static-mtdll-debug.lib - libpng143-static-mtdll.lib - libtesseract302.dll - libtesseract302.lib - libtesseract302d.dll - libtesseract302d.lib - libtesseract302-static.lib - libtesseract302-static-debug.lib - libtiff394-static-mtdll-debug.lib - libtiff394-static-mtdll.lib - zlib125-static-mtdll-debug.lib - zlib125-static-mtdll.lib - - tesseract-3.02\ - - APITest\ - baseapitester\ - baseapitester.cpp - baseapitester.rc - baseapitester.vcproj - resource.h - stdafx.cpp - stdafx.h - targetver.h - APITest.sln - -The :guilabel:`APITest` contains just the :guilabel:`baseapitester` -project. This was created using the VS2008 :guilabel:`Win32 Console -Application` Project Wizard and then just copying most of -`tesseractmain.cpp` and making minor edits. Its settings correctly refer -to the "public" `include` and `lib` directories using relative paths. - -It assumes that the `C:\\BuildFolder\\include` directory has been -properly setup. See :ref:`this ` for more details. - -The `C:\\BuildFolder\\lib` directory will automatically get -`libtesseract` copied to it whenever it is built. - -The `include\\tesseract_versionnumbers.vsprops` Property Sheet is used -to avoid explicit library version number dependencies. Precompiled -headers are used. :guilabel:`LIB_Release`, :guilabel:`LIB_Debug`, -:guilabel:`DLL_Release`, and :guilabel:`DLL_Debug` build configurations -are supported. - -The following are the compiler command lines and linker options -used. See `Compiling a C/C++ Program | Compiler Options -`_ for a -detailed explanation of these options. - -.. _apitest-lib-release: - -:guilabel:`LIB_Release` C/C++ :guilabel:`Command Line`:: - - /O2 - /I "." /I "..\..\include" /I "..\..\include\leptonica" - /I "..\..\include\tesseract" - /D "WIN32" /D "_WINDOWS" /D "NDEBUG" - /D "USE_STD_NAMESPACE" /D "_MBCS" - /FD /EHsc /MD /Yc"stdafx.h" - /Fp"LIB_Release\baseapitester.pch" /Fo"LIB_Release\\" - /Fd"LIB_Release\vc90.pdb" - /W3 /nologo /c - /wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566 - /errorReport:prompt - -:guilabel:`LIB_Release` Linker :guilabel:`Additional Dependencies`:: - - ws2_32.lib - user32.lib - zlib$(ZLIB_VERSION)-static-mtdll.lib - libpng$(LIBPNG_VERSION)-static-mtdll.lib - libjpeg$(LIBJPEG_VERSION)-static-mtdll.lib - giflib$(GIFLIB_VERSION)-static-mtdll.lib - libtiff$(LIBTIFF_VERSION)-static-mtdll.lib - liblept$(LIBLEPT_VERSION)-static-mtdll.lib - libtesseract$(LIBTESS_VERSION)-static.lib - -:guilabel:`LIB_Debug` C/C++ :guilabel:`Command Line`:: - - /Od - /I "." /I "..\..\include" /I "..\..\include\leptonica" - /I "..\..\include\tesseract" - /D "WIN32" /D "_WINDOWS" /D "_DEBUG" - /D "USE_STD_NAMESPACE" /D "_MBCS" - /FD /EHsc /RTC1 /MDd /Yc"stdafx.h" - /Fp"LIB_Debug\baseapitesterd.pch" /Fo"LIB_Debug\\" - /Fd"LIB_Debug\vc90.pdb" - /W3 /nologo /c /Z7 - /wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566 - /errorReport:prompt - -:guilabel:`LIB_Debug` Linker :guilabel:`Additional Dependencies`:: - - ws2_32.lib - user32.lib - zlib$(ZLIB_VERSION)-static-mtdll-debug.lib - libpng$(LIBPNG_VERSION)-static-mtdll-debug.lib - libjpeg$(LIBJPEG_VERSION)-static-mtdll-debug.lib - giflib$(GIFLIB_VERSION)-static-mtdll-debug.lib - libtiff$(LIBTIFF_VERSION)-static-mtdll-debug.lib - liblept$(LIBLEPT_VERSION)-static-mtdll-debug.lib - libtesseract$(LIBTESS_VERSION)-static-debug.lib - -:guilabel:`DLL_Release` C/C++ :guilabel:`Command Line`:: - - /O2 - /I "." /I "..\..\include" /I "..\..\include\leptonica" - /I "..\..\include\tesseract" - /D "WIN32" /D "_WINDOWS" /D "NDEBUG" - /D "USE_STD_NAMESPACE" /D "_MBCS" - /D "TESSDLL_IMPORTS" /D "CCUTIL_IMPORTS" /D "LIBLEPT_IMPORTS" - /FD /EHsc /MD /Yc"stdafx.h" - /Fp"DLL_Release\baseapitester-dll.pch" /Fo"DLL_Release\\" - /Fd"DLL_Release\vc90.pdb" - /W3 /nologo /c - /wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566 - /errorReport:prompt - -:guilabel:`DLL_Release` Linker :guilabel:`Additional Dependencies`:: - - ws2_32.lib - user32.lib - liblept$(LIBLEPT_VERSION).lib - libtesseract$(LIBTESS_VERSION).lib - -:guilabel:`DLL_Debug` C/C++ :guilabel:`Command Line`:: - - /Od - /I "." /I "..\..\include" /I "..\..\include\leptonica" - /I "..\..\include\tesseract" - /D "WIN32" /D "_WINDOWS" /D "_DEBUG" - /D "USE_STD_NAMESPACE" /D "_MBCS" - /D "TESSDLL_IMPORTS" /D "CCUTIL_IMPORTS" /D "LIBLEPT_IMPORTS" - /FD /EHsc /RTC1 /MDd /Yc"stdafx.h" - /Fp"DLL_Debug\baseapitester-dlld.pch" /Fo"DLL_Debug\\" - /Fd"DLL_Debug\vc90.pdb" - /W3 /nologo /c /Z7 - /wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566 - /errorReport:prompt - -:guilabel:`DLL_Debug` Linker :guilabel:`Additional Dependencies`:: - - ws2_32.lib - user32.lib - liblept$(LIBLEPT_VERSION)d.lib - libtesseract$(LIBTESS_VERSION)d.lib - - -.. _APIExamples: - -APIExamples -=========== - -<<>> - -Currently two Projects are in this solution: - -+ preprocessing -- Demonstrates how to use |Leptonica|\ ’s image - processing functions to clean up images *before* calling - ``TessBaseAPI::SetImage()``. - -+ getinfo -- Demonstrates calling various ``TessBaseAPI`` methods to get - back information on the OCR process. - - - -|Tesseractocr| preprocessor definitions -======================================= - -``HAVE_CONFIG_H`` - Only defined when building under Linux. This causes the inclusion of - `config_auto.h`, which is only auto-generated during the `./configure` - process and thus *not* visible on Windows. - - This is what sets the ``VERSION`` macro (and lots of other - configuration related macros). - - -``TESSDLL_EXPORTS`` - Only used when *building* DLL versions of |libtess|. - -``TESSDLL_IMPORTS`` - Should be defined when building apps that link to a DLL version of - |libtess|. Used as follows in `baseapi.h`:: - - #ifdef TESSDLL_EXPORTS - #define TESSDLL_API __declspec(dllexport) - #elif defined(TESSDLL_IMPORTS) - #define TESSDLL_API __declspec(dllimport) - #else - #define TESSDLL_API - #endif - - If you don't define this then you'll get "undefined external symbol" - errors. - -``TESSDLL_API`` - Used to mark classes for export (visibility) in DLL versions of - |libtess|. Currently *only* used with the ``TestBaseAPI`` class. - - -``CCUTIL_EXPORTS`` - Only used when *building* DLL versions of |libtess|. - -``CCUTIL_IMPORTS`` - Should be defined when building apps that link to a DLL version of - |libtess|. Used as follows in `strngs.h`:: - - #ifdef CCUTIL_EXPORTS - #define CCUTIL_API __declspec(dllexport) - #elif defined(CCUTIL_IMPORTS) - #define CCUTIL_API __declspec(dllimport) - #else - #define CCUTIL_API - #endif - - If you don't define this then you'll get "undefined external symbol STRING" - errors. - - -``LIBLEPT_IMPORTS`` - Should be defined when building apps that link to a DLL version of - |Leptonica|. Used as follows in environ.h:: - - #if defined(LIBLEPT_EXPORTS) || defined(LEPTONLIB_EXPORTS) - #define LEPT_DLL __declspec(dllexport) - #elif defined(LIBLEPT_IMPORTS) || defined(LEPTONLIB_IMPORTS) - #define LEPT_DLL __declspec(dllimport) - #else - #define LEPT_DLL - #endif - - If you don't define this then you'll get "undefined external symbol" - errors. - -``USE_STD_NAMESPACE`` - Causes the following to be done:: - - #ifdef USE_STD_NAMESPACE - using std::string; - using std::vector; - #endif - - -``_WIN32`` - Used to indicate that the build target is Windows 32-bit or - 64-bit (``WIN32`` and ``WINDOWS`` are also added by the New Project - Wizards). - - See `C/C+ Preprocessor Reference | The Preprocessor | Macros | - Predefined Macros - `_ for - the complete list for Visual Studio 2008. - -``_MSC_VER`` - Used to check specifically for building with the VC++ compiler (as - opposed to the MinGW gcc compiler). - -``_USRDLL`` - Only defined when building the DLL versions of `libtesseract`. - -``_MBCS`` - Automatically defined when :guilabel:`Configuration Properties | - General | Character Set` is set to :guilabel:`Use Multi-Byte - Character Set`. - - -``DLLSYM`` - `Obsolete - `_ - and can be ignored. - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/doc/_sources/setup.txt b/vs2008/doc/_sources/setup.txt deleted file mode 100644 index d41a91a13..000000000 --- a/vs2008/doc/_sources/setup.txt +++ /dev/null @@ -1,280 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -=========================== - Setting up |Tesseractocr| -=========================== - -The Visual Studio 2008 Solutions included with |Tesseractocr|, rely on -*relative paths* to reference files and directories --- including -locations that are *outside* of the `tesseract-3.0x` tree. It is -therefore vitally important to correctly set up the directories for the -various components. This section describes how to do this. - - -.. _directory-setup: - -Initial "Build" directory setup -=============================== - -First create an empty directory where you will unpack all the required -downloads. Assume you call this directory `C:\\BuildFolder`. - -.. _download-leptonica: - -1. Download the |Leptonica| 1.68 pre-built binary package - (`leptonica-1.68-win32-lib-include-dirs.zip`) from: - - http://code.google.com/p/leptonica/downloads/detail?name=leptonica-1.68-win32-lib-include-dirs.zip - - and unpack it to `C:\\BuildFolder`. - -2. |Leptonica|, even on Windows as of v1.68, still requires a few unix - utilities (like `rm`, `diff`, `sleep`). The easiest way to deal with - this is to follow the instructions at `Installing Cygwin coreutils - `_. - -At this point, if all you want to do is link with `libtesseract` you can -`download `_ the -file that just contains the "public" |Tesseractocr| headers along with -the precompiled library binaries for Windows. Unpack it to -`C:\\BuildFolder` and you'll now have:: - - C:\BuildFolder\ - - include\ - leptonica\ - tesseract\ - - leptonica_versionnumbers.vsprops - tesseract_versionnumbers.vsprops - - lib\ - giflib416-static-mtdll-debug.lib - giflib416-static-mtdll.lib - libjpeg8c-static-mtdll-debug.lib - libjpeg8c-static-mtdll.lib - liblept168-static-mtdll-debug.lib - liblept168-static-mtdll.lib - liblept168.dll - liblept168.lib - liblept168d.dll - liblept168d.lib - libpng143-static-mtdll-debug.lib - libpng143-static-mtdll.lib - libtesseract302.dll - libtesseract302.lib - libtesseract302d.dll - libtesseract302d.lib - libtesseract302-static.lib - libtesseract302-static-debug.lib - libtiff394-static-mtdll-debug.lib - libtiff394-static-mtdll.lib - zlib125-static-mtdll-debug.lib - zlib125-static-mtdll.lib - -and you can skip the rest of this page and go directly to -:doc:`programming`. - -The recommended action, however, is to download the |Tesseractocr| -sources and build them yourself. Therefore... - -3. Download the |Tesseractocr| Visual Studio 2008 source files from the - `downloads page - `_. If, for - example, you'd like to build v3.02 you would use the following link: - - http://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-ocr-3.02-vs2008.zip - - Unpack the file to `C:\\BuildFolder` - -You would now have the following directory structure:: - - C:\BuildFolder\ - - include\ - leptonica\ - - leptonica_versionnumbers.vsprops - tesseract_versionnumbers.vsprops - - lib\ - giflib416-static-mtdll-debug.lib - giflib416-static-mtdll.lib - libjpeg8c-static-mtdll-debug.lib - libjpeg8c-static-mtdll.lib - liblept168-static-mtdll-debug.lib - liblept168-static-mtdll.lib - liblept168.dll - liblept168.lib - liblept168d.dll - liblept168d.lib - libpng143-static-mtdll-debug.lib - libpng143-static-mtdll.lib - libtiff394-static-mtdll-debug.lib - libtiff394-static-mtdll.lib - zlib125-static-mtdll-debug.lib - zlib125-static-mtdll.lib - - tesseract-3.02\ - vs2008\ - ambiguous_words\ - APITest\ - APIExamples\ - classifier_tester\ - cntraining\ - combine_tessdata\ - dawg2wordlist\ - doc\ - include\ - libtesseract\ - libtesseract.vcproj - mftraining\ - port\ - shapeclustering\ - sphinx\ - tesseract\ - tesseract.vcproj - unicharset_extractor\ - wordlist2dawg\ - - tesseract.sln - tesshelper.py - -4. Download the |Tesseractocr| source files for the same version as the - VS2008 files you just unpacked. In this case, the proper link would - be: - - http://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-3.02.tar.gz - - Unpack the file to `C:\\BuildFolder` - -This will add a bunch of directories to your already existing -`C:\\BuildFolder\\tesseract-3.0x` directory. You should now have (for -v3.02):: - - C:\BuildFolder\ - - include\ - leptonica\ - lib\ - tesseract-3.02\ - api\ - ccmain\ - ccstruct\ - ccutil\ - classify\ - config\ - contrib\ - cube\ - cutil\ - dict\ - doc\ - image\ - java\ - image\ - neural_networks\ - tessdata\ - testing\ - textord\ - training\ - viewer\ - vs2008\ - wordrec\ - -.. _copying-headers: - -If you are planning on writing applications that link with -|Tesseractocr|, and you don't want to add all the `tesseract-3.0x` -directories to your project's list of ``include`` directories, then do -this additional step: - -5. Copy all the required headers to the "public" include folder. - - If you already have a `C:\\BuildFolder\\include\\tesseract` - directory you should delete it in case some of the files have been - removed. - - Then use the python `tess-helper.py` script to copy (possibly updated - versions of) the required headers by doing:: - - cd C:\BuildFolder\tesseract-3.02\vs2008 - python tesshelper.py .. copy ..\..\include - - See :ref:`tesshelper` for more details. - -You are now ready to :doc:`build ` |Tesseractocr| using Visual -Studio 2008. - - -.. _using-latest-sources: - -Using the latest |Tesseractocr| sources -======================================= - -If you'd like to try the absolute latest version of |Tesseractocr|, -here's how to download the source files from its SVN repository: - -1. Follow Steps 1 and 2 :ref:`above `. - -#. `Checkout `_ - the |Tesseractocr| sources to a directory on your computer. This - directory should :bi:`not` be `C:\\BuildFolder`! - - If you are unfamiliar with `SVN `_, - the easiest way to do this is to first download and install - `TortoiseSVN `_ and then: - - a. Right-click the (empty) directory where you want the working copy - and choose :menuselection:`SVN Chec&kout...` from - the pop-up menu. - - #. Enter ``http://tesseract-ocr.googlecode.com/svn/trunk/`` for - :guilabel:`&URL of repository`. You can keep all the other - settings at their defaults. - - .. image:: images/tortoisesvn_checkout.png - :align: center - :alt: TortoiseSVN Checkout Dialog Box - - #. Click the :guilabel:`&OK` button to commence downloading the - |Tesseractocr| sources to your computer. This might take a while as - the language data in the `tessdata` directory is quite large. As - of February 2012, about 335MB needs to be transferred for the - initial checkout. The total size of the resulting working copy is - about 1.2GB. - - #. Keeping your working copy up to date after this is as simple as - right-clicking its directory and choosing :menuselection:`SVN - &Update`. Unlike the initial checkout, this will usually finish - very quickly. - -#. Copy the :bi:`contents` of your working directory, except for the - `tessdata` directory, to `C:\\BuildFolder\\tesseract-3.0x`, where - ``x`` should probably be the latest stable release + ``alpha``, - ``beta``, etc. - -#. Optionally, follow Step 5 from :ref:`above `. - -#. You'll probably want to set an environment varible named - ``TESSDATA_PREFIX`` to point at your working copy directory (since - that now contains the latest `tessdata` directory). - -#. If someone hasn't already done so, you have to proceed to - :ref:`updating-vs2008-directory`. You can skip all the steps that - relate to updating the version number. Otherwise, depending on how - many changes have been made since the last stable release, you may - have little or no work to do. - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/doc/_sources/tools.txt b/vs2008/doc/_sources/tools.txt deleted file mode 100644 index 1e381a59f..000000000 --- a/vs2008/doc/_sources/tools.txt +++ /dev/null @@ -1,252 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -================== - Handy free tools -================== - -`TortoiseSVN `_ ----------------------------------------- - -The |Tesseractocr| source lives in an SVN repository at `Google Code -`_, so to -:ref:`build the latest versions ` you'll need to -know SVN. For newcomers (or not), TortoiseSVN (http://tortoisesvn.net/) -is a great alternative to the SVN command line interface. - -"TortoiseSVN is an easy-to-use SCM / source control software for -Microsoft Windows and possibly the best standalone Apache Subversion -client there is. It is implemented as a Windows shell extension, which -makes it integrate seamlessly into the Windows explorer. Since it's not -an integration for a specific IDE you can use it with whatever -development tools you like." - - -`JP Software TCC/LE `_ --------------------------------------------------------------------- - -Instead of using Windows' plain old Command Prompt window --- and less -intimidating than using the bash shell from `cygwin -`_ or `MSYS `_ --- the -"TCC/LE - Windows CMD Replacement Command Console" by JP Software is -definitely worth trying. It is available at -http://jpsoft.com/tccle_cmd_replacement.html. - -For example, to look for all the settable options in |Tesseractocr|, -try:: - - C:\BuildFolder\tesseract-3.02\ - ffind /s/v/c/t"_MEMBER" *.cpp | list/s - -and you'll get something that looks like this in the `list` viewer:: - - ---- C:\BuildFolder\tesseract-3.02\ccmain\tesseractclass.cpp - : BOOL_MEMBER(tessedit_resegment_from_boxes, false, - BOOL_MEMBER(tessedit_resegment_from_line_boxes, false, - BOOL_MEMBER(tessedit_train_from_boxes, false, - BOOL_MEMBER(tessedit_make_boxes_from_boxes, false, - BOOL_MEMBER(tessedit_dump_pageseg_images, false, - ... - double_MEMBER(segsearch_max_char_wh_ratio, 2.0, - double_MEMBER(segsearch_max_fixed_pitch_char_wh_ratio, 2.0, - BOOL_MEMBER(save_alt_choices, false, - - 413 lines in 7 files - -(Press the :kbd:`Escape` key to exit the `list` viewer). - -The equivalent(?) Linux incantation, copied and slightly modified from -the grep info, is:: - - find . -name '*.cpp' -print0 | xargs -0r grep -H '_MEMBER' | less - -Note: You can also do this directly in Visual Studio 2008, by choosing -:menuselection:`&Edit --> &Find and Replace --> F&ind in Files` -(:kbd:`Ctrl+Shift+F`), so maybe this wasn't the best example: - -.. image:: images/find_in_files.png - :align: center - :alt: Visual Studio 2008 Find in Files Dialog - - -`Cygwin `_ ------------------------------- - -"`Cygwin `_ is a collection of tools which provide a -Linux look and feel environment for Windows." - -|Leptonica| actually still requires a few unix utilities (like `rm`, -`diff`, `sleep`) for some operations and might silently fail if it they -not present (as of v1.68). The easiest way to deal with this is to -`install Cygwin -`_ -or MSYS (see the next section). - -`MSYS `_ ------------------------------------- - -"`MSYS `_ is a collection of GNU utilities -such as bash, make, gawk and grep to allow building of applications and -programs which depend on traditionally UNIX tools to be present. It is -intended to supplement MinGW and the deficiencies of the cmd shell." - - -WinDiff -------- - -An important phase of testing `tesseract` is checking how its output -compares to previous runs (or ground-truth files). A visual diff program -can make that easier. - -Microsoft's WinDiff doesn't seem to come with Visual Studio -anymore. However it can still be downloaded from `Grig Software -`_ (without having to get -all the other stuff in the `Windows XP Service Pack 2 Support Tools -`_. - -Other options are `KDiff3 `_ and -`ExamDiff `_ (`ExamDiff Pro -`_ is also recommended -but it's not free). - -KDiff3 doesn't seem to correctly auto-detect UTF-8 encodings so choose -:menuselection:`&Settings --> &Configure KDiff3...` from the menubar and -set the :guilabel:`Regional Settings` tab as follows: - -.. image:: images/kdif3_settings.png - :align: center - :alt: KDiff3 Regional Settings - -Also on the :guilabel:`Integration` tab, make sure that :guilabel:`Quit -also via Escape key` is turned on (checked). Since IrfanView also quits -when you press the :kbd:`Esc` key, this just makes it easy to dismiss -both applications with the same key. - -Here is KDiff3 showing the (slight) difference in OCR results after -deskewing a grayscale image: - -.. figure:: images/sample_diff.png - :height: 512 - :align: center - :alt: Diff in OCR after deskewing image - :target: _images/sample_diff.png - - `Click for larger image <_images/sample_diff.png>`__ - - -`IrfanView `_ ----------------------------------------- - -You need some program to view the images you are trying to OCR and since -|Leptonica| uses IrfanView (http://www.irfanview.com/) to `automatically -display images `_, -you might as well use it also. - -"IrfanView is a very fast, small, compact and innovative FREEWARE (for -non-commercial use) graphic viewer for Windows 9x, ME, NT, 2000, XP, -Vista, Windows 7." - -Pressing the :kbd:`I` key while viewing an image with IrfanView, will -bring up a dialog box that shows most of its important properties (like -bits/pixel and DPI). - - - -`Aware Systems AsTiffTagViewer `_ ------------------------------------------------------------------------------------------------ - -This utility, available at -http://www.awaresystems.be/imaging/tiff/astifftagviewer.html, let's you -easily determine TIFF image file properties. - -"Whenever a customer reports your software doesn't handle this or that -particular TIFF, use AsTiffTagViewer and discover why." - - -`Dependency Walker `_ ---------------------------------------------------- - -If you're having problems with missing module runtime errors, the -Dependency Walker (http://dependencywalker.com/) usually can help track -down the problem. - -"Dependency Walker is also very useful for troubleshooting system errors -related to loading and executing modules. Dependency Walker detects many -common application problems such as missing modules, invalid modules, -import/export mismatches, circular dependency errors, mismatched machine -types of modules, and module initialization failures." - -You probably want the 32-bit version even if you are running on a -Windows 64-bit platform, because the current VS2008 Solution for -|Tesseractocr| by default builds a 32-bit app. From the `FAQ -`_ - - "There are 32-bit and 64-bit versions Dependency Walker. All versions - are capable or opening 32-bit and 64-bit modules. However, there are - major advantages to using the 32-bit Dependency Walker to process 32-bit - modules and the 64-bit Dependency Walker to process 64-bit modules. - This is especially true when running on a 64-bit version of Windows, - which allows execution of both 32-bit and 64-bit programs. The 32-bit - subsystem on 64-bit Windows (known as "WOW64") has its own private - registry, "AppPaths", "KnownDlls", system folders, and manifest - processing. Only the 32-bit version of Dependency Walker can access - this 32-bit environment, which is needed to accurately process a 32-bit - module. Likewise, only the 64-bit version of Dependency Walker can - fully access the 64-bit environment, so it should always be used for - processing 64-bit modules." - -.. figure:: images/dependency_walker.png - :height: 640 - :align: center - :alt: Dependency Walker view of tesseract-dlld.exe - :target: _images/dependency_walker.png - - `Click for larger image <_images/dependency_walker.png>`__ - -The above image shows Dependency Walker used on -`tesseract-dlld.exe`. The panes show the `DLL`\ s that it is dependent -on, the methods it actually uses from `libtesseract302d.dll`, and all -the exported methods from `libtesseract302d.dll`. Using this it's easy -to see that only the ``TessBaseAPI`` and ``STRING`` classes are exported -as mentioned in :doc:`programming`. - -`Sysinternals Process Explorer `_ -------------------------------------------------------------------------------------------- - -Another essential program to help figure out what your program is doing -is Process Explorer -(http://technet.microsoft.com/en-us/sysinternals/bb896653). - -"The unique capabilities of Process Explorer make it useful for tracking -down DLL-version problems or handle leaks, and provide insight into the -way Windows and applications work." - - -`VMware Player `_ ---------------------------------------------------------- - -VMware Player (http://www.vmware.com/products/player/) can be used to -install, for example, `Ubuntu 11.10 `_ in a -virtual machine on Windows and see how the other half lives. It also -helps when trying to figure out if the Windows version of `tesseract` -acts the same way as the "original" version. - -"VMware Player is the easiest way to run multiple operating systems at -the same time on your PC. With its user-friendly interface, VMware -Player makes it effortless for anyone to try out Windows 8 developer -release, Windows 7, Chrome OS or the latest Linux releases, or create -isolated virtual machines to safely test new software and surf the Web." - - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/doc/_sources/versions.txt b/vs2008/doc/_sources/versions.txt deleted file mode 100644 index 19552130b..000000000 --- a/vs2008/doc/_sources/versions.txt +++ /dev/null @@ -1,169 +0,0 @@ -:version: $RCSfile: versions.rst,v $ $Revision: 6c29e8896e5c $ $Date: 2011/03/14 21:50:44 $ - -.. default-role:: fs - -=============== - Version Notes -=============== - -3.02 -- February ??, 2012 -========================= - -+ Created a completely new Visual Studio 2008 solution from scratch. - -+ Added 64 new source files and removed the following deleted files - (relative to v3.01): - - + ccutil\memblk.cpp - + ccutil\memblk.h - + ccutil\memryerr.h - + wordrec\pieces.h - + wordrec\tally.cpp - + wordrec\tally.h - -+ Created :guilabel:`LIB_Release`, :guilabel:`LIB_Debug`, - :guilabel:`DLL_Release`, and :guilabel:`DLL_Debug` build - configurations. - -+ Created a single `libtesseract` library and removed generation of the - twelve sub-libraries. - -+ Used references to `leptonica_versionnumbers.vsprops` and - `tesseract_versionnumbers.vsprops` Property Sheets, which define - version number "user macros", in all Visual Studio Projects. These are - also copied to `C:\\BuildFolder\\include`, so you can refer to them in - your own projects. By using the new ``*_VERSION`` macros, you'll be - isolated from worrying about version number changes in the library - filenames. - - See :ref:`APITest's ` :ref:`LIB_Release ` Linker - :guilabel:`Additional Dependencies` settings for an example of what - this looks like in practice. - - See |Leptonica|\ ’s explanation `About version numbers in library - filenames - `_ - for more details. - -+ Added a :ref:`Version Resource ` to all DLLs and - applications. - -+ Removed inclusion of the |Leptonica| libraries. They now have to be - :ref:`downloaded separately `. - -+ Changed to a :ref:`Build directory structure ` that - is compatible with |Leptonica| and allows the building of - |Tesseractocr|\ -based applications using only the `include` and `lib` - directories. - -+ The `libtesseract` libraries are now named as follows: - - static libraries: - - + libtesseract302-static.lib - - + libtesseract302-static-debug.lib - - DLLs: - - + libtesseract302.lib (import library) - - + libtesseract302.dll - - + libtesseract302d.lib (import library) - - + libtesseract302d.dll - -+ Used compiler and linker settings based on the |Leptonica| `VS2008 - Developer package - `_. - -+ Removed all preprocessor defines of ``__MSW32__`` which is no longer - needed. - -+ Removed `vs2008\include\stdint.h` which is no longer required to build - |liblept|. - -+ Removed `vs2008\include\inttypes.h` which isn't needed to build - |liblept|. - -+ Turned off the following compiler warnings:: - - /wd4005: 'snprintf' : macro redefinition - - /wd4018 'expression' : signed/unsigned mismatch - - /wd4099 type name first seen using 'class' now seen using 'struct' - - /wd4244 conversion from 'double' to 'float', possible loss of data - - /wd4267 conversion from 'size_t' to 'type', possible loss of data - - /wd4305 truncation from 'type1' to 'type2' - - /wd4355 'this' : used in base member initializer list - - /wd4566 character represented by universal-character-name x cannot - be represented in the current code page - - /wd4800 forcing value to bool 'true' or 'false' (performance warning) - - /wd4996 'function': was declared deprecated - - -+ Used the "C7 Compatible" Debug Information (/Z7) compiler switch, - which puts the debugging information in the .obj files. That way we - don't have to worry about also supplying `.pdb` files. See `/Z7, - /Zi, /ZI (Debug Information Format) - `_ for - more information. - -+ Added Projects for the following new :ref:`training applications - `: - - + ambiguous_words - - + classifier_tester - - + dawg2wordlist - - + shapeclustering - -+ Moved `mathfix.h` from `vs2008\\include` to the `vs2008\\port` - directory. - -+ Removed Visual Studio 2010 support. See :doc:`vs2010-notes` for the - rationale. - -+ Created a python script called :ref:`tesshelper.py `, that - eases some maintenance tasks related to releasing future VS2008 - Solutions. - -+ The list of "public" header files that are required to build - "external" applications is now limited to the following 13 files:: - - api\apitypes.h - api\baseapi.h - ccmain\thresholder.h - ccstruct\publictypes.h - ccutil\errcode.h - ccutil\fileerr.h - ccutil\host.h - ccutil\memry.h - ccutil\platform.h - ccutil\serialis.h - ccutil\strngs.h - ccutil\tesscallback.h - ccutil\unichar.h - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/doc/_sources/vs2010-notes.txt b/vs2008/doc/_sources/vs2010-notes.txt deleted file mode 100644 index 69f3952ff..000000000 --- a/vs2008/doc/_sources/vs2010-notes.txt +++ /dev/null @@ -1,24 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -========================== - Using Visual Studio 2010 -========================== - -There currently isn't an analogous `VS2010` sub-directory for -|Tesseractocr|. However, you should be able to adapt the instructions at -http://tpgit.github.com/UnOfficialLeptDocs/vs2008/vs2010-notes.html to -convert the VS2008 solution. - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/doc/_static/ajax-loader.gif b/vs2008/doc/_static/ajax-loader.gif deleted file mode 100644 index 61faf8cab..000000000 Binary files a/vs2008/doc/_static/ajax-loader.gif and /dev/null differ diff --git a/vs2008/doc/_static/basic.css b/vs2008/doc/_static/basic.css deleted file mode 100644 index f0379f359..000000000 --- a/vs2008/doc/_static/basic.css +++ /dev/null @@ -1,540 +0,0 @@ -/* - * basic.css - * ~~~~~~~~~ - * - * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -/* -- main layout ----------------------------------------------------------- */ - -div.clearer { - clear: both; -} - -/* -- relbar ---------------------------------------------------------------- */ - -div.related { - width: 100%; - font-size: 90%; -} - -div.related h3 { - display: none; -} - -div.related ul { - margin: 0; - padding: 0 0 0 10px; - list-style: none; -} - -div.related li { - display: inline; -} - -div.related li.right { - float: right; - margin-right: 5px; -} - -/* -- sidebar --------------------------------------------------------------- */ - -div.sphinxsidebarwrapper { - padding: 10px 5px 0 10px; -} - -div.sphinxsidebar { - float: left; - width: 230px; - margin-left: -100%; - font-size: 90%; -} - -div.sphinxsidebar ul { - list-style: none; -} - -div.sphinxsidebar ul ul, -div.sphinxsidebar ul.want-points { - margin-left: 20px; - list-style: square; -} - -div.sphinxsidebar ul ul { - margin-top: 0; - margin-bottom: 0; -} - -div.sphinxsidebar form { - margin-top: 10px; -} - -div.sphinxsidebar input { - border: 1px solid #98dbcc; - font-family: sans-serif; - font-size: 1em; -} - -div.sphinxsidebar input[type="text"] { - width: 170px; -} - -div.sphinxsidebar input[type="submit"] { - width: 30px; -} - -img { - border: 0; -} - -/* -- search page ----------------------------------------------------------- */ - -ul.search { - margin: 10px 0 0 20px; - padding: 0; -} - -ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; -} - -ul.search li a { - font-weight: bold; -} - -ul.search li div.context { - color: #888; - margin: 2px 0 0 30px; - text-align: left; -} - -ul.keywordmatches li.goodmatch a { - font-weight: bold; -} - -/* -- index page ------------------------------------------------------------ */ - -table.contentstable { - width: 90%; -} - -table.contentstable p.biglink { - line-height: 150%; -} - -a.biglink { - font-size: 1.3em; -} - -span.linkdescr { - font-style: italic; - padding-top: 5px; - font-size: 90%; -} - -/* -- general index --------------------------------------------------------- */ - -table.indextable { - width: 100%; -} - -table.indextable td { - text-align: left; - vertical-align: top; -} - -table.indextable dl, table.indextable dd { - margin-top: 0; - margin-bottom: 0; -} - -table.indextable tr.pcap { - height: 10px; -} - -table.indextable tr.cap { - margin-top: 10px; - background-color: #f2f2f2; -} - -img.toggler { - margin-right: 3px; - margin-top: 3px; - cursor: pointer; -} - -div.modindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - -div.genindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - -/* -- general body styles --------------------------------------------------- */ - -a.headerlink { - visibility: hidden; -} - -h1:hover > a.headerlink, -h2:hover > a.headerlink, -h3:hover > a.headerlink, -h4:hover > a.headerlink, -h5:hover > a.headerlink, -h6:hover > a.headerlink, -dt:hover > a.headerlink { - visibility: visible; -} - -div.body p.caption { - text-align: inherit; -} - -div.body td { - text-align: left; -} - -.field-list ul { - padding-left: 1em; -} - -.first { - margin-top: 0 !important; -} - -p.rubric { - margin-top: 30px; - font-weight: bold; -} - -img.align-left, .figure.align-left, object.align-left { - clear: left; - float: left; - margin-right: 1em; -} - -img.align-right, .figure.align-right, object.align-right { - clear: right; - float: right; - margin-left: 1em; -} - -img.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left; -} - -.align-center { - text-align: center; -} - -.align-right { - text-align: right; -} - -/* -- sidebars -------------------------------------------------------------- */ - -div.sidebar { - margin: 0 0 0.5em 1em; - border: 1px solid #ddb; - padding: 7px 7px 0 7px; - background-color: #ffe; - width: 40%; - float: right; -} - -p.sidebar-title { - font-weight: bold; -} - -/* -- topics ---------------------------------------------------------------- */ - -div.topic { - border: 1px solid #ccc; - padding: 7px 7px 0 7px; - margin: 10px 0 10px 0; -} - -p.topic-title { - font-size: 1.1em; - font-weight: bold; - margin-top: 10px; -} - -/* -- admonitions ----------------------------------------------------------- */ - -div.admonition { - margin-top: 10px; - margin-bottom: 10px; - padding: 7px; -} - -div.admonition dt { - font-weight: bold; -} - -div.admonition dl { - margin-bottom: 0; -} - -p.admonition-title { - margin: 0px 10px 5px 0px; - font-weight: bold; -} - -div.body p.centered { - text-align: center; - margin-top: 25px; -} - -/* -- tables ---------------------------------------------------------------- */ - -table.docutils { - border: 0; - border-collapse: collapse; -} - -table.docutils td, table.docutils th { - padding: 1px 8px 1px 5px; - border-top: 0; - border-left: 0; - border-right: 0; - border-bottom: 1px solid #aaa; -} - -table.field-list td, table.field-list th { - border: 0 !important; -} - -table.footnote td, table.footnote th { - border: 0 !important; -} - -th { - text-align: left; - padding-right: 5px; -} - -table.citation { - border-left: solid 1px gray; - margin-left: 1px; -} - -table.citation td { - border-bottom: none; -} - -/* -- other body styles ----------------------------------------------------- */ - -ol.arabic { - list-style: decimal; -} - -ol.loweralpha { - list-style: lower-alpha; -} - -ol.upperalpha { - list-style: upper-alpha; -} - -ol.lowerroman { - list-style: lower-roman; -} - -ol.upperroman { - list-style: upper-roman; -} - -dl { - margin-bottom: 15px; -} - -dd p { - margin-top: 0px; -} - -dd ul, dd table { - margin-bottom: 10px; -} - -dd { - margin-top: 3px; - margin-bottom: 10px; - margin-left: 30px; -} - -dt:target, .highlighted { - background-color: #fbe54e; -} - -dl.glossary dt { - font-weight: bold; - font-size: 1.1em; -} - -.field-list ul { - margin: 0; - padding-left: 1em; -} - -.field-list p { - margin: 0; -} - -.refcount { - color: #060; -} - -.optional { - font-size: 1.3em; -} - -.versionmodified { - font-style: italic; -} - -.system-message { - background-color: #fda; - padding: 5px; - border: 3px solid red; -} - -.footnote:target { - background-color: #ffa; -} - -.line-block { - display: block; - margin-top: 1em; - margin-bottom: 1em; -} - -.line-block .line-block { - margin-top: 0; - margin-bottom: 0; - margin-left: 1.5em; -} - -.guilabel, .menuselection { - font-family: sans-serif; -} - -.accelerator { - text-decoration: underline; -} - -.classifier { - font-style: oblique; -} - -abbr, acronym { - border-bottom: dotted 1px; - cursor: help; -} - -/* -- code displays --------------------------------------------------------- */ - -pre { - overflow: auto; - overflow-y: hidden; /* fixes display issues on Chrome browsers */ -} - -td.linenos pre { - padding: 5px 0px; - border: 0; - background-color: transparent; - color: #aaa; -} - -table.highlighttable { - margin-left: 0.5em; -} - -table.highlighttable td { - padding: 0 0.5em 0 0.5em; -} - -tt.descname { - background-color: transparent; - font-weight: bold; - font-size: 1.2em; -} - -tt.descclassname { - background-color: transparent; -} - -tt.xref, a tt { - background-color: transparent; - font-weight: bold; -} - -h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { - background-color: transparent; -} - -.viewcode-link { - float: right; -} - -.viewcode-back { - float: right; - font-family: sans-serif; -} - -div.viewcode-block:target { - margin: -1px -10px; - padding: 0 10px; -} - -/* -- math display ---------------------------------------------------------- */ - -img.math { - vertical-align: middle; -} - -div.body div.math p { - text-align: center; -} - -span.eqno { - float: right; -} - -/* -- printout stylesheet --------------------------------------------------- */ - -@media print { - div.document, - div.documentwrapper, - div.bodywrapper { - margin: 0 !important; - width: 100%; - } - - div.sphinxsidebar, - div.related, - div.footer, - #top-link { - display: none; - } -} \ No newline at end of file diff --git a/vs2008/doc/_static/comment-bright.png b/vs2008/doc/_static/comment-bright.png deleted file mode 100644 index 551517b8c..000000000 Binary files a/vs2008/doc/_static/comment-bright.png and /dev/null differ diff --git a/vs2008/doc/_static/comment-close.png b/vs2008/doc/_static/comment-close.png deleted file mode 100644 index 09b54be46..000000000 Binary files a/vs2008/doc/_static/comment-close.png and /dev/null differ diff --git a/vs2008/doc/_static/comment.png b/vs2008/doc/_static/comment.png deleted file mode 100644 index 92feb52b8..000000000 Binary files a/vs2008/doc/_static/comment.png and /dev/null differ diff --git a/vs2008/doc/_static/default.css b/vs2008/doc/_static/default.css deleted file mode 100644 index a9b010e90..000000000 --- a/vs2008/doc/_static/default.css +++ /dev/null @@ -1,276 +0,0 @@ -/* - * default.css_t - * ~~~~~~~~~~~~~ - * - * Sphinx stylesheet -- default theme. - * - * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -@import url("basic.css"); - -/* -- page layout ----------------------------------------------------------- */ - -body { - font-family: sans-serif; - font-size: 100%; - background-color: #11303d; - color: #000; - margin: 0; - padding: 0; -} - -div.document { - background-color: #1c4e63; -} - -div.documentwrapper { - float: left; - width: 100%; -} - -div.bodywrapper { - margin: 0 0 0 230px; -} - -div.body { - background-color: #ffffff; - color: #000000; - padding: 0 20px 30px 20px; -} - -div.footer { - color: #ffffff; - width: 100%; - padding: 9px 0 9px 0; - text-align: center; - font-size: 75%; -} - -div.footer a { - color: #ffffff; - text-decoration: underline; -} - -div.related { - background-color: #133f52; - line-height: 30px; - color: #ffffff; -} - -div.related a { - color: #ffffff; -} - -div.sphinxsidebar { -} - -div.sphinxsidebar h3 { - font-family: 'Trebuchet MS', sans-serif; - color: #ffffff; - font-size: 1.4em; - font-weight: normal; - margin: 0; - padding: 0; -} - -div.sphinxsidebar h3 a { - color: #ffffff; -} - -div.sphinxsidebar h4 { - font-family: 'Trebuchet MS', sans-serif; - color: #ffffff; - font-size: 1.3em; - font-weight: normal; - margin: 5px 0 0 0; - padding: 0; -} - -div.sphinxsidebar p { - color: #ffffff; -} - -div.sphinxsidebar p.topless { - margin: 5px 10px 10px 10px; -} - -div.sphinxsidebar ul { - margin: 10px; - padding: 0; - color: #ffffff; -} - -div.sphinxsidebar a { - color: #98dbcc; -} - -div.sphinxsidebar input { - border: 1px solid #98dbcc; - font-family: sans-serif; - font-size: 1em; -} - - -/* for collapsible sidebar */ -div#sidebarbutton { - background-color: #3c6e83; -} - - -/* -- hyperlink styles ------------------------------------------------------ */ - -a { - color: #355f7c; - text-decoration: none; -} - -a:visited { - color: #355f7c; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - - -a.external { - text-decoration: none; - border-bottom: 1px dashed #355f7c; -} - -a.external:hover { - text-decoration: none; - border-bottom: none; -} - -a.external:visited { - text-decoration: none; - border-bottom: 1px dashed #355f7c; -} - - -/* -- body styles ----------------------------------------------------------- */ - -div.body h1, -div.body h2, -div.body h3, -div.body h4, -div.body h5, -div.body h6 { - font-family: 'Trebuchet MS', sans-serif; - background-color: #f2f2f2; - font-weight: normal; - color: #20435c; - border-bottom: 1px solid #ccc; - margin: 20px -20px 10px -20px; - padding: 3px 0 3px 10px; -} - -div.body h1 { margin-top: 0; font-size: 200%; } -div.body h2 { font-size: 160%; } -div.body h3 { font-size: 140%; } -div.body h4 { font-size: 120%; } -div.body h5 { font-size: 110%; } -div.body h6 { font-size: 100%; } - -a.headerlink { - color: #c60f0f; - font-size: 0.8em; - padding: 0 4px 0 4px; - text-decoration: none; -} - -a.headerlink:hover { - background-color: #c60f0f; - color: white; -} - -div.body p, div.body dd, div.body li { - text-align: justify; - line-height: 130%; -} - -div.admonition p.admonition-title + p { - display: inline; -} - -div.admonition p { - margin-bottom: 5px; -} - -div.admonition pre { - margin-bottom: 5px; -} - -div.admonition ul, div.admonition ol { - margin-bottom: 5px; -} - -div.note { - background-color: #eee; - border: 1px solid #ccc; -} - -div.seealso { - background-color: #ffc; - border: 1px solid #ff6; -} - -div.topic { - background-color: #eee; -} - -div.warning { - background-color: #ffe4e4; - border: 1px solid #f66; -} - -p.admonition-title { - display: inline; -} - -p.admonition-title:after { - content: ":"; -} - -pre { - padding: 5px; - background-color: #eeffcc; - color: #333333; - line-height: 120%; - border: 1px solid #ac9; - border-left: none; - border-right: none; -} - -tt { - background-color: #ecf0f3; - padding: 0 1px 0 1px; - font-size: 0.95em; -} - -th { - background-color: #ede; -} - -.warning tt { - background: #efc2c2; -} - -.note tt { - background: #d6d6d6; -} - -.viewcode-back { - font-family: sans-serif; -} - -div.viewcode-block:target { - background-color: #f4debf; - border-top: 1px solid #ac9; - border-bottom: 1px solid #ac9; -} \ No newline at end of file diff --git a/vs2008/doc/_static/doctools.js b/vs2008/doc/_static/doctools.js deleted file mode 100644 index d4619fdfb..000000000 --- a/vs2008/doc/_static/doctools.js +++ /dev/null @@ -1,247 +0,0 @@ -/* - * doctools.js - * ~~~~~~~~~~~ - * - * Sphinx JavaScript utilities for all documentation. - * - * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -/** - * select a different prefix for underscore - */ -$u = _.noConflict(); - -/** - * make the code below compatible with browsers without - * an installed firebug like debugger -if (!window.console || !console.firebug) { - var names = ["log", "debug", "info", "warn", "error", "assert", "dir", - "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", - "profile", "profileEnd"]; - window.console = {}; - for (var i = 0; i < names.length; ++i) - window.console[names[i]] = function() {}; -} - */ - -/** - * small helper function to urldecode strings - */ -jQuery.urldecode = function(x) { - return decodeURIComponent(x).replace(/\+/g, ' '); -} - -/** - * small helper function to urlencode strings - */ -jQuery.urlencode = encodeURIComponent; - -/** - * This function returns the parsed url parameters of the - * current request. Multiple values per key are supported, - * it will always return arrays of strings for the value parts. - */ -jQuery.getQueryParameters = function(s) { - if (typeof s == 'undefined') - s = document.location.search; - var parts = s.substr(s.indexOf('?') + 1).split('&'); - var result = {}; - for (var i = 0; i < parts.length; i++) { - var tmp = parts[i].split('=', 2); - var key = jQuery.urldecode(tmp[0]); - var value = jQuery.urldecode(tmp[1]); - if (key in result) - result[key].push(value); - else - result[key] = [value]; - } - return result; -}; - -/** - * small function to check if an array contains - * a given item. - */ -jQuery.contains = function(arr, item) { - for (var i = 0; i < arr.length; i++) { - if (arr[i] == item) - return true; - } - return false; -}; - -/** - * highlight a given string on a jquery object by wrapping it in - * span elements with the given class name. - */ -jQuery.fn.highlightText = function(text, className) { - function highlight(node) { - if (node.nodeType == 3) { - var val = node.nodeValue; - var pos = val.toLowerCase().indexOf(text); - if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) { - var span = document.createElement("span"); - span.className = className; - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this); - }); - } - } - return this.each(function() { - highlight(this); - }); -}; - -/** - * Small JavaScript module for the documentation. - */ -var Documentation = { - - init : function() { - this.fixFirefoxAnchorBug(); - this.highlightSearchWords(); - this.initIndexTable(); - }, - - /** - * i18n support - */ - TRANSLATIONS : {}, - PLURAL_EXPR : function(n) { return n == 1 ? 0 : 1; }, - LOCALE : 'unknown', - - // gettext and ngettext don't access this so that the functions - // can safely bound to a different name (_ = Documentation.gettext) - gettext : function(string) { - var translated = Documentation.TRANSLATIONS[string]; - if (typeof translated == 'undefined') - return string; - return (typeof translated == 'string') ? translated : translated[0]; - }, - - ngettext : function(singular, plural, n) { - var translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated == 'undefined') - return (n == 1) ? singular : plural; - return translated[Documentation.PLURALEXPR(n)]; - }, - - addTranslations : function(catalog) { - for (var key in catalog.messages) - this.TRANSLATIONS[key] = catalog.messages[key]; - this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); - this.LOCALE = catalog.locale; - }, - - /** - * add context elements like header anchor links - */ - addContextElements : function() { - $('div[id] > :header:first').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this headline')). - appendTo(this); - }); - $('dt[id]').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this definition')). - appendTo(this); - }); - }, - - /** - * workaround a firefox stupidity - */ - fixFirefoxAnchorBug : function() { - if (document.location.hash && $.browser.mozilla) - window.setTimeout(function() { - document.location.href += ''; - }, 10); - }, - - /** - * highlight the search words provided in the url in the text - */ - highlightSearchWords : function() { - var params = $.getQueryParameters(); - var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; - if (terms.length) { - var body = $('div.body'); - window.setTimeout(function() { - $.each(terms, function() { - body.highlightText(this.toLowerCase(), 'highlighted'); - }); - }, 10); - $('') - .appendTo($('#searchbox')); - } - }, - - /** - * init the domain index toggle buttons - */ - initIndexTable : function() { - var togglers = $('img.toggler').click(function() { - var src = $(this).attr('src'); - var idnum = $(this).attr('id').substr(7); - $('tr.cg-' + idnum).toggle(); - if (src.substr(-9) == 'minus.png') - $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); - else - $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); - }).css('display', ''); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { - togglers.click(); - } - }, - - /** - * helper function to hide the search marks again - */ - hideSearchWords : function() { - $('#searchbox .highlight-link').fadeOut(300); - $('span.highlighted').removeClass('highlighted'); - }, - - /** - * make the url absolute - */ - makeURL : function(relativeURL) { - return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; - }, - - /** - * get the current relative url - */ - getCurrentURL : function() { - var path = document.location.pathname; - var parts = path.split(/\//); - $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { - if (this == '..') - parts.pop(); - }); - var url = parts.join('/'); - return path.substring(url.lastIndexOf('/') + 1, path.length - 1); - } -}; - -// quick alias for translations -_ = Documentation.gettext; - -$(document).ready(function() { - Documentation.init(); -}); diff --git a/vs2008/doc/_static/down-pressed.png b/vs2008/doc/_static/down-pressed.png deleted file mode 100644 index 6f7ad7827..000000000 Binary files a/vs2008/doc/_static/down-pressed.png and /dev/null differ diff --git a/vs2008/doc/_static/down.png b/vs2008/doc/_static/down.png deleted file mode 100644 index 3003a8877..000000000 Binary files a/vs2008/doc/_static/down.png and /dev/null differ diff --git a/vs2008/doc/_static/file.png b/vs2008/doc/_static/file.png deleted file mode 100644 index d18082e39..000000000 Binary files a/vs2008/doc/_static/file.png and /dev/null differ diff --git a/vs2008/doc/_static/jquery.js b/vs2008/doc/_static/jquery.js deleted file mode 100644 index 7c2430802..000000000 --- a/vs2008/doc/_static/jquery.js +++ /dev/null @@ -1,154 +0,0 @@ -/*! - * jQuery JavaScript Library v1.4.2 - * http://jquery.com/ - * - * Copyright 2010, John Resig - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * Copyright 2010, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. - * - * Date: Sat Feb 13 22:33:48 2010 -0500 - */ -(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, -Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& -(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, -a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== -"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, -function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
a"; -var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, -parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= -false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= -s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, -applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; -else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, -a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== -w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, -cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= -c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); -a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, -function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); -k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), -C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= -e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& -f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; -if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", -e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, -"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, -d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, -e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); -t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| -g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, -CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, -g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, -text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, -setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= -h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== -"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, -h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& -q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; -if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); -(function(){var g=s.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: -function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= -{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== -"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", -d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? -a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== -1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= -c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, -wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, -prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, -this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); -return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, -""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); -return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", -""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= -c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? -c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= -function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= -Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, -"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= -a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= -a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== -"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, -serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), -function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, -global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& -e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? -"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== -false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= -false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", -c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| -d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); -g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== -1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== -"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; -if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== -"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| -c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; -this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= -this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, -e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
"; -a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); -c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, -d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- -f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": -"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in -e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); diff --git a/vs2008/doc/_static/minus.png b/vs2008/doc/_static/minus.png deleted file mode 100644 index da1c5620d..000000000 Binary files a/vs2008/doc/_static/minus.png and /dev/null differ diff --git a/vs2008/doc/_static/plus.png b/vs2008/doc/_static/plus.png deleted file mode 100644 index b3cb37425..000000000 Binary files a/vs2008/doc/_static/plus.png and /dev/null differ diff --git a/vs2008/doc/_static/pygments.css b/vs2008/doc/_static/pygments.css deleted file mode 100644 index bc91280a7..000000000 --- a/vs2008/doc/_static/pygments.css +++ /dev/null @@ -1,62 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #eeffcc; } -.highlight .c { color: #408090; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #007020; font-weight: bold } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ -.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #007020 } /* Comment.Preproc */ -.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #303030 } /* Generic.Output */ -.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0040D0 } /* Generic.Traceback */ -.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #007020 } /* Keyword.Pseudo */ -.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #902000 } /* Keyword.Type */ -.highlight .m { color: #208050 } /* Literal.Number */ -.highlight .s { color: #4070a0 } /* Literal.String */ -.highlight .na { color: #4070a0 } /* Name.Attribute */ -.highlight .nb { color: #007020 } /* Name.Builtin */ -.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ -.highlight .no { color: #60add5 } /* Name.Constant */ -.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ -.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #007020 } /* Name.Exception */ -.highlight .nf { color: #06287e } /* Name.Function */ -.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ -.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #bb60d5 } /* Name.Variable */ -.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #208050 } /* Literal.Number.Float */ -.highlight .mh { color: #208050 } /* Literal.Number.Hex */ -.highlight .mi { color: #208050 } /* Literal.Number.Integer */ -.highlight .mo { color: #208050 } /* Literal.Number.Oct */ -.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ -.highlight .sc { color: #4070a0 } /* Literal.String.Char */ -.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #4070a0 } /* Literal.String.Double */ -.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ -.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ -.highlight .sx { color: #c65d09 } /* Literal.String.Other */ -.highlight .sr { color: #235388 } /* Literal.String.Regex */ -.highlight .s1 { color: #4070a0 } /* Literal.String.Single */ -.highlight .ss { color: #517918 } /* Literal.String.Symbol */ -.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ -.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ -.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ -.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/vs2008/doc/_static/searchtools.js b/vs2008/doc/_static/searchtools.js deleted file mode 100644 index 663be4c90..000000000 --- a/vs2008/doc/_static/searchtools.js +++ /dev/null @@ -1,560 +0,0 @@ -/* - * searchtools.js_t - * ~~~~~~~~~~~~~~~~ - * - * Sphinx JavaScript utilties for the full-text search. - * - * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -/** - * helper function to return a node containing the - * search summary for a given text. keywords is a list - * of stemmed words, hlwords is the list of normal, unstemmed - * words. the first one is used to find the occurance, the - * latter for highlighting it. - */ - -jQuery.makeSearchSummary = function(text, keywords, hlwords) { - var textLower = text.toLowerCase(); - var start = 0; - $.each(keywords, function() { - var i = textLower.indexOf(this.toLowerCase()); - if (i > -1) - start = i; - }); - start = Math.max(start - 120, 0); - var excerpt = ((start > 0) ? '...' : '') + - $.trim(text.substr(start, 240)) + - ((start + 240 - text.length) ? '...' : ''); - var rv = $('
').text(excerpt); - $.each(hlwords, function() { - rv = rv.highlightText(this, 'highlighted'); - }); - return rv; -} - - -/** - * Porter Stemmer - */ -var Stemmer = function() { - - var step2list = { - ational: 'ate', - tional: 'tion', - enci: 'ence', - anci: 'ance', - izer: 'ize', - bli: 'ble', - alli: 'al', - entli: 'ent', - eli: 'e', - ousli: 'ous', - ization: 'ize', - ation: 'ate', - ator: 'ate', - alism: 'al', - iveness: 'ive', - fulness: 'ful', - ousness: 'ous', - aliti: 'al', - iviti: 'ive', - biliti: 'ble', - logi: 'log' - }; - - var step3list = { - icate: 'ic', - ative: '', - alize: 'al', - iciti: 'ic', - ical: 'ic', - ful: '', - ness: '' - }; - - var c = "[^aeiou]"; // consonant - var v = "[aeiouy]"; // vowel - var C = c + "[^aeiouy]*"; // consonant sequence - var V = v + "[aeiou]*"; // vowel sequence - - var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0 - var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1 - var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1 - var s_v = "^(" + C + ")?" + v; // vowel in stem - - this.stemWord = function (w) { - var stem; - var suffix; - var firstch; - var origword = w; - - if (w.length < 3) - return w; - - var re; - var re2; - var re3; - var re4; - - firstch = w.substr(0,1); - if (firstch == "y") - w = firstch.toUpperCase() + w.substr(1); - - // Step 1a - re = /^(.+?)(ss|i)es$/; - re2 = /^(.+?)([^s])s$/; - - if (re.test(w)) - w = w.replace(re,"$1$2"); - else if (re2.test(w)) - w = w.replace(re2,"$1$2"); - - // Step 1b - re = /^(.+?)eed$/; - re2 = /^(.+?)(ed|ing)$/; - if (re.test(w)) { - var fp = re.exec(w); - re = new RegExp(mgr0); - if (re.test(fp[1])) { - re = /.$/; - w = w.replace(re,""); - } - } - else if (re2.test(w)) { - var fp = re2.exec(w); - stem = fp[1]; - re2 = new RegExp(s_v); - if (re2.test(stem)) { - w = stem; - re2 = /(at|bl|iz)$/; - re3 = new RegExp("([^aeiouylsz])\\1$"); - re4 = new RegExp("^" + C + v + "[^aeiouwxy]$"); - if (re2.test(w)) - w = w + "e"; - else if (re3.test(w)) { - re = /.$/; - w = w.replace(re,""); - } - else if (re4.test(w)) - w = w + "e"; - } - } - - // Step 1c - re = /^(.+?)y$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - re = new RegExp(s_v); - if (re.test(stem)) - w = stem + "i"; - } - - // Step 2 - re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - suffix = fp[2]; - re = new RegExp(mgr0); - if (re.test(stem)) - w = stem + step2list[suffix]; - } - - // Step 3 - re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - suffix = fp[2]; - re = new RegExp(mgr0); - if (re.test(stem)) - w = stem + step3list[suffix]; - } - - // Step 4 - re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/; - re2 = /^(.+?)(s|t)(ion)$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - re = new RegExp(mgr1); - if (re.test(stem)) - w = stem; - } - else if (re2.test(w)) { - var fp = re2.exec(w); - stem = fp[1] + fp[2]; - re2 = new RegExp(mgr1); - if (re2.test(stem)) - w = stem; - } - - // Step 5 - re = /^(.+?)e$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - re = new RegExp(mgr1); - re2 = new RegExp(meq1); - re3 = new RegExp("^" + C + v + "[^aeiouwxy]$"); - if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) - w = stem; - } - re = /ll$/; - re2 = new RegExp(mgr1); - if (re.test(w) && re2.test(w)) { - re = /.$/; - w = w.replace(re,""); - } - - // and turn initial Y back to y - if (firstch == "y") - w = firstch.toLowerCase() + w.substr(1); - return w; - } -} - - -/** - * Search Module - */ -var Search = { - - _index : null, - _queued_query : null, - _pulse_status : -1, - - init : function() { - var params = $.getQueryParameters(); - if (params.q) { - var query = params.q[0]; - $('input[name="q"]')[0].value = query; - this.performSearch(query); - } - }, - - loadIndex : function(url) { - $.ajax({type: "GET", url: url, data: null, success: null, - dataType: "script", cache: true}); - }, - - setIndex : function(index) { - var q; - this._index = index; - if ((q = this._queued_query) !== null) { - this._queued_query = null; - Search.query(q); - } - }, - - hasIndex : function() { - return this._index !== null; - }, - - deferQuery : function(query) { - this._queued_query = query; - }, - - stopPulse : function() { - this._pulse_status = 0; - }, - - startPulse : function() { - if (this._pulse_status >= 0) - return; - function pulse() { - Search._pulse_status = (Search._pulse_status + 1) % 4; - var dotString = ''; - for (var i = 0; i < Search._pulse_status; i++) - dotString += '.'; - Search.dots.text(dotString); - if (Search._pulse_status > -1) - window.setTimeout(pulse, 500); - }; - pulse(); - }, - - /** - * perform a search for something - */ - performSearch : function(query) { - // create the required interface elements - this.out = $('#search-results'); - this.title = $('

' + _('Searching') + '

').appendTo(this.out); - this.dots = $('').appendTo(this.title); - this.status = $('

').appendTo(this.out); - this.output = $('
'); - } - // Prettify the comment rating. - comment.pretty_rating = comment.rating + ' point' + - (comment.rating == 1 ? '' : 's'); - // Make a class (for displaying not yet moderated comments differently) - comment.css_class = comment.displayed ? '' : ' moderate'; - // Create a div for this comment. - var context = $.extend({}, opts, comment); - var div = $(renderTemplate(commentTemplate, context)); - - // If the user has voted on this comment, highlight the correct arrow. - if (comment.vote) { - var direction = (comment.vote == 1) ? 'u' : 'd'; - div.find('#' + direction + 'v' + comment.id).hide(); - div.find('#' + direction + 'u' + comment.id).show(); - } - - if (opts.moderator || comment.text != '[deleted]') { - div.find('a.reply').show(); - if (comment.proposal_diff) - div.find('#sp' + comment.id).show(); - if (opts.moderator && !comment.displayed) - div.find('#cm' + comment.id).show(); - if (opts.moderator || (opts.username == comment.username)) - div.find('#dc' + comment.id).show(); - } - return div; - } - - /** - * A simple template renderer. Placeholders such as <%id%> are replaced - * by context['id'] with items being escaped. Placeholders such as <#id#> - * are not escaped. - */ - function renderTemplate(template, context) { - var esc = $(document.createElement('div')); - - function handle(ph, escape) { - var cur = context; - $.each(ph.split('.'), function() { - cur = cur[this]; - }); - return escape ? esc.text(cur || "").html() : cur; - } - - return template.replace(/<([%#])([\w\.]*)\1>/g, function() { - return handle(arguments[2], arguments[1] == '%' ? true : false); - }); - } - - /** Flash an error message briefly. */ - function showError(message) { - $(document.createElement('div')).attr({'class': 'popup-error'}) - .append($(document.createElement('div')) - .attr({'class': 'error-message'}).text(message)) - .appendTo('body') - .fadeIn("slow") - .delay(2000) - .fadeOut("slow"); - } - - /** Add a link the user uses to open the comments popup. */ - $.fn.comment = function() { - return this.each(function() { - var id = $(this).attr('id').substring(1); - var count = COMMENT_METADATA[id]; - var title = count + ' comment' + (count == 1 ? '' : 's'); - var image = count > 0 ? opts.commentBrightImage : opts.commentImage; - var addcls = count == 0 ? ' nocomment' : ''; - $(this) - .append( - $(document.createElement('a')).attr({ - href: '#', - 'class': 'sphinx-comment-open' + addcls, - id: 'ao' + id - }) - .append($(document.createElement('img')).attr({ - src: image, - alt: 'comment', - title: title - })) - .click(function(event) { - event.preventDefault(); - show($(this).attr('id').substring(2)); - }) - ) - .append( - $(document.createElement('a')).attr({ - href: '#', - 'class': 'sphinx-comment-close hidden', - id: 'ah' + id - }) - .append($(document.createElement('img')).attr({ - src: opts.closeCommentImage, - alt: 'close', - title: 'close' - })) - .click(function(event) { - event.preventDefault(); - hide($(this).attr('id').substring(2)); - }) - ); - }); - }; - - var opts = { - processVoteURL: '/_process_vote', - addCommentURL: '/_add_comment', - getCommentsURL: '/_get_comments', - acceptCommentURL: '/_accept_comment', - deleteCommentURL: '/_delete_comment', - commentImage: '/static/_static/comment.png', - closeCommentImage: '/static/_static/comment-close.png', - loadingImage: '/static/_static/ajax-loader.gif', - commentBrightImage: '/static/_static/comment-bright.png', - upArrow: '/static/_static/up.png', - downArrow: '/static/_static/down.png', - upArrowPressed: '/static/_static/up-pressed.png', - downArrowPressed: '/static/_static/down-pressed.png', - voting: false, - moderator: false - }; - - if (typeof COMMENT_OPTIONS != "undefined") { - opts = jQuery.extend(opts, COMMENT_OPTIONS); - } - - var popupTemplate = '\ -
\ -

\ - Sort by:\ - best rated\ - newest\ - oldest\ -

\ -
Comments
\ -
\ - loading comments...
\ -
    \ -
    \ -

    Add a comment\ - (markup):

    \ -
    \ - reStructured text markup: *emph*, **strong**, \ - ``code``, \ - code blocks: :: and an indented block after blank line
    \ -
    \ - \ -

    \ - \ - Propose a change ▹\ - \ - \ - Propose a change ▿\ - \ -

    \ - \ - \ - \ - \ -
    \ -
    \ -
    '; - - var commentTemplate = '\ -
    \ -
    \ -
    \ - \ - \ - \ - \ - \ - \ -
    \ -
    \ - \ - \ - \ - \ - \ - \ -
    \ -
    \ -
    \ -

    \ - <%username%>\ - <%pretty_rating%>\ - <%time.delta%>\ -

    \ -
    <#text#>
    \ -

    \ - \ - reply ▿\ - proposal ▹\ - proposal ▿\ - \ - \ -

    \ -
    \
    -<#proposal_diff#>\
    -        
    \ -
      \ -
      \ -
      \ -
      \ -
      '; - - var replyTemplate = '\ -
    • \ -
      \ -
      \ - \ - \ - \ - \ - \ -
      \ -
      \ -
    • '; - - $(document).ready(function() { - init(); - }); -})(jQuery); - -$(document).ready(function() { - // add comment anchors for all paragraphs that are commentable - $('.sphinx-has-comment').comment(); - - // highlight search words in search results - $("div.context").each(function() { - var params = $.getQueryParameters(); - var terms = (params.q) ? params.q[0].split(/\s+/) : []; - var result = $(this); - $.each(terms, function() { - result.highlightText(this.toLowerCase(), 'highlighted'); - }); - }); - - // directly open comment window if requested - var anchor = document.location.hash; - if (anchor.substring(0, 9) == '#comment-') { - $('#ao' + anchor.substring(9)).click(); - document.location.hash = '#s' + anchor.substring(9); - } -}); diff --git a/vs2008/doc/building.html b/vs2008/doc/building.html deleted file mode 100644 index 73cd9ccf8..000000000 --- a/vs2008/doc/building.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - Building Tesseract-OCR — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -
      -

      Building Tesseract-OCR

      -

      The Visual Studio 2008 Solution for Tesseract-OCR builds:

      -
        -
      • libtesseract

        -
      • -
      • tesseract.exe

        -
      • -
      • 9 training applications (for v3.02)

        -
      • -
      -

      Unlike earlier Solutions only a single libtesseract library is -generated — the twelve projects matching the twelve source subfolders -have been abandoned. They were deemed too complicated since they were -never (rarely?) used by themselves, but only along with the entire -library.

      -

      In addition, libtesseract and tesseract.exe can be built using four -configurations: LIB_Release, LIB_Debug, -DLL_Release, and DLL_Debug.

      -

      Two Visual Studio Property Sheets, leptonica_versionnumbers.vsprops -and tesseract_versionnumbers.vsprops, are employed to isolate the -Solution from changes in dependency version numbers (and isolate -dependent Solutions). See APITest’s LIB_Release Linker Additional Dependencies -settings for an example of what this looks like in practice. See -Leptonica’s explanation About version numbers in library filenames -for the rationale behind using Property Sheets.

      -
      -

      Building libtesseract and tesseract.exe

      -
        -
      1. Open C:\BuildFolder\tesseract-3.0x\vs2008\tesseract.sln in Visual -Studio 2008.

        -

        You’ll see the following projects in the Solution -Explorer (for v3.02):

        -
        ambiguous_words
        -classifier_tester
        -cntraining
        -combine_tessdata
        -dawg2wordlist
        -libtesseract302
        -mftraining
        -shapeclustering
        -tesseract
        -unicharset_extractor
        -wordlist2dawg
        -
        -
        -
      2. -
      3. Select the build configuration you’d like to use from the -Solution Configurations dropdown. It lists the following -configurations:

        -
        DLL_Debug
        -DLL_Release
        -LIB_Debug
        -LIB_Release
        -
        -
        -

        The DLL_ configurations build the DLL version of libtesseract-3.0x -(and link with the DLL version of Leptonica 1.68). The LIB_ -configurations build the static library version of libtesseract-3.0x -(and link with the static version of Leptonica 1.68 and the required -image libraries).

        -
      4. -
      5. Build libtesseract by right-clicking the -libtesseract30x project and choosing -Build from the pop-up menu.

        -

        The resultant library will be written to the -C:\BuildFolder\tesseract-3.0x\vs2008\<ConfigurationName> directory -where <ConfigurationName> is the same as the build configuration you -selected earlier. It is also copied to the C:\BuildFolder\lib folder -to make it easy to link your own applications to libtesseract.

        -

        The library is named as follows (for v3.02):

        -
        -static libraries:
        -
        -   libtesseract302-static.lib
        -   libtesseract302-static-debug.lib
        -
        -DLLs:
        -
        -   libtesseract302.lib  (import library)
        -   libtesseract302.dll
        -   libtesseract302d.lib (import library)
        -   libtesseract302d.dll
        -
        -
      6. -
      7. Build the main tesseract OCR application by right-clicking the -tesseract project and choosing Build.

        -

        The resultant executable will be written to the -C:\BuildFolder\tesseract-3.0x\vs2008\<ConfigurationName> directory -where <ConfigurationName> is the same as the build configuration you -selected earlier. It is named as follows:

        -
        -LIB_Release: tesseract.exe
        -LIB_Debug:   tesseractd.exe
        -DLL_Release: tesseract-dll.exe
        -DLL_Debug:   tesseract-dlld.exe
        -
        -
      8. -
      -
      -
      -

      Testing tesseract.exe

      -

      It’s usually better to make a separate directory to test -tesseract.exe. To run tesseract, you either need to make sure your -test directory contains the tessdata tesseract language data folder or -you set the TESSDATA_PREFIX environment variable to point to it. See -http://code.google.com/p/tesseract-ocr/wiki/ReadMe for important -details.

      -

      For example, you can use the following directory structure:

      -
      C:\BuildFolder\
      -  include\
      -  lib\
      -  tesseract-3.02\
      -  testing\
      -     tessdata\
      -
      -
      -

      Copy your tesseract executable to C:\BuildFolder\testing. If you -built a DLL version then be sure to also copy the required DLLs to the -same directory (or add C:\BuildFolder\lib to your PATH – -However, this isn’t really recommended).

      -

      For example, if you are trying to run tesseractd.exe then you’ll need -to also copy the following to C:\BuildFolder\testing:

      -
      liblept168d.dll
      -libtesseract302d.dll
      -
      -
      -

      Copy a few test images to C:\BuildFolder\testing just to make it easy -to run test commands.

      -

      Test tesseract by doing something like the following:

      -
      tesseractd.exe eurotext.tif eurotext
      -
      -
      -

      This will create a file called eurotext.txt that will contain the -result of OCRing eurotext.tif.

      -
      -
      -

      Building the training applications

      -

      The training related applications are built using the following -projects:

      -
      ambiguous_words
      -classifier_tester
      -cntraining
      -combine_tessdata
      -dawg2wordlist
      -mftraining
      -shapeclustering
      -unicharset_extractor
      -wordlist2dawg
      -
      -
      -
      -

      Note

      -

      Currently these applications can ONLY be built with the LIB_Debug -and LIB_Release configurations. If you try to use a DLL configuration -you’ll get “undefined external symbol” errors.

      -
      -

      To build one of the above training applications, simply right-click one -of the projects in the Solution Explorer, and choose -Build from the pop-up menu.

      -

      Alternatively, you can build everything in the Solution by -choosing Build ‣ Build Solution (Ctrl+Shift+B) -from the menu bar.

      -

      See http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 for -more information on using these applications.

      -
      -
      -

      Building Tesseract-OCR with Visual C++ 2008 Express Edition

      -

      The Solution file that comes with Tesseract-OCR was created with Visual -Studio 2008, and is compatible for the most part with the free Visual -C++ 2008 Express Edition. You -might, however, sometimes see the following error message:

      -
      Fatal error RC1015: cannot open include file 'afxres.h'
      -
      -
      -

      The Solution uses resource files to set application and DLL properties -that are visible on Windows 7 when you right-click them in Windows -Explorer, choose Properties, and look at the -Details tab (the Version tab on Windows XP).

      -
      -
      Windows 7 Properties' Details Tab -
      -

      Unfortunately, the Express Edition doesn’t include the Resource -Editor. So in all resource files:

      -
      #include "afxres.h"
      -
      -
      -

      has to be changed to:

      -
      #include "windows.h"
      -
      -
      -

      If someone has used the VS2008 Resource Editor to change a .rc file -associated with an application or DLL and forgotten to make these -changes before checking the file in, you’ll see the above “Fatal error” -message. Simply manually make the change to fix the error.

      -
      -
      - - -
      -
      -
      - -
      -
      - - - - \ No newline at end of file diff --git a/vs2008/doc/index.html b/vs2008/doc/index.html deleted file mode 100644 index ef967aef9..000000000 --- a/vs2008/doc/index.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - Visual Studio 2008 Developer Notes for Tesseract-OCR — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/vs2008/doc/maintenance.html b/vs2008/doc/maintenance.html deleted file mode 100644 index 07d5ee7a9..000000000 --- a/vs2008/doc/maintenance.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - - - - - - Maintaining the VS2008 directory — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -
      -

      Maintaining the VS2008 directory

      -

      This section is geared towards project maintainers of the -tesseract-3.0x\vs2008 directory, rather than users of it.

      -

      Python 2.7.x (not 3.x) is required for this section. The recommended -version is the latest from ActiveState.

      -
      -

      The tesshelper.py Python script

      -

      tesshelper.py performs a number of useful maintenance related -operations on the tesseract-3.0x\vs2008 directory. To run it, first -open a Command Prompt window and navigate to the <tesseract install -dir>\vs2008 directory.

      -

      Then entering the following command:

      -
      python tesshelper.py --help
      -
      -
      -

      displays the following help message:

      -
      usage: tesshelper.py [-h] [--version] tessDir {compare,report,copy,clean} ...
      -
      -positional arguments:
      -  tessDir               tesseract installation directory
      -
      -optional arguments:
      -  -h, --help            show this help message and exit
      -  --version             show program's version number and exit
      -
      -Commands:
      -  {compare,report,copy,clean}
      -    compare             compare libtesseract Project with tessDir
      -    report              report libtesseract summary stats
      -    copy                copy public libtesseract header files to includeDir
      -    clean               clean vs2008 folder of build folders and .user files
      -
      -Examples:
      -
      -Assume that tesshelper.py is in c:\buildfolder\tesseract-3.01\vs2008,
      -which is also the current directory. Then,
      -
      -    python tesshelper .. compare
      -
      -will compare c:\buildfolder\tesseract-3.01 "library" directories to the
      -libtesseract Project
      -(c:\buildfolder\tesseract-3.01\vs2008\libtesseract\libtesseract.vcproj).
      -
      -    python tesshelper ..  report
      -
      -will display summary stats for c:\buildfolder\tesseract-3.01 "library"
      -directories and the libtesseract Project.
      -
      -    python tesshelper .. copy ..\..\include
      -
      -will copy all "public" libtesseract header files to
      -c:\buildfolder\include.
      -
      -    python tesshelper .. clean
      -
      -will clean the vs2008 folder of all build directories, and .user, .suo,
      -.ncb, and other temp files.
      -
      -
      -
      -
      -

      Generating the documentation

      -

      The source files for the documentation you are currently reading are -written in reStructuredText and processed with the -Sphinx Python Documentation Generator.

      -

      To install Sphinx, go to your <python.2.7.x install dir>\scripts -directory and just do:

      -
      easy_install -U Sphinx
      -
      -
      -

      which will download Sphinx and all its dependencies. [Note: This might -not install the Python Imaging Library. If not, then also do -easy_install -U PIL or download it from here.]

      -

      To generate this Tesseract-OCR VS2008 documentation go to -tesseract-3.0x\vs2008\Sphinx and do:

      -
      make clean
      -make html
      -
      -
      -

      Which will create a number of items in -tesseract-3.0x\vs2008\Sphinx\_build\html.

      -

      Copy everything there to the distribution’s tesseract-3.0x\vs2008\doc -folder, except for:

      -
      .buildinfo
      -objects.inv
      -
      -
      -
      -
      -

      Updating the VS2008 directory for new releases of Tesseract-OCR

      -
        -
      1. Change the version number strings in -tesseract-3.0x\vs2008\include\tesseract_versionnumbers.vsprops.

        -
      2. -
      3. Change the version number in -tesseract-3.0x\vs2008\port\version.h.

        -
      4. -
      5. Open up a Command Prompt window, and do the following:

        -
        cd <tesseract-3.0x install dir>\vs2008
        -python tesshelper .. compare
        -
        -
        -

        This will list all added and missing items in the <tesseract-3.0x install -dir> directories that are used to build libtesseract. For the -newly added items ignore:

        -
        api\tesseractmain.cpp
        -api\tesseractmain.h
        -ccutil\scanutils.cpp
        -ccutil\scanutils.h
        -
        -
        -

        and for the newly missing items ignore:

        -
        training\commontraining.cpp
        -training\commontraining.h
        -training\tessopt.cpp
        -training\tessopt.h
        -
        -
        -
      6. -
      7. Open up the tesseract.sln in Visual Studio 2008 (or Visual C++ 2008 -Express Edition but see this first).

        -
          -
        1. In the Solution Explorer, rename the libtesseract-3.0x -Project to the correct version number to make it obvious which -version of Tesseract-OCR this Solution is for.

          -
        2. -
        3. Remove the missing items from the libtesseract-3.0x Project.

          -
        4. -
        5. Add the new items to the libtesseract-3.0x Project.

          -

          If there were a lot of new items, you can use the newheaders.txt -and newsources.txt files generated by running the -tesshelper.py script with the compare command. Close the -Solution, and then you can directly edit -libtesseract\libtesseract.vcproj to add them to the appropriate -<Filter> ... </Filter> section (either Header Files or -Source Files).

          -
        6. -
        -
      8. -
      9. With the Solution closed, use a text editor to change all the -Project’s .rc files to reflect the new version.

        -

        If you have a program like the non-free PowerGrep, you can use it to change all the -.rc files in one fell swoop.

        -

        Alternatively, you can edit the Version resources within Visual -Studio 2008 (but not Visual C++ 2008 Express Edition) and then -manually make the changes mentioned here afterwards.

        -
      10. -
      11. If a new training application was added (edit -tesseract-3.0x\training\Makefile.am and look at the -bin_PROGRAMS variable to see the list), the easiest thing to do -is copy another existing training application Project and manually -change it.

        -

        For example, assuming the new training application is -called new_trainer.exe, with the Solution closed:

        -
          -
        1. Copy the ambiguous_words directory to a new directory called -new_trainer.

          -
        2. -
        3. Change the new_trainer\ambiguous_words.rc filename to -new_trainer\new_trainer.rc.

          -
        4. -
        5. Change the new_trainer\ambiguous_words.vcproj filename to -new_trainer\new_trainer.vcproj.

          -
        6. -
        7. Edit new_trainer\new_trainer.rc and change all occurrences of -ambiguous_words to new_trainer.

          -

          Also change FileDescription to describe the new application.

          -
        8. -
        9. Open up the Tesseract-OCR Solution file and right-click the -Solution:’tesseract’ in the Solution Explorer. Choose -Add ‣ Existing Project... from the context -menu and add the new_trainer\new_trainer.vcproj you just -created.

          -
        10. -
        11. Right-click the newly added Project, and choose -Project Dependencies....

          -

          The Project Dependencies Dialog will open. Make sure -that libtesseract30x is checked. If you forget this step, Visual -Studio will not automatically link with libtesseract and -you’ll get lots of “unresolved external symbol” errors.

          -
        12. -
        -

        This actually goes pretty fast. It should only take you a minute or -so to add a new application to the Tesseract-OCR Solution.

        -
      12. -
      13. (Optional?) Edit vs2008\Sphinx\versions.rst and add a new entry -describing the changes made for this new version.

        -
      14. -
      15. To make your working directory suitable for reposting back to the -Tesseract-OCR SVN repository, you need to ignore all the following:

        -
          -
        • All LIB_Release, LIB_Debug, DLL_Release, DLL_Debug -directories

          -
        • -
        • All .suo files

          -
        • -
        • All .user files

          -
        • -
        • All .ncb files

          -
        • -
        • vs2008\newheaders.txt

          -
        • -
        • vs2008\newsources.txt

          -
        • -
        -

        Optionally, the tesshelper.py script has the clean command -which will remove the above items. To run it, open a Command Prompt -window and then do:

        -
        cd <tesseract-3.0x install dir>\vs2008
        -python tesshelper .. clean
        -
        -
        -

        The script will respond with the following:

        -
        Are you sure you want to clean the
        - "C:\BuildFolder\tesseract-3.0x\vs2008" folder (Yes/No) [No]? yes
        -Only list the items to be deleted (Yes/No) [Yes]? no
        -
        -
        -

        You have to answer yes and then no to the prompts. Otherwise -either the script will just exit, or only list the items that will be -removed instead of actually removing them (which is a good thing to -try first just in case).

        -
      16. -
      -
      -
      - - -
      -
      -
      - -
      -
      - - - - \ No newline at end of file diff --git a/vs2008/doc/overview.html b/vs2008/doc/overview.html deleted file mode 100644 index 0fea8e47b..000000000 --- a/vs2008/doc/overview.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - Overview — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -
      -

      Overview

      -

      The recommended audience for this document are developers who want to -use Microsoft Visual Studio 2008 with Tesseract-OCR. If you simply want to run -tesseract or its various language training applications, then see the -ReadMe. You’ll -find instructions there on how to download tesseract’s Windows -installer.

      -

      Tesseract-OCR consists of:

      -
        -
      • libtesseract – the static (or dynamic) library that does all the -actual work. As of February 2012 it consists of 260+ C++ files -along with 290+ header files.

        -
      • -
      • tesseract.exe – the command-line OCR engine. It’s built from a -single, small C++ file that just calls functions in -libtesseract. There currently isn’t very much documentation on how -to use tesseract.exe, but you can look at what’s there in the -repository’s doc -subdirectory.

        -
      • -
      • Language packs – needed by tesseract.exe in order to recognize -particular languages.

        -
      • -
      -
        -
      • Language training applications – used to teach tesseract.exe new -languages. Each has their own (very brief) man page in the doc -subdirectory and include:

        -
          -
        • ambiguous_words.exe – generate sets of words Tesseract is likely -to find ambiguous

          -
        • -
        • classifier_tester – tests a Tesseract character classifier on -data as formatted for training

          -
        • -
        • cntraining.exe – character normalization training

          -
        • -
        • combine_tessdata.exe – combine/extract/overwrite Tesseract data

          -
        • -
        • dawg2wordlist.exe – convert a Tesseract DAWG to a wordlist

          -
        • -
        • mftraining.exe – feature training

          -
        • -
        • shapeclustering.exe – shape clustering training

          -
        • -
        • unicharset_extractor.exe – extract unicharset from Tesseract -boxfiles

          -
        • -
        • wordlist2dawg.exe – convert a wordlist to a DAWG

          -
        • -
        -

        Their use is described in the TrainingTesseract3 -Wiki page.

        -
      • -
      -

      This document explains how to:

      -
        -
      • Setup the proper directory structure required to use -the supplied Visual Studio 2008 Solution

        -
      • -
      -
        -
      • Build libtesseract, tesseract.exe, and the -training apps

        -
      • -
      • Write programs that link with libtesseract

        -
      • -
      -
      - - -
      -
      -
      -
      -
      - - - - - - - -
      -
      -
      -
      - - - - \ No newline at end of file diff --git a/vs2008/doc/programming.html b/vs2008/doc/programming.html deleted file mode 100644 index 969c57910..000000000 --- a/vs2008/doc/programming.html +++ /dev/null @@ -1,548 +0,0 @@ - - - - - - - - - - - Programming with libtesseract — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -
      -

      Programming with libtesseract

      -

      To use libtesseract in your own application you need to include -Leptonica’s allheaders.h, and Tesseract-OCR’s baseapi.h and -strngs.h.

      -

      Tesseract-OCR uses liblept mainly for image I/O, but you can also use -any of Leptonica’s many image processing functions on PIX, -while at the same time calling TessBaseAPI methods. See the -Leptonica documentation -for more details.

      -

      There doesn’t seem to be any documentation on api\baseapi.h, but it -has extensive comments. You can also look at the APITest Sample and -APIExamples projects.

      -

      See the APITest Sample project for an example of which compiler and -linker settings you need for various build configurations. The easiest -way to begin a new application is to just make a copy of the APITest -directory. See this step for detailed -instructions (skip the last step about adding Project -Dependencies).

      -

      If you want to manually set the required settings, then here’s the list -of things to do:

      -
        -
      1. Add the following Preprocessor Definitions when compiling -any files that include baseapi.h and you are linking with the -static library versions of libtesseract:

        -
        USE_STD_NAMESPACE
        -
        -
        -

        If you are linking with the DLL versions of libtesseract instead -add:

        -
        USE_STD_NAMESPACE;TESSDLL_IMPORTS;CCUTIL_IMPORTS;LIBLEPT_IMPORTS
        -
        -
        -
      2. -
      3. Be sure to add the following to Additional Include -Directories:

        -
        C:\BuildFolder\include
        -C:\BuildFolder\include\leptonica
        -
        -C:\BuildFolder\include\tesseract or
        -
        -<tesseract-3.0x dir> (all its sub-directories that contain header files)
        -
        -
        -
      4. -
      5. Add C:\BuildFolder\lib to your Additional Library -Directories.

        -
      6. -
      7. In the C:\BuildFolder\include directory are two Visual Studio -Property Sheet files:

        -
        tesseract_versionnumbers.vsprops
        -leptonica_versionnumbers.vsprops
        -
        -
        -

        Using tesseract_versionnumbers.vsprops (which automatically inherits -leptonica_versionnumbers.vsprops) can make it easier to specify the -libraries you need to import. For example, when creating a staticly -linked debug executable you can say:

        -
        zlib$(ZLIB_VERSION)-static-mtdll-debug.lib
        -libpng$(LIBPNG_VERSION)-static-mtdll-debug.lib
        -libjpeg$(LIBJPEG_VERSION)-static-mtdll-debug.lib
        -giflib$(GIFLIB_VERSION)-static-mtdll-debug.lib
        -libtiff$(LIBTIFF_VERSION)-static-mtdll-debug.lib
        -liblept$(LIBLEPT_VERSION)-static-mtdll-debug.lib
        -libtesseract$(LIBTESS_VERSION)-static-debug.lib
        -
        -
        -

        to make your application less dependent on library version numbers.

        -

        To add the Property Sheet to a Project, open its Properties -Pages Dialog, and set the Configuration Properties | -General | Inherited Project Property Sheets item to:

        -
        ..\..\..\include\tesseract_versionnumbers.vsprops
        -
        -
        -

        Choosing View ‣ Other Windows ‣ Property -Manager from the menubar will let you see the Properties attached -to each Project’s configurations.

        -
      8. -
      -
      -

      Note

      -

      The DLL versions of libtesseract currently only export the -TessBaseAPI C++ class from baseapi.h, there is no C function -interface yet.

      -
      -
      -

      Note

      -

      The DLL versions of libtesseract currently only export the -TessBaseAPI and STRING classes. In theory, all you need is -are those classes. However, if you find yourself having to manipulate -other “internal” tesseract objects then you currently have to link -with the static library versions of libtesseract.

      -
      -
      -

      Warning

      -

      The Release versions of liblept, by design, never print out any -possibly helpful messages to the console. Therefore, it is highly -recommended that you do your initial development using the Debug -versions of liblept. See Compile-time control over stderr output -for details.

      -
      -

      <<<Need to add the URL of the zip file that contains include & lib -directory contents for those people who don’t want to build libtesseract -themselves>>>

      -
      -

      Debugging Tips

      -

      Before debugging programs written with libtesseract, you should first -download the latest Leptonica sources (currently -leptonica-1.68.tar.gz) and VS2008 source package (vs2008-1.68.zip) -from:

      - -

      Unpack them to C:\BuildFolder to get the following directory structure:

      -
      C:\BuildFolder\
      -  include\
      -  lib\
      -  leptonica-1.68\
      -     vs2008\
      -  tesseract-3.02\
      -     vs2008\
      -  testing\
      -     tessdata\
      -
      -
      -

      (see Building the liblept library -for more information)

      -

      Tesseract-OCR uses Leptonica “under the hood” for all (most? some?) -of its image processing operations. Having the source available (and -compiling it in debug mode) will make it easier to see what’s really -going on.

      -

      You might want to add -C:\BuildFolder\leptonica-1.68\vs2008\leptonica.vcproj and -C:\BuildFolder\tesseract-3.02\vs2008\libtesseract\libtesseract.vcproj -to your solution by right-clicking it and choosing Add ‣ -Existing Project.... This seems to make VS2008’s Intellisense work -better -when finding “external” source files.

      -

      Definitely create a TESSDATA_PREFIX``x environment variable so that it -contains the absolute path of the directory that contains the -``tessdata directory. Otherwise you’ll have to put a tessdata -directory in every temporary build folder which quickly becomes painful -(especially since tessdata has gotten very big — 600MB!).

      -
      -
      -

      APITest Sample

      -

      The APITest Solution contains the minimal settings needed to -link with libtesseract. It demonstrates the typical situation, where -the “external” application’s source files reside outside of the -tesseract-3.0x directory tree.

      -

      To build the vs2008\APITest Solution, first copy it to your -C:\BuildFolder directory. This should now look like:

      -
      C:\BuildFolder\
      -
      -  include\
      -     leptonica\
      -     tesseract\
      -
      -     leptonica_versionnumbers.vsprops
      -     tesseract_versionnumbers.vsprops
      -
      -  lib\
      -     giflib416-static-mtdll-debug.lib
      -     giflib416-static-mtdll.lib
      -     libjpeg8c-static-mtdll-debug.lib
      -     libjpeg8c-static-mtdll.lib
      -     liblept168-static-mtdll-debug.lib
      -     liblept168-static-mtdll.lib
      -     liblept168.dll
      -     liblept168.lib
      -     liblept168d.dll
      -     liblept168d.lib
      -     libpng143-static-mtdll-debug.lib
      -     libpng143-static-mtdll.lib
      -     libtesseract302.dll
      -     libtesseract302.lib
      -     libtesseract302d.dll
      -     libtesseract302d.lib
      -     libtesseract302-static.lib
      -     libtesseract302-static-debug.lib
      -     libtiff394-static-mtdll-debug.lib
      -     libtiff394-static-mtdll.lib
      -     zlib125-static-mtdll-debug.lib
      -     zlib125-static-mtdll.lib
      -
      -  tesseract-3.02\
      -
      -  APITest\
      -     baseapitester\
      -        baseapitester.cpp
      -        baseapitester.rc
      -        baseapitester.vcproj
      -        resource.h
      -        stdafx.cpp
      -        stdafx.h
      -        targetver.h
      -     APITest.sln
      -
      -
      -

      The APITest contains just the baseapitester -project. This was created using the VS2008 Win32 Console -Application Project Wizard and then just copying most of -tesseractmain.cpp and making minor edits. Its settings correctly refer -to the “public” include and lib directories using relative paths.

      -

      It assumes that the C:\BuildFolder\include directory has been -properly setup. See this for more details.

      -

      The C:\BuildFolder\lib directory will automatically get -libtesseract copied to it whenever it is built.

      -

      The include\tesseract_versionnumbers.vsprops Property Sheet is used -to avoid explicit library version number dependencies. Precompiled -headers are used. LIB_Release, LIB_Debug, -DLL_Release, and DLL_Debug build configurations -are supported.

      -

      The following are the compiler command lines and linker options -used. See Compiling a C/C++ Program | Compiler Options for a -detailed explanation of these options.

      -

      LIB_Release C/C++ Command Line:

      -
      /O2
      -/I "." /I "..\..\include" /I "..\..\include\leptonica"
      -/I "..\..\include\tesseract"
      -/D "WIN32" /D "_WINDOWS" /D "NDEBUG"
      -/D "USE_STD_NAMESPACE" /D "_MBCS"
      -/FD /EHsc /MD /Yc"stdafx.h"
      -/Fp"LIB_Release\baseapitester.pch" /Fo"LIB_Release\\"
      -/Fd"LIB_Release\vc90.pdb"
      -/W3 /nologo /c
      -/wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566
      -/errorReport:prompt
      -
      -
      -

      LIB_Release Linker Additional Dependencies:

      -
      ws2_32.lib
      -user32.lib
      -zlib$(ZLIB_VERSION)-static-mtdll.lib
      -libpng$(LIBPNG_VERSION)-static-mtdll.lib
      -libjpeg$(LIBJPEG_VERSION)-static-mtdll.lib
      -giflib$(GIFLIB_VERSION)-static-mtdll.lib
      -libtiff$(LIBTIFF_VERSION)-static-mtdll.lib
      -liblept$(LIBLEPT_VERSION)-static-mtdll.lib
      -libtesseract$(LIBTESS_VERSION)-static.lib
      -
      -
      -

      LIB_Debug C/C++ Command Line:

      -
      /Od
      -/I "." /I "..\..\include" /I "..\..\include\leptonica"
      -/I "..\..\include\tesseract"
      -/D "WIN32" /D "_WINDOWS" /D "_DEBUG"
      -/D "USE_STD_NAMESPACE" /D "_MBCS"
      -/FD /EHsc /RTC1 /MDd /Yc"stdafx.h"
      -/Fp"LIB_Debug\baseapitesterd.pch" /Fo"LIB_Debug\\"
      -/Fd"LIB_Debug\vc90.pdb"
      -/W3 /nologo /c /Z7
      -/wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566
      -/errorReport:prompt
      -
      -
      -

      LIB_Debug Linker Additional Dependencies:

      -
      ws2_32.lib
      -user32.lib
      -zlib$(ZLIB_VERSION)-static-mtdll-debug.lib
      -libpng$(LIBPNG_VERSION)-static-mtdll-debug.lib
      -libjpeg$(LIBJPEG_VERSION)-static-mtdll-debug.lib
      -giflib$(GIFLIB_VERSION)-static-mtdll-debug.lib
      -libtiff$(LIBTIFF_VERSION)-static-mtdll-debug.lib
      -liblept$(LIBLEPT_VERSION)-static-mtdll-debug.lib
      -libtesseract$(LIBTESS_VERSION)-static-debug.lib
      -
      -
      -

      DLL_Release C/C++ Command Line:

      -
      /O2
      -/I "." /I "..\..\include" /I "..\..\include\leptonica"
      -/I "..\..\include\tesseract"
      -/D "WIN32" /D "_WINDOWS" /D "NDEBUG"
      -/D "USE_STD_NAMESPACE" /D "_MBCS"
      -/D "TESSDLL_IMPORTS" /D "CCUTIL_IMPORTS" /D "LIBLEPT_IMPORTS"
      -/FD /EHsc /MD /Yc"stdafx.h"
      -/Fp"DLL_Release\baseapitester-dll.pch" /Fo"DLL_Release\\"
      -/Fd"DLL_Release\vc90.pdb"
      -/W3 /nologo /c
      -/wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566
      -/errorReport:prompt
      -
      -
      -

      DLL_Release Linker Additional Dependencies:

      -
      ws2_32.lib
      -user32.lib
      -liblept$(LIBLEPT_VERSION).lib
      -libtesseract$(LIBTESS_VERSION).lib
      -
      -
      -

      DLL_Debug C/C++ Command Line:

      -
      /Od
      -/I "." /I "..\..\include" /I "..\..\include\leptonica"
      -/I "..\..\include\tesseract"
      -/D "WIN32" /D "_WINDOWS" /D "_DEBUG"
      -/D "USE_STD_NAMESPACE" /D "_MBCS"
      -/D "TESSDLL_IMPORTS" /D "CCUTIL_IMPORTS" /D "LIBLEPT_IMPORTS"
      -/FD /EHsc /RTC1 /MDd /Yc"stdafx.h"
      -/Fp"DLL_Debug\baseapitester-dlld.pch" /Fo"DLL_Debug\\"
      -/Fd"DLL_Debug\vc90.pdb"
      -/W3 /nologo /c /Z7
      -/wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566
      -/errorReport:prompt
      -
      -
      -

      DLL_Debug Linker Additional Dependencies:

      -
      ws2_32.lib
      -user32.lib
      -liblept$(LIBLEPT_VERSION)d.lib
      -libtesseract$(LIBTESS_VERSION)d.lib
      -
      -
      -
      -
      -

      APIExamples

      -

      <<<NEEDS WORK>>>

      -

      Currently two Projects are in this solution:

      -
        -
      • preprocessing – Demonstrates how to use Leptonica’s image -processing functions to clean up images before calling -TessBaseAPI::SetImage().

        -
      • -
      • getinfo – Demonstrates calling various TessBaseAPI methods to get -back information on the OCR process.

        -
      • -
      -
      -
      -

      Tesseract-OCR preprocessor definitions

      -
      -
      HAVE_CONFIG_H
      -

      Only defined when building under Linux. This causes the inclusion of -config_auto.h, which is only auto-generated during the ./configure -process and thus not visible on Windows.

      -

      This is what sets the VERSION macro (and lots of other -configuration related macros).

      -
      -
      TESSDLL_EXPORTS
      -
      Only used when building DLL versions of libtesseract.
      -
      TESSDLL_IMPORTS
      -

      Should be defined when building apps that link to a DLL version of -libtesseract. Used as follows in baseapi.h:

      -
      #ifdef TESSDLL_EXPORTS
      -#define TESSDLL_API __declspec(dllexport)
      -#elif defined(TESSDLL_IMPORTS)
      -#define TESSDLL_API __declspec(dllimport)
      -#else
      -#define TESSDLL_API
      -#endif
      -
      -
      -

      If you don’t define this then you’ll get “undefined external symbol” -errors.

      -
      -
      TESSDLL_API
      -
      Used to mark classes for export (visibility) in DLL versions of -libtesseract. Currently only used with the TestBaseAPI class.
      -
      CCUTIL_EXPORTS
      -
      Only used when building DLL versions of libtesseract.
      -
      CCUTIL_IMPORTS
      -

      Should be defined when building apps that link to a DLL version of -libtesseract. Used as follows in strngs.h:

      -
      #ifdef CCUTIL_EXPORTS
      -#define CCUTIL_API __declspec(dllexport)
      -#elif defined(CCUTIL_IMPORTS)
      -#define CCUTIL_API __declspec(dllimport)
      -#else
      -#define CCUTIL_API
      -#endif
      -
      -
      -

      If you don’t define this then you’ll get “undefined external symbol STRING” -errors.

      -
      -
      LIBLEPT_IMPORTS
      -

      Should be defined when building apps that link to a DLL version of -Leptonica. Used as follows in environ.h:

      -
      #if defined(LIBLEPT_EXPORTS) || defined(LEPTONLIB_EXPORTS)
      -#define LEPT_DLL __declspec(dllexport)
      -#elif defined(LIBLEPT_IMPORTS) || defined(LEPTONLIB_IMPORTS)
      -#define LEPT_DLL __declspec(dllimport)
      -#else
      -#define LEPT_DLL
      -#endif
      -
      -
      -

      If you don’t define this then you’ll get “undefined external symbol” -errors.

      -
      -
      USE_STD_NAMESPACE
      -

      Causes the following to be done:

      -
      #ifdef USE_STD_NAMESPACE
      -using std::string;
      -using std::vector;
      -#endif
      -
      -
      -
      -
      _WIN32
      -

      Used to indicate that the build target is Windows 32-bit or -64-bit (WIN32 and WINDOWS are also added by the New Project -Wizards).

      -

      See C/C+ Preprocessor Reference | The Preprocessor | Macros | -Predefined Macros for -the complete list for Visual Studio 2008.

      -
      -
      _MSC_VER
      -
      Used to check specifically for building with the VC++ compiler (as -opposed to the MinGW gcc compiler).
      -
      _USRDLL
      -
      Only defined when building the DLL versions of libtesseract.
      -
      _MBCS
      -
      Automatically defined when Configuration Properties | -General | Character Set is set to Use Multi-Byte -Character Set.
      -
      DLLSYM
      -
      Obsolete -and can be ignored.
      -
      -
      -
      - - -
      -
      -
      -
      - -
      -
      -
      - - - - \ No newline at end of file diff --git a/vs2008/doc/search.html b/vs2008/doc/search.html deleted file mode 100644 index d1f185800..000000000 --- a/vs2008/doc/search.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - Search — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -

      Search

      -
      - -

      - Please activate JavaScript to enable the search - functionality. -

      -
      -

      - From here you can search these documents. Enter your search - words into the box below and click "search". Note that the search - function will automatically search for all of the words. Pages - containing fewer words won't appear in the result list. -

      -
      - - - -
      - -
      - -
      - -
      -
      -
      - -
      -
      - - - - \ No newline at end of file diff --git a/vs2008/doc/searchindex.js b/vs2008/doc/searchindex.js deleted file mode 100644 index 517d903f6..000000000 --- a/vs2008/doc/searchindex.js +++ /dev/null @@ -1 +0,0 @@ -Search.setIndex({objects:{},terms:{scm:8,all:[0,2,3,4,5,7,8],code:[0,8,4,5,2],forget:7,skip:[4,5],four:0,supplement:8,sleep:[4,8],modul:8,libtess_vers:5,follow:[0,2,4,5,7,8],menubar:[8,5],compact:8,privat:8,accur:8,depend:[0,1,2,4,5,7,8],tessdata_prefix:[0,4,5],"_debug":5,wizard:5,friendli:8,rel:[4,5,2],giflib:5,program:[1,3,4,5,7,8],swoop:7,under:5,preprocess:5,larg:4,fatal:0,leptonlib_import:5,suitabl:7,emploi:0,sourc:[0,1,2,4,5,7,8],everi:5,rational:[0,2],fals:[8,2],faq:8,wd4566:[5,2],unfamiliar:4,util:[4,8],failur:8,veri:[3,4,5,8],word:3,trainingtesseract3:[0,3],tessdata:[0,4,5],giflib_vers:5,vs2008includestdint:2,button:4,cmd:8,list:[0,2,4,5,7,8],"try":[0,4,8,7],item:[5,7],vector:5,tccle_cmd_replac:8,stderr:5,small:[3,8],pil:7,servic:8,dir:[4,5,7],dllsym:5,neural_network:4,properti:[0,8,5,2],snprintf:2,tessopt:7,sign:2,afxr:0,design:5,chec:4,unresolv:7,download:[2,3,4,5,7,8],newsourc:7,tortoisesvn:[1,4,8],port:[4,7,2],vmware:[1,8],compat:[0,2],what:[0,3,5,8,2],lib_debug:[0,5,7,2],sub:[6,5,2],compar:[8,7],suo:7,onfigur:8,section:[4,8,7],abl:6,brief:3,find:[3,5,8],current:[0,2,3,5,6,7,8],ambiguous_word:[0,3,4,7,2],version:[0,1,2,4,5,7,8],ccutil_import:5,"new":[1,2,3,4,5,7,8],net:8,method:[8,5],whatev:8,hasn:4,themselv:[0,5],vs2008:[0,1,2,4,5,6,7,8],dropdown:0,gener:[0,1,2,3,5,7],never:[0,5],here:[8,4,5,7],studio:[0,1,2,3,4,5,6,7,8],trunk:4,path:[0,4,5],along:[0,3,4],strong:[0,1,4],modifi:8,sinc:[0,8,4,5],awaresystem:8,box:8,convert:[6,3],deskew:8,standalon:8,shift:[0,8],anymor:8,larger:8,"_version":2,action:4,implement:8,tesseract:[0,1,2,3,4,5,6,7,8],via:8,getinfo:5,solut:[0,2,3,4,5,6,7,8],app:[3,5,8],filenam:[0,7,2],unix:[4,8],api:[4,5,7,2],wd4018:[5,2],leptonica:[0,1,2,3,4,5,6,7,8],visibl:[0,5],instal:[3,4,8,7],txt:[0,7],teach:3,select:0,highli:5,"__declspec":5,from:[0,2,3,4,5,7,8],describ:[3,4,7],msy:[1,8],doubl:2,two:[0,5],subvers:8,few:[0,4,8],live:8,call:[0,2,3,4,5,7],recommend:[0,3,4,5,7,8],baseapitesterd:5,checkout:4,minor:5,more:[0,4,5,2],print0:8,peopl:5,relat:[0,2,4,5,7,8],mismatch:[8,2],warn:[5,2],visual:[0,1,2,3,4,5,6,7,8],train:[0,1,2,3,4,7],particular:[3,8],known:8,rare:0,unpack:[4,5],easiest:[8,4,5,7],dll_:0,step:[4,5,7],graphic:8,dlld:[0,8,5],sometim:0,player:[1,8],setup:[1,4,5,3],work:[3,4,5,8,7],uniqu:8,worth:8,can:[0,2,3,4,5,7,8],abandon:0,control:[8,5],prompt:[8,5,7],explor:[0,1,8,7],tar:[4,5],process:[1,5,8,7],sln:[0,4,5,7],indic:5,wd4800:[5,2],tab:[0,8],type1:2,wordrec:4,ccutilmemblk:2,string:[8,5,7],alwai:8,gcc:5,answer:7,multipl:8,thing:[5,7],rather:7,unsign:2,tesseractclass:8,classifi:[3,4],write:[3,4],how:[3,4,5,8],vital:4,anyon:8,subdirectori:3,windiff:[1,8],instead:[8,5,7],type2:2,config:4,circular:8,product:8,express:[0,1,7,2],recogn:3,after:[4,8],sysintern:[1,8],reflect:7,befor:[0,5],scratch:2,date:[1,4],associ:0,demonstr:5,man:3,github:6,essenti:8,practic:[0,2],vcproj:[4,5,7],libjpeg_vers:5,minim:5,explicit:5,ambigu:3,caus:5,inform:[0,5,2],"switch":2,maintain:[1,7],environ:[0,8,4,5],tessedit_resegment_from_line_box:8,enter:[4,7],order:3,oper:[8,5,7],elif:5,help:[8,5,7],softwar:[1,8],tesshelp:[1,4,7,2],move:2,becaus:8,own:[0,3,5,8,2],pane:8,size_t:2,libtiff_vers:5,still:[4,8],unicharset:3,dynam:3,bunch:4,wd4305:[5,2],binari:4,invalid:8,fix:0,better:[0,5],platform:[8,2],window:[0,3,4,5,7,8],helper:4,tiff:8,combine_tessdata:[0,3,4],main:0,might:[0,8,4,5,7],easier:[8,5],reli:4,them:[0,4,5,7,2],good:7,thei:[0,8,2],python:[1,4,7,2],auto:[8,5],safe:8,handi:[1,8],initi:[1,4,5,8,2],libpng_vers:5,mention:[8,7],half:8,apppath:8,now:[4,5,2],document:[1,5,7,3],name:[0,8,4,5,2],edit:[0,1,5,7],lept_dll:5,troubleshoot:8,tessedit_train_from_box:8,separ:[0,2],easili:8,februari:[1,4,3,2],mingw:[8,5],cntrain:[0,3,4],mode:5,truth:8,each:[3,5],debug:[0,1,4,5,2],fulli:8,updat:[1,4,7],truncat:2,compil:[5,2],ccutil:[4,7,2],ndebug:5,wasn:8,mdd:5,realli:[0,5],dawg:3,"static":[0,3,4,5,2],ehsc:5,resourc:[0,5,7,2],extract:3,dawg2wordlist:[0,3,4,2],out:[8,4,5],variabl:[0,5,7],anag:5,goe:7,miss:[8,7],newli:7,apitest:[0,1,4,5,2],bool_memb:8,content:[4,5],leptonica_versionnumb:[0,4,5,2],twelv:[0,2],adapt:6,irfanview:[1,8],print:5,determin:8,occurr:7,correct:7,integr:8,earlier:0,segsearch_max_fixed_pitch_char_wh_ratio:8,navig:7,written:[0,5,7],manipul:5,situat:5,libtesseract:[0,1,2,3,4,5,6,7,8],free:[0,1,8,7],examdiff:8,base:2,theori:5,releas:[1,2,4,5,7,8],"byte":5,afterward:7,bash:8,scanutil:7,precompil:[4,5],liblept_import:5,coreutil:4,cube:4,put:[5,2],zlib_vers:5,rc1015:0,keep:4,filter:7,turn:[8,2],isn:[0,3,6,2],outsid:[4,5],tesseract_versionnumb:[0,4,5,7,2],summari:7,first:[4,5,7,2],origin:8,intimid:8,major:8,obviou:7,feel:8,libjpeg:5,buildfold:[0,1,2,3,4,5,6,7,8],number:[0,4,5,7,2],yourself:[4,5],mai:4,instruct:[6,3,4,5],alreadi:4,done:[4,5],fast:[8,7],effortless:8,oppos:5,stabl:4,nologo:5,custom:8,open:[0,8,5,7],predefin:5,hood:5,size:4,differ:8,sheet:[0,5,2],silent:8,script:[1,4,7,2],tesseractmain:[5,7],apityp:2,system:[1,8],messag:[0,5,7],tradition:8,attach:5,ccutil_export:5,too:0,tesseractd:0,tessdll_export:5,includ:[0,2,3,4,5,7],shell:8,consol:[8,5],gear:7,especi:[8,5],tool:[1,8],copi:[0,2,4,5,7,8],apiexampl:[1,4,5],specifi:5,part:0,fileerr:2,wow64:8,rst:7,"600mb":5,tcc:[1,8],than:[8,7],wd4005:[5,2],std:5,anoth:[8,7],grep:8,target:5,whenev:[8,5],provid:8,gotten:5,remov:[4,7,2],tree:[4,5],structur:[0,3,4,5,2],charact:[3,5,2],project:[0,4,5,7,2],were:[0,7],posit:7,minut:7,toward:7,typic:5,pre:4,sai:5,shapeclust:[0,3,4,2],abov:[0,4,8,7],viewer:[4,8],libtiff394:[4,5],linker:[0,5,2],deprec:2,argument:7,packag:[4,5,2],properli:5,have:[0,2,4,5,7,8],close:7,need:[0,2,3,4,5,7,8],seen:2,seem:[8,5],buildinfo:7,option:[8,4,5,7],engin:3,built:[0,3,4,5],equival:8,inv:7,click:[0,8,4,5,7],note:[0,1,2,5,6,7,8],also:[0,8,5,7,2],includedir:7,build:[0,1,2,3,4,5,7,8],which:[8,5,7,2],combin:3,seriali:2,singl:[0,3,2],surf:8,even:[4,8],begin:5,sure:[0,8,5,7],pain:5,distribut:7,normal:3,track:8,previou:8,discov:8,most:[0,8,5],beta:4,cygwin:[1,4,8],xarg:8,alpha:4,choos:[0,8,4,5,7],"class":[8,5,2],use_std_namespac:5,"_build":7,renam:7,unicharset_extractor:[0,3,4],url:5,doc:[3,4,7],ws2_32:5,doe:3,declar:2,runtim:8,clean:[5,7],latest:[1,4,5,8,7],wordrecpiec:2,microsoft:[3,8],dllexport:5,show:[8,7],text:7,tessbaseapi:[8,5],eurotext:0,bring:8,directli:[4,8,7],libtesseract30x:[0,7],threshold:2,targetv:5,data:[0,3,4,2],"__msw32__":2,ground:8,absolut:[4,5],onli:[0,8,5,7,2],locat:4,execut:[0,8,5],pretti:7,delet:[4,7,2],makefil:7,menu:[0,4,7],explain:3,configur:[0,5,2],apach:8,figur:8,iew:5,should:[6,8,4,5,7],dict:4,mtdll:[4,5],folder:[0,8,4,5,7],ocr:[0,1,2,3,4,5,6,7,8],over:5,filedescript:7,insight:8,variou:[3,4,5],get:[0,8,5,7],likewis:8,mainten:[7,2],report:[8,7],dit:8,libtesseract302:[0,4,5,2],requir:[0,2,3,4,5,7,8],liblept_export:5,bar:0,temp:7,grayscal:8,classifier_test:[0,3,4,2],"public":[4,5,7,2],strng:[5,2],stuff:8,common:8,contain:[0,4,5],where:[0,4,5],seamlessli:8,dpi:8,view:8,respond:7,set:[0,1,2,3,4,5,8],sampl:[1,5],"float":2,see:[0,2,3,4,5,7,8],result:[0,4,8],fail:8,defici:8,simpl:4,analog:6,awar:[1,8],"_win32":5,detect:8,correctli:[8,4,5],innov:8,mainli:5,someth:[0,8],vsprop:[0,4,5,7,2],errcod:2,dll:[0,8,4,5,2],behind:0,libpng:5,"import":[0,8,4,5,2],double_memb:8,tessedit_dump_pageseg_imag:8,altern:[0,8,7],lib_releas:[0,5,7,2],kei:8,exampl:[0,2,4,5,7,8],isol:[0,8,2],segsearch_max_char_wh_ratio:8,extens:[8,5],entir:0,pch:5,preprocessor:[1,5,2],otherwis:[4,5,7],subfold:0,rtc1:5,addit:[0,4,5,2],both:8,ild:0,dll_releas:[0,5,7,2],last:[4,5],tessedit_make_boxes_from_box:8,howev:[0,6,4,5,8],newhead:7,etc:4,audienc:3,context:7,forgotten:0,let:[8,5],com:[0,6,4,5,8],pdb:[5,2],memri:2,comment:5,ccstruct:[4,2],libtesseract302d:[0,8,4,5,2],simpli:[0,3],point:[0,4],within:7,overview:[1,3],ubuntu:8,pop:[0,4],liblept168:[4,5],ffind:8,littl:4,suppli:[3,2],diff:[4,8],assum:[4,5,7],liblept_vers:5,quit:[4,8],becom:5,java:4,creat:[0,2,4,5,7,8],endif:5,chrome:8,come:[0,8],cutil:4,been:[0,4,5],mark:5,compon:4,much:3,valu:2,tessdll_api:5,bin_program:7,quickli:[4,5],oth:5,setimag:5,imag:[0,8,4,5,7],dismiss:8,great:8,ani:5,wd4355:[5,2],baseapi:[5,2],present:8,convers:2,"case":[4,7],multi:5,therefor:[4,5],look:[0,2,3,5,7,8],gnu:8,plain:8,wiki:[0,3],zlib:5,commerci:8,pixel:8,gawk:8,defin:[5,2],"while":[8,4,5],match:0,cannot:[0,2],error:[0,8,5,7],win32:[4,5],tesscallback:2,region:8,pack:[3,8],pro:8,advantag:8,ctrl:[0,8],readi:4,readm:[0,3],non:[8,7],worri:2,cluster:3,liblept168d:[0,4,5],exit:[8,7],tessdll_import:5,esc:8,limit:2,jpsoft:8,redefinit:2,develop:[1,3,5,8,2],obsolet:5,perform:[7,2],make:[0,8,5,7],format:[3,2],vc90:5,same:[0,8,4,5],member:2,handl:8,html:[6,8,7],giflib416:[4,5],knowndll:8,complet:[5,2],"335mb":4,http:[0,6,4,5,8],someon:[0,4],capabl:8,testbaseapi:5,temporari:5,user:[8,7,2],mani:[8,4,5],extern:[0,5,7,2],publictyp:2,chang:[0,4,7,2],xist:[5,7],task:2,off:2,lib:[0,4,5,2],have_config_h:5,entri:7,thu:5,well:8,astifftagview:[1,8],inherit:5,"2gb":4,without:8,command:[0,3,5,8,7],thi:[0,2,3,4,5,7,8],filesystem:5,undefin:[0,5],everyth:[0,7],ccutil_api:5,usual:[0,4,8],explan:[0,5,2],load:8,just:[0,3,4,5,7,8],less:[8,5],tip:[1,5],rest:4,shape:3,mathfix:2,settabl:8,virtual:8,ifdef:5,comput:4,kdiff3:8,yet:5,languag:[0,3,4],repost:7,zlib125:[4,5],web:8,struct:2,easi:[0,8],restructuredtext:7,ncb:7,except:[4,7],technet:8,add:[0,4,5,7],tessdir:7,els:5,unlik:[0,4],bb896653:8,unofficialleptdoc:6,take:[4,7],applic:[0,1,2,3,4,5,7,8],mayb:8,read:7,big:5,uild:0,walker:[1,8],test:[0,1,3,4,5,8],wd4267:[5,2],know:8,grig:8,press:8,bit:[8,5],tif:0,loss:2,resid:5,like:[0,2,3,4,5,7,8],specif:[8,5],header:[3,4,5,7,2],manual:[0,5,7],manifest:8,tpgit:6,lib_:0,either:[0,7],output:[8,5],baseapitest:5,page:[3,4,5,2],www:8,right:[0,4,5,7],old:8,who:[3,5],deal:[4,8],dllimport:5,linux:[8,5],eas:2,back:[5,7],vs2010:6,intern:5,"_msc_ver":5,errorreport:5,proper:[3,4],dll_debug:[0,5,7,2],librari:[0,2,3,4,5,7],incant:8,total:4,collect:8,leptonlib_export:5,leak:8,avoid:5,definit:[1,5,8],best:8,config_auto:5,user32:5,complic:0,refer:[4,5,2],machin:8,object:[5,7],run:[0,3,8,7],slight:8,usag:7,host:2,repositori:[3,4,8,7],"_usrdll":5,textord:4,dependenci:7,about:[0,4,5,2],actual:[3,8,7],would:4,boxfil:3,unichar:2,proce:4,slightli:8,unfortun:0,"_window":5,dialog:[8,5,7],act:8,plan:4,subsystem:8,client:8,univers:2,allhead:5,libpng143:[4,5],activest:7,ccutilmemryerr:2,libtiff:5,encod:8,easy_instal:7,automat:[8,5,7],appropri:7,down:8,phase:8,empti:4,contrib:4,next:8,your:[0,2,4,5,7,8],inclus:[5,2],span:5,wai:[8,4,5,2],"_mbc":5,transfer:4,support:[8,5,2],wd4099:[5,2],overwrit:3,why:8,avail:[8,5],wordrect:2,newcom:8,interfac:[8,5],editor:[0,7],lot:[5,7],replac:8,dependencywalk:8,"function":[3,5,2],zip:[4,5],mftrain:[0,3,4],forc:2,some:[8,4,5,2],link:[0,3,4,5,7],intellisens:5,vs2008includeinttyp:2,don:[4,5,2],line:[3,5,8],"true":[8,2],powergrep:7,info:8,made:[4,7],utf:8,consist:3,possibl:[8,4,5,2],"default":[4,8],type:[8,2],access:8,googlecod:4,displai:[8,7],liblept:[0,1,2,3,4,5,6,7,8],those:5,wd4996:[5,2],new_train:7,varibl:4,problem:8,featur:3,wordlist2dawg:[0,3,4],tessedit_resegment_from_box:8,dure:5,doesn:[0,8,5],repres:2,pix:5,deem:0,exist:[4,7],file:[0,2,3,4,5,7,8],ind:8,staticli:5,check:[0,8,5,7],probabl:[4,8],commenc:4,vista:8,macro:[5,2],googl:[0,8,4,5],want:[3,4,5,8,7],allow:[8,2],ccmain:[4,8,2],when:[0,8,5],detail:[0,4,5,2],commontrain:7,finish:4,other:[8,4,5,7],bool:2,futur:2,save_alt_choic:8,you:[0,2,3,4,5,6,7,8],tess:4,wordlist:3,stat:7,intend:8,registri:8,wd4244:[5,2],symbol:[0,5,7],libjpeg8c:[4,5],configurationnam:0,fell:7,"_member":8,svn:[4,8,7],stdafx:5,freewar:8,sphinx:[4,7],longer:2,directori:[0,1,2,3,4,5,6,7],pdate:4,ignor:[5,7],obj:2,time:[8,5],cpp:[8,5,7,2],escap:8,"export":[8,5]},objtypes:{},titles:["Building Tesseract-OCR","Visual Studio 2008 Developer Notes for Tesseract-OCR","Version Notes","Overview","Setting up Tesseract-OCR","Programming with libtesseract","Using Visual Studio 2010","Maintaining the VS2008 directory","Handy free tools"],objnames:{},filenames:["building","index","versions","overview","setup","programming","vs2010-notes","maintenance","tools"]}) \ No newline at end of file diff --git a/vs2008/doc/setup.html b/vs2008/doc/setup.html deleted file mode 100644 index 219dabddc..000000000 --- a/vs2008/doc/setup.html +++ /dev/null @@ -1,371 +0,0 @@ - - - - - - - - - - - Setting up Tesseract-OCR — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -
      -

      Setting up Tesseract-OCR

      -

      The Visual Studio 2008 Solutions included with Tesseract-OCR, rely on -relative paths to reference files and directories — including -locations that are outside of the tesseract-3.0x tree. It is -therefore vitally important to correctly set up the directories for the -various components. This section describes how to do this.

      -
      -

      Initial “Build” directory setup

      -

      First create an empty directory where you will unpack all the required -downloads. Assume you call this directory C:\BuildFolder.

      -
        -
      1. Download the Leptonica 1.68 pre-built binary package -(leptonica-1.68-win32-lib-include-dirs.zip) from:

        -
        -
        -

        and unpack it to C:\BuildFolder.

        -
      2. -
      3. Leptonica, even on Windows as of v1.68, still requires a few unix -utilities (like rm, diff, sleep). The easiest way to deal with -this is to follow the instructions at Installing Cygwin coreutils.

        -
      4. -
      -

      At this point, if all you want to do is link with libtesseract you can -download the -file that just contains the “public” Tesseract-OCR headers along with -the precompiled library binaries for Windows. Unpack it to -C:\BuildFolder and you’ll now have:

      -
      C:\BuildFolder\
      -
      -  include\
      -     leptonica\
      -     tesseract\
      -
      -     leptonica_versionnumbers.vsprops
      -     tesseract_versionnumbers.vsprops
      -
      -  lib\
      -     giflib416-static-mtdll-debug.lib
      -     giflib416-static-mtdll.lib
      -     libjpeg8c-static-mtdll-debug.lib
      -     libjpeg8c-static-mtdll.lib
      -     liblept168-static-mtdll-debug.lib
      -     liblept168-static-mtdll.lib
      -     liblept168.dll
      -     liblept168.lib
      -     liblept168d.dll
      -     liblept168d.lib
      -     libpng143-static-mtdll-debug.lib
      -     libpng143-static-mtdll.lib
      -     libtesseract302.dll
      -     libtesseract302.lib
      -     libtesseract302d.dll
      -     libtesseract302d.lib
      -     libtesseract302-static.lib
      -     libtesseract302-static-debug.lib
      -     libtiff394-static-mtdll-debug.lib
      -     libtiff394-static-mtdll.lib
      -     zlib125-static-mtdll-debug.lib
      -     zlib125-static-mtdll.lib
      -
      -
      -

      and you can skip the rest of this page and go directly to -Programming with libtesseract.

      -

      The recommended action, however, is to download the Tesseract-OCR -sources and build them yourself. Therefore...

      -
        -
      1. Download the Tesseract-OCR Visual Studio 2008 source files from the -downloads page. If, for -example, you’d like to build v3.02 you would use the following link:

        -
        -
        -

        Unpack the file to C:\BuildFolder

        -
      2. -
      -

      You would now have the following directory structure:

      -
      C:\BuildFolder\
      -
      -  include\
      -     leptonica\
      -
      -     leptonica_versionnumbers.vsprops
      -     tesseract_versionnumbers.vsprops
      -
      -  lib\
      -     giflib416-static-mtdll-debug.lib
      -     giflib416-static-mtdll.lib
      -     libjpeg8c-static-mtdll-debug.lib
      -     libjpeg8c-static-mtdll.lib
      -     liblept168-static-mtdll-debug.lib
      -     liblept168-static-mtdll.lib
      -     liblept168.dll
      -     liblept168.lib
      -     liblept168d.dll
      -     liblept168d.lib
      -     libpng143-static-mtdll-debug.lib
      -     libpng143-static-mtdll.lib
      -     libtiff394-static-mtdll-debug.lib
      -     libtiff394-static-mtdll.lib
      -     zlib125-static-mtdll-debug.lib
      -     zlib125-static-mtdll.lib
      -
      -  tesseract-3.02\
      -     vs2008\
      -        ambiguous_words\
      -        classifier_tester\
      -        cntraining\
      -        combine_tessdata\
      -        dawg2wordlist\
      -        doc\
      -        include\
      -        libtesseract\
      -           libtesseract.vcproj
      -        mftraining\
      -        port\
      -        shapeclustering\
      -        sphinx\
      -        tesseract\
      -           tesseract.vcproj
      -        unicharset_extractor\
      -        wordlist2dawg\
      -
      -        tesseract.sln
      -        tesshelper.py
      -
      -
      -
        -
      1. Download the Tesseract-OCR source files for the same version as the -VS2008 files you just unpacked. In this case, the proper link would -be:

        -
        -
        -

        Unpack the file to C:\BuildFolder

        -
      2. -
      -

      This will add a bunch of directories to your already existing -C:\BuildFolder\tesseract-3.0x directory. You should now have (for -v3.02):

      -
      C:\BuildFolder\
      -
      -  include\
      -     leptonica\
      -  lib\
      -  tesseract-3.02\
      -     api\
      -     ccmain\
      -     ccstruct\
      -     ccutil\
      -     classify\
      -     config\
      -     contrib\
      -     cube\
      -     cutil\
      -     dict\
      -     doc\
      -     image\
      -     java\
      -     image\
      -     neural_networks\
      -     tessdata\
      -     testing\
      -     textord\
      -     training\
      -     viewer\
      -     vs2008\
      -     wordrec\
      -
      -
      -

      If you are planning on writing applications that link with -Tesseract-OCR, and you don’t want to add all the tesseract-3.0x -directories to your project’s list of include directories, then do -this additional step:

      -
        -
      1. Copy all the required headers to the “public” include folder.

        -

        If you already have a C:\BuildFolder\include\tesseract -directory you should delete it in case some of the files have been -removed.

        -

        Then use the python tess-helper.py script to copy (possibly updated -versions of) the required headers by doing:

        -
        cd C:\BuildFolder\tesseract-3.02\vs2008
        -python tesshelper.py .. copy ..\..\include
        -
        -
        -

        See The tesshelper.py Python script for more details.

        -
      2. -
      -

      You are now ready to build Tesseract-OCR using Visual -Studio 2008.

      -
      -
      -

      Using the latest Tesseract-OCR sources

      -

      If you’d like to try the absolute latest version of Tesseract-OCR, -here’s how to download the source files from its SVN repository:

      -
        -
      1. Follow Steps 1 and 2 above.

        -
      2. -
      3. Checkout -the Tesseract-OCR sources to a directory on your computer. This -directory should not be C:\BuildFolder!

        -

        If you are unfamiliar with SVN, -the easiest way to do this is to first download and install -TortoiseSVN and then:

        -
          -
        1. Right-click the (empty) directory where you want the working copy -and choose SVN Checkout... from -the pop-up menu.

          -
        2. -
        3. Enter http://tesseract-ocr.googlecode.com/svn/trunk/ for -URL of repository. You can keep all the other -settings at their defaults.

          -TortoiseSVN Checkout Dialog Box -
        4. -
        5. Click the OK button to commence downloading the -Tesseract-OCR sources to your computer. This might take a while as -the language data in the tessdata directory is quite large. As -of February 2012, about 335MB needs to be transferred for the -initial checkout. The total size of the resulting working copy is -about 1.2GB.

          -
        6. -
        7. Keeping your working copy up to date after this is as simple as -right-clicking its directory and choosing SVN -Update. Unlike the initial checkout, this will usually finish -very quickly.

          -
        8. -
        -
      4. -
      5. Copy the contents of your working directory, except for the -tessdata directory, to C:\BuildFolder\tesseract-3.0x, where -x should probably be the latest stable release + alpha, -beta, etc.

        -
      6. -
      7. Optionally, follow Step 5 from above.

        -
      8. -
      9. You’ll probably want to set an environment varible named -TESSDATA_PREFIX to point at your working copy directory (since -that now contains the latest tessdata directory).

        -
      10. -
      11. If someone hasn’t already done so, you have to proceed to -Updating the VS2008 directory for new releases of Tesseract-OCR. You can skip all the steps that -relate to updating the version number. Otherwise, depending on how -many changes have been made since the last stable release, you may -have little or no work to do.

        -
      12. -
      -
      -
      - - -
      -
      -
      -
      - -
      -
      -
      - - - - \ No newline at end of file diff --git a/vs2008/doc/tools.html b/vs2008/doc/tools.html deleted file mode 100644 index 704e989c1..000000000 --- a/vs2008/doc/tools.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - - - - - Handy free tools — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -
      -

      Handy free tools

      -
      -

      TortoiseSVN

      -

      The Tesseract-OCR source lives in an SVN repository at Google Code, so to -build the latest versions you’ll need to -know SVN. For newcomers (or not), TortoiseSVN (http://tortoisesvn.net/) -is a great alternative to the SVN command line interface.

      -

      “TortoiseSVN is an easy-to-use SCM / source control software for -Microsoft Windows and possibly the best standalone Apache Subversion -client there is. It is implemented as a Windows shell extension, which -makes it integrate seamlessly into the Windows explorer. Since it’s not -an integration for a specific IDE you can use it with whatever -development tools you like.”

      -
      -
      -

      JP Software TCC/LE

      -

      Instead of using Windows’ plain old Command Prompt window — and less -intimidating than using the bash shell from cygwin or MSYS — the -“TCC/LE - Windows CMD Replacement Command Console” by JP Software is -definitely worth trying. It is available at -http://jpsoft.com/tccle_cmd_replacement.html.

      -

      For example, to look for all the settable options in Tesseract-OCR, -try:

      -
      C:\BuildFolder\tesseract-3.02\
      -ffind /s/v/c/t"_MEMBER" *.cpp | list/s
      -
      -
      -

      and you’ll get something that looks like this in the list viewer:

      -
      ---- C:\BuildFolder\tesseract-3.02\ccmain\tesseractclass.cpp
      -  : BOOL_MEMBER(tessedit_resegment_from_boxes, false,
      -    BOOL_MEMBER(tessedit_resegment_from_line_boxes, false,
      -    BOOL_MEMBER(tessedit_train_from_boxes, false,
      -    BOOL_MEMBER(tessedit_make_boxes_from_boxes, false,
      -    BOOL_MEMBER(tessedit_dump_pageseg_images, false,
      -...
      -    double_MEMBER(segsearch_max_char_wh_ratio, 2.0,
      -    double_MEMBER(segsearch_max_fixed_pitch_char_wh_ratio, 2.0,
      -    BOOL_MEMBER(save_alt_choices, false,
      -
      -    413 lines in      7 files
      -
      -
      -

      (Press the Escape key to exit the list viewer).

      -

      The equivalent(?) Linux incantation, copied and slightly modified from -the grep info, is:

      -
      find . -name '*.cpp' -print0 | xargs -0r grep -H '_MEMBER' | less
      -
      -
      -

      Note: You can also do this directly in Visual Studio 2008, by choosing -Edit ‣ Find and Replace ‣ Find in Files -(Ctrl+Shift+F), so maybe this wasn’t the best example:

      -Visual Studio 2008 Find in Files Dialog -
      -
      -

      Cygwin

      -

      Cygwin is a collection of tools which provide a -Linux look and feel environment for Windows.”

      -

      Leptonica actually still requires a few unix utilities (like rm, -diff, sleep) for some operations and might silently fail if it they -not present (as of v1.68). The easiest way to deal with this is to -install Cygwin -or MSYS (see the next section).

      -
      -
      -

      MSYS

      -

      MSYS is a collection of GNU utilities -such as bash, make, gawk and grep to allow building of applications and -programs which depend on traditionally UNIX tools to be present. It is -intended to supplement MinGW and the deficiencies of the cmd shell.”

      -
      -
      -

      WinDiff

      -

      An important phase of testing tesseract is checking how its output -compares to previous runs (or ground-truth files). A visual diff program -can make that easier.

      -

      Microsoft’s WinDiff doesn’t seem to come with Visual Studio -anymore. However it can still be downloaded from Grig Software (without having to get -all the other stuff in the Windows XP Service Pack 2 Support Tools.

      -

      Other options are KDiff3 and -ExamDiff (ExamDiff Pro is also recommended -but it’s not free).

      -

      KDiff3 doesn’t seem to correctly auto-detect UTF-8 encodings so choose -Settings ‣ Configure KDiff3... from the menubar and -set the Regional Settings tab as follows:

      -KDiff3 Regional Settings -

      Also on the Integration tab, make sure that Quit -also via Escape key is turned on (checked). Since IrfanView also quits -when you press the Esc key, this just makes it easy to dismiss -both applications with the same key.

      -

      Here is KDiff3 showing the (slight) difference in OCR results after -deskewing a grayscale image:

      - -
      -
      -

      IrfanView

      -

      You need some program to view the images you are trying to OCR and since -Leptonica uses IrfanView (http://www.irfanview.com/) to automatically -display images, -you might as well use it also.

      -

      “IrfanView is a very fast, small, compact and innovative FREEWARE (for -non-commercial use) graphic viewer for Windows 9x, ME, NT, 2000, XP, -Vista, Windows 7.”

      -

      Pressing the I key while viewing an image with IrfanView, will -bring up a dialog box that shows most of its important properties (like -bits/pixel and DPI).

      -
      -
      -

      Aware Systems AsTiffTagViewer

      -

      This utility, available at -http://www.awaresystems.be/imaging/tiff/astifftagviewer.html, let’s you -easily determine TIFF image file properties.

      -

      “Whenever a customer reports your software doesn’t handle this or that -particular TIFF, use AsTiffTagViewer and discover why.”

      -
      -
      -

      Dependency Walker

      -

      If you’re having problems with missing module runtime errors, the -Dependency Walker (http://dependencywalker.com/) usually can help track -down the problem.

      -

      “Dependency Walker is also very useful for troubleshooting system errors -related to loading and executing modules. Dependency Walker detects many -common application problems such as missing modules, invalid modules, -import/export mismatches, circular dependency errors, mismatched machine -types of modules, and module initialization failures.”

      -

      You probably want the 32-bit version even if you are running on a -Windows 64-bit platform, because the current VS2008 Solution for -Tesseract-OCR by default builds a 32-bit app. From the FAQ

      -
      -
      “There are 32-bit and 64-bit versions Dependency Walker. All versions -are capable or opening 32-bit and 64-bit modules. However, there are -major advantages to using the 32-bit Dependency Walker to process 32-bit -modules and the 64-bit Dependency Walker to process 64-bit modules. -This is especially true when running on a 64-bit version of Windows, -which allows execution of both 32-bit and 64-bit programs. The 32-bit -subsystem on 64-bit Windows (known as “WOW64”) has its own private -registry, “AppPaths”, “KnownDlls”, system folders, and manifest -processing. Only the 32-bit version of Dependency Walker can access -this 32-bit environment, which is needed to accurately process a 32-bit -module. Likewise, only the 64-bit version of Dependency Walker can -fully access the 64-bit environment, so it should always be used for -processing 64-bit modules.”
      - -

      The above image shows Dependency Walker used on -tesseract-dlld.exe. The panes show the DLLs that it is dependent -on, the methods it actually uses from libtesseract302d.dll, and all -the exported methods from libtesseract302d.dll. Using this it’s easy -to see that only the TessBaseAPI and STRING classes are exported -as mentioned in Programming with libtesseract.

      -
      -
      -

      Sysinternals Process Explorer

      -

      Another essential program to help figure out what your program is doing -is Process Explorer -(http://technet.microsoft.com/en-us/sysinternals/bb896653).

      -

      “The unique capabilities of Process Explorer make it useful for tracking -down DLL-version problems or handle leaks, and provide insight into the -way Windows and applications work.”

      -
      -
      -

      VMware Player

      -

      VMware Player (http://www.vmware.com/products/player/) can be used to -install, for example, Ubuntu 11.10 in a -virtual machine on Windows and see how the other half lives. It also -helps when trying to figure out if the Windows version of tesseract -acts the same way as the “original” version.

      -

      “VMware Player is the easiest way to run multiple operating systems at -the same time on your PC. With its user-friendly interface, VMware -Player makes it effortless for anyone to try out Windows 8 developer -release, Windows 7, Chrome OS or the latest Linux releases, or create -isolated virtual machines to safely test new software and surf the Web.”

      -
      -
      - - -
      -
      -
      - -
      -
      - - - - \ No newline at end of file diff --git a/vs2008/doc/versions.html b/vs2008/doc/versions.html deleted file mode 100644 index 8c6170570..000000000 --- a/vs2008/doc/versions.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - - - - - Version Notes — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -
      -

      Version Notes

      -
      -

      3.02.02 – October 31, 2012

      -
        -
      • Created a completely new Visual Studio 2008 solution from scratch.

        -
      • -
      • Added 64 new source files and removed the following deleted files -(relative to v3.01):

        -
        -
          -
        • ccutilmemblk.cpp

          -
        • -
        • ccutilmemblk.h

          -
        • -
        • ccutilmemryerr.h

          -
        • -
        • wordrecpieces.h

          -
        • -
        • wordrectally.cpp

          -
        • -
        • wordrectally.h

          -
        • -
        -
        -
      • -
      • Created LIB_Release, LIB_Debug, -DLL_Release, and DLL_Debug build -configurations.

        -
      • -
      • Created a single libtesseract library and removed generation of the -twelve sub-libraries.

        -
      • -
      • Used references to leptonica_versionnumbers.vsprops and -tesseract_versionnumbers.vsprops Property Sheets, which define -version number “user macros”, in all Visual Studio Projects. These are -also copied to C:\BuildFolder\include, so you can refer to them in -your own projects. By using the new *_VERSION macros, you’ll be -isolated from worrying about version number changes in the library -filenames.

        -

        See APITest’s LIB_Release Linker -Additional Dependencies settings for an example of what -this looks like in practice.

        -

        See Leptonica’s explanation About version numbers in library -filenames -for more details.

        -
      • -
      • Added a Version Resource to all DLLs and -applications.

        -
      • -
      • Removed inclusion of the Leptonica libraries. They now have to be -downloaded separately.

        -
      • -
      • Changed to a Build directory structure that -is compatible with Leptonica and allows the building of -Tesseract-OCR-based applications using only the include and lib -directories.

        -
      • -
      • The libtesseract libraries are now named as follows:

        -

        static libraries:

        -
          -
        • libtesseract302-static.lib

          -
        • -
        • libtesseract302-static-debug.lib

          -
        • -
        -

        DLLs:

        -
          -
        • libtesseract302.lib (import library)

          -
        • -
        • libtesseract302.dll

          -
        • -
        • libtesseract302d.lib (import library)

          -
        • -
        • libtesseract302d.dll

          -
        • -
        -
      • -
      • Used compiler and linker settings based on the Leptonica VS2008 -Developer package.

        -
      • -
      • Removed all preprocessor defines of __MSW32__ which is no longer -needed.

        -
      • -
      • Removed vs2008includestdint.h which is no longer required to build -liblept.

        -
      • -
      • Removed vs2008includeinttypes.h which isn’t needed to build -liblept.

        -
      • -
      • Turned off the following compiler warnings:

        -
        /wd4005: 'snprintf' : macro redefinition
        -
        -/wd4018 'expression' : signed/unsigned mismatch
        -
        -/wd4099 type name first seen using 'class' now seen using 'struct'
        -
        -/wd4244 conversion from 'double' to 'float', possible loss of data
        -
        -/wd4267 conversion from 'size_t' to 'type', possible loss of data
        -
        -/wd4305 truncation from 'type1' to 'type2'
        -
        -/wd4355 'this' : used in base member initializer list
        -
        -/wd4566 character represented by universal-character-name x cannot
        -        be represented in the current code page
        -
        -/wd4800 forcing value to bool 'true' or 'false' (performance warning)
        -
        -/wd4996 'function': was declared deprecated
        -
        -
        -
      • -
      • Used the “C7 Compatible” Debug Information (/Z7) compiler switch, -which puts the debugging information in the .obj files. That way we -don’t have to worry about also supplying .pdb files. See /Z7, -/Zi, /ZI (Debug Information Format) for -more information.

        -
      • -
      • Added Projects for the following new training applications:

        -
          -
        • ambiguous_words

          -
        • -
        • classifier_tester

          -
        • -
        • dawg2wordlist

          -
        • -
        • shapeclustering

          -
        • -
        -
      • -
      • Moved mathfix.h from vs2008\include to the vs2008\port -directory.

        -
      • -
      • Removed Visual Studio 2010 support. See Using Visual Studio 2010 for the -rationale.

        -
      • -
      • Created a python script called tesshelper.py, that -eases some maintenance tasks related to releasing future VS2008 -Solutions.

        -
      • -
      • The list of “public” header files that are required to build -“external” applications is now limited to the following 13 files:

        -
        api\apitypes.h
        -api\baseapi.h
        -ccmain\thresholder.h
        -ccstruct\publictypes.h
        -ccutil\errcode.h
        -ccutil\fileerr.h
        -ccutil\host.h
        -ccutil\memry.h
        -ccutil\platform.h
        -ccutil\serialis.h
        -ccutil\strngs.h
        -ccutil\tesscallback.h
        -ccutil\unichar.h
        -
        -
        -
      • -
      -
      -
      - - -
      -
      -
      -
      -
      - - - - - - - -
      -
      -
      -
      - - - - \ No newline at end of file diff --git a/vs2008/doc/vs2010-notes.html b/vs2008/doc/vs2010-notes.html deleted file mode 100644 index e0695af8e..000000000 --- a/vs2008/doc/vs2010-notes.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - Using Visual Studio 2010 — Visual Studio 2008 Developer Notes for Tesseract-OCR - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -
      -

      Using Visual Studio 2010

      -

      There currently isn’t an analogous VS2010 sub-directory for -Tesseract-OCR. However, you should be able to adapt the instructions at -http://tpgit.github.com/UnOfficialLeptDocs/vs2008/vs2010-notes.html to -convert the VS2008 solution.

      -
      - - -
      -
      -
      -
      -
      - - - - - - - -
      -
      -
      -
      - - - - \ No newline at end of file diff --git a/vs2008/include/leptonica_versionnumbers.vsprops b/vs2008/include/leptonica_versionnumbers.vsprops deleted file mode 100644 index 92bf86cd2..000000000 --- a/vs2008/include/leptonica_versionnumbers.vsprops +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - diff --git a/vs2008/include/tesseract_versionnumbers.vsprops b/vs2008/include/tesseract_versionnumbers.vsprops deleted file mode 100644 index 77156fab6..000000000 --- a/vs2008/include/tesseract_versionnumbers.vsprops +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - diff --git a/vs2008/libtesseract/libtesseract.vcproj b/vs2008/libtesseract/libtesseract.vcproj deleted file mode 100644 index 6ca2c76db..000000000 --- a/vs2008/libtesseract/libtesseract.vcproj +++ /dev/null @@ -1,2535 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/libtesseract/libtesseract303.rc b/vs2008/libtesseract/libtesseract303.rc deleted file mode 100644 index 710b7e317..000000000 --- a/vs2008/libtesseract/libtesseract303.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x7L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Tesseract OCR library" - VALUE "FileVersion", "3, 3, 0, 0" - VALUE "InternalName", "libtesseract" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "libtesseract" - VALUE "ProductName", "Tesseract OCR Library" - VALUE "ProductVersion", "3, 3, 0, 0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/libtesseract/resource.h b/vs2008/libtesseract/resource.h deleted file mode 100644 index a054e1ad4..000000000 --- a/vs2008/libtesseract/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by libtesseract303.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/mftraining/mftraining.rc b/vs2008/mftraining/mftraining.rc deleted file mode 100644 index c0ea7316d..000000000 --- a/vs2008/mftraining/mftraining.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "feature training for Tesseract" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "mftraining" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "mftraining.exe" - VALUE "ProductName", "Tesseract-OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/mftraining/mftraining.vcproj b/vs2008/mftraining/mftraining.vcproj deleted file mode 100644 index 1b9083293..000000000 --- a/vs2008/mftraining/mftraining.vcproj +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/mftraining/resource.h b/vs2008/mftraining/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/mftraining/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/port/gettimeofday.cpp b/vs2008/port/gettimeofday.cpp deleted file mode 100644 index b78524536..000000000 --- a/vs2008/port/gettimeofday.cpp +++ /dev/null @@ -1,32 +0,0 @@ -/////////////////////////////////////////////////////////////////////// -// File: gettimeofday.cpp -// Description: Implementation of gettimeofday based on leptonica -// Author: tomp2010, zdenop -// Created: Tue Feb 21 21:38:00 CET 2012 -// -// (C) Copyright 2012, Google Inc. -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -/////////////////////////////////////////////////////////////////////// - -#include -#include "gettimeofday.h" - -int gettimeofday(struct timeval *tp, struct timezone *tzp) { - l_int32 sec, usec; - if (tp == NULL) - return -1; - - l_getCurrentTime(&sec, &usec); - tp->tv_sec = sec; - tp->tv_usec = usec; - return 0; -} diff --git a/vs2008/port/gettimeofday.h b/vs2008/port/gettimeofday.h deleted file mode 100644 index c34215b1e..000000000 --- a/vs2008/port/gettimeofday.h +++ /dev/null @@ -1,31 +0,0 @@ -/////////////////////////////////////////////////////////////////////// -// File: gettimeofday.h -// Description: Header file for gettimeofday.cpp -// Author: tomp2010, zdenop -// Created: Tue Feb 21 21:38:00 CET 2012 -// -// (C) Copyright 2012, Google Inc. -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -/////////////////////////////////////////////////////////////////////// - -#ifndef VS2008_PORT_GETTIMEOFDAY_H_ -#define VS2008_PORT_GETTIMEOFDAY_H_ - -#ifdef _WIN32 -#include // timeval is defined in here. -#endif - -typedef struct timezone tz; - -int gettimeofday(struct timeval * tp, struct timezone * tzp); - -#endif // VS2008_PORT_GETTIMEOFDAY_H_ diff --git a/vs2008/port/mathfix.h b/vs2008/port/mathfix.h deleted file mode 100644 index 1b5759870..000000000 --- a/vs2008/port/mathfix.h +++ /dev/null @@ -1,38 +0,0 @@ -/////////////////////////////////////////////////////////////////////// -// File: mathfix.h -// Description: Implement missing math functions -// Author: zdenop -// Created: Fri Feb 03 06:45:06 CET 2012 -// -// (C) Copyright 2012, Google Inc. -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -/////////////////////////////////////////////////////////////////////// - -#ifndef VS2008_INCLUDE_MATHFIX_H_ -#define VS2008_INCLUDE_MATHFIXT_H_ - -#ifndef _MSC_VER -#error "Use this header only with Microsoft Visual C++ compilers!" -#endif - -#include -#include // for _isnan(), _finite() on VC++ - -#if _MSC_VER < 1800 -#define isnan(x) _isnan(x) -#define isinf(x) (!_finite(x)) -#define fmax max //VC++ does not implement all the provisions of C99 Standard -#define round(x) roundf(x) -inline float roundf(float num) { return num > 0 ? floorf(num + 0.5f) : ceilf(num - 0.5f); } -#endif - -#endif // VS2008_INCLUDE_MATHFIXT_H_ diff --git a/vs2008/port/strtok_r.cpp b/vs2008/port/strtok_r.cpp deleted file mode 100644 index a89b50f1c..000000000 --- a/vs2008/port/strtok_r.cpp +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan - * (Royal Institute of Technology, Stockholm, Sweden). - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * 3. Neither the name of the Institute nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -// source: https://github.com/heimdal/heimdal/blob/master/lib/roken/strtok_r.c - -#include - -char *strtok_r(char *s1, const char *s2, char **lasts) { - char *ret; - - if (s1 == NULL) - s1 = *lasts; - while (*s1 && strchr(s2, *s1)) - ++s1; - if (*s1 == '\0') - return NULL; - ret = s1; - while (*s1 && !strchr(s2, *s1)) - ++s1; - if (*s1) - *s1++ = '\0'; - *lasts = s1; - return ret; -} - diff --git a/vs2008/port/strtok_r.h b/vs2008/port/strtok_r.h deleted file mode 100644 index 15cec6aae..000000000 --- a/vs2008/port/strtok_r.h +++ /dev/null @@ -1,27 +0,0 @@ -/////////////////////////////////////////////////////////////////////// -// File: strtok_r.h -// Description: Header file for strtok_r.cpp -// source: https://github.com/heimdal/heimdal/blob/master/lib/roken/ -// strtok_r.c -// Author: zdenop -// Created: Fri Aug 12 23:55:06 CET 2011 -// -// (C) Copyright 2011, Google Inc. -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -/////////////////////////////////////////////////////////////////////// - -#ifndef VS2008_PORT_STRTOK_R_H_ -#define VS2008_PORT_STRTOK_R_H_ - -char *strtok_r(char *s1, const char *s2, char **lasts); - -#endif // VS2008_PORT_STRTOK_R_H_ diff --git a/vs2008/readme.txt b/vs2008/readme.txt deleted file mode 100644 index 9912d324a..000000000 --- a/vs2008/readme.txt +++ /dev/null @@ -1 +0,0 @@ -see doc\index.html diff --git a/vs2008/shapeclustering/resource.h b/vs2008/shapeclustering/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/shapeclustering/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/shapeclustering/shapeclustering.rc b/vs2008/shapeclustering/shapeclustering.rc deleted file mode 100644 index f4c5bcbb2..000000000 --- a/vs2008/shapeclustering/shapeclustering.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Shape clustering training for Tesseract" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "shapeclustering" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "shapeclustering.exe" - VALUE "ProductName", "Tesseract-OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/shapeclustering/shapeclustering.vcproj b/vs2008/shapeclustering/shapeclustering.vcproj deleted file mode 100644 index d560914e3..000000000 --- a/vs2008/shapeclustering/shapeclustering.vcproj +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/sphinx/Makefile b/vs2008/sphinx/Makefile deleted file mode 100644 index 67994bc2e..000000000 --- a/vs2008/sphinx/Makefile +++ /dev/null @@ -1,153 +0,0 @@ -# Makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -PAPER = -BUILDDIR = _build - -# Internal variables. -PAPEROPT_a4 = -D latex_paper_size=a4 -PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . -# the i18n builder cannot share the environment and doctrees with the others -I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . - -.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext - -help: - @echo "Please use \`make ' where is one of" - @echo " html to make standalone HTML files" - @echo " dirhtml to make HTML files named index.html in directories" - @echo " singlehtml to make a single large HTML file" - @echo " pickle to make pickle files" - @echo " json to make JSON files" - @echo " htmlhelp to make HTML files and a HTML help project" - @echo " qthelp to make HTML files and a qthelp project" - @echo " devhelp to make HTML files and a Devhelp project" - @echo " epub to make an epub" - @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" - @echo " latexpdf to make LaTeX files and run them through pdflatex" - @echo " text to make text files" - @echo " man to make manual pages" - @echo " texinfo to make Texinfo files" - @echo " info to make Texinfo files and run them through makeinfo" - @echo " gettext to make PO message catalogs" - @echo " changes to make an overview of all changed/added/deprecated items" - @echo " linkcheck to check all external links for integrity" - @echo " doctest to run all doctests embedded in the documentation (if enabled)" - -clean: - -rm -rf $(BUILDDIR)/* - -html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." - -dirhtml: - $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." - -singlehtml: - $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml - @echo - @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." - -pickle: - $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle - @echo - @echo "Build finished; now you can process the pickle files." - -json: - $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json - @echo - @echo "Build finished; now you can process the JSON files." - -htmlhelp: - $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp - @echo - @echo "Build finished; now you can run HTML Help Workshop with the" \ - ".hhp project file in $(BUILDDIR)/htmlhelp." - -qthelp: - $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp - @echo - @echo "Build finished; now you can run "qcollectiongenerator" with the" \ - ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/Tesseract-ocrDocumentation.qhcp" - @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/Tesseract-ocrDocumentation.qhc" - -devhelp: - $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp - @echo - @echo "Build finished." - @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/Tesseract-ocrDocumentation" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/Tesseract-ocrDocumentation" - @echo "# devhelp" - -epub: - $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub - @echo - @echo "Build finished. The epub file is in $(BUILDDIR)/epub." - -latex: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo - @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." - @echo "Run \`make' in that directory to run these through (pdf)latex" \ - "(use \`make latexpdf' here to do that automatically)." - -latexpdf: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo "Running LaTeX files through pdflatex..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - -text: - $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text - @echo - @echo "Build finished. The text files are in $(BUILDDIR)/text." - -man: - $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man - @echo - @echo "Build finished. The manual pages are in $(BUILDDIR)/man." - -texinfo: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo - @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." - @echo "Run \`make' in that directory to run these through makeinfo" \ - "(use \`make info' here to do that automatically)." - -info: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo "Running Texinfo files through makeinfo..." - make -C $(BUILDDIR)/texinfo info - @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." - -gettext: - $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale - @echo - @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." - -changes: - $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes - @echo - @echo "The overview file is in $(BUILDDIR)/changes." - -linkcheck: - $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck - @echo - @echo "Link check complete; look for any errors in the above output " \ - "or in $(BUILDDIR)/linkcheck/output.txt." - -doctest: - $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest - @echo "Testing of doctests in the sources finished, look at the " \ - "results in $(BUILDDIR)/doctest/output.txt." diff --git a/vs2008/sphinx/building.rst b/vs2008/sphinx/building.rst deleted file mode 100644 index f2445d14e..000000000 --- a/vs2008/sphinx/building.rst +++ /dev/null @@ -1,240 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -========================= - Building |Tesseractocr| -========================= - -The Visual Studio 2008 Solution for |Tesseractocr| builds: - -+ `libtesseract` - -+ `tesseract.exe` - -+ 9 training applications (for v3.02) - -Unlike earlier Solutions only a single `libtesseract` library is -generated --- the twelve projects matching the twelve source subfolders -have been abandoned. They were deemed too complicated since they were -never (rarely?) used by themselves, but only along with the entire -library. - -In addition, `libtesseract` and `tesseract.exe` can be built using four -configurations: :guilabel:`LIB_Release`, :guilabel:`LIB_Debug`, -:guilabel:`DLL_Release`, and :guilabel:`DLL_Debug`. - -Two Visual Studio Property Sheets, `leptonica_versionnumbers.vsprops` -and `tesseract_versionnumbers.vsprops`, are employed to isolate the -Solution from changes in dependency version numbers (and isolate -dependent Solutions). See :ref:`APITest's ` :ref:`LIB_Release -` Linker :guilabel:`Additional Dependencies` -settings for an example of what this looks like in practice. See -|Leptonica|\ ’s explanation `About version numbers in library filenames -`_ -for the rationale behind using Property Sheets. - - -Building `libtesseract` and `tesseract.exe` -=========================================== - -1. Open `C:\\BuildFolder\\tesseract-3.0x\\vs2008\\tesseract.sln` in Visual - Studio 2008. - - You'll see the following projects in the :guilabel:`Solution - Explorer` (for v3.02):: - - ambiguous_words - classifier_tester - cntraining - combine_tessdata - dawg2wordlist - libtesseract302 - mftraining - shapeclustering - tesseract - unicharset_extractor - wordlist2dawg - -2. Select the build configuration you'd like to use from the - :guilabel:`Solution Configurations` dropdown. It lists the following - configurations:: - - DLL_Debug - DLL_Release - LIB_Debug - LIB_Release - - The `DLL_` configurations build the DLL version of `libtesseract-3.0x` - (and link with the DLL version of Leptonica 1.68). The `LIB_` - configurations build the static library version of `libtesseract-3.0x` - (and link with the static version of Leptonica 1.68 and the required - image libraries). - -3. Build `libtesseract` by right-clicking the - :guilabel:`libtesseract30x` project and choosing - :menuselection:`B&uild` from the pop-up menu. - - The resultant library will be written to the - `C:\\BuildFolder\\tesseract-3.0x\\vs2008\\` directory - where `` is the same as the build configuration you - selected earlier. It is also copied to the `C:\\BuildFolder\\lib` folder - to make it easy to link your own applications to `libtesseract`. - - The library is named as follows (for v3.02): - - .. parsed-literal:: - - static libraries: - - `libtesseract302-static.lib` - `libtesseract302-static-debug.lib` - - DLLs: - - `libtesseract302.lib` (import library) - `libtesseract302.dll` - `libtesseract302d.lib` (import library) - `libtesseract302d.dll` - -4. Build the main tesseract OCR application by right-clicking the - :guilabel:`tesseract` project and choosing :menuselection:`B&uild`. - - The resultant executable will be written to the - `C:\\BuildFolder\\tesseract-3.0x\\vs2008\\` directory - where `` is the same as the build configuration you - selected earlier. It is named as follows: - - .. parsed-literal:: - - LIB_Release: `tesseract.exe` - LIB_Debug: `tesseractd.exe` - DLL_Release: `tesseract-dll.exe` - DLL_Debug: `tesseract-dlld.exe` - - -Testing `tesseract.exe` -======================= - -It's usually better to make a separate directory to test -`tesseract.exe`. To run tesseract, you either need to make sure your -test directory contains the `tessdata` tesseract language data folder or -you set the ``TESSDATA_PREFIX`` environment variable to point to it. See -http://code.google.com/p/tesseract-ocr/wiki/ReadMe for important -details. - -For example, you can use the following directory structure:: - - C:\BuildFolder\ - include\ - lib\ - tesseract-3.02\ - testing\ - tessdata\ - -Copy your tesseract executable to `C:\\BuildFolder\\testing`. If you -built a DLL version then be sure to also copy the required DLLs to the -same directory (or add `C:\\BuildFolder\\lib` to your ``PATH`` -- -However, this isn't really recommended). - -For example, if you are trying to run `tesseractd.exe` then you'll need -to also copy the following to `C:\\BuildFolder\\testing`:: - - liblept168d.dll - libtesseract302d.dll - -Copy a few test images to `C:\\BuildFolder\\testing` just to make it easy -to run test commands. - -Test tesseract by doing something like the following:: - - tesseractd.exe eurotext.tif eurotext - -This will create a file called `eurotext.txt` that will contain the -result of OCRing `eurotext.tif`. - - -Building the training applications -================================== - -The training related applications are built using the following -projects:: - - ambiguous_words - classifier_tester - cntraining - combine_tessdata - dawg2wordlist - mftraining - shapeclustering - unicharset_extractor - wordlist2dawg - -.. note:: - - Currently these applications can **ONLY** be built with the LIB_Debug - and LIB_Release configurations. If you try to use a DLL configuration - you'll get "undefined external symbol" errors. - -To build one of the above training applications, simply right-click one -of the projects in the Solution Explorer, and choose -:menuselection:`B&uild` from the pop-up menu. - -Alternatively, you can build :bi:`everything` in the Solution by -choosing :menuselection:`&Build --> &Build Solution` (:kbd:`Ctrl+Shift+B`) -from the menu bar. - -See http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 for -more information on using these applications. - - -.. _building-with-vc2008-express: - -Building |Tesseractocr| with Visual C++ 2008 Express Edition -============================================================ - -The Solution file that comes with |Tesseractocr| was created with Visual -Studio 2008, and is compatible for the most part with the free `Visual -C++ 2008 Express Edition -`_. You -might, however, sometimes see the following error message:: - - Fatal error RC1015: cannot open include file 'afxres.h' - -.. _version-resource: - -The Solution uses resource files to set application and DLL properties -that are visible on Windows 7 when you right-click them in Windows -Explorer, choose :menuselection:`Properties`, and look at the -:guilabel:`Details` tab (the :guilabel:`Version` tab on Windows XP). - - .. image:: images/dll_properties_details_tab.png - :align: center - :alt: Windows 7 Properties' Details Tab - -Unfortunately, the Express Edition doesn't include the Resource -Editor. So in all resource files:: - - #include "afxres.h" - -has to be changed to:: - - #include "windows.h" - -If someone has used the VS2008 Resource Editor to change a `.rc` file -associated with an application or DLL and forgotten to make these -changes before checking the file in, you'll see the above "Fatal error" -message. Simply manually make the change to fix the error. - - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/sphinx/conf.py b/vs2008/sphinx/conf.py deleted file mode 100644 index f2fa06cba..000000000 --- a/vs2008/sphinx/conf.py +++ /dev/null @@ -1,289 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Tesseract-OCR documentation build configuration file, created by -# sphinx-quickstart on Thu Nov 10 20:56:36 2011. -# -# This file is execfile()d with the current directory set to its containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -import sys, os - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.insert(0, os.path.abspath('.')) - -# -- General configuration ----------------------------------------------------- - -# If your documentation needs a minimal Sphinx version, state it here. -#needs_sphinx = '1.0' -needs_sphinx = '1.1' - -# Add any Sphinx extension module names here, as strings. They can be extensions -# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.todo'] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix of source filenames. -source_suffix = '.rst' - -# The encoding of source files. -#source_encoding = 'utf-8-sig' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = u'Tesseract-OCR Visual Studio 2008' -copyright = u'' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '3.02' -# The full version, including alpha/beta/rc tags. -release = '3.02' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -#language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -#today = '' -# Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = ['_build'] - -# The reST default role (used for this markup: `text`) to use for all documents. -#default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -#add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -#show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] - -# Have to turn off default python highlight language because otherwise -# sometimes NO highlighting is done if line ends with \ char. -highlight_language = "none" - - -# -- Options for HTML output --------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -#html_theme = 'default' -html_theme = 'tesseracttheme' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -#html_theme_options = {} - -# Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] -html_theme_path = [ "" ] - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". -#html_title = None -html_title = "Visual Studio 2008 Developer Notes for Tesseract-OCR" - -# A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None -html_short_title = "Visual Studio 2008 Developer Notes" - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -#html_logo = None - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -#html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -#html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -#html_sidebars = {} -html_sidebars = { - '**' : ['globaltoc.html', - 'sourcelink.html', - 'searchbox.html', - ] - } - -# Additional templates that should be rendered to pages, maps page names to -# template names. -#html_additional_pages = {} - -# If false, no module index is generated. -#html_domain_indices = True -html_domain_indices = False - -# If false, no index is generated. -#html_use_index = True -html_use_index = False - -# If true, the index is split into individual pages for each letter. -#html_split_index = False - -# If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True -html_show_sourcelink = False - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True -html_show_copyright = False - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -#html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None - -# Output file base name for HTML help builder. -htmlhelp_basename = 'TesseractOCRdoc' - -rst_prolog=""" -.. role:: fs - :class: filesystem - -.. role:: bi(emphasis) - :class: bold-italic - -.. role:: raw-html(raw) - :format: html - -.. role:: cmd - :class: command - -.. |libtess| replace:: :fs:`libtesseract` - -.. |liblept| replace:: :fs:`liblept` - -.. |Leptonica| replace:: :strong:`Leptonica` - -.. |Tesseractocr| replace:: :strong:`Tesseract-OCR` - -.. |BuildFolder| replace:: :fs:`BuildFolder` - -.. |BR| replace:: :raw-html:`
      ` - -""" - -html_compact_lists = False - -# -- Options for LaTeX output -------------------------------------------------- - -latex_elements = { -# The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', - -# The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', - -# Additional stuff for the LaTeX preamble. -#'preamble': '', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, author, documentclass [howto/manual]). -latex_documents = [ - ('index', 'Tesseract-OCR.tex', u'Tesseract-OCR Documentation', - u'', 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -#latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -#latex_use_parts = False - -# If true, show page references after internal links. -#latex_show_pagerefs = False - -# If true, show URL addresses after external links. -#latex_show_urls = False - -# Documents to append as an appendix to all manuals. -#latex_appendices = [] - -# If false, no module index is generated. -#latex_domain_indices = True - - -# -- Options for manual page output -------------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - ('index', 'tesseract-OCR', u'Tesseract-OCR Documentation', - [u''], 1) -] - -# If true, show URL addresses after external links. -#man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------------ - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - ('index', 'Tesseract-OCR', u'Tesseract-OCR Documentation', - u'', 'TesseractOCRDocumentation', 'One line description of project.', - 'Miscellaneous'), -] - -# Documents to append as an appendix to all manuals. -#texinfo_appendices = [] - -# If false, no module index is generated. -#texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote' diff --git a/vs2008/sphinx/images/dependency_walker.png b/vs2008/sphinx/images/dependency_walker.png deleted file mode 100644 index a94b6595f..000000000 Binary files a/vs2008/sphinx/images/dependency_walker.png and /dev/null differ diff --git a/vs2008/sphinx/images/dll_properties_details_tab.png b/vs2008/sphinx/images/dll_properties_details_tab.png deleted file mode 100644 index bc838a9f7..000000000 Binary files a/vs2008/sphinx/images/dll_properties_details_tab.png and /dev/null differ diff --git a/vs2008/sphinx/images/find_in_files.png b/vs2008/sphinx/images/find_in_files.png deleted file mode 100644 index 6559d088c..000000000 Binary files a/vs2008/sphinx/images/find_in_files.png and /dev/null differ diff --git a/vs2008/sphinx/images/kdif3_settings.png b/vs2008/sphinx/images/kdif3_settings.png deleted file mode 100644 index 83cfa10d5..000000000 Binary files a/vs2008/sphinx/images/kdif3_settings.png and /dev/null differ diff --git a/vs2008/sphinx/images/sample_diff.png b/vs2008/sphinx/images/sample_diff.png deleted file mode 100644 index c38744a04..000000000 Binary files a/vs2008/sphinx/images/sample_diff.png and /dev/null differ diff --git a/vs2008/sphinx/images/tortoisesvn_checkout.png b/vs2008/sphinx/images/tortoisesvn_checkout.png deleted file mode 100644 index 53a27361d..000000000 Binary files a/vs2008/sphinx/images/tortoisesvn_checkout.png and /dev/null differ diff --git a/vs2008/sphinx/index.rst b/vs2008/sphinx/index.rst deleted file mode 100644 index c9003df97..000000000 --- a/vs2008/sphinx/index.rst +++ /dev/null @@ -1,35 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -.. _vs2008_developer_notes: - -======================================================= - Visual Studio 2008 Developer Notes for |Tesseractocr| -======================================================= - -:date: February 23, 2012 - -.. toctree:: - - overview - setup - building - programming - tools - maintenance - vs2010-notes - versions - - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/sphinx/maintenance.rst b/vs2008/sphinx/maintenance.rst deleted file mode 100644 index 3bd6314a0..000000000 --- a/vs2008/sphinx/maintenance.rst +++ /dev/null @@ -1,256 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -================================== - Maintaining the VS2008 directory -================================== - -This section is geared towards project maintainers of the -`tesseract-3.0x\\vs2008` directory, rather than users of it. - -Python 2.7.x (*not* 3.x) is required for this section. The recommended -version is the `latest from ActiveState -`_. - -.. _tesshelper: - -The `tesshelper.py` Python script -================================= - -`tesshelper.py` performs a number of useful maintenance related -operations on the `tesseract-3.0x\\vs2008` directory. To run it, first -open a Command Prompt window and navigate to the `\\vs2008` directory. - -Then entering the following command:: - - python tesshelper.py --help - -displays the following help message:: - - usage: tesshelper.py [-h] [--version] tessDir {compare,report,copy,clean} ... - - positional arguments: - tessDir tesseract installation directory - - optional arguments: - -h, --help show this help message and exit - --version show program's version number and exit - - Commands: - {compare,report,copy,clean} - compare compare libtesseract Project with tessDir - report report libtesseract summary stats - copy copy public libtesseract header files to includeDir - clean clean vs2008 folder of build folders and .user files - - Examples: - - Assume that tesshelper.py is in c:\buildfolder\tesseract-3.01\vs2008, - which is also the current directory. Then, - - python tesshelper .. compare - - will compare c:\buildfolder\tesseract-3.01 "library" directories to the - libtesseract Project - (c:\buildfolder\tesseract-3.01\vs2008\libtesseract\libtesseract.vcproj). - - python tesshelper .. report - - will display summary stats for c:\buildfolder\tesseract-3.01 "library" - directories and the libtesseract Project. - - python tesshelper .. copy ..\..\include - - will copy all "public" libtesseract header files to - c:\buildfolder\include. - - python tesshelper .. clean - - will clean the vs2008 folder of all build directories, and .user, .suo, - .ncb, and other temp files. - -Generating the documentation -============================ - -The source files for the documentation you are currently reading are -written in `reStructuredText -`_ and processed with the -`Sphinx Python Documentation Generator -`_. - -To install Sphinx, go to your `\\scripts` -directory and just do:: - - easy_install -U Sphinx - -which will download Sphinx and all its dependencies. [Note: This might -*not* install the Python Imaging Library. If not, then also do -``easy_install -U PIL`` or download it from `here -`__.] - -To generate this |Tesseractocr| VS2008 documentation go to -`tesseract-3.0x\\vs2008\\Sphinx` and do:: - - make clean - make html - -Which will create a number of items in -`tesseract-3.0x\\vs2008\\Sphinx\\_build\\html`. - -Copy everything there to the distribution's `tesseract-3.0x\\vs2008\\doc` -folder, :bi:`except` for:: - - .buildinfo - objects.inv - -.. _updating-vs2008-directory: - -Updating the VS2008 directory for new releases of |Tesseractocr| -================================================================ - -1. Change the version number strings in - `tesseract-3.0x\\vs2008\\include\\tesseract_versionnumbers.vsprops`. - -#. Change the version number in - `tesseract-3.0x\\vs2008\\port\\version.h`. - -#. Open up a Command Prompt window, and do the following:: - - cd \vs2008 - python tesshelper .. compare - - This will list all added and missing items in the `` directories that are used to build `libtesseract`. For the - newly added items ignore:: - - api\tesseractmain.cpp - api\tesseractmain.h - ccutil\scanutils.cpp - ccutil\scanutils.h - - and for the newly missing items ignore:: - - training\commontraining.cpp - training\commontraining.h - training\tessopt.cpp - training\tessopt.h - -#. Open up the `tesseract.sln` in Visual Studio 2008 (or Visual C++ 2008 - Express Edition but see :ref:`this - ` first). - - a. In the Solution Explorer, rename the :guilabel:`libtesseract-3.0x` - Project to the correct version number to make it obvious which - version of |Tesseractocr| this Solution is for. - - #. Remove the missing items from the :guilabel:`libtesseract-3.0x` Project. - - #. Add the new items to the :guilabel:`libtesseract-3.0x` Project. - - If there were a lot of new items, you can use the `newheaders.txt` - and `newsources.txt` files generated by running the - `tesshelper.py` script with the ``compare`` command. Close the - Solution, and then you can directly edit - `libtesseract\\libtesseract.vcproj` to add them to the appropriate - `` ... `` section (either ``Header Files`` or - ``Source Files``). - -#. With the Solution closed, use a text editor to change all the - Project's `.rc` files to reflect the new version. - - If you have a program like the *non-free* `PowerGrep - `_, you can use it to change all the - `.rc` files in one fell swoop. - - Alternatively, you can edit the Version resources within Visual - Studio 2008 (but *not* Visual C++ 2008 Express Edition) and then - manually make the changes mentioned :ref:`here - ` afterwards. - - .. _copying_a_project: - -#. If a new training application was added (edit - `tesseract-3.0x\\training\\Makefile.am` and look at the - ``bin_PROGRAMS`` variable to see the list), the easiest thing to do - is copy another existing training application Project and manually - change it. - - For example, assuming the new training application is - called `new_trainer.exe`, with the Solution closed: - - a. Copy the `ambiguous_words` directory to a new directory called - `new_trainer`. - - #. Change the `new_trainer\\ambiguous_words.rc` filename to - `new_trainer\\new_trainer.rc`. - - #. Change the `new_trainer\\ambiguous_words.vcproj` filename to - `new_trainer\\new_trainer.vcproj`. - - #. Edit `new_trainer\\new_trainer.rc` and change all occurrences of - ``ambiguous_words`` to ``new_trainer``. - - Also change ``FileDescription`` to describe the new application. - - #. Open up the |Tesseractocr| Solution file and right-click the - :guilabel:`Solution:'tesseract'` in the Solution Explorer. Choose - :menuselection:`A&dd --> &Existing Project...` from the context - menu and add the `new_trainer\\new_trainer.vcproj` you just - created. - - #. Right-click the newly added Project, and choose - :menuselection:`Project Dependencie&s...`. - - The :guilabel:`Project Dependencies` Dialog will open. Make sure - that `libtesseract30x` is checked. If you forget this step, Visual - Studio will not automatically link with `libtesseract` and - you'll get lots of "unresolved external symbol" errors. - - This actually goes pretty fast. It should only take you a minute or - so to add a new application to the |Tesseractocr| Solution. - -#. (Optional?) Edit `vs2008\\Sphinx\\versions.rst` and add a new entry - describing the changes made for this new version. - -#. To make your working directory suitable for reposting back to the - |Tesseractocr| SVN repository, you need to ignore all the following: - - + All `LIB_Release`, `LIB_Debug`, `DLL_Release`, `DLL_Debug` - directories - + All `.suo` files - + All `.user` files - + All `.ncb` files - + `vs2008\\newheaders.txt` - + `vs2008\\newsources.txt` - - Optionally, the `tesshelper.py` script has the ``clean`` command - which will remove the above items. To run it, open a Command Prompt - window and then do:: - - cd \vs2008 - python tesshelper .. clean - - The script will respond with the following:: - - Are you sure you want to clean the - "C:\BuildFolder\tesseract-3.0x\vs2008" folder (Yes/No) [No]? yes - Only list the items to be deleted (Yes/No) [Yes]? no - - You have to answer ``yes`` and then ``no`` to the prompts. Otherwise - either the script will just exit, or only list the items that will be - removed instead of actually removing them (which is a good thing to - try first just in case). - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/sphinx/make.bat b/vs2008/sphinx/make.bat deleted file mode 100644 index c0bccb80a..000000000 --- a/vs2008/sphinx/make.bat +++ /dev/null @@ -1,190 +0,0 @@ -@ECHO OFF - -REM Command file for Sphinx documentation - -if "%SPHINXBUILD%" == "" ( - set SPHINXBUILD=sphinx-build -) -set BUILDDIR=_build -set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . -set I18NSPHINXOPTS=%SPHINXOPTS% . -if NOT "%PAPER%" == "" ( - set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% - set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% -) - -if "%1" == "" goto help - -if "%1" == "help" ( - :help - echo.Please use `make ^` where ^ is one of - echo. html to make standalone HTML files - echo. dirhtml to make HTML files named index.html in directories - echo. singlehtml to make a single large HTML file - echo. pickle to make pickle files - echo. json to make JSON files - echo. htmlhelp to make HTML files and a HTML help project - echo. qthelp to make HTML files and a qthelp project - echo. devhelp to make HTML files and a Devhelp project - echo. epub to make an epub - echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter - echo. text to make text files - echo. man to make manual pages - echo. texinfo to make Texinfo files - echo. gettext to make PO message catalogs - echo. changes to make an overview over all changed/added/deprecated items - echo. linkcheck to check all external links for integrity - echo. doctest to run all doctests embedded in the documentation if enabled - goto end -) - -if "%1" == "clean" ( - for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i - del /q /s %BUILDDIR%\* - goto end -) - -if "%1" == "html" ( - %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The HTML pages are in %BUILDDIR%/html. - goto end -) - -if "%1" == "dirhtml" ( - %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. - goto end -) - -if "%1" == "singlehtml" ( - %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. - goto end -) - -if "%1" == "pickle" ( - %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; now you can process the pickle files. - goto end -) - -if "%1" == "json" ( - %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; now you can process the JSON files. - goto end -) - -if "%1" == "htmlhelp" ( - %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; now you can run HTML Help Workshop with the ^ -.hhp project file in %BUILDDIR%/htmlhelp. - goto end -) - -if "%1" == "qthelp" ( - %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; now you can run "qcollectiongenerator" with the ^ -.qhcp project file in %BUILDDIR%/qthelp, like this: - echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Tesseract-ocrDocumentation.qhcp - echo.To view the help file: - echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Tesseract-ocrDocumentation.ghc - goto end -) - -if "%1" == "devhelp" ( - %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. - goto end -) - -if "%1" == "epub" ( - %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The epub file is in %BUILDDIR%/epub. - goto end -) - -if "%1" == "latex" ( - %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. - goto end -) - -if "%1" == "text" ( - %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The text files are in %BUILDDIR%/text. - goto end -) - -if "%1" == "man" ( - %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The manual pages are in %BUILDDIR%/man. - goto end -) - -if "%1" == "texinfo" ( - %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. - goto end -) - -if "%1" == "gettext" ( - %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The message catalogs are in %BUILDDIR%/locale. - goto end -) - -if "%1" == "changes" ( - %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes - if errorlevel 1 exit /b 1 - echo. - echo.The overview file is in %BUILDDIR%/changes. - goto end -) - -if "%1" == "linkcheck" ( - %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck - if errorlevel 1 exit /b 1 - echo. - echo.Link check complete; look for any errors in the above output ^ -or in %BUILDDIR%/linkcheck/output.txt. - goto end -) - -if "%1" == "doctest" ( - %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest - if errorlevel 1 exit /b 1 - echo. - echo.Testing of doctests in the sources finished, look at the ^ -results in %BUILDDIR%/doctest/output.txt. - goto end -) - -:end diff --git a/vs2008/sphinx/overview.rst b/vs2008/sphinx/overview.rst deleted file mode 100644 index 2e2b0b7b4..000000000 --- a/vs2008/sphinx/overview.rst +++ /dev/null @@ -1,87 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -========== - Overview -========== - -The recommended audience for this document are developers who want to -use Microsoft Visual Studio 2008 with `Tesseract-OCR -`_. If you simply want to *run* -`tesseract` or its various language training applications, then see the -`ReadMe `_. You'll -find instructions there on how to download tesseract's Windows -installer. - -|Tesseractocr| consists of: - -+ `libtesseract` -- the static (or dynamic) library that does all the - actual work. As of February 2012 it consists of 260+ `C++` files - along with 290+ header files. - -+ `tesseract.exe` -- the command-line OCR engine. It's built from a - single, small `C++` file that just calls functions in - `libtesseract`. There currently isn't very much documentation on how - to use `tesseract.exe`, but you can look at what's there in the - repository's `doc - `_ - subdirectory. - -+ Language packs -- needed by `tesseract.exe` in order to recognize - particular languages. - -.. _training-applications: - -+ Language training applications -- used to teach `tesseract.exe` new - languages. Each has their own (very brief) man page in the `doc - `_ - subdirectory and include: - - + `ambiguous_words.exe` -- generate sets of words Tesseract is likely - to find ambiguous - - + `classifier_tester` -- tests a Tesseract character classifier on - data as formatted for training - - + `cntraining.exe` -- character normalization training - - + `combine_tessdata.exe` -- combine/extract/overwrite Tesseract data - - + `dawg2wordlist.exe` -- convert a Tesseract DAWG to a wordlist - - + `mftraining.exe` -- feature training - - + `shapeclustering.exe` -- shape clustering training - - + `unicharset_extractor.exe` -- extract unicharset from Tesseract - boxfiles - - + `wordlist2dawg.exe` -- convert a wordlist to a DAWG - - Their use is described in the `TrainingTesseract3 - `_ - Wiki page. - -This document explains how to: - -+ :doc:`Setup ` the proper directory structure required to use - the supplied Visual Studio 2008 Solution - -* :doc:`Build ` `libtesseract`, `tesseract.exe`, and the - training apps - -* :doc:`Write ` programs that link with `libtesseract` - - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/sphinx/programming.rst b/vs2008/sphinx/programming.rst deleted file mode 100644 index b5c0cb877..000000000 --- a/vs2008/sphinx/programming.rst +++ /dev/null @@ -1,479 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -================================= - Programming with `libtesseract` -================================= - -To use `libtesseract` in your own application you need to include -|Leptonica|\ ’s `allheaders.h`, and |Tesseractocr|\ ’s `baseapi.h` and -`strngs.h`. - -|Tesseractocr| uses `liblept` mainly for image I/O, but you can also use -any of |Leptonica|\ ’s *many* image processing functions on ``PIX``, -while at the same time calling ``TessBaseAPI`` methods. See the -`Leptonica documentation `_ -for more details. - -There doesn't seem to be any documentation on `api\\baseapi.h`, but it -has extensive comments. You can also look at the :ref:`APITest` and -:ref:`APIExamples` projects. - -See the :ref:`APITest` project for an example of which compiler and -linker settings you need for various build configurations. The easiest -way to begin a new application is to just make a copy of the `APITest` -directory. See :ref:`this step ` for detailed -instructions (skip the last step about adding :guilabel:`Project -Dependencies`). - -If you want to manually set the required settings, then here's the list -of things to do: - -1. Add the following :guilabel:`Preprocessor Definitions` when compiling - any files that include `baseapi.h` and you are linking with the - static library versions of `libtesseract`:: - - USE_STD_NAMESPACE - - If you are linking with the DLL versions of `libtesseract` instead - add:: - - USE_STD_NAMESPACE;TESSDLL_IMPORTS;CCUTIL_IMPORTS;LIBLEPT_IMPORTS - -#. Be sure to add the following to :guilabel:`Additional Include - Directories`:: - - C:\BuildFolder\include - C:\BuildFolder\include\leptonica - - C:\BuildFolder\include\tesseract or - - (all its sub-directories that contain header files) - -#. Add `C:\\BuildFolder\\lib` to your :guilabel:`Additional Library - Directories`. - -#. In the `C:\\BuildFolder\\include` directory are two Visual Studio - Property Sheet files:: - - tesseract_versionnumbers.vsprops - leptonica_versionnumbers.vsprops - - Using `tesseract_versionnumbers.vsprops` (which automatically inherits - `leptonica_versionnumbers.vsprops`) can make it easier to specify the - libraries you need to import. For example, when creating a staticly - linked debug executable you can say:: - - zlib$(ZLIB_VERSION)-static-mtdll-debug.lib - libpng$(LIBPNG_VERSION)-static-mtdll-debug.lib - libjpeg$(LIBJPEG_VERSION)-static-mtdll-debug.lib - giflib$(GIFLIB_VERSION)-static-mtdll-debug.lib - libtiff$(LIBTIFF_VERSION)-static-mtdll-debug.lib - liblept$(LIBLEPT_VERSION)-static-mtdll-debug.lib - libtesseract$(LIBTESS_VERSION)-static-debug.lib - - to make your application less dependent on library version numbers. - - To add the Property Sheet to a Project, open its :guilabel:`Properties - Pages` Dialog, and set the :guilabel:`Configuration Properties | - General | Inherited Project Property Sheets` item to:: - - ..\..\..\include\tesseract_versionnumbers.vsprops - - Choosing :menuselection:`&View --> Oth&er Windows --> Property - &Manager` from the menubar will let you see the Properties attached - to each Project's configurations. - -.. note:: - - The DLL versions of |libtess| currently only export the - ``TessBaseAPI`` C++ class from `baseapi.h`, there is no C function - interface yet. - -.. note:: - - The DLL versions of `libtesseract` currently only export the - ``TessBaseAPI`` and ``STRING`` classes. In theory, all you need is - are those classes. However, if you find yourself having to manipulate - other "internal" tesseract objects then you currently have to link - with the **static library** versions of `libtesseract`. - -.. warning:: - - The Release versions of |liblept|, by design, *never* print out any - possibly helpful messages to the console. Therefore, it is highly - recommended that you do your initial development using the Debug - versions of |liblept|. See `Compile-time control over stderr output - `_ - for details. - -<<>> - - -Debugging Tips -============== - -Before debugging programs written with `libtesseract`, you should first -download the latest Leptonica sources (currently -`leptonica-1.68.tar.gz`) and VS2008 source package (`vs2008-1.68.zip`) -from: - -+ http://code.google.com/p/leptonica/downloads/detail?name=leptonica-1.68.tar.gz -+ http://code.google.com/p/leptonica/downloads/detail?name=vs2008-1.68.zip - -Unpack them to `C:\\BuildFolder` to get the following directory structure:: - - C:\BuildFolder\ - include\ - lib\ - leptonica-1.68\ - vs2008\ - tesseract-3.02\ - vs2008\ - testing\ - tessdata\ - -(see `Building the liblept library -`_ -for more information) - -|Tesseractocr| uses |Leptonica| "under the hood" for all (most? some?) -of its image processing operations. Having the source available (and -compiling it in debug mode) will make it easier to see what's really -going on. - -You might want to add -`C:\\BuildFolder\\leptonica-1.68\\vs2008\\leptonica.vcproj` and -`C:\\BuildFolder\\tesseract-3.02\\vs2008\\libtesseract\\libtesseract.vcproj` -to your solution by right-clicking it and choosing :menuselection:`A&dd --> -&Existing Project...`. This seems to make VS2008's Intellisense `work -better -`_ -when finding "external" source files. - -Definitely create a ``TESSDATA_PREFIX``x environment variable so that it -contains the absolute path of the directory that contains the -``tessdata`` directory. Otherwise you'll have to put a ``tessdata`` -directory in every temporary build folder which quickly becomes painful -(especially since tessdata has gotten very big --- 600MB!). - - -.. _APITest: - -APITest Sample -============== - -The :guilabel:`APITest` Solution contains the minimal settings needed to -link with `libtesseract`. It demonstrates the typical situation, where -the "external" application's source files reside *outside* of the -`tesseract-3.0x` directory tree. - -To build the `vs2008\\APITest` Solution, first copy it to your -`C:\\BuildFolder` directory. This should now look like:: - - C:\BuildFolder\ - - include\ - leptonica\ - tesseract\ - - leptonica_versionnumbers.vsprops - tesseract_versionnumbers.vsprops - - lib\ - giflib416-static-mtdll-debug.lib - giflib416-static-mtdll.lib - libjpeg8c-static-mtdll-debug.lib - libjpeg8c-static-mtdll.lib - liblept168-static-mtdll-debug.lib - liblept168-static-mtdll.lib - liblept168.dll - liblept168.lib - liblept168d.dll - liblept168d.lib - libpng143-static-mtdll-debug.lib - libpng143-static-mtdll.lib - libtesseract302.dll - libtesseract302.lib - libtesseract302d.dll - libtesseract302d.lib - libtesseract302-static.lib - libtesseract302-static-debug.lib - libtiff394-static-mtdll-debug.lib - libtiff394-static-mtdll.lib - zlib125-static-mtdll-debug.lib - zlib125-static-mtdll.lib - - tesseract-3.02\ - - APITest\ - baseapitester\ - baseapitester.cpp - baseapitester.rc - baseapitester.vcproj - resource.h - stdafx.cpp - stdafx.h - targetver.h - APITest.sln - -The :guilabel:`APITest` contains just the :guilabel:`baseapitester` -project. This was created using the VS2008 :guilabel:`Win32 Console -Application` Project Wizard and then just copying most of -`tesseractmain.cpp` and making minor edits. Its settings correctly refer -to the "public" `include` and `lib` directories using relative paths. - -It assumes that the `C:\\BuildFolder\\include` directory has been -properly setup. See :ref:`this ` for more details. - -The `C:\\BuildFolder\\lib` directory will automatically get -`libtesseract` copied to it whenever it is built. - -The `include\\tesseract_versionnumbers.vsprops` Property Sheet is used -to avoid explicit library version number dependencies. Precompiled -headers are used. :guilabel:`LIB_Release`, :guilabel:`LIB_Debug`, -:guilabel:`DLL_Release`, and :guilabel:`DLL_Debug` build configurations -are supported. - -The following are the compiler command lines and linker options -used. See `Compiling a C/C++ Program | Compiler Options -`_ for a -detailed explanation of these options. - -.. _apitest-lib-release: - -:guilabel:`LIB_Release` C/C++ :guilabel:`Command Line`:: - - /O2 - /I "." /I "..\..\include" /I "..\..\include\leptonica" - /I "..\..\include\tesseract" - /D "WIN32" /D "_WINDOWS" /D "NDEBUG" - /D "USE_STD_NAMESPACE" /D "_MBCS" - /FD /EHsc /MD /Yc"stdafx.h" - /Fp"LIB_Release\baseapitester.pch" /Fo"LIB_Release\\" - /Fd"LIB_Release\vc90.pdb" - /W3 /nologo /c - /wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566 - /errorReport:prompt - -:guilabel:`LIB_Release` Linker :guilabel:`Additional Dependencies`:: - - ws2_32.lib - user32.lib - zlib$(ZLIB_VERSION)-static-mtdll.lib - libpng$(LIBPNG_VERSION)-static-mtdll.lib - libjpeg$(LIBJPEG_VERSION)-static-mtdll.lib - giflib$(GIFLIB_VERSION)-static-mtdll.lib - libtiff$(LIBTIFF_VERSION)-static-mtdll.lib - liblept$(LIBLEPT_VERSION)-static-mtdll.lib - libtesseract$(LIBTESS_VERSION)-static.lib - -:guilabel:`LIB_Debug` C/C++ :guilabel:`Command Line`:: - - /Od - /I "." /I "..\..\include" /I "..\..\include\leptonica" - /I "..\..\include\tesseract" - /D "WIN32" /D "_WINDOWS" /D "_DEBUG" - /D "USE_STD_NAMESPACE" /D "_MBCS" - /FD /EHsc /RTC1 /MDd /Yc"stdafx.h" - /Fp"LIB_Debug\baseapitesterd.pch" /Fo"LIB_Debug\\" - /Fd"LIB_Debug\vc90.pdb" - /W3 /nologo /c /Z7 - /wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566 - /errorReport:prompt - -:guilabel:`LIB_Debug` Linker :guilabel:`Additional Dependencies`:: - - ws2_32.lib - user32.lib - zlib$(ZLIB_VERSION)-static-mtdll-debug.lib - libpng$(LIBPNG_VERSION)-static-mtdll-debug.lib - libjpeg$(LIBJPEG_VERSION)-static-mtdll-debug.lib - giflib$(GIFLIB_VERSION)-static-mtdll-debug.lib - libtiff$(LIBTIFF_VERSION)-static-mtdll-debug.lib - liblept$(LIBLEPT_VERSION)-static-mtdll-debug.lib - libtesseract$(LIBTESS_VERSION)-static-debug.lib - -:guilabel:`DLL_Release` C/C++ :guilabel:`Command Line`:: - - /O2 - /I "." /I "..\..\include" /I "..\..\include\leptonica" - /I "..\..\include\tesseract" - /D "WIN32" /D "_WINDOWS" /D "NDEBUG" - /D "USE_STD_NAMESPACE" /D "_MBCS" - /D "TESSDLL_IMPORTS" /D "CCUTIL_IMPORTS" /D "LIBLEPT_IMPORTS" - /FD /EHsc /MD /Yc"stdafx.h" - /Fp"DLL_Release\baseapitester-dll.pch" /Fo"DLL_Release\\" - /Fd"DLL_Release\vc90.pdb" - /W3 /nologo /c - /wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566 - /errorReport:prompt - -:guilabel:`DLL_Release` Linker :guilabel:`Additional Dependencies`:: - - ws2_32.lib - user32.lib - liblept$(LIBLEPT_VERSION).lib - libtesseract$(LIBTESS_VERSION).lib - -:guilabel:`DLL_Debug` C/C++ :guilabel:`Command Line`:: - - /Od - /I "." /I "..\..\include" /I "..\..\include\leptonica" - /I "..\..\include\tesseract" - /D "WIN32" /D "_WINDOWS" /D "_DEBUG" - /D "USE_STD_NAMESPACE" /D "_MBCS" - /D "TESSDLL_IMPORTS" /D "CCUTIL_IMPORTS" /D "LIBLEPT_IMPORTS" - /FD /EHsc /RTC1 /MDd /Yc"stdafx.h" - /Fp"DLL_Debug\baseapitester-dlld.pch" /Fo"DLL_Debug\\" - /Fd"DLL_Debug\vc90.pdb" - /W3 /nologo /c /Z7 - /wd4244 /wd4305 /wd4018 /wd4267 /wd4996 /wd4800 /wd4005 /wd4355 /wd4099 /wd4566 - /errorReport:prompt - -:guilabel:`DLL_Debug` Linker :guilabel:`Additional Dependencies`:: - - ws2_32.lib - user32.lib - liblept$(LIBLEPT_VERSION)d.lib - libtesseract$(LIBTESS_VERSION)d.lib - - -.. _APIExamples: - -APIExamples -=========== - -<<>> - -Currently two Projects are in this solution: - -+ preprocessing -- Demonstrates how to use |Leptonica|\ ’s image - processing functions to clean up images *before* calling - ``TessBaseAPI::SetImage()``. - -+ getinfo -- Demonstrates calling various ``TessBaseAPI`` methods to get - back information on the OCR process. - - - -|Tesseractocr| preprocessor definitions -======================================= - -``HAVE_CONFIG_H`` - Only defined when building under Linux. This causes the inclusion of - `config_auto.h`, which is only auto-generated during the `./configure` - process and thus *not* visible on Windows. - - This is what sets the ``VERSION`` macro (and lots of other - configuration related macros). - - -``TESSDLL_EXPORTS`` - Only used when *building* DLL versions of |libtess|. - -``TESSDLL_IMPORTS`` - Should be defined when building apps that link to a DLL version of - |libtess|. Used as follows in `baseapi.h`:: - - #ifdef TESSDLL_EXPORTS - #define TESSDLL_API __declspec(dllexport) - #elif defined(TESSDLL_IMPORTS) - #define TESSDLL_API __declspec(dllimport) - #else - #define TESSDLL_API - #endif - - If you don't define this then you'll get "undefined external symbol" - errors. - -``TESSDLL_API`` - Used to mark classes for export (visibility) in DLL versions of - |libtess|. Currently *only* used with the ``TestBaseAPI`` class. - - -``CCUTIL_EXPORTS`` - Only used when *building* DLL versions of |libtess|. - -``CCUTIL_IMPORTS`` - Should be defined when building apps that link to a DLL version of - |libtess|. Used as follows in `strngs.h`:: - - #ifdef CCUTIL_EXPORTS - #define CCUTIL_API __declspec(dllexport) - #elif defined(CCUTIL_IMPORTS) - #define CCUTIL_API __declspec(dllimport) - #else - #define CCUTIL_API - #endif - - If you don't define this then you'll get "undefined external symbol STRING" - errors. - - -``LIBLEPT_IMPORTS`` - Should be defined when building apps that link to a DLL version of - |Leptonica|. Used as follows in environ.h:: - - #if defined(LIBLEPT_EXPORTS) || defined(LEPTONLIB_EXPORTS) - #define LEPT_DLL __declspec(dllexport) - #elif defined(LIBLEPT_IMPORTS) || defined(LEPTONLIB_IMPORTS) - #define LEPT_DLL __declspec(dllimport) - #else - #define LEPT_DLL - #endif - - If you don't define this then you'll get "undefined external symbol" - errors. - -``USE_STD_NAMESPACE`` - Causes the following to be done:: - - #ifdef USE_STD_NAMESPACE - using std::string; - using std::vector; - #endif - - -``_WIN32`` - Used to indicate that the build target is Windows 32-bit or - 64-bit (``WIN32`` and ``WINDOWS`` are also added by the New Project - Wizards). - - See `C/C+ Preprocessor Reference | The Preprocessor | Macros | - Predefined Macros - `_ for - the complete list for Visual Studio 2008. - -``_MSC_VER`` - Used to check specifically for building with the VC++ compiler (as - opposed to the MinGW gcc compiler). - -``_USRDLL`` - Only defined when building the DLL versions of `libtesseract`. - -``_MBCS`` - Automatically defined when :guilabel:`Configuration Properties | - General | Character Set` is set to :guilabel:`Use Multi-Byte - Character Set`. - - -``DLLSYM`` - `Obsolete - `_ - and can be ignored. - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/sphinx/setup.rst b/vs2008/sphinx/setup.rst deleted file mode 100644 index 907b7a103..000000000 --- a/vs2008/sphinx/setup.rst +++ /dev/null @@ -1,278 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -=========================== - Setting up |Tesseractocr| -=========================== - -The Visual Studio 2008 Solutions included with |Tesseractocr|, rely on -*relative paths* to reference files and directories --- including -locations that are *outside* of the `tesseract-3.0x` tree. It is -therefore vitally important to correctly set up the directories for the -various components. This section describes how to do this. - - -.. _directory-setup: - -Initial "Build" directory setup -=============================== - -First create an empty directory where you will unpack all the required -downloads. Assume you call this directory `C:\\BuildFolder`. - -.. _download-leptonica: - -1. Download the |Leptonica| 1.68 pre-built binary package - (`leptonica-1.68-win32-lib-include-dirs.zip`) from: - - http://code.google.com/p/leptonica/downloads/detail?name=leptonica-1.68-win32-lib-include-dirs.zip - - and unpack it to `C:\\BuildFolder`. - -2. |Leptonica|, even on Windows as of v1.68, still requires a few unix - utilities (like `rm`, `diff`, `sleep`). The easiest way to deal with - this is to follow the instructions at `Installing Cygwin coreutils - `_. - -At this point, if all you want to do is link with `libtesseract` you can -`download `_ the -file that just contains the "public" |Tesseractocr| headers along with -the precompiled library binaries for Windows. Unpack it to -`C:\\BuildFolder` and you'll now have:: - - C:\BuildFolder\ - - include\ - leptonica\ - tesseract\ - - leptonica_versionnumbers.vsprops - tesseract_versionnumbers.vsprops - - lib\ - giflib416-static-mtdll-debug.lib - giflib416-static-mtdll.lib - libjpeg8c-static-mtdll-debug.lib - libjpeg8c-static-mtdll.lib - liblept168-static-mtdll-debug.lib - liblept168-static-mtdll.lib - liblept168.dll - liblept168.lib - liblept168d.dll - liblept168d.lib - libpng143-static-mtdll-debug.lib - libpng143-static-mtdll.lib - libtesseract302.dll - libtesseract302.lib - libtesseract302d.dll - libtesseract302d.lib - libtesseract302-static.lib - libtesseract302-static-debug.lib - libtiff394-static-mtdll-debug.lib - libtiff394-static-mtdll.lib - zlib125-static-mtdll-debug.lib - zlib125-static-mtdll.lib - -and you can skip the rest of this page and go directly to -:doc:`programming`. - -The recommended action, however, is to download the |Tesseractocr| -sources and build them yourself. Therefore... - -3. Download the |Tesseractocr| Visual Studio 2008 source files from the - `downloads page - `_. If, for - example, you'd like to build v3.02 you would use the following link: - - http://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-ocr-3.02-vs2008.zip - - Unpack the file to `C:\\BuildFolder` - -You would now have the following directory structure:: - - C:\BuildFolder\ - - include\ - leptonica\ - - leptonica_versionnumbers.vsprops - tesseract_versionnumbers.vsprops - - lib\ - giflib416-static-mtdll-debug.lib - giflib416-static-mtdll.lib - libjpeg8c-static-mtdll-debug.lib - libjpeg8c-static-mtdll.lib - liblept168-static-mtdll-debug.lib - liblept168-static-mtdll.lib - liblept168.dll - liblept168.lib - liblept168d.dll - liblept168d.lib - libpng143-static-mtdll-debug.lib - libpng143-static-mtdll.lib - libtiff394-static-mtdll-debug.lib - libtiff394-static-mtdll.lib - zlib125-static-mtdll-debug.lib - zlib125-static-mtdll.lib - - tesseract-3.02\ - vs2008\ - ambiguous_words\ - classifier_tester\ - cntraining\ - combine_tessdata\ - dawg2wordlist\ - doc\ - include\ - libtesseract\ - libtesseract.vcproj - mftraining\ - port\ - shapeclustering\ - sphinx\ - tesseract\ - tesseract.vcproj - unicharset_extractor\ - wordlist2dawg\ - - tesseract.sln - tesshelper.py - -4. Download the |Tesseractocr| source files for the same version as the - VS2008 files you just unpacked. In this case, the proper link would - be: - - http://code.google.com/p/tesseract-ocr/downloads/detail?name=tesseract-3.02.tar.gz - - Unpack the file to `C:\\BuildFolder` - -This will add a bunch of directories to your already existing -`C:\\BuildFolder\\tesseract-3.0x` directory. You should now have (for -v3.02):: - - C:\BuildFolder\ - - include\ - leptonica\ - lib\ - tesseract-3.02\ - api\ - ccmain\ - ccstruct\ - ccutil\ - classify\ - config\ - contrib\ - cube\ - cutil\ - dict\ - doc\ - image\ - java\ - image\ - neural_networks\ - tessdata\ - testing\ - textord\ - training\ - viewer\ - vs2008\ - wordrec\ - -.. _copying-headers: - -If you are planning on writing applications that link with -|Tesseractocr|, and you don't want to add all the `tesseract-3.0x` -directories to your project's list of ``include`` directories, then do -this additional step: - -5. Copy all the required headers to the "public" include folder. - - If you already have a `C:\\BuildFolder\\include\\tesseract` - directory you should delete it in case some of the files have been - removed. - - Then use the python `tess-helper.py` script to copy (possibly updated - versions of) the required headers by doing:: - - cd C:\BuildFolder\tesseract-3.02\vs2008 - python tesshelper.py .. copy ..\..\include - - See :ref:`tesshelper` for more details. - -You are now ready to :doc:`build ` |Tesseractocr| using Visual -Studio 2008. - - -.. _using-latest-sources: - -Using the latest |Tesseractocr| sources -======================================= - -If you'd like to try the absolute latest version of |Tesseractocr|, -here's how to download the source files from its SVN repository: - -1. Follow Steps 1 and 2 :ref:`above `. - -#. `Checkout `_ - the |Tesseractocr| sources to a directory on your computer. This - directory should :bi:`not` be `C:\\BuildFolder`! - - If you are unfamiliar with `SVN `_, - the easiest way to do this is to first download and install - `TortoiseSVN `_ and then: - - a. Right-click the (empty) directory where you want the working copy - and choose :menuselection:`SVN Chec&kout...` from - the pop-up menu. - - #. Enter ``http://tesseract-ocr.googlecode.com/svn/trunk/`` for - :guilabel:`&URL of repository`. You can keep all the other - settings at their defaults. - - .. image:: images/tortoisesvn_checkout.png - :align: center - :alt: TortoiseSVN Checkout Dialog Box - - #. Click the :guilabel:`&OK` button to commence downloading the - |Tesseractocr| sources to your computer. This might take a while as - the language data in the `tessdata` directory is quite large. As - of February 2012, about 335MB needs to be transferred for the - initial checkout. The total size of the resulting working copy is - about 1.2GB. - - #. Keeping your working copy up to date after this is as simple as - right-clicking its directory and choosing :menuselection:`SVN - &Update`. Unlike the initial checkout, this will usually finish - very quickly. - -#. Copy the :bi:`contents` of your working directory, except for the - `tessdata` directory, to `C:\\BuildFolder\\tesseract-3.0x`, where - ``x`` should probably be the latest stable release + ``alpha``, - ``beta``, etc. - -#. Optionally, follow Step 5 from :ref:`above `. - -#. You'll probably want to set an environment varible named - ``TESSDATA_PREFIX`` to point at your working copy directory (since - that now contains the latest `tessdata` directory). - -#. If someone hasn't already done so, you have to proceed to - :ref:`updating-vs2008-directory`. You can skip all the steps that - relate to updating the version number. Otherwise, depending on how - many changes have been made since the last stable release, you may - have little or no work to do. - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/sphinx/tesseracttheme/globaltoc.html b/vs2008/sphinx/tesseracttheme/globaltoc.html deleted file mode 100644 index 6e9aa5dae..000000000 --- a/vs2008/sphinx/tesseracttheme/globaltoc.html +++ /dev/null @@ -1,13 +0,0 @@ -{# -*- mode: jinja-html-mumamo;-*- #} -{# - leptonicatheme/globaltoc.html - ~~~~~~~~~~~~~~~~~~~~ - - Sphinx sidebar template: global table of contents. - - :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -#} -{#

      {{ _('Table Of Contents') }}

      #} -{{ toctree(maxdepth=4) }} - diff --git a/vs2008/sphinx/tesseracttheme/layout.html b/vs2008/sphinx/tesseracttheme/layout.html deleted file mode 100644 index 0c59e1ae5..000000000 --- a/vs2008/sphinx/tesseracttheme/layout.html +++ /dev/null @@ -1,14 +0,0 @@ -{# -*- mode: jinja-html-mumamo;-*- #} -{% extends "default/layout.html" %} - -{%- block extrahead %} -{{ super() }} - - - -{% endblock %} - -{% block rootrellink %} -
    • Tesseract-OCR Home{{ reldelim1 }}
    • - {{ super() }} -{% endblock %} diff --git a/vs2008/sphinx/tesseracttheme/static/tesseract.css_t b/vs2008/sphinx/tesseracttheme/static/tesseract.css_t deleted file mode 100644 index 0a400b60c..000000000 --- a/vs2008/sphinx/tesseracttheme/static/tesseract.css_t +++ /dev/null @@ -1,342 +0,0 @@ -@import url("default.css"); - -/* tesseract custom styles */ - -div.body { - font-family: 'Droid Serif', Georgia, serif; - background-color: #FFFFE4; -} - -div.sphinxsidebar { - width: 330px; -} - -div.sphinxsidebarwrapper { - padding-top: 0; /* to get feynman diagram to align at top correctly */ -} - -div.bodywrapper { - margin: 0 0 0 330px; -} - -div.footer { - padding: 10px, 0, 0, 0; -} - -div.body h1, -div.body h2, -div.body h3, -div.body h4, -div.body h5, -div.body h6 { - font-family: 'Droid Sans', sans-serif; -} - -pre { - font-family: 'Ubuntu Mono', monospace; - font-size: 110%; - white-space: pre-wrap; -} - -sub, -sup -{ - font-size: 70%; -} - -.caption { - font-weight: bold; - margin-bottom: 1.5em; -} - -div.document -li.toctree-l1 { - margin-bottom: 0.5em; -} - -div.sphinxsidebar ul { - list-style: square outside none; -} - -div.sphinxsidebar a.current { - color: yellow; -} - -div.body p, -div.body dd, -div.body li { - text-align: left; -} - -div.legend { - width: 75%; - margin-left: auto; - margin-right: auto; - margin-top: -1em; -} - -div.legend pre { - text-align: left; -} - -tt { - font-size: 100%; -} - -pre { - padding-left: 1em; - padding-right: 1em; -} - -dt { - font-weight: bold; -} - -/* -- hyperlink styles ------------------------------------------------------ */ - -a:visited { - color: #7C3578; -} - -a.external, -a.external:visited { - border-bottom: 1px dashed; -} - -a.external:hover { - text-decoration: none; - border-bottom: none; -} - -/* ----- */ - -div.admonition.tip { - border-width: 1px; - border-style: solid; -} - -div.container.subtitle { - font-size: 160%; - font-family: 'Droid Sans', sans-serif; - font-weight: normal; - margin-bottom: 0.5em; -} - -blockquote.epigraph { - border-style: solid; - border-width: 1px; - margin:1em; - padding: 0 1em; -} - -/* table definitions from Python 2.6 docs basic.css */ - -table.docutils { - border: 1px solid #dce; - border-collapse: collapse; -} - -table.docutils td { -/* padding: 2px 5px 2px 5px; */ - border: 1px solid #dce; - background-color: #eef; -} - -table.docutils th { - border: 1px solid #cac; - background-color: #ede; -} - -th { - text-align: left; - padding-right: 5px; -} - -th.head { - text-align: center; -} - -th.head p { - text-align: center; -} - -/* modified p style within tables, normally - padding-top: 0; - margin-bottom: 1em; -*/ - -table.docutils td, -table.docutils th, -table p { - padding: 0.25em; - margin-bottom: 0em; -} - -table div { - padding: 0.25em; - margin-bottom: 0em; -} - -table div div { - padding: 0em; -} - -table .line-block { - margin-bottom: 0em; -} - -td { - border-width: 1px; - border-style: solid; -} - -table.centered { - margin-left: auto; - margin-right: auto; -} - -table.centercells td, -table.centercells th -{ - text-align: center; - vertical-align: middle; -} - -table caption { - font-weight: bold; - margin-bottom: 0.50em; -} - -/* custom text roles */ - -.filesystem { - font-family: 'Ubuntu Mono', monospace; - font-size: 110%; /* this breaks IE8 wrapping calculations in sidebar? */ -} - -.italic { - font-style: italic; -} - -em.bold-italic { - font-weight: bold; -} - -.underline { - border-bottom: 1px solid; -} - -img.border { - border-width: 1px; - border-style: solid; -} - -li img { - margin-bottom: 0.75em; -} - -/* Standard (after modifications) Sphinx inline roles */ -/* - -.command, -.kbd, -.makevar, -.program, -.regexp -{ - font-family: 'Ubuntu Mono', monospace; - font-size: 110%; -} -*/ - -.kbd, -.makevar, -.program, -.regexp -{ - font-family: 'Ubuntu Mono', monospace; - font-size: 110%; - white-space: pre-wrap; - background-color: #ecf0f3; - padding: 0 1px 0 1px; -} - - -.command, -.makevar, -.program - { - font-weight: bold; -} - -.command { - font-family: 'Ubuntu Mono', monospace; - font-size: 110%; - white-space: pre-wrap; -} - -em.guilabel { - font-family: 'Droid Sans', sans-serif; - font-style: normal; - font-weight: bold; -} - -em.menuselection { - font-family: 'Droid Sans', sans-serif; - font-style: italic; - font-weight: bold; -} - -/* definition */ -em.dfn { - font-style: italic; -} - -/* glossary term */ -em.std-term { - font-style: italic; -} - -tt { - font-family: 'Ubuntu Mono', monospace; - font-size: 110%; -} - -tt.file { - white-space: pre-wrap; -} - -/* for "optional" parts of files */ -tt.file em { - font-style: italic; -} - -/* sort-filter-table.css stuff */ - -/* Striping */ -tr.alternate td { - background-color:#FCFFEE; -} - -/* for docutil generated TOC */ -div.body -div.contents -p -{ - margin: 0; -} - -/* for collapsible sidebar */ -div#sidebarbutton { - background-color: #267FA5; -} - -/* TODO list colors */ -div.admonition-todo { - color: #B83373; -} - -div.admonition-todo p.admonition-title{ - color: #5032B3; -} - diff --git a/vs2008/sphinx/tesseracttheme/theme.conf b/vs2008/sphinx/tesseracttheme/theme.conf deleted file mode 100644 index b9f40ce42..000000000 --- a/vs2008/sphinx/tesseracttheme/theme.conf +++ /dev/null @@ -1,8 +0,0 @@ -[theme] -inherit = default -stylesheet = tesseract.css -pygments_style = sphinx - -[options] -collapsiblesidebar = true -externalrefs = true diff --git a/vs2008/sphinx/tools.rst b/vs2008/sphinx/tools.rst deleted file mode 100644 index 1e381a59f..000000000 --- a/vs2008/sphinx/tools.rst +++ /dev/null @@ -1,252 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -================== - Handy free tools -================== - -`TortoiseSVN `_ ----------------------------------------- - -The |Tesseractocr| source lives in an SVN repository at `Google Code -`_, so to -:ref:`build the latest versions ` you'll need to -know SVN. For newcomers (or not), TortoiseSVN (http://tortoisesvn.net/) -is a great alternative to the SVN command line interface. - -"TortoiseSVN is an easy-to-use SCM / source control software for -Microsoft Windows and possibly the best standalone Apache Subversion -client there is. It is implemented as a Windows shell extension, which -makes it integrate seamlessly into the Windows explorer. Since it's not -an integration for a specific IDE you can use it with whatever -development tools you like." - - -`JP Software TCC/LE `_ --------------------------------------------------------------------- - -Instead of using Windows' plain old Command Prompt window --- and less -intimidating than using the bash shell from `cygwin -`_ or `MSYS `_ --- the -"TCC/LE - Windows CMD Replacement Command Console" by JP Software is -definitely worth trying. It is available at -http://jpsoft.com/tccle_cmd_replacement.html. - -For example, to look for all the settable options in |Tesseractocr|, -try:: - - C:\BuildFolder\tesseract-3.02\ - ffind /s/v/c/t"_MEMBER" *.cpp | list/s - -and you'll get something that looks like this in the `list` viewer:: - - ---- C:\BuildFolder\tesseract-3.02\ccmain\tesseractclass.cpp - : BOOL_MEMBER(tessedit_resegment_from_boxes, false, - BOOL_MEMBER(tessedit_resegment_from_line_boxes, false, - BOOL_MEMBER(tessedit_train_from_boxes, false, - BOOL_MEMBER(tessedit_make_boxes_from_boxes, false, - BOOL_MEMBER(tessedit_dump_pageseg_images, false, - ... - double_MEMBER(segsearch_max_char_wh_ratio, 2.0, - double_MEMBER(segsearch_max_fixed_pitch_char_wh_ratio, 2.0, - BOOL_MEMBER(save_alt_choices, false, - - 413 lines in 7 files - -(Press the :kbd:`Escape` key to exit the `list` viewer). - -The equivalent(?) Linux incantation, copied and slightly modified from -the grep info, is:: - - find . -name '*.cpp' -print0 | xargs -0r grep -H '_MEMBER' | less - -Note: You can also do this directly in Visual Studio 2008, by choosing -:menuselection:`&Edit --> &Find and Replace --> F&ind in Files` -(:kbd:`Ctrl+Shift+F`), so maybe this wasn't the best example: - -.. image:: images/find_in_files.png - :align: center - :alt: Visual Studio 2008 Find in Files Dialog - - -`Cygwin `_ ------------------------------- - -"`Cygwin `_ is a collection of tools which provide a -Linux look and feel environment for Windows." - -|Leptonica| actually still requires a few unix utilities (like `rm`, -`diff`, `sleep`) for some operations and might silently fail if it they -not present (as of v1.68). The easiest way to deal with this is to -`install Cygwin -`_ -or MSYS (see the next section). - -`MSYS `_ ------------------------------------- - -"`MSYS `_ is a collection of GNU utilities -such as bash, make, gawk and grep to allow building of applications and -programs which depend on traditionally UNIX tools to be present. It is -intended to supplement MinGW and the deficiencies of the cmd shell." - - -WinDiff -------- - -An important phase of testing `tesseract` is checking how its output -compares to previous runs (or ground-truth files). A visual diff program -can make that easier. - -Microsoft's WinDiff doesn't seem to come with Visual Studio -anymore. However it can still be downloaded from `Grig Software -`_ (without having to get -all the other stuff in the `Windows XP Service Pack 2 Support Tools -`_. - -Other options are `KDiff3 `_ and -`ExamDiff `_ (`ExamDiff Pro -`_ is also recommended -but it's not free). - -KDiff3 doesn't seem to correctly auto-detect UTF-8 encodings so choose -:menuselection:`&Settings --> &Configure KDiff3...` from the menubar and -set the :guilabel:`Regional Settings` tab as follows: - -.. image:: images/kdif3_settings.png - :align: center - :alt: KDiff3 Regional Settings - -Also on the :guilabel:`Integration` tab, make sure that :guilabel:`Quit -also via Escape key` is turned on (checked). Since IrfanView also quits -when you press the :kbd:`Esc` key, this just makes it easy to dismiss -both applications with the same key. - -Here is KDiff3 showing the (slight) difference in OCR results after -deskewing a grayscale image: - -.. figure:: images/sample_diff.png - :height: 512 - :align: center - :alt: Diff in OCR after deskewing image - :target: _images/sample_diff.png - - `Click for larger image <_images/sample_diff.png>`__ - - -`IrfanView `_ ----------------------------------------- - -You need some program to view the images you are trying to OCR and since -|Leptonica| uses IrfanView (http://www.irfanview.com/) to `automatically -display images `_, -you might as well use it also. - -"IrfanView is a very fast, small, compact and innovative FREEWARE (for -non-commercial use) graphic viewer for Windows 9x, ME, NT, 2000, XP, -Vista, Windows 7." - -Pressing the :kbd:`I` key while viewing an image with IrfanView, will -bring up a dialog box that shows most of its important properties (like -bits/pixel and DPI). - - - -`Aware Systems AsTiffTagViewer `_ ------------------------------------------------------------------------------------------------ - -This utility, available at -http://www.awaresystems.be/imaging/tiff/astifftagviewer.html, let's you -easily determine TIFF image file properties. - -"Whenever a customer reports your software doesn't handle this or that -particular TIFF, use AsTiffTagViewer and discover why." - - -`Dependency Walker `_ ---------------------------------------------------- - -If you're having problems with missing module runtime errors, the -Dependency Walker (http://dependencywalker.com/) usually can help track -down the problem. - -"Dependency Walker is also very useful for troubleshooting system errors -related to loading and executing modules. Dependency Walker detects many -common application problems such as missing modules, invalid modules, -import/export mismatches, circular dependency errors, mismatched machine -types of modules, and module initialization failures." - -You probably want the 32-bit version even if you are running on a -Windows 64-bit platform, because the current VS2008 Solution for -|Tesseractocr| by default builds a 32-bit app. From the `FAQ -`_ - - "There are 32-bit and 64-bit versions Dependency Walker. All versions - are capable or opening 32-bit and 64-bit modules. However, there are - major advantages to using the 32-bit Dependency Walker to process 32-bit - modules and the 64-bit Dependency Walker to process 64-bit modules. - This is especially true when running on a 64-bit version of Windows, - which allows execution of both 32-bit and 64-bit programs. The 32-bit - subsystem on 64-bit Windows (known as "WOW64") has its own private - registry, "AppPaths", "KnownDlls", system folders, and manifest - processing. Only the 32-bit version of Dependency Walker can access - this 32-bit environment, which is needed to accurately process a 32-bit - module. Likewise, only the 64-bit version of Dependency Walker can - fully access the 64-bit environment, so it should always be used for - processing 64-bit modules." - -.. figure:: images/dependency_walker.png - :height: 640 - :align: center - :alt: Dependency Walker view of tesseract-dlld.exe - :target: _images/dependency_walker.png - - `Click for larger image <_images/dependency_walker.png>`__ - -The above image shows Dependency Walker used on -`tesseract-dlld.exe`. The panes show the `DLL`\ s that it is dependent -on, the methods it actually uses from `libtesseract302d.dll`, and all -the exported methods from `libtesseract302d.dll`. Using this it's easy -to see that only the ``TessBaseAPI`` and ``STRING`` classes are exported -as mentioned in :doc:`programming`. - -`Sysinternals Process Explorer `_ -------------------------------------------------------------------------------------------- - -Another essential program to help figure out what your program is doing -is Process Explorer -(http://technet.microsoft.com/en-us/sysinternals/bb896653). - -"The unique capabilities of Process Explorer make it useful for tracking -down DLL-version problems or handle leaks, and provide insight into the -way Windows and applications work." - - -`VMware Player `_ ---------------------------------------------------------- - -VMware Player (http://www.vmware.com/products/player/) can be used to -install, for example, `Ubuntu 11.10 `_ in a -virtual machine on Windows and see how the other half lives. It also -helps when trying to figure out if the Windows version of `tesseract` -acts the same way as the "original" version. - -"VMware Player is the easiest way to run multiple operating systems at -the same time on your PC. With its user-friendly interface, VMware -Player makes it effortless for anyone to try out Windows 8 developer -release, Windows 7, Chrome OS or the latest Linux releases, or create -isolated virtual machines to safely test new software and surf the Web." - - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/sphinx/versions.rst b/vs2008/sphinx/versions.rst deleted file mode 100644 index 19552130b..000000000 --- a/vs2008/sphinx/versions.rst +++ /dev/null @@ -1,169 +0,0 @@ -:version: $RCSfile: versions.rst,v $ $Revision: 6c29e8896e5c $ $Date: 2011/03/14 21:50:44 $ - -.. default-role:: fs - -=============== - Version Notes -=============== - -3.02 -- February ??, 2012 -========================= - -+ Created a completely new Visual Studio 2008 solution from scratch. - -+ Added 64 new source files and removed the following deleted files - (relative to v3.01): - - + ccutil\memblk.cpp - + ccutil\memblk.h - + ccutil\memryerr.h - + wordrec\pieces.h - + wordrec\tally.cpp - + wordrec\tally.h - -+ Created :guilabel:`LIB_Release`, :guilabel:`LIB_Debug`, - :guilabel:`DLL_Release`, and :guilabel:`DLL_Debug` build - configurations. - -+ Created a single `libtesseract` library and removed generation of the - twelve sub-libraries. - -+ Used references to `leptonica_versionnumbers.vsprops` and - `tesseract_versionnumbers.vsprops` Property Sheets, which define - version number "user macros", in all Visual Studio Projects. These are - also copied to `C:\\BuildFolder\\include`, so you can refer to them in - your own projects. By using the new ``*_VERSION`` macros, you'll be - isolated from worrying about version number changes in the library - filenames. - - See :ref:`APITest's ` :ref:`LIB_Release ` Linker - :guilabel:`Additional Dependencies` settings for an example of what - this looks like in practice. - - See |Leptonica|\ ’s explanation `About version numbers in library - filenames - `_ - for more details. - -+ Added a :ref:`Version Resource ` to all DLLs and - applications. - -+ Removed inclusion of the |Leptonica| libraries. They now have to be - :ref:`downloaded separately `. - -+ Changed to a :ref:`Build directory structure ` that - is compatible with |Leptonica| and allows the building of - |Tesseractocr|\ -based applications using only the `include` and `lib` - directories. - -+ The `libtesseract` libraries are now named as follows: - - static libraries: - - + libtesseract302-static.lib - - + libtesseract302-static-debug.lib - - DLLs: - - + libtesseract302.lib (import library) - - + libtesseract302.dll - - + libtesseract302d.lib (import library) - - + libtesseract302d.dll - -+ Used compiler and linker settings based on the |Leptonica| `VS2008 - Developer package - `_. - -+ Removed all preprocessor defines of ``__MSW32__`` which is no longer - needed. - -+ Removed `vs2008\include\stdint.h` which is no longer required to build - |liblept|. - -+ Removed `vs2008\include\inttypes.h` which isn't needed to build - |liblept|. - -+ Turned off the following compiler warnings:: - - /wd4005: 'snprintf' : macro redefinition - - /wd4018 'expression' : signed/unsigned mismatch - - /wd4099 type name first seen using 'class' now seen using 'struct' - - /wd4244 conversion from 'double' to 'float', possible loss of data - - /wd4267 conversion from 'size_t' to 'type', possible loss of data - - /wd4305 truncation from 'type1' to 'type2' - - /wd4355 'this' : used in base member initializer list - - /wd4566 character represented by universal-character-name x cannot - be represented in the current code page - - /wd4800 forcing value to bool 'true' or 'false' (performance warning) - - /wd4996 'function': was declared deprecated - - -+ Used the "C7 Compatible" Debug Information (/Z7) compiler switch, - which puts the debugging information in the .obj files. That way we - don't have to worry about also supplying `.pdb` files. See `/Z7, - /Zi, /ZI (Debug Information Format) - `_ for - more information. - -+ Added Projects for the following new :ref:`training applications - `: - - + ambiguous_words - - + classifier_tester - - + dawg2wordlist - - + shapeclustering - -+ Moved `mathfix.h` from `vs2008\\include` to the `vs2008\\port` - directory. - -+ Removed Visual Studio 2010 support. See :doc:`vs2010-notes` for the - rationale. - -+ Created a python script called :ref:`tesshelper.py `, that - eases some maintenance tasks related to releasing future VS2008 - Solutions. - -+ The list of "public" header files that are required to build - "external" applications is now limited to the following 13 files:: - - api\apitypes.h - api\baseapi.h - ccmain\thresholder.h - ccstruct\publictypes.h - ccutil\errcode.h - ccutil\fileerr.h - ccutil\host.h - ccutil\memry.h - ccutil\platform.h - ccutil\serialis.h - ccutil\strngs.h - ccutil\tesscallback.h - ccutil\unichar.h - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/sphinx/vs2010-notes.rst b/vs2008/sphinx/vs2010-notes.rst deleted file mode 100644 index 69f3952ff..000000000 --- a/vs2008/sphinx/vs2010-notes.rst +++ /dev/null @@ -1,24 +0,0 @@ -:version: $RCSfile: index.rst,v $ $Revision: 76e0bf38aaba $ $Date: 2011/03/22 00:48:41 $ - -.. default-role:: fs - -========================== - Using Visual Studio 2010 -========================== - -There currently isn't an analogous `VS2010` sub-directory for -|Tesseractocr|. However, you should be able to adapt the instructions at -http://tpgit.github.com/UnOfficialLeptDocs/vs2008/vs2010-notes.html to -convert the VS2008 solution. - -.. - Local Variables: - coding: utf-8 - mode: rst - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 72 - mode: auto-fill - standard-indent: 3 - tab-stop-list: (3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60) - End: diff --git a/vs2008/tesseract-3.02.02.nsi b/vs2008/tesseract-3.02.02.nsi deleted file mode 100644 index c65759ba5..000000000 --- a/vs2008/tesseract-3.02.02.nsi +++ /dev/null @@ -1,1005 +0,0 @@ -; (C) Copyright 2010, Sergey Bronnikov -; (C) Copyright 2010-2012, Zdenko Podobný -; -; Licensed under the Apache License, Version 2.0 (the "License"); -; you may not use this file except in compliance with the License. -; You may obtain a copy of the License at -; http://www.apache.org/licenses/LICENSE-2.0 -; Unless required by applicable law or agreed to in writing, software -; distributed under the License is distributed on an "AS IS" BASIS, -; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -; See the License for the specific language governing permissions and -; limitations under the License. - -SetCompressor /FINAL /SOLID lzma -;SetCompressor lzma -SetCompressorDictSize 32 - -!define VERSION 3.02.02 -!define PRODUCT_NAME "Tesseract-OCR" -!define PRODUCT_VERSION "${VERSION}" -!define PRODUCT_PUBLISHER "Tesseract-OCR community" -!define PRODUCT_WEB_SITE "http://code.google.com/p/tesseract-ocr" -!define FILE_URL "http://tesseract-ocr.googlecode.com/files/" - -# General Definitions -Name "${PRODUCT_NAME} ${VERSION} for Windows" -Caption "Tesseract-OCR ${VERSION}" -BrandingText /TRIMCENTER "(c) 2010-2012 Tesseract-OCR " -!define REGKEY "SOFTWARE\${PRODUCT_NAME}" -; HKLM (all users) vs HKCU (current user) defines -!define env_hklm 'HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"' -!define env_hkcu 'HKCU "Environment"' - -# MultiUser Symbol Definitions -!define MULTIUSER_EXECUTIONLEVEL Admin -!define MULTIUSER_MUI -!define MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY "${REGKEY}" -!define MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_VALUENAME MultiUserInstallMode -!define MULTIUSER_INSTALLMODE_COMMANDLINE -!define MULTIUSER_INSTALLMODE_INSTDIR ${PRODUCT_NAME} -!define MULTIUSER_INSTALLMODE_INSTDIR_REGISTRY_KEY "${REGKEY}" -!define MULTIUSER_INSTALLMODE_INSTDIR_REGISTRY_VALUE "Path" - -# MUI Symbol Definitions -!define MUI_ABORTWARNING -!define MUI_COMPONENTSPAGE_SMALLDESC -!define MUI_HEADERIMAGE -!define MUI_HEADERIMAGE_BITMAP_NOSTRETCH -!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install-blue-full.ico" -!define MUI_FINISHPAGE_LINK "http://code.google.com/p/tesseract-ocr/" -!define MUI_FINISHPAGE_LINK_LOCATION "http://code.google.com/p/tesseract-ocr/" -!define MUI_FINISHPAGE_NOAUTOCLOSE -!define MUI_FINISHPAGE_SHOWREADME "notepad $INSTDIR\doc\README" -!define MUI_FINISHPAGE_SHOWREADME_FUNCTION ShowReadme -!define MUI_LICENSEPAGE_CHECKBOX -!define MUI_STARTMENUPAGE_REGISTRY_ROOT HKLM -!define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY} -!define MUI_STARTMENUPAGE_REGISTRY_VALUENAME StartMenuGroup -!define MUI_STARTMENUPAGE_DEFAULTFOLDER ${PRODUCT_NAME} -!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\orange-uninstall.ico" -!define MUI_UNFINISHPAGE_NOAUTOCLOSE -!define MUI_WELCOMEPAGE_TITLE_3LINES - -# Included files -!include MultiUser.nsh -!include Sections.nsh -!include MUI2.nsh -!include EnvVarUpdate.nsh -!include LogicLib.nsh -!include winmessages.nsh # include for some of the windows messages defines - -# Variables -Var StartMenuGroup -Var PathKey -; Define user variables -Var OLD_KEY - -# Installer pages -!insertmacro MUI_PAGE_WELCOME -!insertmacro MUI_PAGE_LICENSE "..\COPYING" -!insertmacro MULTIUSER_PAGE_INSTALLMODE -!ifdef VERSION - Page custom PageReinstall PageLeaveReinstall -!endif -!insertmacro MUI_PAGE_DIRECTORY -!insertmacro MUI_PAGE_COMPONENTS -!insertmacro MUI_PAGE_STARTMENU Application $StartMenuGroup -!insertmacro MUI_PAGE_INSTFILES -!insertmacro MUI_PAGE_FINISH -!insertmacro MUI_UNPAGE_CONFIRM -!insertmacro MUI_UNPAGE_INSTFILES - -# Languages -!insertmacro MUI_LANGUAGE "English" -!insertmacro MUI_LANGUAGE "Italian" -!insertmacro MUI_LANGUAGE "Russian" -!insertmacro MUI_LANGUAGE "Slovak" -!insertmacro MUI_LANGUAGE "Spanish" -!insertmacro MUI_LANGUAGE "SpanishInternational" - -# Installer attributes -ShowInstDetails show -InstProgressFlags smooth colored -XPStyle on -SpaceTexts -CRCCheck on -InstProgressFlags smooth colored -CRCCheck On # Do a CRC check before installing -InstallDir "$PROGRAMFILES\Tesseract-OCR" -# Name of program and file -!ifdef VERSION -OutFile tesseract-ocr-setup-${VERSION}.exe -!else -OutFile tesseract-ocr-setup.exe -!endif - -!macro AddToPath - # TODO(zdenop): Check if $INSTDIR is in path. If yes, that do not append it - # append bin path to user PATH environment variable - StrCpy $PathKey "HKLM" - StrCmp $MultiUser.InstallMode "AllUsers" +2 - StrCpy $PathKey "HKCU" - DetailPrint "Setting PATH to $INSTDIR at $PathKey" - ${EnvVarUpdate} $0 "PATH" "A" "$PathKey" "$INSTDIR" - ; make sure windows knows about the change - SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000 -!macroend - -!macro RemoveTessdataPrefix - ReadRegStr $R2 ${env_hklm} 'TESSDATA_PREFIX' - ReadRegStr $R3 ${env_hkcu} 'TESSDATA_PREFIX' - StrCmp $R2 "" Next1 0 - DetailPrint "Removing $R2 from HKLM Environment..." - DeleteRegValue ${env_hklm} TESSDATA_PREFIX # This only empty variable, but do not remove it! - ${EnvVarUpdate} $0 "TESSDATA_PREFIX" "R" "HKLM" $R1 - Next1: - StrCmp $R3 "" Next2 0 - DetailPrint "Removing $R3 from HKCU Environment..." - DeleteRegValue ${env_hkcu} "TESSDATA_PREFIX" - Next2: - # make sure windows knows about the change - SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000 -!macroend - -!macro SetTESSDATA - !insertmacro RemoveTessdataPrefix - StrCpy $PathKey "HKLM" - StrCmp $MultiUser.InstallMode "AllUsers" +2 - StrCpy $PathKey "HKCU" - DetailPrint "Setting TESSDATA_PREFIX at $PathKey" - ${EnvVarUpdate} $0 "TESSDATA_PREFIX" "A" "$PathKey" "$INSTDIR\" - # make sure windows knows about the change - SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000 -!macroend - -!macro Download_Lang_Data Lang - IfFileExists $TEMP/${Lang} dlok - ;StrCpy $1 ${Lang} - ;StrCpy $2 "$INSTDIR\tessdata\$1" - ;inetc::get /caption "Downloading $1" /popup "" "${FILE_URL}/$1" $2 /end - inetc::get /caption "Downloading ${Lang}" /popup "" "${FILE_URL}/${Lang}" $TEMP/${Lang} /end - Pop $0 # return value = exit code, "OK" if OK - StrCmp $0 "OK" dlok - MessageBox MB_OK|MB_ICONEXCLAMATION "http download error. Download Status of ${Lang}: $0. Click OK to continue." /SD IDOK - Goto error - dlok: - DetailPrint "Extracting ${Lang}" - untgz::extract "-j" "-d" "$INSTDIR\tessdata\" "$TEMP/${Lang}" - # tarbal has to be created with option --old-archive otherwise there will be error - # untgz::extract failed because of checksum - error: - Delete "$TEMP\${Lang}" -!macroend - -!macro Download_Leptonica DataUrl - IfFileExists $TEMP/leptonica.zip dlok - inetc::get /caption "Downloading $1" /popup "" ${DataUrl} $TEMP/leptonica.zip /end - Pop $R0 # return value = exit code, "OK" if OK - StrCmp $R0 "OK" dlok - MessageBox MB_OK|MB_ICONEXCLAMATION "http download error. Download Status of $1: $R0. Click OK to continue." /SD IDOK - Goto error - dlok: - nsisunz::UnzipToLog "$TEMP/leptonica.zip" "$INSTDIR" - Pop $R0 - StrCmp $R0 "success" +2 - MessageBox MB_OK "Decompression of leptonica failed: $R0" - Goto error - error: - Delete "$TEMP\leptonica.zip" -!macroend - -!macro Download_Lang_Data_gz Lang - ;IfFileExists $TEMP/${Lang} dlok - StrCpy $1 ${Lang} - StrCpy $2 "$INSTDIR\tessdata\$1" - inetc::get /caption "Downloading $1" /popup "" "http://tesseract-ocr.googlecode.com/files/$1" $2 /end - Pop $0 # return value = exit code, "OK" if OK - StrCmp $0 "OK" dlok - MessageBox MB_OK|MB_ICONEXCLAMATION "http download error. Download Status of $1: $0. Click OK to continue." /SD IDOK - Goto error - dlok: - ExecWait '"$INSTDIR\gzip.exe" -d "$2"' - error: -!macroend - -!macro Download_Data2 Filename Komp - IfFileExists $TEMP/${Filename} dlok - inetc::get /caption "Downloading $1" /popup "" "${FILE_URL}/${Filename}" $TEMP/${Filename} /end - Pop $R0 # return value = exit code, "OK" if OK - StrCmp $R0 "OK" dlok - MessageBox MB_OK|MB_ICONEXCLAMATION "http download error. Download Status of $1: $R0. Click OK to continue." /SD IDOK - Goto error - dlok: - ${If} ${Komp} == "tgz" - DetailPrint "Extracting ${Filename}" - untgz::extract "-d" "$INSTDIR\.." "$TEMP\${Filename}" - Goto install - ${EndIf} - ${If} ${Komp} == "zip" - DetailPrint "Extracting ${Filename}" - nsisunz::UnzipToLog "$TEMP\${Filename}" "$INSTDIR\" - Goto install - ${EndIf} - MessageBox MB_OK|MB_ICONEXCLAMATION "Unsupported compression!" - install: - Pop $R0 - StrCmp $R0 "success" +3 - MessageBox MB_OK "Decompression of ${Filename} failed: $R0" - Goto error - Delete "$TEMP\${Filename}" - error: -!macroend - -!macro Download_Data Filename Komp - IfFileExists $TEMP/${Filename} dlok - inetc::get /caption "Downloading $1" /popup "" "${FILE_URL}/${Filename}" $TEMP/${Filename} /end - Pop $R0 # return value = exit code, "OK" if OK - StrCmp $R0 "OK" dlok - MessageBox MB_OK|MB_ICONEXCLAMATION "http download error. Download Status of $1: $R0. Click OK to continue." /SD IDOK - Goto end - dlok: - ${If} ${Komp} == "tgz" - untgz::extract "-d" "$INSTDIR" "$TEMP\${Filename}" - Goto install - ${EndIf} - ${If} ${Komp} == "zip" - nsisunz::UnzipToLog "$TEMP\${Filename}" "$INSTDIR" - Goto install - ${EndIf} - MessageBox MB_OK|MB_ICONEXCLAMATION "Unsupported compression!" - install: - Pop $R0 - StrCmp $R0 "success" +3 - MessageBox MB_OK "Decompression of ${Filename} failed: $R0" - Goto end - Delete "$TEMP\${Filename}" - ${If} ${Komp} == "zip" - Goto end - ${EndIf} - CopyFiles "$TEMP\Tesseract-OCR\*" "$INSTDIR" - RMDir /r "$TEMP\Tesseract-OCR" - end: -!macroend - -Section -Main SEC0000 - ; mark as read only component - SectionIn RO - SetOutPath "$INSTDIR" - # files included in distribution - File LIB_Release\tesseract.exe - File gzip.exe - File tar.exe - CreateDirectory "$INSTDIR\java" - SetOutPath "$INSTDIR\java" - File ..\java\ScrollView.jar - CreateDirectory "$INSTDIR\tessdata" - CreateDirectory "$INSTDIR\tessdata\configs" - SetOutPath "$INSTDIR\tessdata\configs" - File ..\tessdata\configs\ambigs.train - File ..\tessdata\configs\api_config - File ..\tessdata\configs\bigram - File ..\tessdata\configs\box.train - File ..\tessdata\configs\box.train.stderr - File ..\tessdata\configs\digits - File ..\tessdata\configs\hocr - File ..\tessdata\configs\inter - File ..\tessdata\configs\kannada - File ..\tessdata\configs\linebox - File ..\tessdata\configs\logfile - File ..\tessdata\configs\makebox - File ..\tessdata\configs\quiet - File ..\tessdata\configs\rebox - File ..\tessdata\configs\strokewidth - File ..\tessdata\configs\unlv - CreateDirectory "$INSTDIR\tessdata\tessconfigs" - SetOutPath "$INSTDIR\tessdata\tessconfigs" - File ..\tessdata\tessconfigs\batch - File ..\tessdata\tessconfigs\batch.nochop - File ..\tessdata\tessconfigs\matdemo - File ..\tessdata\tessconfigs\msdemo - File ..\tessdata\tessconfigs\nobatch - File ..\tessdata\tessconfigs\segdemo - CreateDirectory "$INSTDIR\doc" - SetOutPath "$INSTDIR\doc" - File ..\AUTHORS - File ..\COPYING - File ..\eurotext.tif - File ..\phototest.tif - File ..\README - File ..\ReleaseNotes -SectionEnd - -Section "Traning Tools" SecTr - SectionIn 1 - SetOutPath "$INSTDIR" - File LIB_Release\cntraining.exe - File LIB_Release\combine_tessdata.exe - File LIB_Release\mftraining.exe - File LIB_Release\unicharset_extractor.exe - File LIB_Release\wordlist2dawg.exe - File LIB_Release\classifier_tester.exe - File LIB_Release\dawg2wordlist.exe - File LIB_Release\ambiguous_words.exe - File LIB_Release\shapeclustering.exe -SectionEnd - -Section -post SEC0001 - ;Store installation folder - we use allways HKLM! - WriteRegStr HKLM "${REGKEY}" "Path" "$INSTDIR" - WriteRegStr HKLM "${REGKEY}" "Mode" $MultiUser.InstallMode - WriteRegStr HKLM "${REGKEY}" "InstallDir" "$INSTDIR" - WriteRegStr HKLM "${REGKEY}" "CurrentVersion" "${VERSION}" - WriteRegStr HKLM "${REGKEY}" "Uninstaller" "$INSTDIR\uninstall.exe" - ;WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Run" "Tesseract-OCR" "$INSTDIR\tesseract.exe" - ; Register to Add/Remove program in control panel - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "DisplayName" "${PRODUCT_NAME} - open source OCR engine" - WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" DisplayVersion "${VERSION}" - WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" Publisher "${PRODUCT_PUBLISHER}" - WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" URLInfoAbout "${PRODUCT_WEB_SITE}" - WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "DisplayIcon" "$INSTDIR\uninstall.exe" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "UninstallString" "$INSTDIR\uninstall.exe" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "QuietUninstallString" '"$INSTDIR\uninstall.exe" /S' - WriteRegDWORD HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" NoModify 1 - WriteRegDWORD HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" NoRepair 1 - ;Create uninstaller - WriteUninstaller "$INSTDIR\Uninstall.exe" - ;ExecShell "open" "http://code.google.com/p/tesseract-ocr/" - ;ExecShell "open" '"$INSTDIR"' - ;BringToFront -SectionEnd - -Section "Shortcuts creation" SecCS - SetOutPath $INSTDIR - CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}" - CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Console.lnk" $WINDIR\system32\CMD.EXE - CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Homepage.lnk" "${PRODUCT_WEB_SITE}" - CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\ReadMe.lnk" "${PRODUCT_WEB_SITE}/wiki/ReadMe" - CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\FAQ.lnk" "${PRODUCT_WEB_SITE}/wiki/FAQ" - CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0 - ;CreateShortCut "$DESKTOP\Tesseract-OCR.lnk" "$INSTDIR\tesseract.exe" "" "$INSTDIR\tesseract.exe" 0 - ;CreateShortCut "$QUICKLAUNCH\.lnk" "$INSTDIR\tesseract.exe" "" "$INSTDIR\tesseract.exe" 0 -SectionEnd - -SectionGroup "Registry setttings" SecRS - Section "Add to Path" SecRS_path - !insertmacro AddToPath - SectionEnd - Section "Set TESSDATA_PREFIX variable" SecRS_tessdata - !insertmacro SetTESSDATA - SectionEnd -SectionGroupEnd - -SectionGroup "Tesseract development files" SecGrp_dev - Section /o "Download and install tesseract libraries including header files" SecLang_tlib - !insertmacro Download_Data2 tesseract-ocr-3.02.02-win32-lib-include-dirs.zip zip - CopyFiles $INSTDIR\lib\libtesseract*.dll $INSTDIR\ ; $INSTDIR is in the path! - Delete $INSTDIR\lib\libtesseract*.dll - SectionEnd - Section /o "Download and install leptonica 1.68 libraries including header files" SecLang_llib - !insertmacro Download_Leptonica http://leptonica.org/source/leptonica-1.68-win32-lib-include-dirs.zip - CopyFiles $INSTDIR\lib\liblept*.dll $INSTDIR\ ; move to path - Delete $INSTDIR\lib\liblept*.dll - SectionEnd - Section /o "Download and install VC++ 2008 tesseract API example solution" SecLang_example - !insertmacro Download_Data2 tesseract-ocr-API-Example-vs2008.zip zip - SectionEnd - Section /o "Download and install tesseract source code" SecLang_source - !insertmacro Download_Data tesseract-ocr-3.02.02.tar.gz tgz - SectionEnd - Section /o "Download and install VS C++ 2008 solution for tesseract" SecLang_vs2008 - !insertmacro Download_Data tesseract-ocr-3.02-vs2008.zip zip - SectionEnd - Section /o "Download and install doxygen documentation for tesseract" SecLang_doxygen - !insertmacro Download_Data tesseract-ocr-3.02.02-doc-html.tar.gz tgz - CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\DoxygenDoc.lnk" "$INSTDIR\tesseract-ocr\doc\html\index.html" - SectionEnd -SectionGroupEnd - -; Download language files -SectionGroup "Language data" SecGrp_LD - Section "English language data" SecLang_eng - SectionIn RO - SetOutPath "$INSTDIR\tessdata" - File ..\tessdata\eng.* - SectionEnd - - Section "Orientation and script detection data" SecLang_osd - SectionIn 1 - SetOutPath "$INSTDIR\tessdata" - File ..\tessdata\osd.* - SectionEnd - - Section /o "Download and install Math / equation detection module" SecLang_equ - !insertmacro Download_Lang_Data tesseract-ocr-3.02.equ.tar.gz - SectionEnd - - Section /o "Download and install Afrikaans language data" SecLang_afr - !insertmacro Download_Lang_Data tesseract-ocr-3.02.afr.tar.gz - SectionEnd - - Section /o "Download and install Albanian language data" SecLang_sqi - !insertmacro Download_Lang_Data tesseract-ocr-3.02.sqi.tar.gz - SectionEnd - - Section /o "Download and install Arabic language data" SecLang_ara - !insertmacro Download_Lang_Data tesseract-ocr-3.02.ara.tar.gz - SectionEnd - - Section /o "Download and install Azerbaijani language data" SecLang_aze - !insertmacro Download_Lang_Data tesseract-ocr-3.02.aze.tar.gz - SectionEnd - - Section /o "Download and install Basque language data" SecLang_eus - !insertmacro Download_Lang_Data tesseract-ocr-3.02.eus.tar.gz - SectionEnd - - Section /o "Download and install Belarusian language data" SecLang_bel - !insertmacro Download_Lang_Data tesseract-ocr-3.02.bel.tar.gz - SectionEnd - - Section /o "Download and install Bengali language data" SecLang_ben - !insertmacro Download_Lang_Data tesseract-ocr-3.02.ben.tar.gz - SectionEnd - - Section /o "Download and install Bulgarian language data" SecLang_bul - !insertmacro Download_Lang_Data tesseract-ocr-3.02.bul.tar.gz - SectionEnd - - Section /o "Download and install Catalan language data" SecLang_cat - !insertmacro Download_Lang_Data tesseract-ocr-3.02.cat.tar.gz - SectionEnd - - Section /o "Download and install Cherokee language data" SecLang_chr - !insertmacro Download_Lang_Data tesseract-ocr-3.02.chr.tar.gz - SectionEnd - - Section /o "Download and install Chinese (Traditional) language data" SecLang_chi_tra - !insertmacro Download_Lang_Data tesseract-ocr-3.02.chi_tra.tar.gz - SectionEnd - - Section /o "Download and install Chinese (Simplified) language data" SecLang_chi_sim - !insertmacro Download_Lang_Data tesseract-ocr-3.02.chi_sim.tar.gz - SectionEnd - - Section /o "Download and install Croatian language data" SecLang_hrv - !insertmacro Download_Lang_Data tesseract-ocr-3.02.hrv.tar.gz - SectionEnd - - Section /o "Download and install Czech language data" SecLang_ces - !insertmacro Download_Lang_Data tesseract-ocr-3.02.ces.tar.gz - SectionEnd - - Section /o "Download and install Danish language data" SecLang_dan - !insertmacro Download_Lang_Data tesseract-ocr-3.02.dan.tar.gz - SectionEnd - - Section /o "Download and install Danish (Fraktur) language data" SecLang_dan_frak - !insertmacro Download_Lang_Data_gz dan-frak.traineddata.gz - SectionEnd - - Section /o "Download and install Dutch language data" SecLang_nld - !insertmacro Download_Lang_Data tesseract-ocr-3.02.nld.tar.gz - SectionEnd - - Section /o "Download and install English - Middle (1100-1500) language data" SecLang_enm - !insertmacro Download_Lang_Data tesseract-ocr-3.02.enm.tar.gz - SectionEnd - - Section /o "Download and install Esperanto language data" SecLang_epo - !insertmacro Download_Lang_Data tesseract-ocr-3.02.epo.tar.gz - SectionEnd - - Section /o "Download and install Estonian language data" SecLang_est - !insertmacro Download_Lang_Data tesseract-ocr-3.02.est.tar.gz - SectionEnd - - Section /o "Download and install German language data" SecLang_deu - !insertmacro Download_Lang_Data tesseract-ocr-3.02.deu.tar.gz - SectionEnd - - Section /o "Download and install German (Fraktur) language data" SecLang_deu_frak - !insertmacro Download_Lang_Data_gz deu-frak.traineddata.gz - SectionEnd - - Section /o "Download and install Greek language data" SecLang_ell - !insertmacro Download_Lang_Data tesseract-ocr-3.02.ell.tar.gz - SectionEnd - - Section /o "Download and install Greek - Ancient language data" SecLang_grc - !insertmacro Download_Lang_Data tesseract-ocr-3.02.grc.tar.gz - SectionEnd - - Section /o "Download and install Finnish language data" SecLang_fin - !insertmacro Download_Lang_Data tesseract-ocr-3.02.fin.tar.gz - SectionEnd - - Section /o "Download and install Frankish language data" SecLang_frk - !insertmacro Download_Lang_Data tesseract-ocr-3.02.frk.tar.gz - SectionEnd - - Section /o "Download and install French language data" SecLang_fra - !insertmacro Download_Lang_Data tesseract-ocr-3.02.fra.tar.gz - SectionEnd - - Section /o "Download and install French - Middle(ca. 1400-1600) language data" SecLang_frm - !insertmacro Download_Lang_Data tesseract-ocr-3.02.frm.tar.gz - SectionEnd - - Section /o "Download and install Hebrew language data" SecLang_heb - !insertmacro Download_Lang_Data tesseract-ocr-3.02.heb.tar.gz - SectionEnd - - Section /o "Download and install Hebrew (community traning) language data" SecLang_heb_com - !insertmacro Download_Lang_Data tesseract-ocr-3.01.heb-com.tar.gz - SectionEnd - - Section /o "Download and install Hindi language data" SecLang_hin - !insertmacro Download_Lang_Data tesseract-ocr-3.02.hin.tar.gz - SectionEnd - - Section /o "Download and install Hungarian language data" SecLang_hun - !insertmacro Download_Lang_Data tesseract-ocr-3.02.hun.tar.gz - SectionEnd - - Section /o "Download and install Icelandic language data" SecLang_isl - !insertmacro Download_Lang_Data tesseract-ocr-3.02.isl.tar.gz - SectionEnd - - Section /o "Download and install Indonesian language data" SecLang_ind - !insertmacro Download_Lang_Data tesseract-ocr-3.02.ind.tar.gz - SectionEnd - - Section /o "Download and install Italian language data" SecLang_ita - !insertmacro Download_Lang_Data tesseract-ocr-3.02.ita.tar.gz - SectionEnd - - Section /o "Download and install Italian (Old) language data" SecLang_ita_old - !insertmacro Download_Lang_Data tesseract-ocr-3.02.ita_old.tar.gz - SectionEnd - - Section /o "Download and install Japanese language data" SecLang_jpn - !insertmacro Download_Lang_Data tesseract-ocr-3.02.jpn.tar.gz - SectionEnd - - Section /o "Download and install Kannada language data" SecLang_kan - !insertmacro Download_Lang_Data tesseract-ocr-3.02.kan.tar.gz - SectionEnd - - Section /o "Download and install Korean language data" SecLang_kor - !insertmacro Download_Lang_Data tesseract-ocr-3.02.kor.tar.gz - SectionEnd - - Section /o "Download and install Latvian language data" SecLang_lav - !insertmacro Download_Lang_Data tesseract-ocr-3.02.lav.tar.gz - SectionEnd - - Section /o "Download and install Lithuanian language data" SecLang_lit - !insertmacro Download_Lang_Data tesseract-ocr-3.02.lit.tar.gz - SectionEnd - - Section /o "Download and install Macedonian language data" SecLang_mkd - !insertmacro Download_Lang_Data tesseract-ocr-3.02.mkd.tar.gz - SectionEnd - - Section /o "Download and install Malay language data" SecLang_msa - !insertmacro Download_Lang_Data tesseract-ocr-3.02.msa.tar.gz - SectionEnd - - Section /o "Download and install Malayalam language data" SecLang_mal - !insertmacro Download_Lang_Data tesseract-ocr-3.02.mal.tar.gz - SectionEnd - - Section /o "Download and install Maltese language data" SecLang_mlt - !insertmacro Download_Lang_Data tesseract-ocr-3.02.mlt.tar.gz - SectionEnd - - Section /o "Download and install Norwegian language data" SecLang_nor - !insertmacro Download_Lang_Data tesseract-ocr-3.02.nor.tar.gz - SectionEnd - - Section /o "Download and install Polish language data" SecLang_pol - !insertmacro Download_Lang_Data tesseract-ocr-3.02.pol.tar.gz - SectionEnd - - Section /o "Download and install Portuguese language data" SecLang_por - !insertmacro Download_Lang_Data tesseract-ocr-3.02.por.tar.gz - SectionEnd - - Section /o "Download and install Romanian language data" SecLang_ron - !insertmacro Download_Lang_Data tesseract-ocr-3.02.ron.tar.gz - SectionEnd - - Section /o "Download and install Russian language data" SecLang_rus - !insertmacro Download_Lang_Data tesseract-ocr-3.02.rus.tar.gz - SectionEnd - - Section /o "Download and install Slovak language data" SecLang_slk - !insertmacro Download_Lang_Data tesseract-ocr-3.02.slk.tar.gz - SectionEnd - - Section /o "Download and install Slovak (Fraktur) language data" SecLang_slk_frak - !insertmacro Download_Lang_Data tesseract-ocr-3.02.slk_frak.tar.gz - SectionEnd - - Section /o "Download and install Slovenian language data" SecLang_slv - !insertmacro Download_Lang_Data tesseract-ocr-3.02.slv.tar.gz - SectionEnd - - Section /o "Download and install Spanish language data" SecLang_spa - !insertmacro Download_Lang_Data tesseract-ocr-3.02.spa.tar.gz - SectionEnd - - Section /o "Download and install Spanish (Old) language data" SecLang_spa_old - !insertmacro Download_Lang_Data tesseract-ocr-3.02.spa_old.tar.gz - SectionEnd - - Section /o "Download and install Serbian language data" SecLang_srp - !insertmacro Download_Lang_Data tesseract-ocr-3.02.srp.tar.gz - SectionEnd - - Section /o "Download and install Swahili language data" SecLang_swa - !insertmacro Download_Lang_Data tesseract-ocr-3.02.swa.tar.gz - SectionEnd - - Section /o "Download and install Swedish language data" SecLang_swe - !insertmacro Download_Lang_Data tesseract-ocr-3.02.swe.tar.gz - SectionEnd - - Section /o "Download and install Swedish (Fraktur) language data" SecLang_swe_frak - !insertmacro Download_Lang_Data_gz swe-frak.traineddata.gz - SectionEnd - - Section /o "Download and install Tagalog language data" SecLang_tgl - !insertmacro Download_Lang_Data tesseract-ocr-3.02.tgl.tar.gz - SectionEnd - - Section /o "Download and install Tamil language data" SecLang_tam - !insertmacro Download_Lang_Data tesseract-ocr-3.02.tam.tar.gz - SectionEnd - - Section /o "Download and install Telugu language data" SecLang_tel - !insertmacro Download_Lang_Data tesseract-ocr-3.02.tel.tar.gz - SectionEnd - - Section /o "Download and install Thai language data" SecLang_tha - !insertmacro Download_Lang_Data tesseract-ocr-3.02.tha.tar.gz - SectionEnd - - Section /o "Download and install Turkish language data" SecLang_tur - !insertmacro Download_Lang_Data tesseract-ocr-3.02.tur.tar.gz - SectionEnd - - Section /o "Download and install Ukrainian language data" SecLang_ukr - !insertmacro Download_Lang_Data tesseract-ocr-3.02.ukr.tar.gz - SectionEnd - - Section /o "Download and install Vietnamese language data" SecLang_vie - !insertmacro Download_Lang_Data tesseract-ocr-3.02.vie.tar.gz - SectionEnd -SectionGroupEnd - -;-------------------------------- -;Descriptions - ; At first we need to localize installer for languages which supports well in tesseract: Eng, Spa, Ger, Ita, Dutch + Russian (it is authors native language) - ;Language strings - LangString DESC_SEC0001 ${LANG_RUSSIAN} "Установочные файлы." - ;LangString DESC_SecHelp ${LANG_RUSSIAN} "Справочная информация." - LangString DESC_SecCS ${LANG_RUSSIAN} "Добавить ярлыки в меню Пуск" - - LangString DESC_SEC0001 ${LANG_ENGLISH} "Installation files." - ;LangString DESC_SecHelp ${LANG_ENGLISH} "Help information." - LangString DESC_SecCS ${LANG_ENGLISH} "Add shortcuts to Start menu." - - LangString DESC_SEC0001 ${LANG_ITALIAN} "File di installazione." - ;LangString DESC_SecHelp ${LANG_ITALIAN} "Guida di informazioni." - LangString DESC_SecCS ${LANG_ITALIAN} "Aggiungere collegamenti al menu Start." - - LangString DESC_SEC0001 ${LANG_SLOVAK} "Súbory inštalácie." - ;LangString DESC_SecHelp ${LANG_ENGLISH} "Pomocné informácie." - LangString DESC_SecCS ${LANG_SLOVAK} "Pridať odkaz do Start menu." - - LangString DESC_SEC0001 ${LANG_SPANISH} "Los archivos de instalación." - ;LangString DESC_SecHelp ${LANG_SPANISH} "Información de ayuda." - LangString DESC_SecCS ${LANG_SPANISH} "Ańadir accesos directos al menú Inicio." - - LangString DESC_SEC0001 ${LANG_SPANISHINTERNATIONAL} "Los archivos de instalación." - ;LangString DESC_SecHelp ${LANG_SPANISHINTERNATIONAL} "Información de ayuda." - LangString DESC_SecCS ${LANG_SPANISHINTERNATIONAL} "Ańadir accesos directos al menú Inicio." - - ;Assign language strings to sections - !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN - !insertmacro MUI_DESCRIPTION_TEXT ${SEC0001} $(DESC_SEC0001) - !insertmacro MUI_DESCRIPTION_TEXT ${SecCS} $(DESC_SecCS) - !insertmacro MUI_FUNCTION_DESCRIPTION_END - -;-------------------------------- -;Uninstaller Section - -;Section /o -un.Main UNSEC0000 -Section -un.Main UNSEC0000 - DetailPrint "Removing everything" - Delete "$SMPROGRAMS\${PRODUCT_NAME}\*.*" - RMDir "$SMPROGRAMS\${PRODUCT_NAME}" - DetailPrint "Removing registry info" - DeleteRegKey HKLM "Software\Tesseract-OCR" - SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000 - ${un.EnvVarUpdate} $0 "PATH" "R" HKLM $INSTDIR - SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000 - DeleteRegValue HKLM "Environment" "TESSDATA_PREFIX" - SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000 - - # remove the Add/Remove information - DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" - Delete "$INSTDIR\Uninstall.exe" - DeleteRegValue HKLM "${REGKEY}" Path - DeleteRegKey /IfEmpty HKLM "${REGKEY}\Components" - DeleteRegKey /IfEmpty HKLM "${REGKEY}" - RMDir /r "$INSTDIR" -SectionEnd - -Function PageReinstall - -FunctionEnd - -Function PageLeaveReinstall - -FunctionEnd - -!macro REMOVE_REGKEY OLD_KEY - StrCmp ${OLD_KEY} HKLM 0 +3 - DeleteRegKey HKLM "${REGKEY}" - Goto End - DeleteRegKey HKCU "${REGKEY}" - End: -!macroend - -Function .onInit - Call PreventMultipleInstances - ;RequestExecutionLevel admin - !insertmacro MULTIUSER_INIT - - ; is tesseract already installed? - ReadRegStr $R0 HKCU "${REGKEY}" "CurrentVersion" - StrCpy $OLD_KEY HKCU - StrCmp $R0 "" test1 test2 - test1: - ReadRegStr $R0 HKLM "${REGKEY}" "CurrentVersion" - StrCpy $OLD_KEY HKLM - StrCmp $R0 "" SkipUnInstall - test2: - MessageBox MB_YESNO|MB_ICONEXCLAMATION "Tesseract-ocr version $R0 is installed (in $OLD_KEY)! Do you want to uninstall it first?$\nUninstall will delete all files in '$INSTDIR'!" \ - /SD IDYES IDNO SkipUnInstall IDYES UnInstall - UnInstall: - StrCmp $OLD_KEY "HKLM" UnInst_hklm - DetailPrint "CurrentUser:" - readRegStr $R1 HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "UninstallString" - Goto try_uninstall - UnInst_hklm: - DetailPrint "UnInst_hklm" - readRegStr $R1 HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "UninstallString" - try_uninstall: - ClearErrors - ExecWait '$R1 _?=$INSTDIR'$0 - StrCmp $0 0 0 +3 ; Check if unstaller finished ok. If yes, than try to remove it from installer - !insertmacro REMOVE_REGKEY ${OLD_KEY} - Goto SkipUnInstall - messagebox mb_ok "Uninstaller failed:\n$0\n\nYou need to remove program manually." - SkipUnInstall: - MessageBox MB_YESNO|MB_ICONQUESTION "Do you want to install ${PRODUCT_NAME} ${VERSION}?" \ - /SD IDYES IDNO no IDYES yes - no: - SetSilent silent - Goto done - yes: - ;InitPluginsDir - ;File /oname=$PLUGINSDIR\splash.bmp "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp" - ;File /oname=$PLUGINSDIR\splash.bmp "new.bmp" - ;advsplash::show 1000 600 400 -1 $PLUGINSDIR\splash - ;Pop $0 ; $0 has '1' if the user closed the splash screen early, - ; '0' if everything closed normal, and '-1' if some error occured. - ;IfFileExists $INSTDIR\loadmain.exe PathGood - done: - ; Make selection based on System language ID - System::Call 'kernel32::GetSystemDefaultLangID() i .r0' - ;http://msdn.microsoft.com/en-us/library/dd318693%28v=VS.85%29.aspx - StrCmp $0 "1078" Afrikaans - StrCmp $0 "1052" Albanian - StrCmp $0 "5121" Arabic - StrCmp $0 "1068" Azerbaijani - StrCmp $0 "1069" Basque - StrCmp $0 "1059" Belarusian - StrCmp $0 "1093" Bengali - StrCmp $0 "1026" Bulgarian - StrCmp $0 "1027" Catalan - StrCmp $0 "1116" Cherokee - StrCmp $0 "31748" Chinese_tra - StrCmp $0 "4" Chinese_sim - StrCmp $0 "26" Croatian - StrCmp $0 "1029" Czech - StrCmp $0 "1030" Danish - StrCmp $0 "2067" Dutch - StrCmp $0 "1061" Estonian - StrCmp $0 "3079" German - StrCmp $0 "1032" Greek - StrCmp $0 "1035" Finnish - StrCmp $0 "2060" French - StrCmp $0 "1037" Hebrew - StrCmp $0 "1081" Hindi - StrCmp $0 "1038" Hungarian - StrCmp $0 "1039" Icelandic - StrCmp $0 "1057" Indonesian - StrCmp $0 "1040" Italian - StrCmp $0 "1041" Japanese - StrCmp $0 "1099" Kannada - StrCmp $0 "1042" Korean - StrCmp $0 "1062" Latvian - StrCmp $0 "1063" Lithuanian - StrCmp $0 "1071" Macedonian - StrCmp $0 "1100" Malayalam - StrCmp $0 "2110" Malay - StrCmp $0 "1082" Maltese - StrCmp $0 "1044" Norwegian - StrCmp $0 "1045" Polish - StrCmp $0 "1046" Portuguese - StrCmp $0 "1048" Romanian - StrCmp $0 "1049" Russian - StrCmp $0 "1051" Slovak - StrCmp $0 "1060" Slovenian - StrCmp $0 "11274" Spanish - StrCmp $0 "2074" Serbian - StrCmp $0 "1089" Swahili - StrCmp $0 "2077" Swedish - StrCmp $0 "1097" Tamil - StrCmp $0 "1098" Telugu - StrCmp $0 "1054" Thai - StrCmp $0 "1055" Turkish - StrCmp $0 "1058" Ukrainian - StrCmp $0 "1066" Vietnamese - - Goto lang_end - - Afrikaans: !insertmacro SelectSection ${SecLang_afr} - Goto lang_end - Albanian: !insertmacro SelectSection ${SecLang_sqi} - Goto lang_end - Arabic: !insertmacro SelectSection ${SecLang_ara} - Goto lang_end - Azerbaijani: !insertmacro SelectSection ${SecLang_aze} - Goto lang_end - Basque: !insertmacro SelectSection ${SecLang_eus} - Goto lang_end - Belarusian: !insertmacro SelectSection ${SecLang_bel} - Goto lang_end - Bengali: !insertmacro SelectSection ${SecLang_ben} - Goto lang_end - Bulgarian: !insertmacro SelectSection ${SecLang_bul} - Goto lang_end - Catalan: !insertmacro SelectSection ${SecLang_cat} - Goto lang_end - Cherokee: !insertmacro SelectSection ${SecLang_chr} - Goto lang_end - Chinese_tra: !insertmacro SelectSection ${SecLang_chi_tra} - Goto lang_end - Chinese_sim: !insertmacro SelectSection ${SecLang_chi_sim} - Goto lang_end - Croatian: !insertmacro SelectSection ${SecLang_hrv} - Goto lang_end - Czech: !insertmacro SelectSection ${SecLang_ces} - Goto lang_end - Danish: !insertmacro SelectSection ${SecLang_dan} - !insertmacro SelectSection ${SecLang_dan_frak} - Goto lang_end - Dutch: !insertmacro SelectSection ${SecLang_nld} - Goto lang_end - Estonian: !insertmacro SelectSection ${SecLang_hrv} - Goto lang_end - German: !insertmacro SelectSection ${SecLang_deu} - !insertmacro SelectSection ${SecLang_deu_frak} - Goto lang_end - Greek: !insertmacro SelectSection ${SecLang_ell} - !insertmacro SelectSection ${SecLang_grc} - Goto lang_end - Finnish: !insertmacro SelectSection ${SecLang_fin} - !insertmacro SelectSection ${SecLang_frm} - Goto lang_end - French: !insertmacro SelectSection ${SecLang_fra} - Goto lang_end - Hebrew: !insertmacro SelectSection ${SecLang_heb} - !insertmacro SelectSection ${SecLang_heb_com} - Goto lang_end - Hungarian: !insertmacro SelectSection ${SecLang_hin} - Goto lang_end - Hindi: !insertmacro SelectSection ${SecLang_hun} - Goto lang_end - Icelandic: !insertmacro SelectSection ${SecLang_isl} - Goto lang_end - Indonesian: !insertmacro SelectSection ${SecLang_ind} - Goto lang_end - Italian: !insertmacro SelectSection ${SecLang_ita} - !insertmacro SelectSection ${SecLang_ita_old} - Goto lang_end - Japanese: !insertmacro SelectSection ${SecLang_jpn} - Goto lang_end - Kannada: !insertmacro SelectSection ${SecLang_kan} - Goto lang_end - Korean: !insertmacro SelectSection ${SecLang_kor} - Goto lang_end - Latvian: !insertmacro SelectSection ${SecLang_lav} - Goto lang_end - Lithuanian: !insertmacro SelectSection ${SecLang_lit} - Goto lang_end - Macedonian: !insertmacro SelectSection ${SecLang_mkd} - Goto lang_end - Malayalam: !insertmacro SelectSection ${SecLang_msa} - Goto lang_end - Malay: !insertmacro SelectSection ${SecLang_mal} - Goto lang_end - Maltese: !insertmacro SelectSection ${SecLang_mlt} - Goto lang_end - Norwegian: !insertmacro SelectSection ${SecLang_nor} - Goto lang_end - Polish: !insertmacro SelectSection ${SecLang_pol} - Goto lang_end - Portuguese: !insertmacro SelectSection ${SecLang_por} - Goto lang_end - Romanian: !insertmacro SelectSection ${SecLang_ron} - Goto lang_end - Russian: !insertmacro SelectSection ${SecLang_rus} - Goto lang_end - Slovak: !insertmacro SelectSection ${SecLang_slk} - !insertmacro SelectSection ${SecLang_slk_frak} - Goto lang_end - Slovenian: !insertmacro SelectSection ${SecLang_slv} - Goto lang_end - Spanish: !insertmacro SelectSection ${SecLang_spa} - !insertmacro SelectSection ${SecLang_spa_old} - Goto lang_end - Serbian: !insertmacro SelectSection ${SecLang_srp} - Goto lang_end - Swahili: !insertmacro SelectSection ${SecLang_swa} - Goto lang_end - Swedish: !insertmacro SelectSection ${SecLang_swe} - !insertmacro SelectSection ${SecLang_swe_frak} - Goto lang_end - Tamil: !insertmacro SelectSection ${SecLang_tam} - Goto lang_end - Telugu: !insertmacro SelectSection ${SecLang_tel} - Goto lang_end - Thai: !insertmacro SelectSection ${SecLang_tha} - Goto lang_end - Turkish: !insertmacro SelectSection ${SecLang_tur} - Goto lang_end - Ukrainian: !insertmacro SelectSection ${SecLang_ukr} - Goto lang_end - Vietnamese: !insertmacro SelectSection ${SecLang_vie} - - lang_end: -FunctionEnd - -Function un.onInit - !insertmacro MULTIUSER_UNINIT - ;!insertmacro SELECT_UNSECTION Main ${UNSEC0000} - ;!insertmacro MUI_UNGETLANGUAGE -FunctionEnd - -Function .onInstFailed - MessageBox MB_OK "Installation failed." -FunctionEnd - -Function ShowReadme - Exec "explorer.exe $INSTDIR\doc\README" - ;BringToFront -FunctionEnd - -; Prevent running multiple instances of the installer -Function PreventMultipleInstances - Push $R0 - System::Call 'kernel32::CreateMutexA(i 0, i 0, t ${PRODUCT_NAME}) ?e' - Pop $R0 - StrCmp $R0 0 +3 - MessageBox MB_OK|MB_ICONEXCLAMATION "The installer is already running." /SD IDOK - Abort - Pop $R0 -FunctionEnd - diff --git a/vs2008/tesseract.sln b/vs2008/tesseract.sln deleted file mode 100644 index 45d20b940..000000000 --- a/vs2008/tesseract.sln +++ /dev/null @@ -1,138 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtesseract303", "libtesseract\libtesseract.vcproj", "{D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tesseract", "tesseract\tesseract.vcproj", "{C76996CB-C4CB-4D89-9F67-F605DF129618}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cntraining", "cntraining\cntraining.vcproj", "{C7EBAF02-E886-478F-A217-AC8FB3D58374}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "combine_tessdata", "combine_tessdata\combine_tessdata.vcproj", "{5787B7FA-DB72-488C-BDB2-2E95503B526C}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mftraining", "mftraining\mftraining.vcproj", "{7CD94A0D-61EF-4A6C-8442-3D7E6AC03D88}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unicharset_extractor", "unicharset_extractor\unicharset_extractor.vcproj", "{1241F3FE-E168-4473-BFD3-4B5895DFDB46}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wordlist2dawg", "wordlist2dawg\wordlist2dawg.vcproj", "{B0078ECC-25FE-4724-B889-A0B9B6292F7D}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "classifier_tester", "classifier_tester\classifier_tester.vcproj", "{E6FBC5FF-8D2F-4E9F-B0D2-3DDDCFB595E5}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dawg2wordlist", "dawg2wordlist\dawg2wordlist.vcproj", "{6343CFD6-8538-486E-97C6-9C47F0F7202B}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ambiguous_words", "ambiguous_words\ambiguous_words.vcproj", "{D9E202C0-DF5A-4AFA-BDC1-3E504EABB348}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shapeclustering", "shapeclustering\shapeclustering.vcproj", "{B1A80DBB-CBEF-4B1C-B0E6-1C49584CD904}" - ProjectSection(ProjectDependencies) = postProject - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} = {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - DLL_Debug|Win32 = DLL_Debug|Win32 - DLL_Release|Win32 = DLL_Release|Win32 - LIB_Debug|Win32 = LIB_Debug|Win32 - LIB_Release|Win32 = LIB_Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0}.DLL_Debug|Win32.ActiveCfg = DLL_Debug|Win32 - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0}.DLL_Debug|Win32.Build.0 = DLL_Debug|Win32 - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0}.DLL_Release|Win32.ActiveCfg = DLL_Release|Win32 - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0}.DLL_Release|Win32.Build.0 = DLL_Release|Win32 - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {D14F28C7-0CAE-4C37-B174-40FDEFBD4FE0}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {C76996CB-C4CB-4D89-9F67-F605DF129618}.DLL_Debug|Win32.ActiveCfg = DLL_Debug|Win32 - {C76996CB-C4CB-4D89-9F67-F605DF129618}.DLL_Debug|Win32.Build.0 = DLL_Debug|Win32 - {C76996CB-C4CB-4D89-9F67-F605DF129618}.DLL_Release|Win32.ActiveCfg = DLL_Release|Win32 - {C76996CB-C4CB-4D89-9F67-F605DF129618}.DLL_Release|Win32.Build.0 = DLL_Release|Win32 - {C76996CB-C4CB-4D89-9F67-F605DF129618}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {C76996CB-C4CB-4D89-9F67-F605DF129618}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {C76996CB-C4CB-4D89-9F67-F605DF129618}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {C76996CB-C4CB-4D89-9F67-F605DF129618}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {C7EBAF02-E886-478F-A217-AC8FB3D58374}.DLL_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {C7EBAF02-E886-478F-A217-AC8FB3D58374}.DLL_Release|Win32.ActiveCfg = LIB_Release|Win32 - {C7EBAF02-E886-478F-A217-AC8FB3D58374}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {C7EBAF02-E886-478F-A217-AC8FB3D58374}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {C7EBAF02-E886-478F-A217-AC8FB3D58374}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {C7EBAF02-E886-478F-A217-AC8FB3D58374}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {5787B7FA-DB72-488C-BDB2-2E95503B526C}.DLL_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {5787B7FA-DB72-488C-BDB2-2E95503B526C}.DLL_Release|Win32.ActiveCfg = LIB_Release|Win32 - {5787B7FA-DB72-488C-BDB2-2E95503B526C}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {5787B7FA-DB72-488C-BDB2-2E95503B526C}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {5787B7FA-DB72-488C-BDB2-2E95503B526C}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {5787B7FA-DB72-488C-BDB2-2E95503B526C}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {7CD94A0D-61EF-4A6C-8442-3D7E6AC03D88}.DLL_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {7CD94A0D-61EF-4A6C-8442-3D7E6AC03D88}.DLL_Release|Win32.ActiveCfg = LIB_Release|Win32 - {7CD94A0D-61EF-4A6C-8442-3D7E6AC03D88}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {7CD94A0D-61EF-4A6C-8442-3D7E6AC03D88}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {7CD94A0D-61EF-4A6C-8442-3D7E6AC03D88}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {7CD94A0D-61EF-4A6C-8442-3D7E6AC03D88}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {1241F3FE-E168-4473-BFD3-4B5895DFDB46}.DLL_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {1241F3FE-E168-4473-BFD3-4B5895DFDB46}.DLL_Release|Win32.ActiveCfg = LIB_Release|Win32 - {1241F3FE-E168-4473-BFD3-4B5895DFDB46}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {1241F3FE-E168-4473-BFD3-4B5895DFDB46}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {1241F3FE-E168-4473-BFD3-4B5895DFDB46}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {1241F3FE-E168-4473-BFD3-4B5895DFDB46}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {B0078ECC-25FE-4724-B889-A0B9B6292F7D}.DLL_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {B0078ECC-25FE-4724-B889-A0B9B6292F7D}.DLL_Release|Win32.ActiveCfg = LIB_Release|Win32 - {B0078ECC-25FE-4724-B889-A0B9B6292F7D}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {B0078ECC-25FE-4724-B889-A0B9B6292F7D}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {B0078ECC-25FE-4724-B889-A0B9B6292F7D}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {B0078ECC-25FE-4724-B889-A0B9B6292F7D}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {E6FBC5FF-8D2F-4E9F-B0D2-3DDDCFB595E5}.DLL_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {E6FBC5FF-8D2F-4E9F-B0D2-3DDDCFB595E5}.DLL_Release|Win32.ActiveCfg = LIB_Release|Win32 - {E6FBC5FF-8D2F-4E9F-B0D2-3DDDCFB595E5}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {E6FBC5FF-8D2F-4E9F-B0D2-3DDDCFB595E5}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {E6FBC5FF-8D2F-4E9F-B0D2-3DDDCFB595E5}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {E6FBC5FF-8D2F-4E9F-B0D2-3DDDCFB595E5}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {6343CFD6-8538-486E-97C6-9C47F0F7202B}.DLL_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {6343CFD6-8538-486E-97C6-9C47F0F7202B}.DLL_Release|Win32.ActiveCfg = LIB_Release|Win32 - {6343CFD6-8538-486E-97C6-9C47F0F7202B}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {6343CFD6-8538-486E-97C6-9C47F0F7202B}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {6343CFD6-8538-486E-97C6-9C47F0F7202B}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {6343CFD6-8538-486E-97C6-9C47F0F7202B}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {D9E202C0-DF5A-4AFA-BDC1-3E504EABB348}.DLL_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {D9E202C0-DF5A-4AFA-BDC1-3E504EABB348}.DLL_Release|Win32.ActiveCfg = LIB_Release|Win32 - {D9E202C0-DF5A-4AFA-BDC1-3E504EABB348}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {D9E202C0-DF5A-4AFA-BDC1-3E504EABB348}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {D9E202C0-DF5A-4AFA-BDC1-3E504EABB348}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {D9E202C0-DF5A-4AFA-BDC1-3E504EABB348}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - {B1A80DBB-CBEF-4B1C-B0E6-1C49584CD904}.DLL_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {B1A80DBB-CBEF-4B1C-B0E6-1C49584CD904}.DLL_Release|Win32.ActiveCfg = LIB_Release|Win32 - {B1A80DBB-CBEF-4B1C-B0E6-1C49584CD904}.LIB_Debug|Win32.ActiveCfg = LIB_Debug|Win32 - {B1A80DBB-CBEF-4B1C-B0E6-1C49584CD904}.LIB_Debug|Win32.Build.0 = LIB_Debug|Win32 - {B1A80DBB-CBEF-4B1C-B0E6-1C49584CD904}.LIB_Release|Win32.ActiveCfg = LIB_Release|Win32 - {B1A80DBB-CBEF-4B1C-B0E6-1C49584CD904}.LIB_Release|Win32.Build.0 = LIB_Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/vs2008/tesseract/resource.h b/vs2008/tesseract/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/tesseract/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/tesseract/tesseract.rc b/vs2008/tesseract/tesseract.rc deleted file mode 100644 index 85cf8695d..000000000 --- a/vs2008/tesseract/tesseract.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Tesseract command-line OCR engine" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "tesseract" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "tesseract.exe" - VALUE "ProductName", "Tesseract-OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/tesseract/tesseract.vcproj b/vs2008/tesseract/tesseract.vcproj deleted file mode 100644 index 05c5b5f23..000000000 --- a/vs2008/tesseract/tesseract.vcproj +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/tesshelper.py b/vs2008/tesshelper.py deleted file mode 100644 index 57a41a1fd..000000000 --- a/vs2008/tesshelper.py +++ /dev/null @@ -1,505 +0,0 @@ -#!/usr/bin/env python - -""" -tesshelper.py -- Utility operations to compare, report stats, and copy - public headers for tesseract 3.0x VS2008 Project - -$RCSfile: tesshelper.py,v $ $Revision: 7ca575b377aa $ $Date: 2012/03/07 17:26:31 $ -""" - -r""" -Requires: - - python 2.7 or greater: activestate.com - http://www.activestate.com/activepython/downloads - -because using the new argparse module and new literal set syntax (s={1, 2}) . - -General Notes: --------------- - -Format for a .vcproj file entry: - - - - -""" - -epilogStr = r""" -Examples: - -Assume that tesshelper.py is in c:\buildfolder\tesseract-3.02\vs2008, -which is also the current directory. Then, - - python tesshelper .. compare - -will compare c:\buildfolder\tesseract-3.02 "library" directories to the -libtesseract Project -(c:\buildfolder\tesseract-3.02\vs2008\libtesseract\libtesseract.vcproj). - - python tesshelper .. report - -will display summary stats for c:\buildfolder\tesseract-3.02 "library" -directories and the libtesseract Project. - - python tesshelper .. copy ..\..\include - -will copy all "public" libtesseract header files to -c:\buildfolder\include. - - python tesshelper .. clean - -will clean the vs2008 folder of all build directories, and .user, .suo, -.ncb, and other temp files. - -""" - -# imports of python standard library modules -# See Python Documentation | Library Reference for details -import collections -import glob -import argparse -import os -import re -import shutil -import sys - -# ==================================================================== - -VERSION = "1.0 %s" % "$Date: 2012/03/07 17:26:31 $".split()[1] -PROJ_SUBDIR = r"vs2008\libtesseract" -PROJFILE = "libtesseract.vcproj" - -NEWHEADERS_FILENAME = "newheaders.txt" -NEWSOURCES_FILENAME = "newsources.txt" - -fileNodeTemplate = \ -''' - -''' - -# ==================================================================== - -def getProjectfiles(libTessDir, libProjectFile, nTrimChars): - """Return sets of all, c, h, and resources files in libtesseract Project""" - - #extract filenames of header & source files from the .vcproj - projectCFiles = set() - projectHFiles = set() - projectRFiles = set() - projectFilesSet = set() - f = open(libProjectFile, "r") - data = f.read() - f.close() - - projectFiles = re.findall(r'(?i)RelativePath="(\.[^"]+)"', data) - for projectFile in projectFiles: - root, ext = os.path.splitext(projectFile.lower()) - if ext == ".c" or ext == ".cpp": - projectCFiles.add(projectFile) - elif ext == ".h": - projectHFiles.add(projectFile) - elif ext == ".rc": - projectRFiles.add(projectFile) - else: - print "unknown file type: %s" % projectFile - - relativePath = os.path.join(libTessDir, projectFile) - relativePath = os.path.abspath(relativePath) - relativePath = relativePath[nTrimChars:].lower() - projectFilesSet.add(relativePath) - - return projectFilesSet, projectHFiles, projectCFiles, projectRFiles - -def getTessLibFiles(tessDir, nTrimChars): - """Return set of all libtesseract files in tessDir""" - - libDirs = [ - "api", - "ccmain", - "ccstruct", - "ccutil", - "classify", - "cube", - "cutil", - "dict", - r"neural_networks\runtime", - "opencl", - "textord", - "viewer", - "wordrec", - #"training", - r"vs2008\port", - r"vs2008\libtesseract", - ] - - #create list of all .h, .c, .cpp files in "library" directories - tessFiles = set() - for curDir in libDirs: - baseDir = os.path.join(tessDir, curDir) - for filetype in ["*.c", "*.cpp", "*.h", "*.rc"]: - pattern = os.path.join(baseDir, filetype) - fileList = glob.glob(pattern) - for curFile in fileList: - curFile = os.path.abspath(curFile) - relativePath = curFile[nTrimChars:].lower() - tessFiles.add(relativePath) - - return tessFiles - -# ==================================================================== - -def tessCompare(tessDir): - '''Compare libtesseract Project files and actual "sub-library" files.''' - - vs2008Dir = os.path.join(tessDir, "vs2008") - libTessDir = os.path.join(vs2008Dir, "libtesseract") - libProjectFile = os.path.join(libTessDir,"libtesseract.vcproj") - tessAbsDir = os.path.abspath(tessDir) - nTrimChars = len(tessAbsDir)+1 - print 'Comparing VS2008 Project "%s" with\n "%s"' % (libProjectFile, - tessAbsDir) - - projectFilesSet, projectHFiles, projectCFiles, projectRFiles = \ - getProjectfiles(libTessDir, libProjectFile, nTrimChars) - tessFiles = getTessLibFiles(tessDir, nTrimChars) - - extraFiles = tessFiles - projectFilesSet - print "%2d Extra files (in %s but not in Project)" % (len(extraFiles), - tessAbsDir) - headerFiles = [] - sourceFiles = [] - sortedList = list(extraFiles) - sortedList.sort() - for filename in sortedList: - root, ext = os.path.splitext(filename.lower()) - if ext == ".h": - headerFiles.append(filename) - else: - sourceFiles.append(filename) - print " %s " % filename - - print - print "%2d new header file items written to %s" % (len(headerFiles), - NEWHEADERS_FILENAME) - headerFiles.sort() - with open(NEWHEADERS_FILENAME, "w") as f: - for filename in headerFiles: - f.write(fileNodeTemplate % filename) - - print "%2d new source file items written to %s" % (len(sourceFiles), - NEWSOURCES_FILENAME) - sourceFiles.sort() - with open(NEWSOURCES_FILENAME, "w") as f: - for filename in sourceFiles: - f.write(fileNodeTemplate % filename) - print - - deadFiles = projectFilesSet - tessFiles - print "%2d Dead files (in Project but not in %s" % (len(deadFiles), - tessAbsDir) - sortedList = list(deadFiles) - sortedList.sort() - for filename in sortedList: - print " %s " % filename - -# ==================================================================== - -def tessReport(tessDir): - """Report summary stats on "sub-library" files and libtesseract Project file.""" - - vs2008Dir = os.path.join(tessDir, "vs2008") - libTessDir = os.path.join(vs2008Dir, "libtesseract") - libProjectFile = os.path.join(libTessDir,"libtesseract.vcproj") - tessAbsDir = os.path.abspath(tessDir) - nTrimChars = len(tessAbsDir)+1 - - projectFilesSet, projectHFiles, projectCFiles, projectRFiles = \ - getProjectfiles(libTessDir, libProjectFile, nTrimChars) - tessFiles = getTessLibFiles(tessDir, nTrimChars) - - print 'Summary stats for "%s" library directories' % tessAbsDir - folderCounters = {} - for tessFile in tessFiles: - tessFile = tessFile.lower() - folder, head = os.path.split(tessFile) - file, ext = os.path.splitext(head) - typeCounter = folderCounters.setdefault(folder, collections.Counter()) - typeCounter[ext[1:]] += 1 - - folders = folderCounters.keys() - folders.sort() - totalFiles = 0 - totalH = 0 - totalCPP = 0 - totalOther = 0 - - print - print " total h cpp" - print " ----- --- ---" - for folder in folders: - counters = folderCounters[folder] - nHFiles = counters['h'] - nCPPFiles = counters['cpp'] - - total = nHFiles + nCPPFiles - totalFiles += total - totalH += nHFiles - totalCPP += nCPPFiles - - print " %5d %3d %3d %s" % (total, nHFiles, nCPPFiles, folder) - print " ----- --- ---" - print " %5d %3d %3d" % (totalFiles, totalH, totalCPP) - - print - print 'Summary stats for VS2008 Project "%s"' % libProjectFile - print " %5d %s" %(len(projectHFiles), "Header files") - print " %5d %s" % (len(projectCFiles), "Source files") - print " %5d %s" % (len(projectRFiles), "Resource files") - print " -----" - print " %5d" % (len(projectHFiles) + len(projectCFiles) + len(projectRFiles), ) - -# ==================================================================== - -def copyIncludes(fileSet, description, tessDir, includeDir): - """Copy set of files to specified include dir.""" - - print - print 'Copying libtesseract "%s" headers to %s' % (description, includeDir) - print - - sortedList = list(fileSet) - sortedList.sort() - - count = 0 - errList = [] - for includeFile in sortedList: - filepath = os.path.join(tessDir, includeFile) - if os.path.isfile(filepath): - shutil.copy2(filepath, includeDir) - print "Copied: %s" % includeFile - count += 1 - else: - print '***Error: "%s" doesn\'t exist"' % filepath - errList.append(filepath) - - print '%d header files successfully copied to "%s"' % (count, includeDir) - if len(errList): - print "The following %d files were not copied:" - for filepath in errList: - print " %s" % filepath - -def tessCopy(tessDir, includeDir): - '''Copy all "public" libtesseract Project header files to include directory. - - Preserves directory hierarchy.''' - - baseIncludeSet = { - r"api\baseapi.h", - r"api\capi.h", - r"api\apitypes.h", - r"ccstruct\publictypes.h", - r"ccmain\thresholder.h", - r"ccutil\host.h", - r"ccutil\basedir.h", - r"ccutil\tesscallback.h", - r"ccutil\unichar.h", - r"ccutil\platform.h", - } - - strngIncludeSet = { - r"ccutil\strngs.h", - r"ccutil\memry.h", - r"ccutil\host.h", - r"ccutil\serialis.h", - r"ccutil\errcode.h", - r"ccutil\fileerr.h", - #r"ccutil\genericvector.h", - } - - resultIteratorIncludeSet = { - r"ccmain\ltrresultiterator.h", - r"ccmain\pageiterator.h", - r"ccmain\resultiterator.h", - r"ccutil\genericvector.h", - r"ccutil\tesscallback.h", - r"ccutil\errcode.h", - r"ccutil\host.h", - r"ccutil\helpers.h", - r"ccutil\ndminx.h", - r"ccutil\params.h", - r"ccutil\unicharmap.h", - r"ccutil\unicharset.h", - } - - genericVectorIncludeSet = { - r"ccutil\genericvector.h", - r"ccutil\tesscallback.h", - r"ccutil\errcode.h", - r"ccutil\host.h", - r"ccutil\helpers.h", - r"ccutil\ndminx.h", - } - - blobsIncludeSet = { - r"ccstruct\blobs.h", - r"ccstruct\rect.h", - r"ccstruct\points.h", - r"ccstruct\ipoints.h", - r"ccutil\elst.h", - r"ccutil\host.h", - r"ccutil\serialis.h", - r"ccutil\lsterr.h", - r"ccutil\ndminx.h", - r"ccutil\tprintf.h", - r"ccutil\params.h", - r"viewer\scrollview.h", - r"ccstruct\vecfuncs.h", - } - - extraFilesSet = { - #r"vs2008\include\stdint.h", - r"vs2008\include\leptonica_versionnumbers.vsprops", - r"vs2008\include\tesseract_versionnumbers.vsprops", - } - - tessIncludeDir = os.path.join(includeDir, "tesseract") - if os.path.isfile(tessIncludeDir): - print 'Aborting: "%s" is a file not a directory.' % tessIncludeDir - return - if not os.path.exists(tessIncludeDir): - os.mkdir(tessIncludeDir) - - #fileSet = baseIncludeSet | strngIncludeSet | genericVectorIncludeSet | blobsIncludeSet - fileSet = baseIncludeSet | strngIncludeSet | resultIteratorIncludeSet - - copyIncludes(fileSet, "public", tessDir, tessIncludeDir) - copyIncludes(extraFilesSet, "extra", tessDir, includeDir) - -# ==================================================================== - -def tessClean(tessDir): - '''Clean vs2008 folder of all build directories and certain temp files.''' - - vs2008Dir = os.path.join(tessDir, "vs2008") - vs2008AbsDir = os.path.abspath(vs2008Dir) - - answer = raw_input( - 'Are you sure you want to clean the\n "%s" folder (Yes/No) [No]? ' % - vs2008AbsDir) - if answer.lower() not in ("yes",): - return - answer = raw_input('Only list the items to be deleted (Yes/No) [Yes]? ') - answer = answer.strip() - listOnly = answer.lower() not in ("no",) - - for rootDir, dirs, files in os.walk(vs2008AbsDir): - for buildDir in ("LIB_Release", "LIB_Debug", "DLL_Release", "DLL_Debug"): - if buildDir in dirs: - dirs.remove(buildDir) - absBuildDir = os.path.join(rootDir, buildDir) - if listOnly: - print "Would remove: %s" % absBuildDir - else: - print "Removing: %s" % absBuildDir - shutil.rmtree(absBuildDir) - - if rootDir == vs2008AbsDir: - for file in files: - if file.lower() not in ("tesseract.sln", - "tesshelper.py", - "readme.txt"): - absPath = os.path.join(rootDir, file) - if listOnly: - print "Would remove: %s" % absPath - else: - print "Removing: %s" % absPath - os.remove(absPath) - else: - for file in files: - root, ext = os.path.splitext(file) - if ext.lower() in (".suo", - ".ncb", - ".user", - ) or ( - len(ext)>0 and ext[-1] == "~"): - absPath = os.path.join(rootDir, file) - if listOnly: - print "Would remove: %s" % absPath - else: - print "Removing: %s" % absPath - os.remove(absPath) - -# ==================================================================== - -def validateTessDir(tessDir): - """Check that tessDir is a valid tesseract directory.""" - - if not os.path.isdir(tessDir): - raise argparse.ArgumentTypeError('Directory "%s" doesn\'t exist.' % tessDir) - projFile = os.path.join(tessDir, PROJ_SUBDIR, PROJFILE) - if not os.path.isfile(projFile): - raise argparse.ArgumentTypeError('Project file "%s" doesn\'t exist.' % projFile) - return tessDir - -def validateDir(dir): - """Check that dir is a valid directory named include.""" - - if not os.path.isdir(dir): - raise argparse.ArgumentTypeError('Directory "%s" doesn\'t exist.' % dir) - - dirpath = os.path.abspath(dir) - head, tail = os.path.split(dirpath) - if tail.lower() != "include": - raise argparse.ArgumentTypeError('Include directory "%s" must be named "include".' % tail) - - return dir - -def main (): - parser = argparse.ArgumentParser( - epilog=epilogStr, - formatter_class=argparse.RawDescriptionHelpFormatter) - - parser.add_argument("--version", action="version", - version="%(prog)s " + VERSION) - parser.add_argument('tessDir', type=validateTessDir, - help="tesseract installation directory") - - subparsers = parser.add_subparsers( - dest="subparser_name", - title="Commands") - parser_changes = subparsers.add_parser('compare', - help="compare libtesseract Project with tessDir") - parser_changes.set_defaults(func=tessCompare) - - parser_report = subparsers.add_parser('report', - help="report libtesseract summary stats") - parser_report.set_defaults(func=tessReport) - - parser_copy = subparsers.add_parser('copy', - help="copy public libtesseract header files to includeDir") - parser_copy.add_argument('includeDir', type=validateDir, - help="Directory to copy header files to.") - parser_copy.set_defaults(func=tessCopy) - - parser_clean = subparsers.add_parser('clean', - help="clean vs2008 folder of build folders and .user files") - parser_clean.set_defaults(func=tessClean) - - #kludge because argparse has no ability to set default subparser - if (len(sys.argv) == 2): - sys.argv.append("compare") - args = parser.parse_args() - - #handle commands - if args.func == tessCopy: - args.func(args.tessDir, args.includeDir) - else: - args.func(args.tessDir) - -if __name__ == '__main__' : - main() diff --git a/vs2008/unicharset_extractor/resource.h b/vs2008/unicharset_extractor/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/unicharset_extractor/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/unicharset_extractor/unicharset_extractor.rc b/vs2008/unicharset_extractor/unicharset_extractor.rc deleted file mode 100644 index 8ecf1764c..000000000 --- a/vs2008/unicharset_extractor/unicharset_extractor.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Extracts unicharset from Tesseract boxfiles" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "unicharset_extractor" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "unicharset_extractor.exe" - VALUE "ProductName", "Tesseract-OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/unicharset_extractor/unicharset_extractor.vcproj b/vs2008/unicharset_extractor/unicharset_extractor.vcproj deleted file mode 100644 index 8ff947c9a..000000000 --- a/vs2008/unicharset_extractor/unicharset_extractor.vcproj +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2008/wordlist2dawg/resource.h b/vs2008/wordlist2dawg/resource.h deleted file mode 100644 index 25e0730f1..000000000 --- a/vs2008/wordlist2dawg/resource.h +++ /dev/null @@ -1,14 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by tesseract.rc - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 101 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/vs2008/wordlist2dawg/wordlist2dawg.rc b/vs2008/wordlist2dawg/wordlist2dawg.rc deleted file mode 100644 index 0a54e4e50..000000000 --- a/vs2008/wordlist2dawg/wordlist2dawg.rc +++ /dev/null @@ -1,101 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "windows.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#include ""afxres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Converts a wordlist to a DAWG for Tesseract" - VALUE "FileVersion", "3,3,0,0" - VALUE "InternalName", "wordlist2dawg" - VALUE "LegalCopyright", "Copyright (C) 2013 Google, Inc. Licensed under the Apache License, Version 2.0" - VALUE "OriginalFilename", "wordlist2dawg.exe" - VALUE "ProductName", "Tesseract-OCR" - VALUE "ProductVersion", "3.03" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/vs2008/wordlist2dawg/wordlist2dawg.vcproj b/vs2008/wordlist2dawg/wordlist2dawg.vcproj deleted file mode 100644 index d7963d2c2..000000000 --- a/vs2008/wordlist2dawg/wordlist2dawg.vcproj +++ /dev/null @@ -1,217 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vs2010/port/vcsversion.h b/vs2010/port/vcsversion.h index a01a411b6..6d5bed807 100644 --- a/vs2010/port/vcsversion.h +++ b/vs2010/port/vcsversion.h @@ -1 +1,2 @@ -#define GIT_REV "3.04-rc1-69-gaec22a4" +#define GIT_REV "3.04.00" + diff --git a/wordrec/Makefile.in b/wordrec/Makefile.in new file mode 100644 index 000000000..b031cc4e7 --- /dev/null +++ b/wordrec/Makefile.in @@ -0,0 +1,726 @@ +# Makefile.in generated by automake 1.13.4 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 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@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +@VISIBILITY_TRUE@am__append_1 = -DTESS_EXPORTS \ +@VISIBILITY_TRUE@ -fvisibility=hidden -fvisibility-inlines-hidden + +subdir = wordrec +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/config/depcomp $(noinst_HEADERS) +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config_auto.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +@USING_MULTIPLELIBS_TRUE@libtesseract_wordrec_la_DEPENDENCIES = \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la +am_libtesseract_wordrec_la_OBJECTS = associate.lo chop.lo chopper.lo \ + drawfx.lo findseam.lo gradechop.lo language_model.lo \ + lm_consistency.lo lm_pain_points.lo lm_state.lo outlines.lo \ + params_model.lo pieces.lo plotedges.lo render.lo segsearch.lo \ + tface.lo wordclass.lo wordrec.lo +libtesseract_wordrec_la_OBJECTS = \ + $(am_libtesseract_wordrec_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libtesseract_wordrec_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(AM_CXXFLAGS) $(CXXFLAGS) $(libtesseract_wordrec_la_LDFLAGS) \ + $(LDFLAGS) -o $@ +@USING_MULTIPLELIBS_FALSE@am_libtesseract_wordrec_la_rpath = +@USING_MULTIPLELIBS_TRUE@am_libtesseract_wordrec_la_rpath = -rpath \ +@USING_MULTIPLELIBS_TRUE@ $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/config/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(libtesseract_wordrec_la_SOURCES) +DIST_SOURCES = $(libtesseract_wordrec_la_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +HEADERS = $(noinst_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/ccstruct \ + -I$(top_srcdir)/ccutil -I$(top_srcdir)/cutil \ + -I$(top_srcdir)/classify -I$(top_srcdir)/dict \ + -I$(top_srcdir)/viewer $(am__append_1) +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AM_LDFLAGS = @AM_LDFLAGS@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GENERIC_API_VERSION = @GENERIC_API_VERSION@ +GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@ +GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@ +GENERIC_MAJOR_VERSION = @GENERIC_MAJOR_VERSION@ +GENERIC_RELEASE = @GENERIC_RELEASE@ +GENERIC_VERSION = @GENERIC_VERSION@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBLEPT_HEADERSDIR = @LIBLEPT_HEADERSDIR@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENCL_HDR_PATH = @OPENCL_HDR_PATH@ +OPENCL_LIB = @OPENCL_LIB@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_DATE = @PACKAGE_DATE@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_YEAR = @PACKAGE_YEAR@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +noinst_HEADERS = \ + associate.h chop.h \ + chopper.h drawfx.h findseam.h gradechop.h \ + language_model.h lm_consistency.h lm_pain_points.h lm_state.h \ + measure.h \ + outlines.h params_model.h plotedges.h \ + render.h \ + wordrec.h + +@USING_MULTIPLELIBS_FALSE@noinst_LTLIBRARIES = libtesseract_wordrec.la +@USING_MULTIPLELIBS_TRUE@lib_LTLIBRARIES = libtesseract_wordrec.la +@USING_MULTIPLELIBS_TRUE@libtesseract_wordrec_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) +@USING_MULTIPLELIBS_TRUE@libtesseract_wordrec_la_LIBADD = \ +@USING_MULTIPLELIBS_TRUE@ ../ccstruct/libtesseract_ccstruct.la \ +@USING_MULTIPLELIBS_TRUE@ ../ccutil/libtesseract_ccutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../cutil/libtesseract_cutil.la \ +@USING_MULTIPLELIBS_TRUE@ ../classify/libtesseract_classify.la \ +@USING_MULTIPLELIBS_TRUE@ ../dict/libtesseract_dict.la \ +@USING_MULTIPLELIBS_TRUE@ ../viewer/libtesseract_viewer.la + +libtesseract_wordrec_la_SOURCES = \ + associate.cpp chop.cpp chopper.cpp \ + drawfx.cpp findseam.cpp gradechop.cpp \ + language_model.cpp lm_consistency.cpp lm_pain_points.cpp lm_state.cpp \ + outlines.cpp params_model.cpp pieces.cpp \ + plotedges.cpp render.cpp segsearch.cpp \ + tface.cpp wordclass.cpp wordrec.cpp + +all: all-am + +.SUFFIXES: +.SUFFIXES: .cpp .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu wordrec/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu wordrec/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libtesseract_wordrec.la: $(libtesseract_wordrec_la_OBJECTS) $(libtesseract_wordrec_la_DEPENDENCIES) $(EXTRA_libtesseract_wordrec_la_DEPENDENCIES) + $(AM_V_CXXLD)$(libtesseract_wordrec_la_LINK) $(am_libtesseract_wordrec_la_rpath) $(libtesseract_wordrec_la_OBJECTS) $(libtesseract_wordrec_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/associate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chop.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chopper.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drawfx.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findseam.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gradechop.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/language_model.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm_consistency.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm_pain_points.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm_state.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/outlines.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/params_model.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pieces.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotedges.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/segsearch.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tface.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wordclass.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wordrec.Plo@am__quote@ + +.cpp.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.cpp.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cpp.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libLTLIBRARIES 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 + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES + +.MAKE: install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-libLTLIBRARIES + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/wordrec/chopper.cpp b/wordrec/chopper.cpp index c1a57fcd2..69a458bc2 100644 --- a/wordrec/chopper.cpp +++ b/wordrec/chopper.cpp @@ -200,7 +200,7 @@ SEAM *Wordrec::attempt_blob_chop(TWERD *word, TBLOB *blob, inT32 blob_number, if (seam == NULL) { if (repair_unchopped_blobs) restore_outline_tree(blob->outlines); - if (word->latin_script) { + if (allow_blob_division && !prioritize_division) { // If the blob can simply be divided into outlines, then do that. TPOINT location; if (divisible_blob(blob, italic_blob, &location)) {