ETL-1.2.1/0000775000212700021270000000000013154656733007155 500000000000000ETL-1.2.1/aclocal.m40000664000212700021270000012550713154656726010751 00000000000000# generated automatically by aclocal 1.15 -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [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_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # 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_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless 'enable' is passed literally. # For symmetry, 'disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], am_maintainer_other[ make rules and dependencies not useful (and sometimes confusing) to the casual installer])], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [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. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # 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 AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl 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= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([m4/ETL.m4]) m4_include([m4/subs.m4]) ETL-1.2.1/Makefile.in0000664000212700021270000007371313154656730011152 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 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@ # $Id$ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ target_triplet = @target@ subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ETL.m4 $(top_srcdir)/m4/subs.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/ETL/etl_profile_.h CONFIG_CLEAN_FILES = ETL-config ETL.pc doxygen.cfg 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)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" SCRIPTS = $(bin_SCRIPTS) 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 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 DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/ETL-config.in $(srcdir)/ETL.pc.in \ $(srcdir)/Makefile.in $(srcdir)/doxygen.cfg.in \ $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ $(top_srcdir)/config/config.sub \ $(top_srcdir)/config/install-sh $(top_srcdir)/config/missing \ AUTHORS COPYING ChangeLog INSTALL NEWS README config/compile \ config/config.guess config/config.sub config/depcomp \ config/install-sh config/missing 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_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GREP = grep INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ SVN_REPOSITORY = @SVN_REPOSITORY@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ 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@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target = @target@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ MAINTAINERCLEANFILES = \ COPYING \ INSTALL \ config/config.guess \ config/config.sub \ config/ltmain.sh \ config/install-sh \ config/mkinstalldirs \ config/aclocal.m4 \ config/missing \ config/texinfo.tex \ config/depcomp \ aclocal.m4 \ config.h.in \ configure \ stamp-h.in \ Makefile.in \ config.log \ config.status \ .doc_stamp \ .DS_Store \ include/etl_profile.h.in \ doxygen.cfg SUBDIRS = \ ETL \ test # Install the pkg-config file: pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = ETL.pc #Install the -config/m4 alternative to pkg-config: bin_SCRIPTS = ETL-config aclocaldir = $(prefix)/share/aclocal ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ COPYING \ m4/subs.m4 \ config/depcomp \ m4/cxx_macros.m4 \ ETL-config.in \ m4/ETL.m4 \ doxygen.cfg.in \ doxygen.cfg \ ETL.pc.in SVN = svn TAG = @PACKAGE_TARNAME@_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@ PRINTF = printf SH = sh DOXYGEN = doxygen all: 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 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): ETL-config: $(top_builddir)/config.status $(srcdir)/ETL-config.in cd $(top_builddir) && $(SHELL) ./config.status $@ ETL.pc: $(top_builddir)/config.status $(srcdir)/ETL.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in cd $(top_builddir) && $(SHELL) ./config.status $@ install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) @list='$(bin_SCRIPTS)'; 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 \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n' \ -e 'h;s|.*|.|' \ -e 'p;x;s,.*/,,;$(transform)' | 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; \ if (++n[d] == $(am__install_max)) { \ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ else { print "f", d "/" $$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_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 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 -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 @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | 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)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(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 $(SCRIPTS) $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)" "$(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." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-generic mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html-am: info: info-recursive info-am: install-data-am: install-pkgconfigDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binSCRIPTS 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 pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-cscope clean-generic \ cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ distcheck distclean distclean-generic distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ html-am info info-am install install-am install-binSCRIPTS \ 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 pdf pdf-am ps ps-am tags \ tags-am uninstall uninstall-am uninstall-binSCRIPTS \ uninstall-pkgconfigDATA .PRECIOUS: Makefile stats: -@echo -@echo -- Stats -@echo -@$(PRINTF) "Total lines: " -@wc -l $(shell find $(top_srcdir)/ETL -name '*.[ch]*') | $(GREP) total -@$(PRINTF) "Total size: " -@du -hcs $(shell find $(top_srcdir)/ETL -name '*.[ch]*') | $(GREP) total -@echo ChangeLog: ../autobuild/git2cl > ChangeLog listfixmes: -@echo -@echo -- List of pending FIXMEs -@echo -@$(GREP) FIXME -n $(shell find $(top_srcdir) -name '*.[ch]*') -@echo listhacks: -@echo -@echo -- List of pending HACKs -@echo -@$(GREP) HACK -n $(shell find $(top_srcdir) -name '*.[ch]*') -@echo run: check .doc_stamp: doxygen.cfg $(DOXYGEN) doxygen.cfg touch .doc_stamp html: .doc_stamp rtf: .doc_stamp docs: html .PHONY: stats listfixmes listhacks check docs pdf html rtf # 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: ETL-1.2.1/AUTHORS0000664000212700021270000000040512614166103010127 00000000000000Developers: Robert B. Quattlebaum Jr (darco) Adrian Bentley Contributors: Paul Wise (pabs) Andreas Jochens Chris Moore (dooglus) Martin Michlmayr Ralf Corsepius Nikita Kitaev (nikitakit) Hisashi Todd Fujinaka Denis Washington Carlos López González(genete) ETL-1.2.1/NEWS0000664000212700021270000000662613154523065007575 00000000000000 ETL releases More detailed notes are available on the releases page: http://synfig.org/en/news/releases 1.2.1 (git tag "1.2.1") - September 11, 2017 * Fixed compilation issues with GCC 7.1.0 (issue #396). * Basic support for CMake build system. Thanks to Caryoscelus. 0.04.19 (git tag "1.0.1") - July 21, 2015 * Minor tweaks of build scripts. 0.04.18 (git tag "1.0") - April 27, 2015 * Fix compiler warnings. * Change handling of directory separators. 0.04.17 (git tag "0.64.1") - November 4, 2013 * Bones implementation-related changes * "Unvirtualise" method etl::surface::set_wh(w,h,newdata,pitch) * Fix float literals in etl::surface 0.04.16 (git tag "ETL-0.04.16") - May 06, 2013 - Bug fixes. Cairo adaptation. * Fix several compiler warnings: "Statement has no effect" and "Reached non void end of function" * etl::surface, etl::pen and etl::box blur, etl::gaussian. Adapt templates to be used with Cairo surfaces * Added Anjuta IDE configuration * Remove old and unused Xcode configuration files. 0.04.15 (git tag "ETL-0.04.15") - April 09, 2012 - Bug fixes. * Apply patch #3424217. Fix compiling issues with clang compiler. Thanks to Hisashi Todd Fujinaka * Commented out unused variable. * Fix value test case what was broken. Patch thanks to Denis Washington 0.04.14 (git tag: "ETL-0.04.14") - June 5, 2011 - Bug fixes. * Correct code and enable tests for ETL "spline" and "value". 0.04.13 (git tag: "ETL-0.04.13") - October 12, 2009 - Bug fixes. * Migration to git repository. * Deleted generated ETL/etl_profile_.h.in file. * Improved the rendering of curve gradient layers near vertices with 0-length tangents. * Fixed a division by zero when calculating the distance to a bezier. * Fixed the pthread and kernel32 library check to not check for main. * Don't enable the use of mutexes on platforms other than windows unless pthread is available. * Removed ancient trunk folder from svn repository. * Several compiler warnings fixed. 0.04.12 (SVN 2112) - October 21, 2008 - Bug fixes * Improve the derivative class for hermites. * Update configure.ac as suggested by autoupdate. 0.04.11 (SVN 1837) - March 3, 2008 - Bug fixes * Update the website URL to synfig.org instead of synfig.com * Removed the 'bootstrap' script for building. Use autoreconf instead * Fixed errors and warnings detected by a pre-release version of GCC 4.3 * Make ETL-config a wrapper around pkg-config. * Wrap the refcounting stuff in mutexes * Don't wrap angles by 360 degrees * Minor cleanups and typo fixes 0.04.10 (SVN 878) - October 10, 2007 - Bug fixes * Fix dirname for absolute paths (#1793306) * Fix minor issues and typos * Various changes to the 'angle' code. 89+360 < 90; 90 == 90+360, !360 is true, etc. * Resolve confusion about whether angles are clockwise, and whether they're stored in radians. * Fix 'make check' for 'fixed' so that it doesn't fail. Tidy the output, too. 0.04.09 (SVN 530) - June 20, 2006 - Bug fixes * Fix amd64 issue * Some tests fixes * Misc bug fixes * Add better code for finding closest point to a bezier (#1672033) 0.04.08 (SVN 139) - February 27, 2006 - Bug fixes * Update doxygen configuration * Misc bug fixes 0.04.07 (SVN 52) - November 6, 2005 - Bug fixes * Add ./configure options for debug, warnings, optimisation, profiling * Misc bug fixes 0.04.06 - November 3, 2005 - First release! * First release! ETL-1.2.1/configure0000775000212700021270000062305313154656727011020 00000000000000#! /bin/sh # From configure.ac . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for Extended Template Library 1.2.1. # # 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 \$(( 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/synfig/synfig/issues about your $0: system, including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." fi exit 1 fi 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'" 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='Extended Template Library' PACKAGE_TARNAME='ETL' PACKAGE_VERSION='1.2.1' PACKAGE_STRING='Extended Template Library 1.2.1' PACKAGE_BUGREPORT='https://github.com/synfig/synfig/issues' PACKAGE_URL='' # 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 EGREP GREP CXXCPP RANLIB am__fastdepCXX_FALSE am__fastdepCXX_TRUE CXXDEPMODE ac_ct_CXX CXXFLAGS CXX am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC SVN_REPOSITORY 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 target_os target_vendor target_cpu target host_os host_vendor host_cpu host build_os build_vendor build_cpu build 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 runstatedir 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 enable_dependency_tracking enable_warnings enable_optimization enable_debug enable_profiling ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CXX CXXFLAGS CCC CXXCPP' # 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' runstatedir='${localstatedir}/run' 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 ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -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 runstatedir 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 Extended Template Library 1.2.1 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] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --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/ETL] --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] --target=TARGET configure for building compilers for TARGET [HOST] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of Extended Template Library 1.2.1:";; 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-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --enable-warnings=[none|minimum|maximum|hardcore] Control compiler pickyness. [default=maximum] --enable-optimization=[0,1,2,3,4] Select optimization level (default=2) --enable-debug Build in debugging mode --enable-profiling Enable profiling using gprof Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CXX C++ compiler command CXXFLAGS C++ compiler flags CXXCPP C++ preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _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 Extended Template Library configure 1.2.1 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_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_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_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_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_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/synfig/synfig/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_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_cxx_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_cxx_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_cxx_check_header_compile # 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 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 Extended Template Library $as_me 1.2.1, 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 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. ac_config_headers="$ac_config_headers ETL/etl_profile_.h" # 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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 $as_echo_n "checking target system type... " >&6; } if ${ac_cv_target+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$target_alias" = x; then ac_cv_target=$ac_cv_host else ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 $as_echo "$ac_cv_target" >&6; } case $ac_cv_target in *-*-*) ;; *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;; esac target=$ac_cv_target ac_save_IFS=$IFS; IFS='-' set x $ac_cv_target shift target_cpu=$1 target_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: target_os=$* IFS=$ac_save_IFS case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac # The aliases save the names the user supplied, while $host etc. # will get canonicalized. test -n "$target_alias" && test "$program_prefix$program_suffix$program_transform_name" = \ NONENONEs,x,x, && program_prefix=${target_alias}- am__api_version='1.15' # 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+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_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='ETL' VERSION='1.2.1' # 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 (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # 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 -' # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi { $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 # -- V A R I A B L E S ---------------------------------------- debug="no" SVN_REPOSITORY=https://synfig.svn.sourceforge.net/svnroot/synfig/ETL # -- A R G U M E N T S ---------------------------------------- # -- P R O G R A M S ------------------------------------------ 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 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_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 ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" 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="$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 ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $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++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $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 { $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 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 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 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 # Check whether --enable-warnings was given. if test "${enable_warnings+set}" = set; then : enableval=$enable_warnings; gtkmm_enable_warnings="$enableval" else gtkmm_enable_warnings="maximum" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler warning flags to use" >&5 $as_echo_n "checking for compiler warning flags to use... " >&6; } gtkmm_warning_flags='' case "$gtkmm_enable_warnings" in none|no) gtkmm_warning_flags='';; minimum|yes) gtkmm_warning_flags='-Wall -Wno-unused-parameter';; maximum) gtkmm_warning_flags='-W -Wall';; hardcore) gtkmm_warning_flags='-W -Wall -Werror';; esac gtkmm_use_flags='' if test "x$gtkmm_warning_flags" != "x" then echo 'int foo() { return 0; }' > conftest.cc for flag in $gtkmm_warning_flags do # Test whether the compiler accepts the flag. GCC doesn't bail # out when given an unsupported flag but prints a warning, so # check the compiler output instead. gtkmm_cxx_out="`$CXX $flag -c conftest.cc 2>&1`" rm -f conftest.$OBJEXT test "x${gtkmm_cxx_out}" = "x" && \ gtkmm_use_flags="${gtkmm_use_flags:+$gtkmm_use_flags }$flag" done rm -f conftest.cc gtkmm_cxx_out='' fi if test "x$gtkmm_use_flags" != "x" then for flag in $gtkmm_use_flags do case " $CXXFLAGS " in *" $flag "*) ;; # don't add flags twice *) CXXFLAGS="${CXXFLAGS:+$CXXFLAGS }$flag";; esac done else gtkmm_use_flags='none' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gtkmm_use_flags" >&5 $as_echo "$gtkmm_use_flags" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for optimization flags" >&5 $as_echo_n "checking for optimization flags... " >&6; } # Check whether --enable-optimization was given. if test "${enable_optimization+set}" = set; then : enableval=$enable_optimization; optimization=$enableval else optimization="2" fi optimization_flags='' case "$optimization" in 0|no) optimization_flags="-O0";; 1) optimization_flags="-O1";; 2|yes) optimization_flags="-O2";; pass1) optimization_flags="-O2 -fprofile-arcs";; pass2) optimization_flags="-O2 -fbranch-probabilities";; 3) optimization_flags="-O3";; *) optimization_flags="-O4";; esac CXXFLAGS="`echo $CXXFLAGS | sed 's:-O.::g'` $optimization_flags" CFLAGS="`echo $CFLAGS | sed 's:-O.::g'` $optimization_flags" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $optimization_flags" >&5 $as_echo "$optimization_flags" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for debug flags" >&5 $as_echo_n "checking for debug flags... " >&6; } # Check whether --enable-debug was given. if test "${enable_debug+set}" = set; then : enableval=$enable_debug; debug=$enableval else debug="no" fi debug_flags='' case "$debug" in yes) debug_flags="-D_DEBUG -g -O0" CXXFLAGS="`echo $CXXFLAGS | sed s:-O.::` $debug_flags -fno-inline" CFLAGS="`echo $CFLAGS | sed s:-O.::` $debug_flags" ;; no|*) debug_flags="-DNDEBUG" CXXFLAGS="`echo $CXXFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags" CFLAGS="`echo $CFLAGS | sed 's:-g[a-z-]*\s::g' | sed 's:-g[a-z-]*$::'` $debug_flags" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $debug_flags" >&5 $as_echo "$debug_flags" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for profiling" >&5 $as_echo_n "checking for profiling... " >&6; } # Check whether --enable-profiling was given. if test "${enable_profiling+set}" = set; then : enableval=$enable_profiling; profiling=$enableval else profiling=no fi if test $profiling = "yes" ; then { CFLAGS="$CFLAGS -pg"; CXXFLAGS="$CXXFLAGS -pg"; LDFLAGS="$LDFLAGS -pg"; LIBS="$LIBS"; } ; fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $profiling" >&5 $as_echo "$profiling" >&6; } case "$host" in *mingw*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking the flavor of the compiler" >&5 $as_echo_n "checking the flavor of the compiler... " >&6; } if ( $CC --version | grep -q mingw ) ; then { { $as_echo "$as_me:${as_lineno-$LINENO}: result: compiler is mingw special" >&5 $as_echo "compiler is mingw special" >&6; } LIBTOOL_PATCH_SED=" s/dir=\"\$absdir\"/dir=\`cygpath -d -m \"\$absdir\"\`/; s/absdir=\`cd \"\$dir\" && pwd\`/absdir=\`cygpath -d -m \"\$dir\"\`/; s/# We need an absolute path/dir=\`cygpath -d -m \"\$dir\"\` # We need an absolute path/; s- /usr/lib- C:/mingw/lib-g; s-\"/lib -\"C:/mingw/lib -g; s- /lib/ - -g; "; sys_lib_dlsearch_path_spec="C:/mingw/lib" ac_default_prefix=`cygpath -d -m "$ac_default_prefix"`; } else { { $as_echo "$as_me:${as_lineno-$LINENO}: result: compiler is cygwin stock, adding -mno-cygwin" >&5 $as_echo "compiler is cygwin stock, adding -mno-cygwin" >&6; } CPP="$CPP $MINGW_FLAGS" CC="$CC $MINGW_FLAGS" CXX="$CXX $MINGW_FLAGS -L/usr/$host/lib -I/usr/include/c++/3.3.3/$host" CXXCPP="$CXXCPP $MINGW_FLAGS" } ; fi LTCC="gcc" CXXFLAGS="$CXXFLAGS -LC:/GTK/lib" CFLAGS="$CFLAGS -LC:/GTK/lib" LDFLAGS="$LDFLAGS -lole32 -Wl,-no-undefined -Wl,--export-all-symbols -Wl,--subsystem=console -Wl,--enable-runtime-pseudo-reloc" ;; *cygwin*) LDFLAGS="$LDFLAGS -lole32 -Wl,-no-undefined -Wl,--export-all-symbols" CXXFLAGS="$CXXFLAGS -I/target/include" CFLAGS="$CFLAGS -I/target/include" ;; powerpc-apple*) echo Adding mac-specific optimization flags. . . CXXFLAGS="$CXXFLAGS $G5OPTFLAGS" ;; esac # -- L I B R A R I E S ---------------------------------------- # -- H E A D E R S -------------------------------------------- # -- T Y P E S & S T R U C T S -------------------------------- # -- F U N C T I O N S ---------------------------------------- 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=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 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 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 # 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_cxx_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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -luser32" >&5 $as_echo_n "checking for main in -luser32... " >&6; } if ${ac_cv_lib_user32_main+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-luser32 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { return main (); ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO"; then : ac_cv_lib_user32_main=yes else ac_cv_lib_user32_main=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_user32_main" >&5 $as_echo "$ac_cv_lib_user32_main" >&6; } if test "x$ac_cv_lib_user32_main" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBUSER32 1 _ACEOF LIBS="-luser32 $LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CreateMutex in -lkernel32" >&5 $as_echo_n "checking for CreateMutex in -lkernel32... " >&6; } if ${ac_cv_lib_kernel32_CreateMutex+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lkernel32 $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 CreateMutex (); int main () { return CreateMutex (); ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO"; then : ac_cv_lib_kernel32_CreateMutex=yes else ac_cv_lib_kernel32_CreateMutex=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_kernel32_CreateMutex" >&5 $as_echo "$ac_cv_lib_kernel32_CreateMutex" >&6; } if test "x$ac_cv_lib_kernel32_CreateMutex" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBKERNEL32 1 _ACEOF LIBS="-lkernel32 $LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_init in -lpthread" >&5 $as_echo_n "checking for pthread_mutex_init in -lpthread... " >&6; } if ${ac_cv_lib_pthread_pthread_mutex_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lpthread $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 pthread_mutex_init (); int main () { return pthread_mutex_init (); ; return 0; } _ACEOF if ac_fn_cxx_try_link "$LINENO"; then : ac_cv_lib_pthread_pthread_mutex_init=yes else ac_cv_lib_pthread_pthread_mutex_init=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_pthread_pthread_mutex_init" >&5 $as_echo "$ac_cv_lib_pthread_pthread_mutex_init" >&6; } if test "x$ac_cv_lib_pthread_pthread_mutex_init" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBPTHREAD 1 _ACEOF LIBS="-lpthread $LIBS" fi { $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 for ac_header in pthread.h do : ac_fn_cxx_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" if test "x$ac_cv_header_pthread_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_PTHREAD_H 1 _ACEOF fi done for ac_header in sched.h do : ac_fn_cxx_check_header_mongrel "$LINENO" "sched.h" "ac_cv_header_sched_h" "$ac_includes_default" if test "x$ac_cv_header_sched_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SCHED_H 1 _ACEOF fi done for ac_header in sys/time.h do : ac_fn_cxx_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default" if test "x$ac_cv_header_sys_time_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SYS_TIME_H 1 _ACEOF fi done for ac_header in unistd.h do : ac_fn_cxx_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" if test "x$ac_cv_header_unistd_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_UNISTD_H 1 _ACEOF fi done for ac_header in windows.h do : ac_fn_cxx_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default" if test "x$ac_cv_header_windows_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINDOWS_H 1 _ACEOF fi done for ac_func in pthread_create do : ac_fn_cxx_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create" if test "x$ac_cv_func_pthread_create" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_PTHREAD_CREATE 1 _ACEOF fi done for ac_func in pthread_rwlock_init do : ac_fn_cxx_check_func "$LINENO" "pthread_rwlock_init" "ac_cv_func_pthread_rwlock_init" if test "x$ac_cv_func_pthread_rwlock_init" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_PTHREAD_RWLOCK_INIT 1 _ACEOF fi done for ac_func in sched_yield do : ac_fn_cxx_check_func "$LINENO" "sched_yield" "ac_cv_func_sched_yield" if test "x$ac_cv_func_sched_yield" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SCHED_YIELD 1 _ACEOF fi done for ac_func in CreateThread do : ac_fn_cxx_check_func "$LINENO" "CreateThread" "ac_cv_func_CreateThread" if test "x$ac_cv_func_CreateThread" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_CREATETHREAD 1 _ACEOF fi done for ac_func in QueryPerformanceCounter do : ac_fn_cxx_check_func "$LINENO" "QueryPerformanceCounter" "ac_cv_func_QueryPerformanceCounter" if test "x$ac_cv_func_QueryPerformanceCounter" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_QUERYPERFORMANCECOUNTER 1 _ACEOF fi done for ac_func in gettimeofday do : ac_fn_cxx_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" if test "x$ac_cv_func_gettimeofday" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETTIMEOFDAY 1 _ACEOF fi done for ac_func in sscanf do : ac_fn_cxx_check_func "$LINENO" "sscanf" "ac_cv_func_sscanf" if test "x$ac_cv_func_sscanf" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SSCANF 1 _ACEOF fi done for ac_func in vsscanf do : ac_fn_cxx_check_func "$LINENO" "vsscanf" "ac_cv_func_vsscanf" if test "x$ac_cv_func_vsscanf" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_VSSCANF 1 _ACEOF fi done for ac_func in vsprintf do : ac_fn_cxx_check_func "$LINENO" "vsprintf" "ac_cv_func_vsprintf" if test "x$ac_cv_func_vsprintf" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_VSPRINTF 1 _ACEOF fi done for ac_func in vasprintf do : ac_fn_cxx_check_func "$LINENO" "vasprintf" "ac_cv_func_vasprintf" if test "x$ac_cv_func_vasprintf" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_VASPRINTF 1 _ACEOF fi done for ac_func in vsnprintf do : ac_fn_cxx_check_func "$LINENO" "vsnprintf" "ac_cv_func_vsnprintf" if test "x$ac_cv_func_vsnprintf" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_VSNPRINTF 1 _ACEOF else ac_fn_cxx_check_func "$LINENO" "_vsnprintf" "ac_cv_func__vsnprintf" if test "x$ac_cv_func__vsnprintf" = xyes; then : $as_echo "#define vsnprintf _vsnprintf" >>confdefs.h $as_echo "#define HAVE_VSNPRINTF 1" >>confdefs.h fi fi done # -- O U T P U T ---------------------------------------------- ac_config_files="$ac_config_files ETL-config Makefile ETL/Makefile test/Makefile ETL.pc doxygen.cfg" 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 "${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__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 "${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 : "${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 Extended Template Library $as_me 1.2.1, 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="\\ Extended Template Library config.status 1.2.1 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" _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 "ETL/etl_profile_.h") CONFIG_HEADERS="$CONFIG_HEADERS ETL/etl_profile_.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "ETL-config") CONFIG_FILES="$CONFIG_FILES ETL-config" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "ETL/Makefile") CONFIG_FILES="$CONFIG_FILES ETL/Makefile" ;; "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;; "ETL.pc") CONFIG_FILES="$CONFIG_FILES ETL.pc" ;; "doxygen.cfg") CONFIG_FILES="$CONFIG_FILES doxygen.cfg" ;; *) 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 } ;; 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 # -- S U M M A R Y -------------------------------------------- echo " $PACKAGE_NAME v.$VERSION Configuration Summary - - - - - - Install Prefix -------------------> $prefix Target Platform ------------------> $host Debug Mode -----------------------> $debug "'$'"CXX ------------------------------> '$CXX' "'$'"CXXFLAGS -------------------------> '$CXXFLAGS' " ETL-1.2.1/config/0000775000212700021270000000000013154656733010422 500000000000000ETL-1.2.1/config/config.sub0000755000212700021270000010646013154656730012327 00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. timestamp='2015-08-20' # 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 to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;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-2015 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* | netbsd*-eabi* | \ 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 \ | ba \ | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | e2k | epiphany \ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | k1om \ | 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 \ | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ | 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 ;; leon|leon[3-9]) basic_machine=sparc-$basic_machine ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | 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-* \ | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | e2k-* | 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-* \ | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ | 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 ;; asmjs) basic_machine=asmjs-unknown ;; 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 ;; leon-*|leon[3-9]-*) basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` ;; 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=i686-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 ;; moxiebox) basic_machine=moxie-unknown os=-moxiebox ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; 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* | -cloudabi* | -sortix* \ | -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* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) # 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 ;; c8051-*) os=-elf ;; 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 ;; 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: ETL-1.2.1/config/install-sh0000755000212700021270000003546313154656730012354 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2014-09-12.12; # 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. tab=' ' nl=' ' IFS=" $tab$nl" # Set DOITPROG to "echo" to test this script. doit=${DOITPROG-} doit_exec=${doit:-exec} # 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_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 is_target_a_directory=possibly 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 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) is_target_a_directory=always dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done # We allow the use of options -d and -T together, by making -d # take the precedence; this is for compatibility with GNU install. if test -n "$dir_arg"; then if test -n "$dst_arg"; then echo "$0: target directory not allowed when installing a directory." >&2 exit 1 fi fi if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # 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 if test $# -gt 1 || test "$is_target_a_directory" = always; then if test ! -d "$dst_arg"; then echo "$0: $dst_arg: Is not a directory." >&2 exit 1 fi fi fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. 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 "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else dstdir=`dirname "$dst"` 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. ;; *) # $RANDOM is not portable (e.g. dash); use it when possible to # lower collision chance tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 # As "mkdir -p" follows symlinks and we work in /tmp possibly; so # create the $tmpdir first (and fail if unsuccessful) to make sure # that nobody tries to guess the $tmpdir name. if (umask $mkdir_umask && $mkdirprog $mkdir_mode "$tmpdir" && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/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. test_tmpdir="$tmpdir/a" ls_ld_tmpdir=`ls -ld "$test_tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 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 oIFS=$IFS IFS=/ set -f set fnord $dstdir shift 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` && set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && 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: ETL-1.2.1/config/config.guess0000755000212700021270000012475313154656730012671 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2015 Free Software Foundation, Inc. timestamp='2015-08-20' # 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; maintained since 2000 by Ben Elliston. # # 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 to . 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-2015 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' | sed 's, ,,g'` ;; esac # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the 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=`(uname -p 2>/dev/null || \ /sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || \ echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` machine=${arch}${endian}-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|earm*|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 # Determine ABI tags. case "${UNAME_MACHINE_ARCH}" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` ;; esac # The OS release # 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/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/lslpp ] ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_PROCESSOR}-unknown-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 ;; *: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-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="gnulibc1" ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; e2k:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-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}-unknown-linux-${LIBC}"; exit; } ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-${LIBC} exit ;; or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-${LIBC} exit ;; ppcle:Linux:*:*) echo powerpcle-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-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}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-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 test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub # that puts up a graphical alert prompting to install # developer tools. Any system running Mac OS X 10.7 or # later (Darwin 11 and later) is required to have a 64-bit # processor. This is not true of the ARM version of Darwin # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; esac 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: ETL-1.2.1/config/test-driver0000755000212700021270000001104013154656730012527 00000000000000#! /bin/sh # test-driver - basic testsuite driver script. scriptversion=2013-07-13.22; # UTC # Copyright (C) 2011-2014 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. # This file is maintained in Automake, please report # bugs to or send patches to # . # Make unconditional expansion of undefined variables an error. This # helps a lot in preventing typo-related bugs. set -u usage_error () { echo "$0: $*" >&2 print_usage >&2 exit 2 } print_usage () { cat <$log_file 2>&1 estatus=$? if test $enable_hard_errors = no && test $estatus -eq 99; then tweaked_estatus=1 else tweaked_estatus=$estatus fi case $tweaked_estatus:$expect_failure in 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 0:*) col=$grn res=PASS recheck=no gcopy=no;; 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; *:*) col=$red res=FAIL recheck=yes gcopy=yes;; esac # Report the test outcome and exit status in the logs, so that one can # know whether the test passed or failed simply by looking at the '.log' # file, without the need of also peaking into the corresponding '.trs' # file (automake bug#11814). echo "$res $test_name (exit status: $estatus)" >>$log_file # Report outcome to console. echo "${col}${res}${std}: $test_name" # Register the test result, and other relevant metadata. echo ":test-result: $res" > $trs_file echo ":global-test-result: $res" >> $trs_file echo ":recheck: $recheck" >> $trs_file echo ":copy-in-global-log: $gcopy" >> $trs_file # 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: ETL-1.2.1/config/missing0000755000212700021270000001533013154656730011736 00000000000000#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2014 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 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: ETL-1.2.1/config/depcomp0000755000212700021270000005601613154656730011722 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2013-05-30.07; # UTC # Copyright (C) 1999-2014 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: ETL-1.2.1/config/compile0000755000212700021270000001624513154656730011723 00000000000000#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: ETL-1.2.1/ETL/0000775000212700021270000000000013154656733007601 500000000000000ETL-1.2.1/ETL/smach0000664000212700021270000000232612614166103010525 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** State Machine Abstraction Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__SMACH__ #define __ETL__SMACH__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_smach.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_pen.h0000664000212700021270000002747113154464036010617 00000000000000/*! ======================================================================== ** Extended Template Library ** Pen Template Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__PEN_H #define __ETL__PEN_H /* === H E A D E R S ======================================================= */ #include "_curve_func.h" #include #include #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template class generic_pen_row_iterator { public: struct iterator_category : public std::random_access_iterator_tag {}; typedef T value_type; typedef int difference_type; typedef value_type* pointer; typedef value_type& reference; typedef generic_pen_row_iterator self_type; pointer data_; int pitch_; reference operator[](int i)const { assert(data_); return *(pointer)( (char*)data_+pitch_*i ); } reference operator*()const { assert(data_); return *data_; } pointer operator->() const { assert(data_); return &(operator*()); } void inc() { assert(data_); data_ = (pointer)((char*)data_ + pitch_); } void inc(int n) { assert(data_); data_ = (pointer)((char*)data_ + n*pitch_); } void dec() { assert(data_); data_ = (pointer)((char*)data_ - pitch_); } void dec(int n) { assert(data_); data_ = (pointer)((char*)data_ - n*pitch_); } const self_type &operator++() { assert(data_); inc(); return *this; } const self_type &operator--() { assert(data_); dec(); return *this; } self_type operator++(int) { assert(data_); self_type ret(*this); inc(); return ret; } self_type operator--(int) { assert(data_); self_type ret(*this); dec(); return ret; } bool operator==(const self_type &rhs)const { return data_==rhs.data_; } bool operator!=(const self_type &rhs)const { return data_!=rhs.data_; } difference_type operator-(const self_type &rhs)const { assert(data_); return ((char*)data_-(char*)rhs.data_-1)/pitch_+1; } self_type operator+(const difference_type &rhs)const { assert(data_); self_type ret(*this); ret.inc(rhs); return ret; } self_type operator-(const difference_type &rhs)const { assert(data_); self_type ret(*this); ret.dec(rhs); return ret; } operator const generic_pen_row_iterator()const { return generic_pen_row_iterator(data_,pitch_); } operator bool()const { return (bool)data_; } bool operator!()const { return !data_; } generic_pen_row_iterator(pointer data, int pitch):data_(data),pitch_(pitch) { } generic_pen_row_iterator():data_(NULL) { } }; template class generic_pen { public: typedef T value_type; typedef AT accumulator_type; typedef value_type* pointer; typedef accumulator_type* accumulator_pointer; typedef const value_type* const_pointer; typedef const accumulator_type* const_accumulator_pointer; typedef value_type& reference; typedef const value_type& const_reference; typedef pointer iterator_x; typedef const_pointer const_iterator_x; typedef generic_pen_row_iterator iterator_y; typedef generic_pen_row_iterator const_iterator_y; struct difference_type { typedef int value_type; value_type x,y; difference_type(value_type x, value_type y):x(x),y(y) { } value_type &operator[](int i)const { return i?y:x; } }; protected: int x_,y_; int w_,h_; private: int pitch_; value_type value_; value_type *data_; typedef generic_pen self_type; void addptr(int nbytes) { data_ = (pointer)((char*)data_ + nbytes); } void subptr(int nbytes) { data_ = (pointer)((char*)data_ - nbytes); } public: generic_pen(value_type *data, int w, int h, int pitch): x_(0), y_(0), w_(w), h_(h), pitch_(pitch), data_(data) { } generic_pen(value_type *data, int w, int h): x_(0), y_(0), w_(w), h_(h), pitch_(sizeof(value_type)*w), data_(data) { } generic_pen():data_(NULL) { } self_type& move(int a, int b) { assert(data_); x_ += a, y_ += b; addptr(b*pitch_ + a*sizeof(value_type)); return *this; } self_type& move_to(int x, int y) { assert(data_); return move(x - x_,y - y_);} template self_type& move_to(const generic_pen &p) { assert(data_ && p.data_); return move_to(p.x_,p.y_);} void set_value(const value_type &v) { value_=v; } void inc_x() { assert(data_); x_++; data_++; } void dec_x() { assert(data_); x_--; data_--; } void inc_y() { assert(data_); y_++; addptr(pitch_); } void dec_y() { assert(data_); y_--; subptr(pitch_); } void inc_x(int n) { assert(data_); x_+=n; data_+=n; } void dec_x(int n) { assert(data_); x_-=n; data_-=n; } void inc_y(int n) { assert(data_); y_+=n; data_ = (pointer)((char*)data_ + pitch_*n); } void dec_y(int n) { assert(data_); y_-=n; data_ = (pointer)((char*)data_ - pitch_*n); } void put_value(const value_type &v)const { assert(data_); *data_=v; } void put_value()const { assert(data_); put_value(value_); } void put_value_clip(const value_type &v)const { if(!clipped()) put_value(v); } void put_value_clip()const { put_value_clip(value_); } const_reference get_value()const { assert(data_); return *data_; } const_reference get_value_at(int x, int y)const { assert(data_); return ((pointer)(((char*)data_)+y*pitch_))[x]; } const_reference get_value_clip_at(int x, int y)const { assert(data_); if(clipped(x,y))return value_type(); return ((pointer)(((char*)data_)+y*pitch_))[x]; } const value_type get_value_clip()const { assert(data_); if(clipped())return value_type(); return *data_; } const value_type get_pen_value()const { return value_; } void put_hline(int l,const value_type &v) {for(;l>0;l--,inc_x())put_value(v);} void put_hline(int l) {put_hline(l,value_);} void put_hline_clip(int l, const value_type &v) {l=std::min(l,w_-x_);for(;l>0;l--,inc_x())put_value_clip(v);} void put_hline_clip(int l) {put_hline_clip(l,value_);} //the put_block functions do not modify the pen void put_block(int h, int w, const value_type &v) { self_type row(*this); for(;h>0;h--,row.inc_y()) { self_type col(row); col.put_hline(w,v); } } void put_block(int h, int w) { put_block(h,w,value_); } void put_block_clip(int h, int w, const value_type &v) { self_type row(*this); //clip start position if(row.x_ < 0) { w+=row.x_; row.inc_x(-row.x_); } if(row.y_ < 0) { h+=row.y_; row.inc_y(-row.y_); } //clip width and height of copy rect h = std::min(h,h_-y_); w = std::min(w,w_-x_); //copy rect for(;h>0;h--,row.inc_y()) { self_type col(row); col.put_hline(w,v); //already clipped } } void put_block_clip(int h, int w) { put_block(h,w,value_); } iterator_x operator[](int i)const { assert(data_); return (pointer)(((char*)data_)+i*pitch_); } iterator_x x() { assert(data_); return data_; } iterator_x begin_x() { assert(data_); return data_-x_; } iterator_x end_x() { assert(data_); return data_-x_+w_; } iterator_y y() { assert(data_); return iterator_y(data_,pitch_); } iterator_y begin_y() { assert(data_); return iterator_y((pointer)((char*)data_ - y_*pitch_),pitch_); } iterator_y end_y() { assert(data_); return iterator_y((pointer)((char*)data_ + (h_-y_)*pitch_),pitch_); } operator bool()const { return (bool)data_; } bool operator!()const { return !data_; } bool operator==(const self_type &rhs)const { return data_==rhs.data_; } bool operator!=(const self_type &rhs)const { return data_!=rhs.data_; } bool clipped(int x, int y)const { return !(x_+x>=0 && y_+y>=0 && x_+x=0 && y_>=0 && x_ > class alpha_pen : public PEN_ { public: typedef A_ alpha_type; typedef AFFINE_ affine_func_type; typedef typename PEN_::value_type value_type; typedef alpha_pen self_type; private: alpha_type alpha_; protected: affine_func_type affine_func_; public: using PEN_::get_value; using PEN_::get_pen_value; using PEN_::inc_x; using PEN_::dec_x; using PEN_::inc_y; using PEN_::dec_y; using PEN_::clipped; using PEN_::w_; using PEN_::h_; using PEN_::x_; using PEN_::y_; alpha_pen(const alpha_type &a = 1, const affine_func_type &func = affine_func_type()):alpha_(a),affine_func_(func) { } alpha_pen(const PEN_ &x, const alpha_type &a=1, const affine_func_type &func=affine_func_type()) :PEN_(x),alpha_(a),affine_func_(func) { } const alpha_type& get_alpha()const { return alpha_; } void get_alpha(alpha_type &a) const { a=alpha_; } void set_alpha(alpha_type a) { alpha_=a; } void put_value(const value_type &v, alpha_type a=1)const { PEN_::put_value(affine_func_(get_value(),v,alpha_*a)); } void put_value()const { put_value(get_pen_value()); } void put_value_alpha(alpha_type a)const { put_value(get_pen_value(),a); } void put_hline(int l, const alpha_type &a = 1){for(;l>0;l--,inc_x())put_value_alpha(a);} void put_value_clip(const value_type &v, alpha_type a=1)const { if(!clipped())PEN_::put_value(affine_func_(get_value(),v,alpha_*a)); } void put_value_clip()const { put_value_clip(get_pen_value()); } void put_value_clip_alpha(alpha_type a)const { put_value_clip(get_pen_value(),a); } void put_hline_clip(int l, const alpha_type &a = 1){l=std::min(l,w_-x_);for(;l>0;l--,inc_x())put_value_clip_alpha(a);} //the put_block functions do not modify the pen void put_block(int h, int w, const alpha_type &a = 1) { self_type row(*this); for(;h>0;h--,row.inc_y()) { self_type col(row); col.put_hline(w,a); } } void put_block_clip(int h, int w, const alpha_type &a = 1) { self_type row(*this); //clip start position if(row.x_ < 0) { w+=row.x_; row.inc_x(-row.x_); } if(row.y_ < 0) { h+=row.y_; row.inc_y(-row.y_); } //clip width and height of copy rect h = std::min(h,h_-y_); w = std::min(w,w_-x_); //copy rect for(;h>0;h--,row.inc_y()) { self_type col(row); col.put_hline(w,a); //already clipped } } }; _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/ipc0000664000212700021270000000244612614166103010210 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Inter-Process Commumnication Classes ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__IPC__ #define __ETL__IPC__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_mutex_null.h" #include "_mutex_pthreads.h" #include "_condition.h" #include "_rwlock.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_value.h0000664000212700021270000001271712614166103011140 00000000000000/* ======================================================================== ** Extended Template and Library ** Abstraction for a Generic Value Type ** $Id$ ** ** Copyright (c) 2002 Adrian Bentley ** Copyright (c) 2010 Nikita Kitaev ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__VALUE_H #define __ETL__VALUE_H /* === H E A D E R S ======================================================= */ #include #include #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ /*! \note This class may be specialized to support binary compatibility for desired objects (e.g. point3,vector3,float[3]). However it MUST be declared within scope that you are using the values.... \warning If you specialize this class for something that isn't binary compatible, then your values could easily report belonging to the wrong types. */ template < typename T > class value_store_type { public: typedef T value_type; }; _ETL_BEGIN_NAMESPACE /*! \class value _value.h ETL/value \brief Abstraction of the concept of a generic value Modified from ideas for the boost::any type. Added binary compatibility structure */ class value { struct contentholder { virtual ~contentholder() {} virtual contentholder *clone() const = 0; virtual const std::type_info &type() const = 0; }; contentholder *content; public: //constructor interface value() :content(0) { } value(const value &v) :content( v.content ? v.content->clone() : 0 ) { } /* Copies the object passed to it */ template < typename T > value(const T &v) :content( new holder< typename value_store_type::value_type > (reinterpret_cast::value_type &>(v)) ) { } public: //modifier interface value & swap(value & rhs) { std::swap(content, rhs.content); return *this; } template value & operator=(const ValueType & rhs) { value(rhs).swap(*this); return *this; } value & operator=(const value & rhs) { value(rhs).swap(*this); return *this; } public: //query interface bool empty() const { return content == 0; } const std::type_info & type() const { return content ? content->type() : typeid(void); } private: //implementation interface template < typename T > class holder : public contentholder { public: //representation T obj; public: //constructor interface holder(const T &o) :obj(o) { } holder(const holder &h) :obj(h.obj) { } public: //accessor interface virtual contentholder *clone() const { return new holder(*this); } virtual const std::type_info &type() const { return typeid(T); } public: //allocation interface void *operator new(size_t size) { assert(size == sizeof(holder)); //use pool allocation at some point return malloc(size); } void operator delete(void *p) { assert(p); //use pool allocation at some point return free(p); } }; template < typename ValueType > friend ValueType *value_cast(value *v); }; /*! Is thrown for bad value_casts (when using a reference...) */ class bad_value_cast : public std::bad_cast { public: virtual const char * what() const throw() { return "etl::bad_value_cast: " "failed conversion using boost::value_cast"; } }; /*! Returns a pointer to the desired value type if the value_type and the internal binary format agree (mediated by using the value_store_type class), otherwise it returns 0. \see value_store_type */ template < typename ValueType > ValueType *value_cast(value *v) { assert(v); return ( typeid(typename value_store_type::value_type) == v->type() ) ? &static_cast *>(v->content)->obj : 0; } /*! Same as above except tweaked to allow const cast (possibly for purposes involving type agreement... if const impacts a typeid call I do not know...) */ template < typename ValueType > const ValueType * value_cast(const value *v) { return value_cast(const_cast(v)); } /*! Extract a copy of the internal object and will throw a bad_value_cast exception if the types do not agree. \note I'm not sure why boost::any didn't use a reference here... there must be a reason... \see bad_value_cast */ template < typename ValueType > ValueType value_cast(const value &v) { const ValueType * result = value_cast(&v); if(!result) throw bad_value_cast(); return *result; } _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/etl_profile.h0000664000212700021270000000671413154531233012171 00000000000000/* ETL/etl_profile_.h. Generated from etl_profile_.h.in by configure. */ /* ETL/etl_profile_.h.in. Generated from configure.ac by autoheader. */ // We want to be autoconf/autoheader friendly, so // if the developer has already included an // autoheader-generated configuration script, // we can assume that the user knew what they // were doing and let them use their own config.h. //#ifndef ETL_TARNAME /* Define to 1 if you have the `CreateThread' function. */ /* #undef HAVE_CREATETHREAD */ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the `kernel32' library (-lkernel32). */ /* #undef HAVE_LIBKERNEL32 */ /* Define to 1 if you have the `pthread' library (-lpthread). */ #define HAVE_LIBPTHREAD 1 /* Define to 1 if you have the `user32' library (-luser32). */ /* #undef HAVE_LIBUSER32 */ /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `pthread_create' function. */ #define HAVE_PTHREAD_CREATE 1 /* Define to 1 if you have the header file. */ #define HAVE_PTHREAD_H 1 /* Define to 1 if you have the `pthread_rwlock_init' function. */ #define HAVE_PTHREAD_RWLOCK_INIT 1 /* Define to 1 if you have the `QueryPerformanceCounter' function. */ /* #undef HAVE_QUERYPERFORMANCECOUNTER */ /* Define to 1 if you have the header file. */ #define HAVE_SCHED_H 1 /* Define to 1 if you have the `sched_yield' function. */ #define HAVE_SCHED_YIELD 1 /* Define to 1 if you have the `sscanf' function. */ #define HAVE_SSCANF 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `vasprintf' function. */ #define HAVE_VASPRINTF 1 /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 /* Define to 1 if you have the `vsprintf' function. */ #define HAVE_VSPRINTF 1 /* Define to 1 if you have the `vsscanf' function. */ #define HAVE_VSSCANF 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_WINDOWS_H */ /* Define to the address where bug reports for this package should be sent. */ #define ETL_BUGREPORT "https://github.com/synfig/synfig/issues" /* Define to the full name of this package. */ #define ETL_NAME "Extended Template Library" /* Define to the full name and version of this package. */ #define ETL_STRING "Extended Template Library 1.2.1" /* Define to the one symbol short name of this package. */ #define ETL_TARNAME "ETL" /* Define to the home page for this package. */ #define ETL_URL "" /* Define to the version of this package. */ #define ETL_VERSION "1.2.1" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* define if the vsnprintf function is mangled */ /* #undef vsnprintf */ //#endif // ifndef ETL_TARNAME ETL-1.2.1/ETL/etl_config.h0000664000212700021270000000262613154464036012002 00000000000000 #ifndef __ETL_CONFIG_H #define __ETL_CONFIG_H #include "etl_profile.h" #include #ifndef ETL_NAMESPACE # define ETL_NAMESPACE etl #endif #define ETL_DIRECTORY_SEPARATORS "/\\" #define ETL_DIRECTORY_SEPARATOR0 '/' #define ETL_DIRECTORY_SEPARATOR1 '\\' //#ifdef WIN32 //#define ETL_DIRECTORY_SEPARATOR ETL_DIRECTORY_SEPARATOR1 //#else #define ETL_DIRECTORY_SEPARATOR ETL_DIRECTORY_SEPARATOR0 //#endif #ifndef ETL_FLAG_NONAMESPACE # define _ETL ETL_NAMESPACE # define _ETL_BEGIN_NAMESPACE namespace _ETL { # define _ETL_END_NAMESPACE }; # define _STD_BEGIN_NAMESPACE namespace std { # define _STD_END_NAMESPACE }; #else # define _ETL # define _ETL_BEGIN_NAMESPACE # define _ETL_END_NAMESPACE # define _STD_BEGIN_NAMESPACE # define _STD_END_NAMESPACE #endif #define _ETL_BEGIN_CDECLS extern "C" { #define _ETL_END_CDECLS } #ifdef _REENTRANT #define ETL_REENTRANT 1 #endif /* If __FUNC__ is not defined, ** try to define it. If we cannot, ** then just leave it undefined. */ #ifndef __FUNC__ /* * # if defined __cplusplus ? __GNUC_PREREQ (2, 6) : __GNUC_PREREQ (2, 4) # define __FUNC__ __PRETTY_FUNCTION__ # else # if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L # define __FUNC__ __func__ # endif # endif */ #endif #ifdef __GNUG__ #define ETL_DEPRECATED_FUNCTION __attribute__ ((deprecated)) #else #define ETL_DEPRECATED_FUNCTION #endif #ifndef NULL #define NULL 0 #endif #endif ETL-1.2.1/ETL/_smach.h0000664000212700021270000003430112614166103011110 00000000000000/*! ======================================================================== ** Extended Template and Library ** State Machine Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__SMACH_H_ #define __ETL__SMACH_H_ /* === H E A D E R S ======================================================= */ #include #include #include #include "_mutex_null.h" #include "_misc.h" /* === M A C R O S ========================================================= */ #define SMACH_STATE_STACK_SIZE (32) #ifdef _MSC_VER #pragma warning (disable:4786) #pragma warning (disable:4290) // MSVC6 doesn't like function declarations with exception specs #endif //#define ETL_MUTEX_LOCK() _mutex::lock lock(mutex) #define ETL_MUTEX_LOCK() /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE /*! ======================================================================== ** \class smach ** \brief Templatized State Machine ** ** A more detailed description needs to be written. */ template class smach { public: typedef K event_key; typedef M _mutex; typedef CON context_type; struct egress_exception { }; struct pop_exception { }; //! Result type for event processing enum event_result { // These values are returned by the event // handlers cast to state pointers. RESULT_ERROR, //!< General error or malfunction RESULT_OK, //!< Event has been processed RESULT_ACCEPT, //!< The event has been explicitly accepted. RESULT_REJECT, //!< The event has been explicitly rejected. RESULT_END //!< Not a valid result }; //template class state; //! Event base class struct event { event_key key; event() { } event(const event_key& key):key(key) { } operator event_key()const { return key; } }; //! Event definition class template class event_def_internal { // List our friends friend class smach; //friend class state; public: typedef T state_context_type; //! Event function type typedef event_result (T::*funcptr)(const event&); //private: event_key id; // class state : public state_base { // Our parent is our friend friend class smach; public: typedef event_def_internal event_def; typedef T state_context_type; private: std::vector event_list; smach *nested; //! Nested machine event_key low,high; //! Lowest and Highest event values const char *name; //! Name of the state typename event_def::funcptr default_handler; //! Default handler for unknown key public: //! Constructor state(const char *n, smach* nest=0): nested(nest),name(n),default_handler(NULL) { } virtual ~state() { } //! Setup a nested state machine /*! A more detailed explanation needs to be written */ void set_nested_machine(smach *sm) { nested=sm; } //! Sets the default handler void set_default_handler(const typename event_def::funcptr &x) { default_handler=x; } //! Returns given the name of the state virtual const char *get_name() const { return name; } //! Adds an event_def onto the list and then make sure it is sorted correctly. void insert(const event_def &x) { // If this is our first event_def, // setup the high and low values. if(!event_list.size()) low=high=x.id; // Sort the event_def onto the list event_list.push_back(x); sort(event_list.begin(),event_list.end()); // Update the low and high markers if(x.id::iterator find(const event_key &x) { return binary_find(event_list.begin(),event_list.end(),x); } typename std::vector::const_iterator find(const event_key &x)const { return binary_find(event_list.begin(),event_list.end(),x); } protected: virtual void* enter_state(context_type* machine_context)const { return new state_context_type(machine_context); } virtual bool leave_state(void* x)const { state_context_type* state_context(reinterpret_cast(x)); delete state_context; return true; } virtual event_result process_event(void* x,const event& id)const { state_context_type* state_context(reinterpret_cast(x)); // Check for nested machine in state if(nested) { const event_result ret(nested->process_event(id)); if(ret!=RESULT_OK) return ret; } // Quick test to make sure that the // given event is in the state if(id.key::const_iterator iter(find(id.key)); // If search results were negative, fail. if(iter->id!=id.key) return RESULT_OK; // Execute event function event_result ret((state_context->*(iter->handler))(id)); if(ret==RESULT_OK && default_handler) ret=(state_context->*(default_handler))(id); return ret; } }; private: // Machine data const state_base* curr_state; //!< Current state of the machine smach* child; //!< Child machine public: // this really should be private void* state_context; //!< State Context private: context_type* machine_context; //!< Machine Context const state_base* default_state; void* default_context; #ifdef ETL_MUTEX_LOCK _mutex mutex; #endif //! State stack data const state_base* state_stack[SMACH_STATE_STACK_SIZE]; void* state_context_stack[SMACH_STATE_STACK_SIZE]; int states_on_stack; public: //! Gets the name of the currently active state const char * get_state_name()const { #ifdef ETL_MUTEX_LOCK ETL_MUTEX_LOCK(); #endif if(curr_state) return curr_state->get_name(); if(default_state) return default_state->get_name(); return 0; } //! Determines if a given event result is an error /*! This function allows us to quickly see if an event_result contained an error */ static bool event_error(const event_result &rhs) { return rhs<=RESULT_ERROR; } bool set_default_state(const state_base *nextstate) { #ifdef ETL_MUTEX_LOCK ETL_MUTEX_LOCK(); #endif // Keep track of the current state unless // the state switch fails const state_base *prev_state=default_state; // If we are already in a state, leave it and // collapse the state stack if(default_state) default_state->leave_state(default_context); // Set this as our current state default_state=nextstate; default_context=0; // Attempt to enter the state if(default_state) { default_context=default_state->enter_state(machine_context); if(default_context) return true; } else return true; // We failed, so attempt to return to previous state default_state=prev_state; // If we had a previous state, enter it if(default_state) default_context=default_state->enter_state(machine_context); // At this point we are not in the // requested state, so return failure return false; } //! Leaves the current state /*! Effectively makes the state_depth() function return zero. */ bool egress() { #ifdef ETL_MUTEX_LOCK ETL_MUTEX_LOCK(); #endif // Pop all states off the state stack while(states_on_stack) pop_state(); // If we are not in a state, then I guess // we were successful. if(!curr_state) return true; // Grab the return value from the exit function bool ret=true; const state_base* old_state=curr_state; void *old_context=state_context; // Clear out the current state and its state_context curr_state=0;state_context=0; // Leave the state return old_state->leave_state(old_context); return ret; } //! State entry function /*! Attempts to enter the given state, popping off all states on the stack in the process. */ bool enter(const state_base *nextstate) { #ifdef ETL_MUTEX_LOCK ETL_MUTEX_LOCK(); #endif // Keep track of the current state unless // the state switch fails const state_base *prev_state=curr_state; // If we are already in a state, leave it and // collapse the state stack if(curr_state) egress(); // Set this as our current state curr_state=nextstate; state_context=0; // Attempt to enter the state state_context=curr_state->enter_state(machine_context); if(state_context) return true; // We failed, so attempt to return to previous state curr_state=prev_state; // If we had a previous state, enter it if(curr_state) state_context=curr_state->enter_state(machine_context); // At this point we are not in the // requested state, so return failure return false; } //! Pushes state onto state stack /*! This allows you to enter a state without leaving your current state. \param nextstate Pointer to the state to enter \sa pop_state() */ bool push_state(const state_base *nextstate) { #ifdef ETL_MUTEX_LOCK ETL_MUTEX_LOCK(); #endif // If there are not enough slots, then throw something. if(states_on_stack==SMACH_STATE_STACK_SIZE) throw(std::overflow_error("smach<>::push_state(): state stack overflow!")); // If there is no current state, nor anything on stack, // just go ahead and enter the given state. if(!curr_state && !states_on_stack) return enter(nextstate); // Push the current state onto the stack state_stack[states_on_stack]=curr_state; state_context_stack[states_on_stack++]=state_context; // Make the next state the current state curr_state=nextstate; // Try to enter the next state state_context=curr_state->enter_state(machine_context); if(state_context) return true; // Unable to push state, return to old one curr_state=state_stack[--states_on_stack]; state_context=state_context_stack[states_on_stack]; return false; } //! Pops state off of state stack /*! Decreases state depth */ void pop_state() { #ifdef ETL_MUTEX_LOCK ETL_MUTEX_LOCK(); #endif // If we aren't in a state, then there is nothing // to do. if(!curr_state) throw(std::underflow_error("smach<>::pop_state(): stack is empty!")); if(states_on_stack) { const state_base* old_state=curr_state; void *old_context=state_context; // Pop previous state off of stack --states_on_stack; curr_state=state_stack[states_on_stack]; state_context=state_context_stack[states_on_stack]; old_state->leave_state(old_context); } else // If there are no states on stack, just egress egress(); } //! State Machine Constructor /*! A more detailed description needs to be written */ smach(context_type* machine_context=0): curr_state(0), child(0), state_context(0), machine_context(machine_context), default_state(0), default_context(0), states_on_stack(0) { } //! The destructor ~smach() { egress(); if(default_state) default_state->leave_state(default_context); } //! Sets up a child state machine /*! A child state machine runs in parallel with its parent, and gets event priority. This mechanism is useful in cases where an inherited object has its own state machine. */ void set_child(smach *x) { #ifdef ETL_MUTEX_LOCK ETL_MUTEX_LOCK(); #endif child=x; } //! Returns the number states currently active int state_depth() { return curr_state?states_on_stack+1:0; } event_result process_event(const event_key& id) { return process_event(event(id)); } //! Process an event event_result process_event(const event& id) { #ifdef ETL_MUTEX_LOCK ETL_MUTEX_LOCK(); #endif event_result ret(RESULT_OK); // Check for child machine if(child) { ret=child->process_event(id); if(ret!=RESULT_OK) return ret; } try { if(curr_state) ret=curr_state->process_event(state_context,id); if(ret==RESULT_OK) return default_state->process_event(default_context,id); return ret; } catch(egress_exception) { if (egress()) { ret=RESULT_ACCEPT; } else { ret=RESULT_ERROR; } } catch(pop_exception) { pop_state(); return RESULT_ACCEPT; } catch(const state_base* state) { return enter(state)?RESULT_ACCEPT:RESULT_ERROR; } return ret; } }; // END of template class smach _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_bspline.h0000664000212700021270000001314012614166103011447 00000000000000/*! ======================================================================== ** Extended Template and Library ** B-Spline Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2010 Nikita Kitaev ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__BSPLINE_H #define __ETL__BSPLINE_H /* === H E A D E R S ======================================================= */ #include #include #include "_curve_func.h" /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template , class D=distance_func > class bspline : public std::unary_function { public: typedef T value_type; typedef K knot_type; typedef std::vector knot_container; typedef std::vector cpoint_container; typedef typename knot_container::iterator knot_iterator; typedef typename cpoint_container::iterator cpoint_iterator; typedef C affine_func_type; typedef D distance_func_type; protected: affine_func_type affine_func; distance_func_type distance_func; private: int m; knot_container _knots; cpoint_container _cpoints; bool _loop; public: bspline():m(2),_loop(false) { } int get_m()const { return m-1; }; int set_m(int new_m) { m=new_m+1; return m-1; }; bool set_loop(bool x) { _loop=x; reset_knots(); return _loop; } knot_container & knots() { return _knots; }; cpoint_container & cpoints() { return _cpoints; }; const knot_container & knots()const { return _knots; }; const cpoint_container & cpoints()const { return _cpoints; }; void reset_knots() { int i; if(!_loop) { _knots.clear(); if(!_cpoints.size()) return; while(m>(signed)_cpoints.size()) m--; for(i=0;i(signed)_cpoints.size()) m--; for(i=0;i<=(signed)_cpoints.size()-m+1;i++) _knots.insert(_knots.end(), i); } } int calc_curve_segment(knot_type t)const { int k; if(t<0) t=0; if(t>=_knots.back()) t=_knots.back()-0.0001; for(k=0;_knots[k]>t || _knots[k+1]<=t;k++) ; return k; } knot_container get_segment_knots(int i)const { if(i+1=(signed)_knots.size()) { knot_container ret(_knots.begin()+i-m+1,_knots.end()); return ret; } return knot_container(_knots.begin()+i-m+1, _knots.begin()+i+m); } cpoint_container get_segment_cpoints(int i)const { if(i+1=(signed)_knots.size()) { return cpoint_container(); } return cpoint_container(_cpoints.begin()+i-m+1, _cpoints.begin()+i+1); } cpoint_container calc_shell(knot_type t, int level)const { int i=calc_curve_segment(t), j,k; knot_container u=get_segment_knots(i); cpoint_container d=get_segment_cpoints(i); if(!d.size()) return cpoint_container(); for(j=0;d.size()>1 && j1;d.pop_back(),j++) { for(k=0;k<(signed)d.size()-1;k++) { d[k]=affine_func(d[k],d[k+1],((t-u[j+k+1])/(u[m+k]-u[j+k+1]))); } } return d.front(); } cpoint_iterator find_closest_cpoint(const value_type &point, typename distance_func_type::result_type max) { cpoint_iterator i=_cpoints.begin(); cpoint_iterator ret=i; typename distance_func_type::result_type dist=distance_func(point,_cpoints[0]); // The distance function returns "cooked" (ie: squared) // distances, so we need to cook our max distance for // the comparison to work correctly. max=distance_func.cook(max); for(++i;i<_cpoints.end();i++) { typename distance_func_type::result_type thisdist=distance_func(point,*i); if(thisdistlock_mutex(); } ~lock() { _mtx->unlock_mutex(); } mutex &get() { return *_mtx; } }; */ class lock { public: lock(mutex_null &/*x*/) { } }; void lock_mutex(){} bool try_lock_mutex(){return true;} void unlock_mutex(){} }; _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/Makefile.in0000664000212700021270000004270013154656730011566 00000000000000# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2014 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@ # $Id$ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ target_triplet = @target@ subdir = ETL ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ETL.m4 $(top_srcdir)/m4/subs.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(etl_HEADERS) $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = etl_profile_.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)$(etldir)" HEADERS = $(etl_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)etl_profile_.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/etl_profile_.h.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ SVN_REPOSITORY = @SVN_REPOSITORY@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ 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@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target = @target@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ MAINTAINERCLEANFILES = \ Makefile.in CLEANFILES = \ $(top_builddir)/ETL/etl_profile.h etldir = $(includedir)/ETL etl_HEADERS = \ value \ _value.h \ rect \ _rect.h \ misc \ _misc.h \ ref_count \ _ref_count.h \ angle \ fastangle \ handle \ ipc \ thread \ fixed \ random \ clock \ hermite \ calculus \ stringf \ trivial \ spline \ _stringf.h \ _bspline.h \ _calculus.h \ _mutex_null.h \ _hermite.h \ _curve_func.h \ _clock_base.h \ _clock_system.h \ _clock_gettimeofday.h \ _random.h \ _angle.h \ _fastangle.h \ _curve.h \ _handle.h \ _thread.h \ _mutex_pthreads.h \ _mutex_win32.h \ _condition.h \ _rwlock.h \ smach \ _smach.h \ _trivial.h \ _fixed.h \ etl_config.h \ $(top_builddir)/ETL/etl_profile.h \ _fastangle_tables.h \ bezier \ _bezier.h \ _bezier_angle.h \ _status.h \ status \ pen \ _pen.h \ boxblur \ _boxblur.h \ gaussian \ _gaussian.h \ surface \ _surface.h \ smart_ptr \ _smart_ptr.h \ _clock_win32hpcount.h \ mutex \ _mutex_pthreads_simple.h # FIXME: figure out why this is in SVN, but isn't installed EXTRA_DIST = \ _bit_rotate.h all: etl_profile_.h $(MAKE) $(AM_MAKEFLAGS) 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 ETL/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu ETL/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): etl_profile_.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/etl_profile_.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status ETL/etl_profile_.h $(srcdir)/etl_profile_.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f etl_profile_.h stamp-h1 install-etlHEADERS: $(etl_HEADERS) @$(NORMAL_INSTALL) @list='$(etl_HEADERS)'; test -n "$(etldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(etldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(etldir)" || 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)$(etldir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(etldir)" || exit $$?; \ done uninstall-etlHEADERS: @$(NORMAL_UNINSTALL) @list='$(etl_HEADERS)'; test -n "$(etldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(etldir)'; $(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 $(HEADERS) etl_profile_.h installdirs: for dir in "$(DESTDIR)$(etldir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-etlHEADERS 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 pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-etlHEADERS .MAKE: all install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ cscopelist-am ctags ctags-am distclean distclean-generic \ distclean-hdr 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-etlHEADERS 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 pdf \ pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-etlHEADERS .PRECIOUS: Makefile $(top_builddir)/ETL/etl_profile.h:$(top_builddir)/ETL/etl_profile_.h sed "s/PACKAGE/ETL/g;" < $(top_builddir)/ETL/etl_profile_.h > $(top_builddir)/ETL/etl_profile.h # 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: ETL-1.2.1/ETL/status0000664000212700021270000000242012614166103010750 00000000000000#ifdef THIS_CODE_IS_NOT_USED // -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Status Callback Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__STATUS__ #define __ETL__STATUS__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_status.h" /* === E N D =============================================================== */ #endif #endif /* THIS_CODE_IS_NOT_USED */ ETL-1.2.1/ETL/_angle.h0000664000212700021270000003120312614166103011101 00000000000000/* ======================================================================== ** Extended Template and Library ** Angle Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__ANGLE_H #define __ETL__ANGLE_H /* === H E A D E R S ======================================================= */ #include #include #include /* === M A C R O S ========================================================= */ #ifndef PI # define PI (3.1415926535897932384626433832795029L) # define HALF_PI (PI/2) #endif #define ANGLE_EPSILON (1.0e-6) /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE // ======================================================================== /*! \class angle _angle.h ETL/angle ** \brief Abstraction of the concept of an angle ** \see angle::deg, angle::rad, angle::rot, angle::sin, angle::cos, angle::tan, fastangle ** \writeme */ class angle { public: typedef float value_type; protected: typedef value_type unit; unit v; //! Stored in radians; positive values indicate counter-clockwise. public: /* ** Arithmetic Operators */ const angle & operator+=(const angle &rhs) { v+=rhs.v; return *this; } const angle & operator-=(const angle &rhs) { v-=rhs.v; return *this; } const angle & operator*=(const unit &rhs) { v*=rhs; return *this; } const angle & operator/=(const unit &rhs) { v/=rhs; return *this; } //! Angle Addition Operator angle operator+(const angle &rhs)const { return angle(*this)+=rhs; } //! Angle Subtraction Operator /*! \sa angle dist(const angle &) */ angle operator-(const angle &rhs)const { return angle(*this)-=rhs; } //! Angle Scalar Multiplication Operator /*! This operator will multiply the given angle by the given scalar value. */ angle operator*(const unit &rhs)const { return angle(*this)*=rhs; } angle operator/(const unit &rhs)const { return angle(*this)/=rhs; } //! Angle Negation angle operator-()const { angle ret; ret.v=-v; return ret; } #ifdef ETL_NOT_USED //! 180 degree rotation operator /*! Returns the angle directly opposite of the given angle, and will yield a result between 0 and 2PI */ angle operator~()const { angle ret; ret.v = v+PI; return ret.mod(); } #endif // ETL_NOT_USED #ifdef ETL_WRAP_ANGLES /*! Returns true if the shortest angle from the left-hand to the right-hand side is counter-clockwise */ bool operator<(const angle &rhs)const { return dist(rhs).v<(value_type)0.0; } /*! Returns true if the shortest angle from the left-hand to the right-hand side is clockwise */ bool operator>(const angle &rhs)const { return dist(rhs).v>(value_type)0.0; } /*! Returns true if the shortest angle from the left-hand to the right-hand side is counter-clockwise, or if the angles are refer to the same point on the unit circle. */ bool operator<=(const angle &rhs)const { return dist(rhs).v<=(value_type)0.0; } /*! Returns true if the shortest angle from the left-hand to the right-hand side is clockwise, or if the angles are refer to the same point on the unit circle. */ bool operator>=(const angle &rhs)const { return dist(rhs).v>=(value_type)0.0; } /*! Returns true if the angles are refer to the same point on the unit circle. */ bool operator==(const angle &rhs)const { return std::abs(dist(rhs).v)ANGLE_EPSILON; } #else // ETL_WRAP_ANGLES /*! Returns true if the left-hand side is less than the right-hand side */ bool operator<(const angle &rhs)const { return v < rhs.v; } /*! Returns true if the left-hand side is greater than the right-hand side */ bool operator>(const angle &rhs)const { return v > rhs.v; } /*! Returns true if the left-hand side is less or equal to the right-hand side */ bool operator<=(const angle &rhs)const { return v <= rhs.v; } /*! Returns true if the left-hand side is greater than or equal to the right-hand side */ bool operator>=(const angle &rhs)const { return v >= rhs.v; } /*! Returns true if the angles are the same, or close */ bool operator==(const angle &rhs)const { return std::abs(v - rhs.v)ANGLE_EPSILON; } #endif // ETL_WRAP_ANGLES //! Absolute Angle Function /*! This function will return the absolute value of the angle. */ angle abs()const { angle ret; ret.v=std::abs(v); return ret; } #ifdef ETL_WRAP_ANGLES //! Angle Difference Function /*! This function will return the shortest physical distance between two angles, from -PI/2 to PI/2 \sa angle operator-(const angle &) */ angle dist(const angle &rhs)const { angle ret; ret.v=v-rhs.v; ret.v-=rot_floor(ret.v+PI); return ret; } //! Rotation Modulus /*! This function will return the value of the angle between 0 and 2PI */ angle mod()const { angle ret(*this); ret.v-=rot_floor(ret.v); return ret; } #else // ETL_WRAP_ANGLES //! Angle Difference Function /*! This function will return the difference between two angles, just like \sa angle operator-(const angle &) */ angle dist(const angle &rhs)const { return angle(*this)-=rhs; } //! Rotation Modulus /*! This function will return the value of the angle */ angle mod()const { angle ret(*this); return ret; } #endif // ETL_WRAP_ANGLES //! Zero Rotation (0 degrees) static angle zero() { angle ret; ret.v=0; return ret; } //! One Complete Rotation (360 degrees) static angle one() { angle ret; ret.v=PI*2; return ret; } //! One Half Rotation (180 degrees) static angle half() { angle ret; ret.v=PI; return ret; } bool operator!()const { return std::abs(mod().v) < ANGLE_EPSILON; } private: #ifdef ETL_WRAP_ANGLES static value_type rot_floor(value_type x) { return static_cast(std::floor(x/(PI*2))*PI*2); } #endif // ETL_WRAP_ANGLES public: /* ** Conversion Classes */ class rad; class deg; class rot; /* ** Trigonometric Classes */ class sin; class cos; class tan; /* ** Friend classes */ friend class rad; friend class deg; friend class rot; friend class sin; friend class cos; friend class tan; /* ** Deprecated */ #ifndef ETL_NO_DEPRECATED typedef rad radians; typedef deg degrees; typedef rot rotations; #endif }; // END of class angle // ======================================================================== /*! \class angle::rad _angle.h ETL/angle ** \brief Angle representation in radians ** \see angle ** \writeme */ class angle::rad : public angle { public: explicit rad(const value_type &x) { v=x; } rad(const angle &a):angle(a) { } rad mod()const { return angle::mod(); } rad dist(const angle &rhs)const { return angle::dist(rhs); } value_type get()const { return v; } #ifndef ETL_NO_DEPRECATED // operator value_type()const ETL_DEPRECATED_FUNCTION; #endif }; // END of class angle::radians // inline angle::rad::operator angle::value_type()const { return get(); } // ======================================================================== /*! \class angle::deg _angle.h ETL/angle ** \brief Angle representation in degrees ** \see angle ** \writeme */ class angle::deg : public angle { public: explicit deg(const value_type &x) { v=x*((PI*2)/360); } deg(const angle &a):angle(a) { } deg mod()const { return angle::mod(); } deg dist(const angle &rhs)const { return angle::dist(rhs); } value_type get()const { return v*360/(PI*2); } #ifndef ETL_NO_DEPRECATED // operator value_type()const ETL_DEPRECATED_FUNCTION; #endif }; // END of class angle::degrees // inline angle::deg::operator angle::value_type()const { return get(); } // ======================================================================== /*! \class angle::rot _angle.h ETL/angle ** \brief Angle representation in rotations ** \see angle ** \writeme */ class angle::rot : public angle { public: explicit rot(const value_type &x) { v=x*(PI*2); } rot(const angle &a):angle(a) { } rot mod()const { return angle::mod(); } rot dist(const angle &rhs)const { return angle::dist(rhs); } value_type get()const { return v/(PI*2); } #ifndef ETL_NO_DEPRECATED // operator value_type()const ETL_DEPRECATED_FUNCTION; #endif }; // END of class angle::rotations // inline angle::rot::operator angle::value_type()const { return get(); } // ======================================================================== /*! \class angle::sin _angle.h ETL/angle ** \brief Angle representation as a sine function ** \see angle ** \writeme */ class angle::sin : public angle { public: explicit sin(const value_type &x) { v=static_cast(std::asin(x)); } sin(const angle &a):angle(a) { } sin mod()const { return angle::mod(); } sin dist(const angle &rhs)const { return angle::dist(rhs); } value_type get()const { return static_cast(std::sin(v)); } #ifndef ETL_NO_DEPRECATED // operator value_type()const ETL_DEPRECATED_FUNCTION; #endif }; // END of class angle::sin // inline angle::sin::operator angle::value_type()const { return get(); } // ======================================================================== /*! \class angle::cos _angle.h ETL/angle ** \brief Angle representation as a cosine function ** \see angle ** \writeme */ class angle::cos : public angle { public: explicit cos(const value_type &x) { v=(value_type)(std::acos(x)); } cos(const angle &a):angle(a) { } cos mod()const { return angle::mod(); } cos dist(const angle &rhs)const { return angle::dist(rhs); } value_type get()const { return (value_type)std::cos(v); } #ifndef ETL_NO_DEPRECATED // operator value_type()const ETL_DEPRECATED_FUNCTION; #endif }; // END of class angle::cos // inline angle::cos::operator angle::value_type()const { return get(); } // ======================================================================== /*! \class angle::tan _angle.h ETL/angle ** \brief Angle representation as a tangent function ** \see angle ** \writeme */ class angle::tan : public angle { public: explicit tan(const value_type &x) { v=(value_type)(std::atan(x)); } tan(const value_type &y,const value_type &x) { v=(value_type)(std::atan2(y,x)); } tan(const angle &a):angle(a) { } tan mod()const { return angle::mod(); } tan dist(const angle &rhs)const { return angle::dist(rhs); } value_type get()const { return (value_type)std::tan(v); } #ifndef ETL_NO_DEPRECATED // operator value_type()const ETL_DEPRECATED_FUNCTION; #endif }; // END of class angle::tan // inline angle::tan::operator angle::value_type()const { return get(); } _ETL_END_NAMESPACE //#include template struct affine_combo { typedef T time_type; //affine_combo() { std::cerr<<"affine_combo: I was created!"<: I was DELETED!"< struct distance_func : public std::binary_function { etl::angle operator()(const etl::angle &a,const etl::angle &b)const { etl::angle delta=b.dist(a); //if(delta -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Rect ** $Id$ ** ** Copyright (c) 2002 Adrian Bentley ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__RECT__ #define __ETL__RECT__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_rect.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_boxblur.h0000664000212700021270000001547213154464515011512 00000000000000/*! ======================================================================== ** Extended Template Library ** Box Blur Template Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__BOXBLUR_H #define __ETL__BOXBLUR_H /* === H E A D E R S ======================================================= */ #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template void hbox_blur(T1 pen,int w, int h, int length, T2 outpen) { int x,y; typename T1::iterator_x iter, end; length=std::min(w,length); const float divisor(1.0f/(length*2+1)); for(y=0;ylength) ? (typename T1::accumulator_type)(iter[-length-1]) : (typename T1::accumulator_type)(*pen.x()); tot += ((x+length) void vbox_blur(T1 pen,const int w, const int h, int length, T2 outpen) { int x,y; typename T1::iterator_y iter, end; length=std::min(h,length); const float divisor(1.0f/(length*2+1)); for(x=0;xlength) ? (typename T1::accumulator_type)(iter[-length-1]) : (typename T1::accumulator_type)(*pen.y()); tot += ((y+length) void vbox_blur(T1 pen,int w, int h, int length,T2 outpen) { int x,y; typename T1::iterator_y iter, end, biter,eiter; //print out the info I need to figure out if this is somehow a buffer overrun... /*char *beginptr=0,*endptr=0; { T1 ypen = pen; T1 endpen = pen; endpen.move(w,h); ypen.inc_y(); T2 open = outpen, oepen = outpen; oepen.move(w,h); printf("V Blur (%d,%d,s-%d) in(%p,%p,st %d) out(%p,%p)\n", w,h,length,(char*)pen.x(),(char*)endpen.x(),(char*)ypen.x()-(char*)pen.x(), (char*)open.x(),(char*)oepen.x()); }*/ length=min(h-1,length); const float divisor(1.0f/(length*2+1)); //const int div = (length*2+1); //since the filter range is 2*length+1 we need h-1 for(x=0;x%.3f),",y,&iter[y],iter[y],tot); } iter=pen.y(); //printf(" tot=%.3f\n",tot); biter = iter+(-length-1); //get the first one... eiter = iter+length; //y will always be > length //T2 open = outpen; for (y=0;ylength) { typename T1::value_type &v = *biter; /*if( (char*)&v < beginptr || (char*)&v >= endptr) printf("crap! %d (%p off %p)\n",y,(char*)&v,(char*)&*iter);*/ tot -= v; //printf("[%.3f,",v); } else { tot -= bval; //printf("[%.3f,",bval); } if (y+length= endptr) printf("crap! %d (%p off %p)\n",y,(char*)&v,(char*)&*iter);*/ tot += v; //printf("%.3f]",v); } else { tot += eval; //printf("%.3f]",eval); } //test handled in the previous case... //tot -= (y>length) ? *biter : bval; //tot += (y+length void box_blur(T1 pen,int w, int h, int blur_w, int blur_h, T2 outpen) { hbox_blur(pen,w,h,blur_w,outpen); vbox_blur(pen,w,h,blur_h,outpen); } template void box_blur(T1 pen,int w, int h, int size, T2 outpen) { hbox_blur(pen,w,h,size,outpen); vbox_blur(pen,w,h,size,outpen); } template void hbox_blur(T1 begin,T1 end, int len,T2 outpen) { typename T1::difference_type size(end-begin); hbox_blur(begin,size.x,size.y,len,outpen); } template void vbox_blur(T1 begin,T1 end, int len,T2 outpen) { typename T1::difference_type size(end-begin); vbox_blur(begin,size.x,size.y,len,outpen); } template void box_blur(T1 begin,T1 end, int blur_w, int blur_h,T2 outpen) { typename T1::difference_type size(end-begin); hbox_blur(begin,size.x,size.y,blur_w,outpen); vbox_blur(begin,size.x,size.y,blur_h,outpen); } template void box_blur(T1 begin,T1 end, int blursize,T2 outpen) { typename T1::difference_type size(end-begin); hbox_blur(begin,size.x,size.y,blursize,outpen); vbox_blur(begin,size.x,size.y,blursize,outpen); } _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/calculus0000664000212700021270000000233612614166103011246 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Calculus Functional Classes ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CALCULUS__ #define __ETL__CALCULUS__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_calculus.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/surface0000664000212700021270000000233012614166103011055 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Surface Abstraction Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__SURFACE__ #define __ETL__SURFACE__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_surface.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/spline0000664000212700021270000000233412614166103010723 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Spline Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__SPLINE__ #define __ETL__SPLINE__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_bspline.h" #include "_curve.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_fastangle.h0000664000212700021270000003106412614166103011764 00000000000000/*! ======================================================================== ** Extended Template and Library ** Fast fastangle Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__FASTANGLE_H #define __ETL__FASTANGLE_H /* === H E A D E R S ======================================================= */ #include #include #include "_fastangle_tables.h" /* === M A C R O S ========================================================= */ #ifndef PI # define PI (3.1415926535897932384626433832795029L) #endif #define ETL_FASTANGLE_INIT() /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE /*! ======================================================================== ** \class fastangle ** \brief Optimized abstraction of the concept of an angle ** ** A more detailed description needs to be written. */ class fastangle { public: typedef double value_type; protected: typedef fixed_base unit; unit v; //! Stored in rotations public: /* ** Arithmetic Operators */ //! fastangle Addition Operator fastangle operator+(const fastangle &rhs)const { fastangle ret; ret.v=v+rhs.v; return ret; } //! fastangle Subtraction Operator /*! \sa fastangle dist(const fastangle &) */ fastangle operator-(const fastangle &rhs)const { fastangle ret; ret.v=v-rhs.v; return ret; } //! fastangle Scalar Multiplication Operator /*! This operator will multiply the given fastangle by the given scalar value. */ fastangle operator*(const unit &rhs)const { fastangle ret; ret.v=v*rhs; return ret; } fastangle operator/(const unit &rhs)const { fastangle ret; ret.v=v/rhs; return ret; } const fastangle & operator+=(const fastangle &rhs) { v+=rhs.v; return *this; } const fastangle & operator-=(const fastangle &rhs) { v-=rhs.v; return *this; } const fastangle & operator*=(const unit &rhs) { v*=rhs; return *this; } const fastangle & operator/=(const unit &rhs) { v/=rhs; return *this; } //! fastangle Negation fastangle operator-()const { fastangle ret; ret.v=-v; return ret; } //! 180 degree rotation operator /*! Returns the fastangle directly opposite of the given fastangle, and will yield a result between 0 and 2PI */ fastangle operator~()const { fastangle ret; ret.v=(unit)std::floor(v+0.5f); return ret; } /*! Returns true if the shortest fastangle between the left-hand and right-hand side is clockwise */ bool operator<(const fastangle &rhs)const { return v(const fastangle &rhs)const { return v>rhs.v; } // { return dist(rhs).v>(value_type)0.0; } /*! Returns true if the shortest fastangle between the left-hand and right-hand side is clockwise, or if the angles are refer to the same point on the unit circle. */ bool operator<=(const fastangle &rhs)const { return v<=rhs.v; } // { return dist(rhs).v<=(value_type)0.0; } /*! Returns true if the shortest fastangle between the left-hand and right-hand side is counter-clockwise, or if the angles are refer to the same point on the unit circle. */ bool operator>=(const fastangle &rhs)const { return v>=rhs.v; } // { return dist(rhs).v>=(value_type)0.0; } /*! Returns true if the angles are refer to the same point on the unit circle. */ bool operator==(const fastangle &rhs)const { return v==rhs.v; } // { return dist(rhs).v==(value_type)0.0; } /*! Returns false if the angles are refer to the same point on the unit circle. */ bool operator!=(const fastangle &rhs)const { return v!=rhs.v; } // { return dist(rhs).v!=(value_type)0.0; } //! fastangle Difference Function /*! This function will return the shortest physical distance between two angles, from -PI/2 to PI/2 \warning Not yet tested \sa fastangle operator-(const fastangle &) */ fastangle dist(const fastangle &rhs)const { fastangle ret; ret.v=v-rhs.v; ret.v-=(unit)std::floor(ret.v+0.5f); return ret; } //! Rotation Modulus /*! This function will return the value of the fastangle between 0 and 2PI */ fastangle mod()const { fastangle ret(*this); ret.v-=(unit)std::floor(ret.v); return ret; } static fastangle zero() { fastangle ret; ret.v=0; return ret; } bool operator!()const { return v==unit(0); } /* ** Conversion Classes */ class radians; class degrees; class rotations; /* ** Trigonometric Classes */ class sin; class cos; class tan; /* ** Friend classes */ friend class radians; friend class degrees; friend class rotations; friend class sin; friend class cos; friend class tan; /* ** Bleh... */ typedef radians rad; typedef degrees deg; typedef rotations rot; }; // END of class fastangle /*! ======================================================================== ** \class fastangle::radians ** \brief fastangle representation in radians ** ** A more detailed description needs to be written. */ class fastangle::radians : public fastangle { public: radians(const value_type &x) { v=x/((value_type)PI*2.0f); } radians(const fastangle &a):fastangle(a) { } radians mod()const { return fastangle::mod(); } radians dist(const fastangle &rhs)const { return fastangle::dist(rhs); } operator value_type()const { return get(); } value_type get()const { return (value_type)v*(value_type)PI*2.0f; } }; // END of class fastangle::radians /*! ======================================================================== ** \class fastangle::degrees ** \brief fastangle representation in degrees ** ** A more detailed description needs to be written. */ class fastangle::degrees : public fastangle { public: degrees(const value_type &x) { v=x/360; } degrees(const fastangle &a):fastangle(a) { } degrees mod()const { return fastangle::mod(); } degrees dist(const fastangle &rhs)const { return fastangle::dist(rhs); } operator value_type()const { return get(); } value_type get()const { return v*360/*(value_type)(v-::floor(v))*360*/; } }; // END of class fastangle::degrees /*! ======================================================================== ** \class fastangle::rotations ** \brief fastangle representation in rotations ** ** A more detailed description needs to be written. */ class fastangle::rotations : public fastangle { public: rotations(const value_type &x) { v=x; } rotations(const fastangle &a):fastangle(a) { } rotations mod()const { return fastangle::mod(); } rotations dist(const fastangle &rhs)const { return fastangle::dist(rhs); } operator value_type()const { return get(); } value_type get()const { return v; } }; // END of class fastangle::rotations /*! ======================================================================== ** \class fastangle::sin ** \brief fastangle representation as a sine function ** ** A more detailed description needs to be written. */ class fastangle::sin : public fastangle { public: sin(const value_type &x) { v.data()=_fastangle_asin_table[(int)((x+1)*(value_type)(1<<(ETL_FASTANGLE_LOOKUP_RES-1)))]; } sin(const fastangle &a):fastangle(a) { } sin mod()const { return fastangle::mod(); } sin dist(const fastangle &rhs)const { return fastangle::dist(rhs); } operator value_type()const { return get(); } value_type get()const { return (value_type)_fastangle_sin_table[v.data()&( (1<1) v.data()=(1<<(ETL_FASTANGLE_LOOKUP_RES-2))-_fastangle_atan_table[(int)(((1.0/x)+1)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]; else if(x<-1) v.data()=-(1<<(ETL_FASTANGLE_LOOKUP_RES-1)) + (1<<(ETL_FASTANGLE_LOOKUP_RES-2)) - _fastangle_atan_table[(int)(((1.0/x)+1)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]; else v.data()=_fastangle_atan_table[(int)((x+1)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]; } tan(const value_type &y,const value_type &x) { if(x>=0 && y>=0) // First quadrant { if(y>x) v.data()=(1<<(ETL_FASTANGLE_LOOKUP_RES-2))-_fastangle_atan_table[(int)(((x/y)+1)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]; else v.data()=_fastangle_atan_table[(int)(((y/x)+1)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]; } else if(x>=0 && y<0) // Fourth quadrant { if(-y>x) v.data()=-(1<<(ETL_FASTANGLE_LOOKUP_RES-1)) + (1<<(ETL_FASTANGLE_LOOKUP_RES-2))-_fastangle_atan_table[(int)(((x/y)+1.0)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]; else v.data()=_fastangle_atan_table[(int)(((y/x)+1.0)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]; } else if(x<0 && y>=0) // Second quadrant { if(y>-x) v.data()=(1<<(ETL_FASTANGLE_LOOKUP_RES-2))-_fastangle_atan_table[(int)(((x/y)+1.0)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]; else v.data()=_fastangle_atan_table[(int)(((y/x)+1.0)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]+(1<<(ETL_FASTANGLE_LOOKUP_RES-1)); } else if(x<0 && y<0) // Third Quadrant { if(-y>-x) v.data()=(1<<(ETL_FASTANGLE_LOOKUP_RES-2))-_fastangle_atan_table[(int)(((x/y)+1.0)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))] - (1<<(ETL_FASTANGLE_LOOKUP_RES-1)); else v.data()=_fastangle_atan_table[(int)(((y/x)+1.0)*(value_type)((1<<(ETL_FASTANGLE_LOOKUP_RES-1))-1))]-(1<<(ETL_FASTANGLE_LOOKUP_RES-1)); } else v.data()=0; } tan(const fastangle &a):fastangle(a) { } tan mod()const { return fastangle::mod(); } tan dist(const fastangle &rhs)const { return fastangle::dist(rhs); } operator value_type()const { return get(); } value_type get()const { return (value_type)_fastangle_tan_table[v.data()&( (1< struct affine_combo { etl::fastangle operator()(const etl::fastangle &a,const etl::fastangle &b,const float &t)const { return b.dist(a)*t+a; } etl::fastangle reverse(const etl::fastangle &x, const etl::fastangle &b, const float &t)const { return x.dist(b*t)*((float)1/((float)1-t)); } }; template <> struct distance_func : public std::binary_function { etl::fastangle operator()(const etl::fastangle &a,const etl::fastangle &b)const { etl::fastangle delta=b.dist(a); if(delta class bezier_base : std::unary_function { public: typedef angle value_type; typedef float time_type; private: affine_combo affine_func; value_type a,b,c,d; time_type r,s; public: bezier_base():r(0.0),s(1.0) { } bezier_base( const value_type &a, const value_type &b, const value_type &c, const value_type &d, const time_type &r=0.0, const time_type &s=1.0): a(a),b(b),c(c),d(d),r(r),s(s) { sync(); } void sync(void) { } value_type operator()(time_type t)const { t=(t-r)/(s-r); return affine_func( affine_func( affine_func(a,b,t), affine_func(b,c,t) ,t), affine_func( affine_func(b,c,t), affine_func(c,d,t) ,t) ,t); } void set_rs(time_type new_r, time_type new_s) { r=new_r; s=new_s; } void set_r(time_type new_r) { r=new_r; } void set_s(time_type new_s) { s=new_s; } const time_type &get_r(void)const { return r; } const time_type &get_s(void)const { return s; } time_type get_dt(void)const { return s-r; } value_type & operator[](int i) { return (&a)[i]; } const value_type & operator[](int i) const { return (&a)[i]; } }; */ _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/value0000664000212700021270000000230212614166103010540 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Generic Value Template ** $Id$ ** ** Copyright (c) 2002 Adrian Bentley ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__VALUE__ #define __ETL__VALUE__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_value.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_condition.h0000664000212700021270000000355612614166103012013 00000000000000/*! ======================================================================== ** Extended Template and Library ** Mutex Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CONDITION_H_ #define __ETL__CONDITION_H_ /* === H E A D E R S ======================================================= */ /* === M A C R O S ========================================================= */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE class condition : private mutex { bool flag; public: condition() { flag=false; } ~condition() { } void operator()() { flag=true; } void wait() { mutex::lock lock(*this); while(!flag)Yield(); flag=false; } void wait_next() { mutex::lock lock(*this); flag=false; while(!flag)Yield(); } }; _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_clock_base.h0000664000212700021270000000706413154464036012116 00000000000000/*! ======================================================================== ** Extended Template and Library ** Clock Abstraction Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CLOCK_H #define __ETL__CLOCK_H /* === H E A D E R S ======================================================= */ #ifndef _WIN32 #include #else inline void sleep(int i) { Sleep(i*1000); } #endif /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE inline void yield() { sleep(0); } /*! ======================================================================== ** \class clock_base ** \brief clock abstraction ** ** A more detailed description needs to be written. */ template class clock_base : public DESC { public: typedef typename DESC::value_type value_type; private: typedef clock_base _clock; typedef typename DESC::timestamp timestamp; timestamp base_time; using DESC::get_current_time; using DESC::realtime; using DESC::one_second; public: clock_base() { reset(); } void reset() { get_current_time(base_time); } value_type operator()()const { return this->timestamp_to_seconds(get_current_time()-base_time); } value_type pop_time() { // Grab the old base time timestamp old_time=base_time; // Put the current time into base_time get_current_time(base_time); return this->timestamp_to_seconds(base_time-old_time); } static void sleep(const value_type &length) { if(!realtime()) ::sleep((int)(length+0.5)); else { _clock timer; timer.reset(); value_type val; for(val=timer();one_second() -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Hermite Curve Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__HERMITE__ #define __ETL__HERMITE__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_hermite.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_fastangle_tables.h0000664000212700021270000115742112614166103013325 00000000000000// Generated by etl_angletablegen on Aug 16 2002 at 17:01:22. // The contents of these tables, and their current arrangement, // may be considered public domain. You may use them in any way you see fit, // no strings attached. // Table resolution set to 13 bits. #ifndef __ETL_FASTANGLE_TABLES__ #define __ETL_FASTANGLE_TABLES__ static const double _fastangle_sin_table_13[8192] = { 0.000000000, 0.000766990, 0.001533980, 0.002300969, 0.003067957, 0.003834943, 0.004601926, 0.005368907, 0.006135885, 0.006902859, 0.007669829, 0.008436794, 0.009203755, 0.009970710, 0.010737659, 0.011504602, 0.012271538, 0.013038467, 0.013805389, 0.014572302, 0.015339206, 0.016106102, 0.016872988, 0.017639864, 0.018406730, 0.019173585, 0.019940429, 0.020707261, 0.021474080, 0.022240887, 0.023007681, 0.023774462, 0.024541229, 0.025307981, 0.026074718, 0.026841440, 0.027608146, 0.028374836, 0.029141509, 0.029908165, 0.030674803, 0.031441424, 0.032208025, 0.032974608, 0.033741172, 0.034507716, 0.035274239, 0.036040742, 0.036807223, 0.037573683, 0.038340120, 0.039106535, 0.039872928, 0.040639296, 0.041405641, 0.042171961, 0.042938257, 0.043704527, 0.044470772, 0.045236990, 0.046003182, 0.046769347, 0.047535484, 0.048301593, 0.049067674, 0.049833726, 0.050599749, 0.051365742, 0.052131705, 0.052897637, 0.053663538, 0.054429407, 0.055195244, 0.055961049, 0.056726821, 0.057492560, 0.058258265, 0.059023935, 0.059789571, 0.060555171, 0.061320736, 0.062086265, 0.062851758, 0.063617213, 0.064382631, 0.065148011, 0.065913353, 0.066678656, 0.067443920, 0.068209144, 0.068974328, 0.069739471, 0.070504573, 0.071269634, 0.072034653, 0.072799630, 0.073564564, 0.074329454, 0.075094301, 0.075859103, 0.076623861, 0.077388574, 0.078153242, 0.078917863, 0.079682438, 0.080446966, 0.081211447, 0.081975880, 0.082740265, 0.083504601, 0.084268888, 0.085033125, 0.085797312, 0.086561449, 0.087325535, 0.088089570, 0.088853553, 0.089617483, 0.090381361, 0.091145185, 0.091908956, 0.092672673, 0.093436336, 0.094199943, 0.094963495, 0.095726991, 0.096490431, 0.097253814, 0.098017140, 0.098780409, 0.099543619, 0.100306770, 0.101069863, 0.101832896, 0.102595869, 0.103358782, 0.104121634, 0.104884425, 0.105647154, 0.106409821, 0.107172425, 0.107934966, 0.108697444, 0.109459858, 0.110222207, 0.110984492, 0.111746711, 0.112508865, 0.113270952, 0.114032973, 0.114794927, 0.115556813, 0.116318631, 0.117080381, 0.117842062, 0.118603673, 0.119365215, 0.120126686, 0.120888087, 0.121649417, 0.122410675, 0.123171861, 0.123932975, 0.124694016, 0.125454983, 0.126215877, 0.126976696, 0.127737441, 0.128498111, 0.129258705, 0.130019223, 0.130779664, 0.131540029, 0.132300316, 0.133060525, 0.133820656, 0.134580709, 0.135340682, 0.136100575, 0.136860389, 0.137620122, 0.138379774, 0.139139344, 0.139898833, 0.140658239, 0.141417563, 0.142176804, 0.142935960, 0.143695033, 0.144454021, 0.145212925, 0.145971742, 0.146730474, 0.147489120, 0.148247679, 0.149006151, 0.149764535, 0.150522831, 0.151281038, 0.152039156, 0.152797185, 0.153555124, 0.154312973, 0.155070731, 0.155828398, 0.156585973, 0.157343456, 0.158100846, 0.158858143, 0.159615347, 0.160372457, 0.161129473, 0.161886394, 0.162643219, 0.163399949, 0.164156583, 0.164913120, 0.165669561, 0.166425904, 0.167182148, 0.167938295, 0.168694343, 0.169450291, 0.170206140, 0.170961889, 0.171717537, 0.172473084, 0.173228530, 0.173983873, 0.174739115, 0.175494253, 0.176249289, 0.177004220, 0.177759048, 0.178513771, 0.179268389, 0.180022901, 0.180777308, 0.181531608, 0.182285802, 0.183039888, 0.183793867, 0.184547737, 0.185301499, 0.186055152, 0.186808695, 0.187562129, 0.188315452, 0.189068664, 0.189821765, 0.190574755, 0.191327632, 0.192080397, 0.192833049, 0.193585587, 0.194338012, 0.195090322, 0.195842517, 0.196594598, 0.197346562, 0.198098411, 0.198850143, 0.199601758, 0.200353255, 0.201104635, 0.201855896, 0.202607039, 0.203358062, 0.204108966, 0.204859750, 0.205610413, 0.206360955, 0.207111376, 0.207861675, 0.208611852, 0.209361906, 0.210111837, 0.210861644, 0.211611327, 0.212360886, 0.213110320, 0.213859628, 0.214608811, 0.215357867, 0.216106797, 0.216855600, 0.217604275, 0.218352822, 0.219101240, 0.219849530, 0.220597690, 0.221345721, 0.222093621, 0.222841391, 0.223589029, 0.224336536, 0.225083911, 0.225831154, 0.226578264, 0.227325240, 0.228072083, 0.228818792, 0.229565366, 0.230311805, 0.231058108, 0.231804276, 0.232550307, 0.233296201, 0.234041959, 0.234787578, 0.235533059, 0.236278402, 0.237023606, 0.237768670, 0.238513595, 0.239258379, 0.240003022, 0.240747525, 0.241491885, 0.242236104, 0.242980180, 0.243724113, 0.244467903, 0.245211549, 0.245955050, 0.246698407, 0.247441619, 0.248184685, 0.248927606, 0.249670380, 0.250413007, 0.251155486, 0.251897818, 0.252640002, 0.253382037, 0.254123923, 0.254865660, 0.255607246, 0.256348682, 0.257089968, 0.257831102, 0.258572085, 0.259312915, 0.260053593, 0.260794118, 0.261534489, 0.262274707, 0.263014770, 0.263754679, 0.264494432, 0.265234030, 0.265973472, 0.266712757, 0.267451886, 0.268190857, 0.268929670, 0.269668326, 0.270406822, 0.271145160, 0.271883337, 0.272621355, 0.273359213, 0.274096910, 0.274834445, 0.275571819, 0.276309031, 0.277046080, 0.277782967, 0.278519689, 0.279256248, 0.279992643, 0.280728873, 0.281464938, 0.282200837, 0.282936570, 0.283672137, 0.284407537, 0.285142770, 0.285877835, 0.286612731, 0.287347460, 0.288082019, 0.288816408, 0.289550628, 0.290284677, 0.291018556, 0.291752263, 0.292485799, 0.293219163, 0.293952354, 0.294685372, 0.295418217, 0.296150888, 0.296883385, 0.297615707, 0.298347855, 0.299079826, 0.299811622, 0.300543241, 0.301274684, 0.302005949, 0.302737037, 0.303467947, 0.304198678, 0.304929230, 0.305659602, 0.306389795, 0.307119808, 0.307849640, 0.308579291, 0.309308760, 0.310038048, 0.310767153, 0.311496075, 0.312224814, 0.312953369, 0.313681740, 0.314409927, 0.315137929, 0.315865745, 0.316593376, 0.317320820, 0.318048077, 0.318775148, 0.319502031, 0.320228726, 0.320955232, 0.321681550, 0.322407679, 0.323133618, 0.323859367, 0.324584925, 0.325310292, 0.326035468, 0.326760452, 0.327485244, 0.328209844, 0.328934250, 0.329658463, 0.330382481, 0.331106306, 0.331829935, 0.332553370, 0.333276609, 0.333999651, 0.334722498, 0.335445147, 0.336167599, 0.336889853, 0.337611909, 0.338333767, 0.339055425, 0.339776884, 0.340498144, 0.341219202, 0.341940060, 0.342660717, 0.343381173, 0.344101426, 0.344821477, 0.345541325, 0.346260970, 0.346980411, 0.347699648, 0.348418680, 0.349137508, 0.349856130, 0.350574546, 0.351292756, 0.352010759, 0.352728556, 0.353446145, 0.354163525, 0.354880698, 0.355597662, 0.356314416, 0.357030961, 0.357747296, 0.358463421, 0.359179334, 0.359895037, 0.360610527, 0.361325806, 0.362040871, 0.362755724, 0.363470364, 0.364184790, 0.364899001, 0.365612998, 0.366326780, 0.367040346, 0.367753696, 0.368466830, 0.369179747, 0.369892447, 0.370604930, 0.371317194, 0.372029240, 0.372741067, 0.373452675, 0.374164063, 0.374875231, 0.375586178, 0.376296905, 0.377007410, 0.377717694, 0.378427755, 0.379137593, 0.379847209, 0.380556601, 0.381265769, 0.381974713, 0.382683432, 0.383391926, 0.384100195, 0.384808238, 0.385516054, 0.386223643, 0.386931006, 0.387638140, 0.388345047, 0.389051725, 0.389758174, 0.390464394, 0.391170384, 0.391876144, 0.392581674, 0.393286973, 0.393992040, 0.394696876, 0.395401479, 0.396105850, 0.396809987, 0.397513892, 0.398217562, 0.398920998, 0.399624200, 0.400327166, 0.401029897, 0.401732392, 0.402434651, 0.403136673, 0.403838458, 0.404540005, 0.405241314, 0.405942385, 0.406643217, 0.407343810, 0.408044163, 0.408744276, 0.409444149, 0.410143781, 0.410843171, 0.411542320, 0.412241227, 0.412939891, 0.413638312, 0.414336490, 0.415034424, 0.415732115, 0.416429560, 0.417126761, 0.417823716, 0.418520425, 0.419216888, 0.419913105, 0.420609074, 0.421304797, 0.422000271, 0.422695497, 0.423390474, 0.424085202, 0.424779681, 0.425473910, 0.426167889, 0.426861617, 0.427555093, 0.428248319, 0.428941292, 0.429634013, 0.430326481, 0.431018696, 0.431710658, 0.432402366, 0.433093819, 0.433785017, 0.434475961, 0.435166648, 0.435857080, 0.436547255, 0.437237174, 0.437926835, 0.438616239, 0.439305384, 0.439994271, 0.440682900, 0.441371269, 0.442059378, 0.442747228, 0.443434816, 0.444122145, 0.444809211, 0.445496017, 0.446182560, 0.446868840, 0.447554858, 0.448240612, 0.448926103, 0.449611330, 0.450296292, 0.450980989, 0.451665421, 0.452349587, 0.453033487, 0.453717121, 0.454400488, 0.455083587, 0.455766419, 0.456448982, 0.457131277, 0.457813304, 0.458495060, 0.459176548, 0.459857765, 0.460538711, 0.461219386, 0.461899791, 0.462579923, 0.463259784, 0.463939371, 0.464618686, 0.465297728, 0.465976496, 0.466654990, 0.467333209, 0.468011153, 0.468688822, 0.469366215, 0.470043332, 0.470720173, 0.471396737, 0.472073023, 0.472749032, 0.473424763, 0.474100215, 0.474775388, 0.475450282, 0.476124896, 0.476799230, 0.477473284, 0.478147056, 0.478820548, 0.479493758, 0.480166685, 0.480839331, 0.481511693, 0.482183772, 0.482855568, 0.483527079, 0.484198306, 0.484869248, 0.485539905, 0.486210276, 0.486880361, 0.487550160, 0.488219672, 0.488888897, 0.489557834, 0.490226483, 0.490894844, 0.491562916, 0.492230699, 0.492898192, 0.493565396, 0.494232309, 0.494898931, 0.495565262, 0.496231301, 0.496897049, 0.497562504, 0.498227667, 0.498892537, 0.499557113, 0.500221395, 0.500885383, 0.501549076, 0.502212474, 0.502875577, 0.503538384, 0.504200894, 0.504863109, 0.505525026, 0.506186645, 0.506847967, 0.507508991, 0.508169716, 0.508830143, 0.509490269, 0.510150097, 0.510809624, 0.511468850, 0.512127776, 0.512786401, 0.513444723, 0.514102744, 0.514760463, 0.515417878, 0.516074990, 0.516731799, 0.517388304, 0.518044504, 0.518700400, 0.519355990, 0.520011275, 0.520666254, 0.521320927, 0.521975293, 0.522629352, 0.523283103, 0.523936547, 0.524589683, 0.525242510, 0.525895027, 0.526547236, 0.527199135, 0.527850723, 0.528502002, 0.529152969, 0.529803625, 0.530453969, 0.531104001, 0.531753721, 0.532403128, 0.533052222, 0.533701002, 0.534349468, 0.534997620, 0.535645457, 0.536292979, 0.536940186, 0.537587076, 0.538233651, 0.538879909, 0.539525849, 0.540171473, 0.540816778, 0.541461766, 0.542106435, 0.542750785, 0.543394816, 0.544038527, 0.544681918, 0.545324988, 0.545967738, 0.546610167, 0.547252274, 0.547894059, 0.548535522, 0.549176662, 0.549817479, 0.550457973, 0.551098143, 0.551737988, 0.552377509, 0.553016706, 0.553655576, 0.554294121, 0.554932340, 0.555570233, 0.556207799, 0.556845037, 0.557481948, 0.558118531, 0.558754786, 0.559390712, 0.560026309, 0.560661576, 0.561296514, 0.561931121, 0.562565398, 0.563199344, 0.563832959, 0.564466242, 0.565099192, 0.565731811, 0.566364096, 0.566996049, 0.567627668, 0.568258953, 0.568889903, 0.569520519, 0.570150800, 0.570780746, 0.571410356, 0.572039629, 0.572668566, 0.573297167, 0.573925430, 0.574553355, 0.575180942, 0.575808191, 0.576435102, 0.577061673, 0.577687905, 0.578313796, 0.578939348, 0.579564559, 0.580189429, 0.580813958, 0.581438145, 0.582061990, 0.582685493, 0.583308653, 0.583931470, 0.584553943, 0.585176072, 0.585797857, 0.586419298, 0.587040394, 0.587661144, 0.588281548, 0.588901607, 0.589521319, 0.590140684, 0.590759702, 0.591378372, 0.591996695, 0.592614669, 0.593232295, 0.593849572, 0.594466499, 0.595083077, 0.595699304, 0.596315182, 0.596930708, 0.597545883, 0.598160707, 0.598775179, 0.599389298, 0.600003065, 0.600616479, 0.601229540, 0.601842247, 0.602454600, 0.603066599, 0.603678242, 0.604289531, 0.604900464, 0.605511041, 0.606121263, 0.606731127, 0.607340635, 0.607949785, 0.608558578, 0.609167012, 0.609775089, 0.610382806, 0.610990165, 0.611597164, 0.612203803, 0.612810082, 0.613416001, 0.614021559, 0.614626756, 0.615231591, 0.615836064, 0.616440175, 0.617043923, 0.617647308, 0.618250330, 0.618852988, 0.619455282, 0.620057212, 0.620658777, 0.621259977, 0.621860811, 0.622461279, 0.623061382, 0.623661118, 0.624260486, 0.624859488, 0.625458122, 0.626056388, 0.626654286, 0.627251815, 0.627848976, 0.628445767, 0.629042188, 0.629638239, 0.630233920, 0.630829230, 0.631424169, 0.632018736, 0.632612932, 0.633206755, 0.633800206, 0.634393284, 0.634985989, 0.635578320, 0.636170278, 0.636761861, 0.637353070, 0.637943904, 0.638534362, 0.639124445, 0.639714152, 0.640303482, 0.640892436, 0.641481013, 0.642069212, 0.642657034, 0.643244478, 0.643831543, 0.644418229, 0.645004537, 0.645590465, 0.646176013, 0.646761181, 0.647345969, 0.647930375, 0.648514401, 0.649098045, 0.649681307, 0.650264187, 0.650846685, 0.651428800, 0.652010531, 0.652591879, 0.653172843, 0.653753423, 0.654333618, 0.654913428, 0.655492853, 0.656071892, 0.656650546, 0.657228813, 0.657806693, 0.658384187, 0.658961293, 0.659538012, 0.660114342, 0.660690284, 0.661265838, 0.661841002, 0.662415778, 0.662990163, 0.663564159, 0.664137764, 0.664710978, 0.665283802, 0.665856234, 0.666428274, 0.666999922, 0.667571178, 0.668142041, 0.668712512, 0.669282588, 0.669852271, 0.670421560, 0.670990455, 0.671558955, 0.672127060, 0.672694769, 0.673262083, 0.673829000, 0.674395522, 0.674961646, 0.675527374, 0.676092704, 0.676657636, 0.677222170, 0.677786306, 0.678350043, 0.678913381, 0.679476320, 0.680038859, 0.680600998, 0.681162736, 0.681724074, 0.682285011, 0.682845546, 0.683405680, 0.683965412, 0.684524741, 0.685083668, 0.685642191, 0.686200312, 0.686758028, 0.687315341, 0.687872249, 0.688428753, 0.688984851, 0.689540545, 0.690095832, 0.690650714, 0.691205190, 0.691759258, 0.692312920, 0.692866175, 0.693419022, 0.693971461, 0.694523492, 0.695075114, 0.695626327, 0.696177131, 0.696727526, 0.697277511, 0.697827085, 0.698376249, 0.698925003, 0.699473345, 0.700021275, 0.700568794, 0.701115901, 0.701662595, 0.702208876, 0.702754744, 0.703300199, 0.703845241, 0.704389868, 0.704934080, 0.705477878, 0.706021261, 0.706564229, 0.707106781, 0.707648917, 0.708190637, 0.708731940, 0.709272826, 0.709813295, 0.710353347, 0.710892980, 0.711432196, 0.711970993, 0.712509371, 0.713047329, 0.713584869, 0.714121988, 0.714658688, 0.715194967, 0.715730825, 0.716266263, 0.716801279, 0.717335873, 0.717870045, 0.718403795, 0.718937122, 0.719470027, 0.720002508, 0.720534566, 0.721066199, 0.721597409, 0.722128194, 0.722658554, 0.723188489, 0.723717999, 0.724247083, 0.724775741, 0.725303972, 0.725831777, 0.726359155, 0.726886106, 0.727412629, 0.727938724, 0.728464390, 0.728989629, 0.729514438, 0.730038818, 0.730562769, 0.731086290, 0.731609381, 0.732132042, 0.732654272, 0.733176071, 0.733697438, 0.734218374, 0.734738878, 0.735258950, 0.735778589, 0.736297796, 0.736816569, 0.737334909, 0.737852815, 0.738370287, 0.738887324, 0.739403927, 0.739920095, 0.740435828, 0.740951125, 0.741465987, 0.741980412, 0.742494400, 0.743007952, 0.743521067, 0.744033744, 0.744545984, 0.745057785, 0.745569149, 0.746080074, 0.746590559, 0.747100606, 0.747610213, 0.748119380, 0.748628108, 0.749136395, 0.749644241, 0.750151646, 0.750658610, 0.751165132, 0.751671212, 0.752176850, 0.752682046, 0.753186799, 0.753691109, 0.754194975, 0.754698398, 0.755201377, 0.755703911, 0.756206001, 0.756707647, 0.757208847, 0.757709601, 0.758209910, 0.758709773, 0.759209189, 0.759708159, 0.760206682, 0.760704757, 0.761202385, 0.761699566, 0.762196298, 0.762692582, 0.763188417, 0.763683804, 0.764178741, 0.764673228, 0.765167266, 0.765660853, 0.766153990, 0.766646677, 0.767138912, 0.767630696, 0.768122029, 0.768612909, 0.769103338, 0.769593314, 0.770082837, 0.770571907, 0.771060524, 0.771548688, 0.772036397, 0.772523652, 0.773010453, 0.773496799, 0.773982691, 0.774468126, 0.774953107, 0.775437631, 0.775921699, 0.776405311, 0.776888466, 0.777371164, 0.777853404, 0.778335187, 0.778816512, 0.779297379, 0.779777788, 0.780257738, 0.780737229, 0.781216260, 0.781694832, 0.782172944, 0.782650596, 0.783127788, 0.783604519, 0.784080789, 0.784556597, 0.785031944, 0.785506830, 0.785981253, 0.786455214, 0.786928712, 0.787401747, 0.787874319, 0.788346428, 0.788818072, 0.789289253, 0.789759970, 0.790230221, 0.790700008, 0.791169330, 0.791638187, 0.792106577, 0.792574502, 0.793041960, 0.793508952, 0.793975478, 0.794441536, 0.794907126, 0.795372249, 0.795836905, 0.796301092, 0.796764810, 0.797228060, 0.797690841, 0.798153153, 0.798614995, 0.799076367, 0.799537269, 0.799997701, 0.800457662, 0.800917153, 0.801376172, 0.801834719, 0.802292796, 0.802750400, 0.803207531, 0.803664191, 0.804120377, 0.804576091, 0.805031331, 0.805486098, 0.805940391, 0.806394209, 0.806847554, 0.807300423, 0.807752818, 0.808204737, 0.808656182, 0.809107150, 0.809557642, 0.810007659, 0.810457198, 0.810906261, 0.811354847, 0.811802956, 0.812250587, 0.812697740, 0.813144415, 0.813590612, 0.814036330, 0.814481569, 0.814926329, 0.815370610, 0.815814411, 0.816257732, 0.816700573, 0.817142933, 0.817584813, 0.818026212, 0.818467130, 0.818907566, 0.819347520, 0.819786992, 0.820225983, 0.820664490, 0.821102515, 0.821540057, 0.821977115, 0.822413690, 0.822849781, 0.823285388, 0.823720511, 0.824155149, 0.824589303, 0.825022971, 0.825456154, 0.825888851, 0.826321063, 0.826752788, 0.827184027, 0.827614780, 0.828045045, 0.828474824, 0.828904115, 0.829332918, 0.829761234, 0.830189061, 0.830616400, 0.831043251, 0.831469612, 0.831895485, 0.832320868, 0.832745761, 0.833170165, 0.833594078, 0.834017501, 0.834440433, 0.834862875, 0.835284825, 0.835706284, 0.836127252, 0.836547727, 0.836967711, 0.837387202, 0.837806200, 0.838224706, 0.838642718, 0.839060237, 0.839477263, 0.839893794, 0.840309832, 0.840725375, 0.841140424, 0.841554977, 0.841969036, 0.842382600, 0.842795668, 0.843208240, 0.843620316, 0.844031895, 0.844442979, 0.844853565, 0.845263655, 0.845673247, 0.846082342, 0.846490939, 0.846899038, 0.847306639, 0.847713741, 0.848120345, 0.848526450, 0.848932055, 0.849337161, 0.849741768, 0.850145875, 0.850549481, 0.850952587, 0.851355193, 0.851757298, 0.852158902, 0.852560004, 0.852960605, 0.853360704, 0.853760301, 0.854159396, 0.854557988, 0.854956078, 0.855353665, 0.855750748, 0.856147328, 0.856543405, 0.856938977, 0.857334046, 0.857728610, 0.858122670, 0.858516224, 0.858909274, 0.859301818, 0.859693857, 0.860085390, 0.860476418, 0.860866939, 0.861256953, 0.861646461, 0.862035462, 0.862423956, 0.862811943, 0.863199422, 0.863586393, 0.863972856, 0.864358811, 0.864744258, 0.865129195, 0.865513624, 0.865897544, 0.866280954, 0.866663855, 0.867046246, 0.867428126, 0.867809497, 0.868190357, 0.868570706, 0.868950544, 0.869329871, 0.869708687, 0.870086991, 0.870464783, 0.870842063, 0.871218831, 0.871595087, 0.871970829, 0.872346059, 0.872720775, 0.873094978, 0.873468668, 0.873841843, 0.874214505, 0.874586652, 0.874958285, 0.875329403, 0.875700006, 0.876070094, 0.876439667, 0.876808724, 0.877177265, 0.877545290, 0.877912799, 0.878279792, 0.878646267, 0.879012226, 0.879377668, 0.879742593, 0.880107000, 0.880470889, 0.880834260, 0.881197113, 0.881559448, 0.881921264, 0.882282562, 0.882643340, 0.883003599, 0.883363339, 0.883722559, 0.884081259, 0.884439439, 0.884797098, 0.885154238, 0.885510856, 0.885866954, 0.886222530, 0.886577585, 0.886932119, 0.887286131, 0.887639620, 0.887992588, 0.888345033, 0.888696956, 0.889048356, 0.889399233, 0.889749586, 0.890099417, 0.890448723, 0.890797506, 0.891145765, 0.891493499, 0.891840709, 0.892187395, 0.892533555, 0.892879191, 0.893224301, 0.893568886, 0.893912945, 0.894256478, 0.894599486, 0.894941967, 0.895283921, 0.895625349, 0.895966250, 0.896306624, 0.896646470, 0.896985789, 0.897324581, 0.897662844, 0.898000580, 0.898337787, 0.898674466, 0.899010616, 0.899346237, 0.899681329, 0.900015892, 0.900349925, 0.900683429, 0.901016403, 0.901348847, 0.901680761, 0.902012144, 0.902342996, 0.902673318, 0.903003109, 0.903332368, 0.903661097, 0.903989293, 0.904316958, 0.904644091, 0.904970691, 0.905296759, 0.905622295, 0.905947298, 0.906271768, 0.906595705, 0.906919108, 0.907241978, 0.907564314, 0.907886116, 0.908207385, 0.908528119, 0.908848318, 0.909167983, 0.909487113, 0.909805708, 0.910123768, 0.910441292, 0.910758281, 0.911074734, 0.911390651, 0.911706032, 0.912020877, 0.912335185, 0.912648956, 0.912962190, 0.913274888, 0.913587048, 0.913898671, 0.914209756, 0.914520303, 0.914830312, 0.915139783, 0.915448716, 0.915757110, 0.916064966, 0.916372282, 0.916679060, 0.916985298, 0.917290997, 0.917596156, 0.917900776, 0.918204855, 0.918508394, 0.918811393, 0.919113852, 0.919415769, 0.919717146, 0.920017982, 0.920318277, 0.920618030, 0.920917242, 0.921215911, 0.921514039, 0.921811625, 0.922108669, 0.922405170, 0.922701128, 0.922996544, 0.923291417, 0.923585746, 0.923879533, 0.924172775, 0.924465474, 0.924757630, 0.925049241, 0.925340308, 0.925630831, 0.925920809, 0.926210242, 0.926499131, 0.926787474, 0.927075273, 0.927362526, 0.927649233, 0.927935395, 0.928221011, 0.928506080, 0.928790604, 0.929074581, 0.929358012, 0.929640896, 0.929923233, 0.930205023, 0.930486266, 0.930766961, 0.931047109, 0.931326709, 0.931605761, 0.931884266, 0.932162222, 0.932439629, 0.932716488, 0.932992799, 0.933268560, 0.933543773, 0.933818436, 0.934092550, 0.934366115, 0.934639130, 0.934911595, 0.935183510, 0.935454875, 0.935725689, 0.935995954, 0.936265667, 0.936534830, 0.936803442, 0.937071502, 0.937339012, 0.937605970, 0.937872376, 0.938138231, 0.938403534, 0.938668285, 0.938932484, 0.939196130, 0.939459224, 0.939721765, 0.939983753, 0.940245188, 0.940506071, 0.940766400, 0.941026175, 0.941285397, 0.941544065, 0.941802179, 0.942059740, 0.942316746, 0.942573198, 0.942829095, 0.943084437, 0.943339225, 0.943593458, 0.943847136, 0.944100258, 0.944352826, 0.944604837, 0.944856293, 0.945107193, 0.945357537, 0.945607325, 0.945856557, 0.946105232, 0.946353351, 0.946600913, 0.946847918, 0.947094366, 0.947340257, 0.947585591, 0.947830367, 0.948074586, 0.948318247, 0.948561350, 0.948803895, 0.949045882, 0.949287310, 0.949528181, 0.949768492, 0.950008245, 0.950247439, 0.950486074, 0.950724150, 0.950961666, 0.951198623, 0.951435021, 0.951670859, 0.951906137, 0.952140855, 0.952375013, 0.952608610, 0.952841648, 0.953074124, 0.953306040, 0.953537396, 0.953768190, 0.953998423, 0.954228095, 0.954457206, 0.954685755, 0.954913742, 0.955141168, 0.955368032, 0.955594334, 0.955820074, 0.956045251, 0.956269866, 0.956493919, 0.956717409, 0.956940336, 0.957162700, 0.957384501, 0.957605739, 0.957826413, 0.958046524, 0.958266071, 0.958485055, 0.958703475, 0.958921331, 0.959138622, 0.959355350, 0.959571513, 0.959787112, 0.960002146, 0.960216615, 0.960430519, 0.960643859, 0.960856633, 0.961068842, 0.961280486, 0.961491564, 0.961702077, 0.961912023, 0.962121404, 0.962330219, 0.962538468, 0.962746151, 0.962953267, 0.963159817, 0.963365800, 0.963571216, 0.963776066, 0.963980348, 0.964184064, 0.964387212, 0.964589793, 0.964791807, 0.964993253, 0.965194131, 0.965394442, 0.965594184, 0.965793359, 0.965991965, 0.966190003, 0.966387473, 0.966584374, 0.966780707, 0.966976471, 0.967171666, 0.967366292, 0.967560349, 0.967753837, 0.967946756, 0.968139105, 0.968330884, 0.968522094, 0.968712734, 0.968902805, 0.969092305, 0.969281235, 0.969469595, 0.969657385, 0.969844604, 0.970031253, 0.970217331, 0.970402839, 0.970587775, 0.970772141, 0.970955935, 0.971139158, 0.971321810, 0.971503891, 0.971685400, 0.971866337, 0.972046703, 0.972226497, 0.972405719, 0.972584369, 0.972762447, 0.972939952, 0.973116885, 0.973293246, 0.973469034, 0.973644250, 0.973818892, 0.973992962, 0.974166459, 0.974339383, 0.974511733, 0.974683511, 0.974854715, 0.975025345, 0.975195402, 0.975364885, 0.975533795, 0.975702130, 0.975869892, 0.976037079, 0.976203692, 0.976369731, 0.976535196, 0.976700086, 0.976864402, 0.977028143, 0.977191309, 0.977353900, 0.977515917, 0.977677358, 0.977838224, 0.977998515, 0.978158231, 0.978317371, 0.978475935, 0.978633924, 0.978791338, 0.978948175, 0.979104437, 0.979260123, 0.979415232, 0.979569766, 0.979723723, 0.979877104, 0.980029908, 0.980182136, 0.980333787, 0.980484862, 0.980635360, 0.980785280, 0.980934624, 0.981083391, 0.981231581, 0.981379193, 0.981526228, 0.981672686, 0.981818566, 0.981963869, 0.982108594, 0.982252741, 0.982396311, 0.982539302, 0.982681716, 0.982823551, 0.982964808, 0.983105487, 0.983245588, 0.983385110, 0.983524054, 0.983662419, 0.983800206, 0.983937413, 0.984074042, 0.984210092, 0.984345563, 0.984480455, 0.984614768, 0.984748502, 0.984881656, 0.985014231, 0.985146226, 0.985277642, 0.985408479, 0.985538735, 0.985668412, 0.985797509, 0.985926026, 0.986053963, 0.986181320, 0.986308097, 0.986434294, 0.986559910, 0.986684946, 0.986809402, 0.986933277, 0.987056571, 0.987179285, 0.987301418, 0.987422970, 0.987543942, 0.987664332, 0.987784142, 0.987903370, 0.988022017, 0.988140083, 0.988257568, 0.988374471, 0.988490793, 0.988606533, 0.988721692, 0.988836269, 0.988950265, 0.989063678, 0.989176510, 0.989288760, 0.989400428, 0.989511514, 0.989622017, 0.989731939, 0.989841278, 0.989950036, 0.990058210, 0.990165803, 0.990272812, 0.990379240, 0.990485084, 0.990590346, 0.990695025, 0.990799122, 0.990902635, 0.991005566, 0.991107914, 0.991209678, 0.991310860, 0.991411458, 0.991511473, 0.991610905, 0.991709754, 0.991808019, 0.991905700, 0.992002799, 0.992099313, 0.992195244, 0.992290591, 0.992385355, 0.992479535, 0.992573130, 0.992666142, 0.992758570, 0.992850414, 0.992941674, 0.993032350, 0.993122442, 0.993211949, 0.993300872, 0.993389211, 0.993476966, 0.993564136, 0.993650721, 0.993736722, 0.993822138, 0.993906970, 0.993991217, 0.994074879, 0.994157957, 0.994240449, 0.994322357, 0.994403680, 0.994484418, 0.994564571, 0.994644138, 0.994723121, 0.994801519, 0.994879331, 0.994956558, 0.995033199, 0.995109256, 0.995184727, 0.995259612, 0.995333912, 0.995407627, 0.995480755, 0.995553299, 0.995625256, 0.995696628, 0.995767414, 0.995837615, 0.995907229, 0.995976258, 0.996044701, 0.996112558, 0.996179829, 0.996246513, 0.996312612, 0.996378125, 0.996443051, 0.996507392, 0.996571146, 0.996634314, 0.996696895, 0.996758890, 0.996820299, 0.996881122, 0.996941358, 0.997001007, 0.997060070, 0.997118547, 0.997176437, 0.997233740, 0.997290457, 0.997346587, 0.997402130, 0.997457086, 0.997511456, 0.997565239, 0.997618435, 0.997671044, 0.997723067, 0.997774502, 0.997825350, 0.997875612, 0.997925286, 0.997974374, 0.998022874, 0.998070787, 0.998118113, 0.998164852, 0.998211003, 0.998256568, 0.998301545, 0.998345935, 0.998389737, 0.998432953, 0.998475581, 0.998517621, 0.998559074, 0.998599940, 0.998640218, 0.998679909, 0.998719012, 0.998757528, 0.998795456, 0.998832797, 0.998869550, 0.998905715, 0.998941293, 0.998976283, 0.999010686, 0.999044501, 0.999077728, 0.999110367, 0.999142419, 0.999173883, 0.999204759, 0.999235047, 0.999264747, 0.999293860, 0.999322385, 0.999350321, 0.999377670, 0.999404431, 0.999430605, 0.999456190, 0.999481187, 0.999505596, 0.999529418, 0.999552651, 0.999575296, 0.999597353, 0.999618822, 0.999639704, 0.999659997, 0.999679702, 0.999698819, 0.999717348, 0.999735288, 0.999752641, 0.999769405, 0.999785582, 0.999801170, 0.999816170, 0.999830582, 0.999844405, 0.999857641, 0.999870288, 0.999882347, 0.999893818, 0.999904701, 0.999914996, 0.999924702, 0.999933820, 0.999942350, 0.999950291, 0.999957645, 0.999964410, 0.999970586, 0.999976175, 0.999981175, 0.999985587, 0.999989411, 0.999992647, 0.999995294, 0.999997353, 0.999998823, 0.999999706, 1.000000000, 0.999999706, 0.999998823, 0.999997353, 0.999995294, 0.999992647, 0.999989411, 0.999985587, 0.999981175, 0.999976175, 0.999970586, 0.999964410, 0.999957645, 0.999950291, 0.999942350, 0.999933820, 0.999924702, 0.999914996, 0.999904701, 0.999893818, 0.999882347, 0.999870288, 0.999857641, 0.999844405, 0.999830582, 0.999816170, 0.999801170, 0.999785582, 0.999769405, 0.999752641, 0.999735288, 0.999717348, 0.999698819, 0.999679702, 0.999659997, 0.999639704, 0.999618822, 0.999597353, 0.999575296, 0.999552651, 0.999529418, 0.999505596, 0.999481187, 0.999456190, 0.999430605, 0.999404431, 0.999377670, 0.999350321, 0.999322385, 0.999293860, 0.999264747, 0.999235047, 0.999204759, 0.999173883, 0.999142419, 0.999110367, 0.999077728, 0.999044501, 0.999010686, 0.998976283, 0.998941293, 0.998905715, 0.998869550, 0.998832797, 0.998795456, 0.998757528, 0.998719012, 0.998679909, 0.998640218, 0.998599940, 0.998559074, 0.998517621, 0.998475581, 0.998432953, 0.998389737, 0.998345935, 0.998301545, 0.998256568, 0.998211003, 0.998164852, 0.998118113, 0.998070787, 0.998022874, 0.997974374, 0.997925286, 0.997875612, 0.997825350, 0.997774502, 0.997723067, 0.997671044, 0.997618435, 0.997565239, 0.997511456, 0.997457086, 0.997402130, 0.997346587, 0.997290457, 0.997233740, 0.997176437, 0.997118547, 0.997060070, 0.997001007, 0.996941358, 0.996881122, 0.996820299, 0.996758890, 0.996696895, 0.996634314, 0.996571146, 0.996507392, 0.996443051, 0.996378125, 0.996312612, 0.996246513, 0.996179829, 0.996112558, 0.996044701, 0.995976258, 0.995907229, 0.995837615, 0.995767414, 0.995696628, 0.995625256, 0.995553299, 0.995480755, 0.995407627, 0.995333912, 0.995259612, 0.995184727, 0.995109256, 0.995033199, 0.994956558, 0.994879331, 0.994801519, 0.994723121, 0.994644138, 0.994564571, 0.994484418, 0.994403680, 0.994322357, 0.994240449, 0.994157957, 0.994074879, 0.993991217, 0.993906970, 0.993822138, 0.993736722, 0.993650721, 0.993564136, 0.993476966, 0.993389211, 0.993300872, 0.993211949, 0.993122442, 0.993032350, 0.992941674, 0.992850414, 0.992758570, 0.992666142, 0.992573130, 0.992479535, 0.992385355, 0.992290591, 0.992195244, 0.992099313, 0.992002799, 0.991905700, 0.991808019, 0.991709754, 0.991610905, 0.991511473, 0.991411458, 0.991310860, 0.991209678, 0.991107914, 0.991005566, 0.990902635, 0.990799122, 0.990695025, 0.990590346, 0.990485084, 0.990379240, 0.990272812, 0.990165803, 0.990058210, 0.989950036, 0.989841278, 0.989731939, 0.989622017, 0.989511514, 0.989400428, 0.989288760, 0.989176510, 0.989063678, 0.988950265, 0.988836269, 0.988721692, 0.988606533, 0.988490793, 0.988374471, 0.988257568, 0.988140083, 0.988022017, 0.987903370, 0.987784142, 0.987664332, 0.987543942, 0.987422970, 0.987301418, 0.987179285, 0.987056571, 0.986933277, 0.986809402, 0.986684946, 0.986559910, 0.986434294, 0.986308097, 0.986181320, 0.986053963, 0.985926026, 0.985797509, 0.985668412, 0.985538735, 0.985408479, 0.985277642, 0.985146226, 0.985014231, 0.984881656, 0.984748502, 0.984614768, 0.984480455, 0.984345563, 0.984210092, 0.984074042, 0.983937413, 0.983800206, 0.983662419, 0.983524054, 0.983385110, 0.983245588, 0.983105487, 0.982964808, 0.982823551, 0.982681716, 0.982539302, 0.982396311, 0.982252741, 0.982108594, 0.981963869, 0.981818566, 0.981672686, 0.981526228, 0.981379193, 0.981231581, 0.981083391, 0.980934624, 0.980785280, 0.980635360, 0.980484862, 0.980333787, 0.980182136, 0.980029908, 0.979877104, 0.979723723, 0.979569766, 0.979415232, 0.979260123, 0.979104437, 0.978948175, 0.978791338, 0.978633924, 0.978475935, 0.978317371, 0.978158231, 0.977998515, 0.977838224, 0.977677358, 0.977515917, 0.977353900, 0.977191309, 0.977028143, 0.976864402, 0.976700086, 0.976535196, 0.976369731, 0.976203692, 0.976037079, 0.975869892, 0.975702130, 0.975533795, 0.975364885, 0.975195402, 0.975025345, 0.974854715, 0.974683511, 0.974511733, 0.974339383, 0.974166459, 0.973992962, 0.973818892, 0.973644250, 0.973469034, 0.973293246, 0.973116885, 0.972939952, 0.972762447, 0.972584369, 0.972405719, 0.972226497, 0.972046703, 0.971866337, 0.971685400, 0.971503891, 0.971321810, 0.971139158, 0.970955935, 0.970772141, 0.970587775, 0.970402839, 0.970217331, 0.970031253, 0.969844604, 0.969657385, 0.969469595, 0.969281235, 0.969092305, 0.968902805, 0.968712734, 0.968522094, 0.968330884, 0.968139105, 0.967946756, 0.967753837, 0.967560349, 0.967366292, 0.967171666, 0.966976471, 0.966780707, 0.966584374, 0.966387473, 0.966190003, 0.965991965, 0.965793359, 0.965594184, 0.965394442, 0.965194131, 0.964993253, 0.964791807, 0.964589793, 0.964387212, 0.964184064, 0.963980348, 0.963776066, 0.963571216, 0.963365800, 0.963159817, 0.962953267, 0.962746151, 0.962538468, 0.962330219, 0.962121404, 0.961912023, 0.961702077, 0.961491564, 0.961280486, 0.961068842, 0.960856633, 0.960643859, 0.960430519, 0.960216615, 0.960002146, 0.959787112, 0.959571513, 0.959355350, 0.959138622, 0.958921331, 0.958703475, 0.958485055, 0.958266071, 0.958046524, 0.957826413, 0.957605739, 0.957384501, 0.957162700, 0.956940336, 0.956717409, 0.956493919, 0.956269866, 0.956045251, 0.955820074, 0.955594334, 0.955368032, 0.955141168, 0.954913742, 0.954685755, 0.954457206, 0.954228095, 0.953998423, 0.953768190, 0.953537396, 0.953306040, 0.953074124, 0.952841648, 0.952608610, 0.952375013, 0.952140855, 0.951906137, 0.951670859, 0.951435021, 0.951198623, 0.950961666, 0.950724150, 0.950486074, 0.950247439, 0.950008245, 0.949768492, 0.949528181, 0.949287310, 0.949045882, 0.948803895, 0.948561350, 0.948318247, 0.948074586, 0.947830367, 0.947585591, 0.947340257, 0.947094366, 0.946847918, 0.946600913, 0.946353351, 0.946105232, 0.945856557, 0.945607325, 0.945357537, 0.945107193, 0.944856293, 0.944604837, 0.944352826, 0.944100258, 0.943847136, 0.943593458, 0.943339225, 0.943084437, 0.942829095, 0.942573198, 0.942316746, 0.942059740, 0.941802179, 0.941544065, 0.941285397, 0.941026175, 0.940766400, 0.940506071, 0.940245188, 0.939983753, 0.939721765, 0.939459224, 0.939196130, 0.938932484, 0.938668285, 0.938403534, 0.938138231, 0.937872376, 0.937605970, 0.937339012, 0.937071502, 0.936803442, 0.936534830, 0.936265667, 0.935995954, 0.935725689, 0.935454875, 0.935183510, 0.934911595, 0.934639130, 0.934366115, 0.934092550, 0.933818436, 0.933543773, 0.933268560, 0.932992799, 0.932716488, 0.932439629, 0.932162222, 0.931884266, 0.931605761, 0.931326709, 0.931047109, 0.930766961, 0.930486266, 0.930205023, 0.929923233, 0.929640896, 0.929358012, 0.929074581, 0.928790604, 0.928506080, 0.928221011, 0.927935395, 0.927649233, 0.927362526, 0.927075273, 0.926787474, 0.926499131, 0.926210242, 0.925920809, 0.925630831, 0.925340308, 0.925049241, 0.924757630, 0.924465474, 0.924172775, 0.923879533, 0.923585746, 0.923291417, 0.922996544, 0.922701128, 0.922405170, 0.922108669, 0.921811625, 0.921514039, 0.921215911, 0.920917242, 0.920618030, 0.920318277, 0.920017982, 0.919717146, 0.919415769, 0.919113852, 0.918811393, 0.918508394, 0.918204855, 0.917900776, 0.917596156, 0.917290997, 0.916985298, 0.916679060, 0.916372282, 0.916064966, 0.915757110, 0.915448716, 0.915139783, 0.914830312, 0.914520303, 0.914209756, 0.913898671, 0.913587048, 0.913274888, 0.912962190, 0.912648956, 0.912335185, 0.912020877, 0.911706032, 0.911390651, 0.911074734, 0.910758281, 0.910441292, 0.910123768, 0.909805708, 0.909487113, 0.909167983, 0.908848318, 0.908528119, 0.908207385, 0.907886116, 0.907564314, 0.907241978, 0.906919108, 0.906595705, 0.906271768, 0.905947298, 0.905622295, 0.905296759, 0.904970691, 0.904644091, 0.904316958, 0.903989293, 0.903661097, 0.903332368, 0.903003109, 0.902673318, 0.902342996, 0.902012144, 0.901680761, 0.901348847, 0.901016403, 0.900683429, 0.900349925, 0.900015892, 0.899681329, 0.899346237, 0.899010616, 0.898674466, 0.898337787, 0.898000580, 0.897662844, 0.897324581, 0.896985789, 0.896646470, 0.896306624, 0.895966250, 0.895625349, 0.895283921, 0.894941967, 0.894599486, 0.894256478, 0.893912945, 0.893568886, 0.893224301, 0.892879191, 0.892533555, 0.892187395, 0.891840709, 0.891493499, 0.891145765, 0.890797506, 0.890448723, 0.890099417, 0.889749586, 0.889399233, 0.889048356, 0.888696956, 0.888345033, 0.887992588, 0.887639620, 0.887286131, 0.886932119, 0.886577585, 0.886222530, 0.885866954, 0.885510856, 0.885154238, 0.884797098, 0.884439439, 0.884081259, 0.883722559, 0.883363339, 0.883003599, 0.882643340, 0.882282562, 0.881921264, 0.881559448, 0.881197113, 0.880834260, 0.880470889, 0.880107000, 0.879742593, 0.879377668, 0.879012226, 0.878646267, 0.878279792, 0.877912799, 0.877545290, 0.877177265, 0.876808724, 0.876439667, 0.876070094, 0.875700006, 0.875329403, 0.874958285, 0.874586652, 0.874214505, 0.873841843, 0.873468668, 0.873094978, 0.872720775, 0.872346059, 0.871970829, 0.871595087, 0.871218831, 0.870842063, 0.870464783, 0.870086991, 0.869708687, 0.869329871, 0.868950544, 0.868570706, 0.868190357, 0.867809497, 0.867428126, 0.867046246, 0.866663855, 0.866280954, 0.865897544, 0.865513624, 0.865129195, 0.864744258, 0.864358811, 0.863972856, 0.863586393, 0.863199422, 0.862811943, 0.862423956, 0.862035462, 0.861646461, 0.861256953, 0.860866939, 0.860476418, 0.860085390, 0.859693857, 0.859301818, 0.858909274, 0.858516224, 0.858122670, 0.857728610, 0.857334046, 0.856938977, 0.856543405, 0.856147328, 0.855750748, 0.855353665, 0.854956078, 0.854557988, 0.854159396, 0.853760301, 0.853360704, 0.852960605, 0.852560004, 0.852158902, 0.851757298, 0.851355193, 0.850952587, 0.850549481, 0.850145875, 0.849741768, 0.849337161, 0.848932055, 0.848526450, 0.848120345, 0.847713741, 0.847306639, 0.846899038, 0.846490939, 0.846082342, 0.845673247, 0.845263655, 0.844853565, 0.844442979, 0.844031895, 0.843620316, 0.843208240, 0.842795668, 0.842382600, 0.841969036, 0.841554977, 0.841140424, 0.840725375, 0.840309832, 0.839893794, 0.839477263, 0.839060237, 0.838642718, 0.838224706, 0.837806200, 0.837387202, 0.836967711, 0.836547727, 0.836127252, 0.835706284, 0.835284825, 0.834862875, 0.834440433, 0.834017501, 0.833594078, 0.833170165, 0.832745761, 0.832320868, 0.831895485, 0.831469612, 0.831043251, 0.830616400, 0.830189061, 0.829761234, 0.829332918, 0.828904115, 0.828474824, 0.828045045, 0.827614780, 0.827184027, 0.826752788, 0.826321063, 0.825888851, 0.825456154, 0.825022971, 0.824589303, 0.824155149, 0.823720511, 0.823285388, 0.822849781, 0.822413690, 0.821977115, 0.821540057, 0.821102515, 0.820664490, 0.820225983, 0.819786992, 0.819347520, 0.818907566, 0.818467130, 0.818026212, 0.817584813, 0.817142933, 0.816700573, 0.816257732, 0.815814411, 0.815370610, 0.814926329, 0.814481569, 0.814036330, 0.813590612, 0.813144415, 0.812697740, 0.812250587, 0.811802956, 0.811354847, 0.810906261, 0.810457198, 0.810007659, 0.809557642, 0.809107150, 0.808656182, 0.808204737, 0.807752818, 0.807300423, 0.806847554, 0.806394209, 0.805940391, 0.805486098, 0.805031331, 0.804576091, 0.804120377, 0.803664191, 0.803207531, 0.802750400, 0.802292796, 0.801834719, 0.801376172, 0.800917153, 0.800457662, 0.799997701, 0.799537269, 0.799076367, 0.798614995, 0.798153153, 0.797690841, 0.797228060, 0.796764810, 0.796301092, 0.795836905, 0.795372249, 0.794907126, 0.794441536, 0.793975478, 0.793508952, 0.793041960, 0.792574502, 0.792106577, 0.791638187, 0.791169330, 0.790700008, 0.790230221, 0.789759970, 0.789289253, 0.788818072, 0.788346428, 0.787874319, 0.787401747, 0.786928712, 0.786455214, 0.785981253, 0.785506830, 0.785031944, 0.784556597, 0.784080789, 0.783604519, 0.783127788, 0.782650596, 0.782172944, 0.781694832, 0.781216260, 0.780737229, 0.780257738, 0.779777788, 0.779297379, 0.778816512, 0.778335187, 0.777853404, 0.777371164, 0.776888466, 0.776405311, 0.775921699, 0.775437631, 0.774953107, 0.774468126, 0.773982691, 0.773496799, 0.773010453, 0.772523652, 0.772036397, 0.771548688, 0.771060524, 0.770571907, 0.770082837, 0.769593314, 0.769103338, 0.768612909, 0.768122029, 0.767630696, 0.767138912, 0.766646677, 0.766153990, 0.765660853, 0.765167266, 0.764673228, 0.764178741, 0.763683804, 0.763188417, 0.762692582, 0.762196298, 0.761699566, 0.761202385, 0.760704757, 0.760206682, 0.759708159, 0.759209189, 0.758709773, 0.758209910, 0.757709601, 0.757208847, 0.756707647, 0.756206001, 0.755703911, 0.755201377, 0.754698398, 0.754194975, 0.753691109, 0.753186799, 0.752682046, 0.752176850, 0.751671212, 0.751165132, 0.750658610, 0.750151646, 0.749644241, 0.749136395, 0.748628108, 0.748119380, 0.747610213, 0.747100606, 0.746590559, 0.746080074, 0.745569149, 0.745057785, 0.744545984, 0.744033744, 0.743521067, 0.743007952, 0.742494400, 0.741980412, 0.741465987, 0.740951125, 0.740435828, 0.739920095, 0.739403927, 0.738887324, 0.738370287, 0.737852815, 0.737334909, 0.736816569, 0.736297796, 0.735778589, 0.735258950, 0.734738878, 0.734218374, 0.733697438, 0.733176071, 0.732654272, 0.732132042, 0.731609381, 0.731086290, 0.730562769, 0.730038818, 0.729514438, 0.728989629, 0.728464390, 0.727938724, 0.727412629, 0.726886106, 0.726359155, 0.725831777, 0.725303972, 0.724775741, 0.724247083, 0.723717999, 0.723188489, 0.722658554, 0.722128194, 0.721597409, 0.721066199, 0.720534566, 0.720002508, 0.719470027, 0.718937122, 0.718403795, 0.717870045, 0.717335873, 0.716801279, 0.716266263, 0.715730825, 0.715194967, 0.714658688, 0.714121988, 0.713584869, 0.713047329, 0.712509371, 0.711970993, 0.711432196, 0.710892980, 0.710353347, 0.709813295, 0.709272826, 0.708731940, 0.708190637, 0.707648917, 0.707106781, 0.706564229, 0.706021261, 0.705477878, 0.704934080, 0.704389868, 0.703845241, 0.703300199, 0.702754744, 0.702208876, 0.701662595, 0.701115901, 0.700568794, 0.700021275, 0.699473345, 0.698925003, 0.698376249, 0.697827085, 0.697277511, 0.696727526, 0.696177131, 0.695626327, 0.695075114, 0.694523492, 0.693971461, 0.693419022, 0.692866175, 0.692312920, 0.691759258, 0.691205190, 0.690650714, 0.690095832, 0.689540545, 0.688984851, 0.688428753, 0.687872249, 0.687315341, 0.686758028, 0.686200312, 0.685642191, 0.685083668, 0.684524741, 0.683965412, 0.683405680, 0.682845546, 0.682285011, 0.681724074, 0.681162736, 0.680600998, 0.680038859, 0.679476320, 0.678913381, 0.678350043, 0.677786306, 0.677222170, 0.676657636, 0.676092704, 0.675527374, 0.674961646, 0.674395522, 0.673829000, 0.673262083, 0.672694769, 0.672127060, 0.671558955, 0.670990455, 0.670421560, 0.669852271, 0.669282588, 0.668712512, 0.668142041, 0.667571178, 0.666999922, 0.666428274, 0.665856234, 0.665283802, 0.664710978, 0.664137764, 0.663564159, 0.662990163, 0.662415778, 0.661841002, 0.661265838, 0.660690284, 0.660114342, 0.659538012, 0.658961293, 0.658384187, 0.657806693, 0.657228813, 0.656650546, 0.656071892, 0.655492853, 0.654913428, 0.654333618, 0.653753423, 0.653172843, 0.652591879, 0.652010531, 0.651428800, 0.650846685, 0.650264187, 0.649681307, 0.649098045, 0.648514401, 0.647930375, 0.647345969, 0.646761181, 0.646176013, 0.645590465, 0.645004537, 0.644418229, 0.643831543, 0.643244478, 0.642657034, 0.642069212, 0.641481013, 0.640892436, 0.640303482, 0.639714152, 0.639124445, 0.638534362, 0.637943904, 0.637353070, 0.636761861, 0.636170278, 0.635578320, 0.634985989, 0.634393284, 0.633800206, 0.633206755, 0.632612932, 0.632018736, 0.631424169, 0.630829230, 0.630233920, 0.629638239, 0.629042188, 0.628445767, 0.627848976, 0.627251815, 0.626654286, 0.626056388, 0.625458122, 0.624859488, 0.624260486, 0.623661118, 0.623061382, 0.622461279, 0.621860811, 0.621259977, 0.620658777, 0.620057212, 0.619455282, 0.618852988, 0.618250330, 0.617647308, 0.617043923, 0.616440175, 0.615836064, 0.615231591, 0.614626756, 0.614021559, 0.613416001, 0.612810082, 0.612203803, 0.611597164, 0.610990165, 0.610382806, 0.609775089, 0.609167012, 0.608558578, 0.607949785, 0.607340635, 0.606731127, 0.606121263, 0.605511041, 0.604900464, 0.604289531, 0.603678242, 0.603066599, 0.602454600, 0.601842247, 0.601229540, 0.600616479, 0.600003065, 0.599389298, 0.598775179, 0.598160707, 0.597545883, 0.596930708, 0.596315182, 0.595699304, 0.595083077, 0.594466499, 0.593849572, 0.593232295, 0.592614669, 0.591996695, 0.591378372, 0.590759702, 0.590140684, 0.589521319, 0.588901607, 0.588281548, 0.587661144, 0.587040394, 0.586419298, 0.585797857, 0.585176072, 0.584553943, 0.583931470, 0.583308653, 0.582685493, 0.582061990, 0.581438145, 0.580813958, 0.580189429, 0.579564559, 0.578939348, 0.578313796, 0.577687905, 0.577061673, 0.576435102, 0.575808191, 0.575180942, 0.574553355, 0.573925430, 0.573297167, 0.572668566, 0.572039629, 0.571410356, 0.570780746, 0.570150800, 0.569520519, 0.568889903, 0.568258953, 0.567627668, 0.566996049, 0.566364096, 0.565731811, 0.565099192, 0.564466242, 0.563832959, 0.563199344, 0.562565398, 0.561931121, 0.561296514, 0.560661576, 0.560026309, 0.559390712, 0.558754786, 0.558118531, 0.557481948, 0.556845037, 0.556207799, 0.555570233, 0.554932340, 0.554294121, 0.553655576, 0.553016706, 0.552377509, 0.551737988, 0.551098143, 0.550457973, 0.549817479, 0.549176662, 0.548535522, 0.547894059, 0.547252274, 0.546610167, 0.545967738, 0.545324988, 0.544681918, 0.544038527, 0.543394816, 0.542750785, 0.542106435, 0.541461766, 0.540816778, 0.540171473, 0.539525849, 0.538879909, 0.538233651, 0.537587076, 0.536940186, 0.536292979, 0.535645457, 0.534997620, 0.534349468, 0.533701002, 0.533052222, 0.532403128, 0.531753721, 0.531104001, 0.530453969, 0.529803625, 0.529152969, 0.528502002, 0.527850723, 0.527199135, 0.526547236, 0.525895027, 0.525242510, 0.524589683, 0.523936547, 0.523283103, 0.522629352, 0.521975293, 0.521320927, 0.520666254, 0.520011275, 0.519355990, 0.518700400, 0.518044504, 0.517388304, 0.516731799, 0.516074990, 0.515417878, 0.514760463, 0.514102744, 0.513444723, 0.512786401, 0.512127776, 0.511468850, 0.510809624, 0.510150097, 0.509490269, 0.508830143, 0.508169716, 0.507508991, 0.506847967, 0.506186645, 0.505525026, 0.504863109, 0.504200894, 0.503538384, 0.502875577, 0.502212474, 0.501549076, 0.500885383, 0.500221395, 0.499557113, 0.498892537, 0.498227667, 0.497562504, 0.496897049, 0.496231301, 0.495565262, 0.494898931, 0.494232309, 0.493565396, 0.492898192, 0.492230699, 0.491562916, 0.490894844, 0.490226483, 0.489557834, 0.488888897, 0.488219672, 0.487550160, 0.486880361, 0.486210276, 0.485539905, 0.484869248, 0.484198306, 0.483527079, 0.482855568, 0.482183772, 0.481511693, 0.480839331, 0.480166685, 0.479493758, 0.478820548, 0.478147056, 0.477473284, 0.476799230, 0.476124896, 0.475450282, 0.474775388, 0.474100215, 0.473424763, 0.472749032, 0.472073023, 0.471396737, 0.470720173, 0.470043332, 0.469366215, 0.468688822, 0.468011153, 0.467333209, 0.466654990, 0.465976496, 0.465297728, 0.464618686, 0.463939371, 0.463259784, 0.462579923, 0.461899791, 0.461219386, 0.460538711, 0.459857765, 0.459176548, 0.458495060, 0.457813304, 0.457131277, 0.456448982, 0.455766419, 0.455083587, 0.454400488, 0.453717121, 0.453033487, 0.452349587, 0.451665421, 0.450980989, 0.450296292, 0.449611330, 0.448926103, 0.448240612, 0.447554858, 0.446868840, 0.446182560, 0.445496017, 0.444809211, 0.444122145, 0.443434816, 0.442747228, 0.442059378, 0.441371269, 0.440682900, 0.439994271, 0.439305384, 0.438616239, 0.437926835, 0.437237174, 0.436547255, 0.435857080, 0.435166648, 0.434475961, 0.433785017, 0.433093819, 0.432402366, 0.431710658, 0.431018696, 0.430326481, 0.429634013, 0.428941292, 0.428248319, 0.427555093, 0.426861617, 0.426167889, 0.425473910, 0.424779681, 0.424085202, 0.423390474, 0.422695497, 0.422000271, 0.421304797, 0.420609074, 0.419913105, 0.419216888, 0.418520425, 0.417823716, 0.417126761, 0.416429560, 0.415732115, 0.415034424, 0.414336490, 0.413638312, 0.412939891, 0.412241227, 0.411542320, 0.410843171, 0.410143781, 0.409444149, 0.408744276, 0.408044163, 0.407343810, 0.406643217, 0.405942385, 0.405241314, 0.404540005, 0.403838458, 0.403136673, 0.402434651, 0.401732392, 0.401029897, 0.400327166, 0.399624200, 0.398920998, 0.398217562, 0.397513892, 0.396809987, 0.396105850, 0.395401479, 0.394696876, 0.393992040, 0.393286973, 0.392581674, 0.391876144, 0.391170384, 0.390464394, 0.389758174, 0.389051725, 0.388345047, 0.387638140, 0.386931006, 0.386223643, 0.385516054, 0.384808238, 0.384100195, 0.383391926, 0.382683432, 0.381974713, 0.381265769, 0.380556601, 0.379847209, 0.379137593, 0.378427755, 0.377717694, 0.377007410, 0.376296905, 0.375586178, 0.374875231, 0.374164063, 0.373452675, 0.372741067, 0.372029240, 0.371317194, 0.370604930, 0.369892447, 0.369179747, 0.368466830, 0.367753696, 0.367040346, 0.366326780, 0.365612998, 0.364899001, 0.364184790, 0.363470364, 0.362755724, 0.362040871, 0.361325806, 0.360610527, 0.359895037, 0.359179334, 0.358463421, 0.357747296, 0.357030961, 0.356314416, 0.355597662, 0.354880698, 0.354163525, 0.353446145, 0.352728556, 0.352010759, 0.351292756, 0.350574546, 0.349856130, 0.349137508, 0.348418680, 0.347699648, 0.346980411, 0.346260970, 0.345541325, 0.344821477, 0.344101426, 0.343381173, 0.342660717, 0.341940060, 0.341219202, 0.340498144, 0.339776884, 0.339055425, 0.338333767, 0.337611909, 0.336889853, 0.336167599, 0.335445147, 0.334722498, 0.333999651, 0.333276609, 0.332553370, 0.331829935, 0.331106306, 0.330382481, 0.329658463, 0.328934250, 0.328209844, 0.327485244, 0.326760452, 0.326035468, 0.325310292, 0.324584925, 0.323859367, 0.323133618, 0.322407679, 0.321681550, 0.320955232, 0.320228726, 0.319502031, 0.318775148, 0.318048077, 0.317320820, 0.316593376, 0.315865745, 0.315137929, 0.314409927, 0.313681740, 0.312953369, 0.312224814, 0.311496075, 0.310767153, 0.310038048, 0.309308760, 0.308579291, 0.307849640, 0.307119808, 0.306389795, 0.305659602, 0.304929230, 0.304198678, 0.303467947, 0.302737037, 0.302005949, 0.301274684, 0.300543241, 0.299811622, 0.299079826, 0.298347855, 0.297615707, 0.296883385, 0.296150888, 0.295418217, 0.294685372, 0.293952354, 0.293219163, 0.292485799, 0.291752263, 0.291018556, 0.290284677, 0.289550628, 0.288816408, 0.288082019, 0.287347460, 0.286612731, 0.285877835, 0.285142770, 0.284407537, 0.283672137, 0.282936570, 0.282200837, 0.281464938, 0.280728873, 0.279992643, 0.279256248, 0.278519689, 0.277782967, 0.277046080, 0.276309031, 0.275571819, 0.274834445, 0.274096910, 0.273359213, 0.272621355, 0.271883337, 0.271145160, 0.270406822, 0.269668326, 0.268929670, 0.268190857, 0.267451886, 0.266712757, 0.265973472, 0.265234030, 0.264494432, 0.263754679, 0.263014770, 0.262274707, 0.261534489, 0.260794118, 0.260053593, 0.259312915, 0.258572085, 0.257831102, 0.257089968, 0.256348682, 0.255607246, 0.254865660, 0.254123923, 0.253382037, 0.252640002, 0.251897818, 0.251155486, 0.250413007, 0.249670380, 0.248927606, 0.248184685, 0.247441619, 0.246698407, 0.245955050, 0.245211549, 0.244467903, 0.243724113, 0.242980180, 0.242236104, 0.241491885, 0.240747525, 0.240003022, 0.239258379, 0.238513595, 0.237768670, 0.237023606, 0.236278402, 0.235533059, 0.234787578, 0.234041959, 0.233296201, 0.232550307, 0.231804276, 0.231058108, 0.230311805, 0.229565366, 0.228818792, 0.228072083, 0.227325240, 0.226578264, 0.225831154, 0.225083911, 0.224336536, 0.223589029, 0.222841391, 0.222093621, 0.221345721, 0.220597690, 0.219849530, 0.219101240, 0.218352822, 0.217604275, 0.216855600, 0.216106797, 0.215357867, 0.214608811, 0.213859628, 0.213110320, 0.212360886, 0.211611327, 0.210861644, 0.210111837, 0.209361906, 0.208611852, 0.207861675, 0.207111376, 0.206360955, 0.205610413, 0.204859750, 0.204108966, 0.203358062, 0.202607039, 0.201855896, 0.201104635, 0.200353255, 0.199601758, 0.198850143, 0.198098411, 0.197346562, 0.196594598, 0.195842517, 0.195090322, 0.194338012, 0.193585587, 0.192833049, 0.192080397, 0.191327632, 0.190574755, 0.189821765, 0.189068664, 0.188315452, 0.187562129, 0.186808695, 0.186055152, 0.185301499, 0.184547737, 0.183793867, 0.183039888, 0.182285802, 0.181531608, 0.180777308, 0.180022901, 0.179268389, 0.178513771, 0.177759048, 0.177004220, 0.176249289, 0.175494253, 0.174739115, 0.173983873, 0.173228530, 0.172473084, 0.171717537, 0.170961889, 0.170206140, 0.169450291, 0.168694343, 0.167938295, 0.167182148, 0.166425904, 0.165669561, 0.164913120, 0.164156583, 0.163399949, 0.162643219, 0.161886394, 0.161129473, 0.160372457, 0.159615347, 0.158858143, 0.158100846, 0.157343456, 0.156585973, 0.155828398, 0.155070731, 0.154312973, 0.153555124, 0.152797185, 0.152039156, 0.151281038, 0.150522831, 0.149764535, 0.149006151, 0.148247679, 0.147489120, 0.146730474, 0.145971742, 0.145212925, 0.144454021, 0.143695033, 0.142935960, 0.142176804, 0.141417563, 0.140658239, 0.139898833, 0.139139344, 0.138379774, 0.137620122, 0.136860389, 0.136100575, 0.135340682, 0.134580709, 0.133820656, 0.133060525, 0.132300316, 0.131540029, 0.130779664, 0.130019223, 0.129258705, 0.128498111, 0.127737441, 0.126976696, 0.126215877, 0.125454983, 0.124694016, 0.123932975, 0.123171861, 0.122410675, 0.121649417, 0.120888087, 0.120126686, 0.119365215, 0.118603673, 0.117842062, 0.117080381, 0.116318631, 0.115556813, 0.114794927, 0.114032973, 0.113270952, 0.112508865, 0.111746711, 0.110984492, 0.110222207, 0.109459858, 0.108697444, 0.107934966, 0.107172425, 0.106409821, 0.105647154, 0.104884425, 0.104121634, 0.103358782, 0.102595869, 0.101832896, 0.101069863, 0.100306770, 0.099543619, 0.098780409, 0.098017140, 0.097253814, 0.096490431, 0.095726991, 0.094963495, 0.094199943, 0.093436336, 0.092672673, 0.091908956, 0.091145185, 0.090381361, 0.089617483, 0.088853553, 0.088089570, 0.087325535, 0.086561449, 0.085797312, 0.085033125, 0.084268888, 0.083504601, 0.082740265, 0.081975880, 0.081211447, 0.080446966, 0.079682438, 0.078917863, 0.078153242, 0.077388574, 0.076623861, 0.075859103, 0.075094301, 0.074329454, 0.073564564, 0.072799630, 0.072034653, 0.071269634, 0.070504573, 0.069739471, 0.068974328, 0.068209144, 0.067443920, 0.066678656, 0.065913353, 0.065148011, 0.064382631, 0.063617213, 0.062851758, 0.062086265, 0.061320736, 0.060555171, 0.059789571, 0.059023935, 0.058258265, 0.057492560, 0.056726821, 0.055961049, 0.055195244, 0.054429407, 0.053663538, 0.052897637, 0.052131705, 0.051365742, 0.050599749, 0.049833726, 0.049067674, 0.048301593, 0.047535484, 0.046769347, 0.046003182, 0.045236990, 0.044470772, 0.043704527, 0.042938257, 0.042171961, 0.041405641, 0.040639296, 0.039872928, 0.039106535, 0.038340120, 0.037573683, 0.036807223, 0.036040742, 0.035274239, 0.034507716, 0.033741172, 0.032974608, 0.032208025, 0.031441424, 0.030674803, 0.029908165, 0.029141509, 0.028374836, 0.027608146, 0.026841440, 0.026074718, 0.025307981, 0.024541229, 0.023774462, 0.023007681, 0.022240887, 0.021474080, 0.020707261, 0.019940429, 0.019173585, 0.018406730, 0.017639864, 0.016872988, 0.016106102, 0.015339206, 0.014572302, 0.013805389, 0.013038467, 0.012271538, 0.011504602, 0.010737659, 0.009970710, 0.009203755, 0.008436794, 0.007669829, 0.006902859, 0.006135885, 0.005368907, 0.004601926, 0.003834943, 0.003067957, 0.002300969, 0.001533980, 0.000766990, -0.000000000, -0.000766990, -0.001533980, -0.002300969, -0.003067957, -0.003834943, -0.004601926, -0.005368907, -0.006135885, -0.006902859, -0.007669829, -0.008436794, -0.009203755, -0.009970710, -0.010737659, -0.011504602, -0.012271538, -0.013038467, -0.013805389, -0.014572302, -0.015339206, -0.016106102, -0.016872988, -0.017639864, -0.018406730, -0.019173585, -0.019940429, -0.020707261, -0.021474080, -0.022240887, -0.023007681, -0.023774462, -0.024541229, -0.025307981, -0.026074718, -0.026841440, -0.027608146, -0.028374836, -0.029141509, -0.029908165, -0.030674803, -0.031441424, -0.032208025, -0.032974608, -0.033741172, -0.034507716, -0.035274239, -0.036040742, -0.036807223, -0.037573683, -0.038340120, -0.039106535, -0.039872928, -0.040639296, -0.041405641, -0.042171961, -0.042938257, -0.043704527, -0.044470772, -0.045236990, -0.046003182, -0.046769347, -0.047535484, -0.048301593, -0.049067674, -0.049833726, -0.050599749, -0.051365742, -0.052131705, -0.052897637, -0.053663538, -0.054429407, -0.055195244, -0.055961049, -0.056726821, -0.057492560, -0.058258265, -0.059023935, -0.059789571, -0.060555171, -0.061320736, -0.062086265, -0.062851758, -0.063617213, -0.064382631, -0.065148011, -0.065913353, -0.066678656, -0.067443920, -0.068209144, -0.068974328, -0.069739471, -0.070504573, -0.071269634, -0.072034653, -0.072799630, -0.073564564, -0.074329454, -0.075094301, -0.075859103, -0.076623861, -0.077388574, -0.078153242, -0.078917863, -0.079682438, -0.080446966, -0.081211447, -0.081975880, -0.082740265, -0.083504601, -0.084268888, -0.085033125, -0.085797312, -0.086561449, -0.087325535, -0.088089570, -0.088853553, -0.089617483, -0.090381361, -0.091145185, -0.091908956, -0.092672673, -0.093436336, -0.094199943, -0.094963495, -0.095726991, -0.096490431, -0.097253814, -0.098017140, -0.098780409, -0.099543619, -0.100306770, -0.101069863, -0.101832896, -0.102595869, -0.103358782, -0.104121634, -0.104884425, -0.105647154, -0.106409821, -0.107172425, -0.107934966, -0.108697444, -0.109459858, -0.110222207, -0.110984492, -0.111746711, -0.112508865, -0.113270952, -0.114032973, -0.114794927, -0.115556813, -0.116318631, -0.117080381, -0.117842062, -0.118603673, -0.119365215, -0.120126686, -0.120888087, -0.121649417, -0.122410675, -0.123171861, -0.123932975, -0.124694016, -0.125454983, -0.126215877, -0.126976696, -0.127737441, -0.128498111, -0.129258705, -0.130019223, -0.130779664, -0.131540029, -0.132300316, -0.133060525, -0.133820656, -0.134580709, -0.135340682, -0.136100575, -0.136860389, -0.137620122, -0.138379774, -0.139139344, -0.139898833, -0.140658239, -0.141417563, -0.142176804, -0.142935960, -0.143695033, -0.144454021, -0.145212925, -0.145971742, -0.146730474, -0.147489120, -0.148247679, -0.149006151, -0.149764535, -0.150522831, -0.151281038, -0.152039156, -0.152797185, -0.153555124, -0.154312973, -0.155070731, -0.155828398, -0.156585973, -0.157343456, -0.158100846, -0.158858143, -0.159615347, -0.160372457, -0.161129473, -0.161886394, -0.162643219, -0.163399949, -0.164156583, -0.164913120, -0.165669561, -0.166425904, -0.167182148, -0.167938295, -0.168694343, -0.169450291, -0.170206140, -0.170961889, -0.171717537, -0.172473084, -0.173228530, -0.173983873, -0.174739115, -0.175494253, -0.176249289, -0.177004220, -0.177759048, -0.178513771, -0.179268389, -0.180022901, -0.180777308, -0.181531608, -0.182285802, -0.183039888, -0.183793867, -0.184547737, -0.185301499, -0.186055152, -0.186808695, -0.187562129, -0.188315452, -0.189068664, -0.189821765, -0.190574755, -0.191327632, -0.192080397, -0.192833049, -0.193585587, -0.194338012, -0.195090322, -0.195842517, -0.196594598, -0.197346562, -0.198098411, -0.198850143, -0.199601758, -0.200353255, -0.201104635, -0.201855896, -0.202607039, -0.203358062, -0.204108966, -0.204859750, -0.205610413, -0.206360955, -0.207111376, -0.207861675, -0.208611852, -0.209361906, -0.210111837, -0.210861644, -0.211611327, -0.212360886, -0.213110320, -0.213859628, -0.214608811, -0.215357867, -0.216106797, -0.216855600, -0.217604275, -0.218352822, -0.219101240, -0.219849530, -0.220597690, -0.221345721, -0.222093621, -0.222841391, -0.223589029, -0.224336536, -0.225083911, -0.225831154, -0.226578264, -0.227325240, -0.228072083, -0.228818792, -0.229565366, -0.230311805, -0.231058108, -0.231804276, -0.232550307, -0.233296201, -0.234041959, -0.234787578, -0.235533059, -0.236278402, -0.237023606, -0.237768670, -0.238513595, -0.239258379, -0.240003022, -0.240747525, -0.241491885, -0.242236104, -0.242980180, -0.243724113, -0.244467903, -0.245211549, -0.245955050, -0.246698407, -0.247441619, -0.248184685, -0.248927606, -0.249670380, -0.250413007, -0.251155486, -0.251897818, -0.252640002, -0.253382037, -0.254123923, -0.254865660, -0.255607246, -0.256348682, -0.257089968, -0.257831102, -0.258572085, -0.259312915, -0.260053593, -0.260794118, -0.261534489, -0.262274707, -0.263014770, -0.263754679, -0.264494432, -0.265234030, -0.265973472, -0.266712757, -0.267451886, -0.268190857, -0.268929670, -0.269668326, -0.270406822, -0.271145160, -0.271883337, -0.272621355, -0.273359213, -0.274096910, -0.274834445, -0.275571819, -0.276309031, -0.277046080, -0.277782967, -0.278519689, -0.279256248, -0.279992643, -0.280728873, -0.281464938, -0.282200837, -0.282936570, -0.283672137, -0.284407537, -0.285142770, -0.285877835, -0.286612731, -0.287347460, -0.288082019, -0.288816408, -0.289550628, -0.290284677, -0.291018556, -0.291752263, -0.292485799, -0.293219163, -0.293952354, -0.294685372, -0.295418217, -0.296150888, -0.296883385, -0.297615707, -0.298347855, -0.299079826, -0.299811622, -0.300543241, -0.301274684, -0.302005949, -0.302737037, -0.303467947, -0.304198678, -0.304929230, -0.305659602, -0.306389795, -0.307119808, -0.307849640, -0.308579291, -0.309308760, -0.310038048, -0.310767153, -0.311496075, -0.312224814, -0.312953369, -0.313681740, -0.314409927, -0.315137929, -0.315865745, -0.316593376, -0.317320820, -0.318048077, -0.318775148, -0.319502031, -0.320228726, -0.320955232, -0.321681550, -0.322407679, -0.323133618, -0.323859367, -0.324584925, -0.325310292, -0.326035468, -0.326760452, -0.327485244, -0.328209844, -0.328934250, -0.329658463, -0.330382481, -0.331106306, -0.331829935, -0.332553370, -0.333276609, -0.333999651, -0.334722498, -0.335445147, -0.336167599, -0.336889853, -0.337611909, -0.338333767, -0.339055425, -0.339776884, -0.340498144, -0.341219202, -0.341940060, -0.342660717, -0.343381173, -0.344101426, -0.344821477, -0.345541325, -0.346260970, -0.346980411, -0.347699648, -0.348418680, -0.349137508, -0.349856130, -0.350574546, -0.351292756, -0.352010759, -0.352728556, -0.353446145, -0.354163525, -0.354880698, -0.355597662, -0.356314416, -0.357030961, -0.357747296, -0.358463421, -0.359179334, -0.359895037, -0.360610527, -0.361325806, -0.362040871, -0.362755724, -0.363470364, -0.364184790, -0.364899001, -0.365612998, -0.366326780, -0.367040346, -0.367753696, -0.368466830, -0.369179747, -0.369892447, -0.370604930, -0.371317194, -0.372029240, -0.372741067, -0.373452675, -0.374164063, -0.374875231, -0.375586178, -0.376296905, -0.377007410, -0.377717694, -0.378427755, -0.379137593, -0.379847209, -0.380556601, -0.381265769, -0.381974713, -0.382683432, -0.383391926, -0.384100195, -0.384808238, -0.385516054, -0.386223643, -0.386931006, -0.387638140, -0.388345047, -0.389051725, -0.389758174, -0.390464394, -0.391170384, -0.391876144, -0.392581674, -0.393286973, -0.393992040, -0.394696876, -0.395401479, -0.396105850, -0.396809987, -0.397513892, -0.398217562, -0.398920998, -0.399624200, -0.400327166, -0.401029897, -0.401732392, -0.402434651, -0.403136673, -0.403838458, -0.404540005, -0.405241314, -0.405942385, -0.406643217, -0.407343810, -0.408044163, -0.408744276, -0.409444149, -0.410143781, -0.410843171, -0.411542320, -0.412241227, -0.412939891, -0.413638312, -0.414336490, -0.415034424, -0.415732115, -0.416429560, -0.417126761, -0.417823716, -0.418520425, -0.419216888, -0.419913105, -0.420609074, -0.421304797, -0.422000271, -0.422695497, -0.423390474, -0.424085202, -0.424779681, -0.425473910, -0.426167889, -0.426861617, -0.427555093, -0.428248319, -0.428941292, -0.429634013, -0.430326481, -0.431018696, -0.431710658, -0.432402366, -0.433093819, -0.433785017, -0.434475961, -0.435166648, -0.435857080, -0.436547255, -0.437237174, -0.437926835, -0.438616239, -0.439305384, -0.439994271, -0.440682900, -0.441371269, -0.442059378, -0.442747228, -0.443434816, -0.444122145, -0.444809211, -0.445496017, -0.446182560, -0.446868840, -0.447554858, -0.448240612, -0.448926103, -0.449611330, -0.450296292, -0.450980989, -0.451665421, -0.452349587, -0.453033487, -0.453717121, -0.454400488, -0.455083587, -0.455766419, -0.456448982, -0.457131277, -0.457813304, -0.458495060, -0.459176548, -0.459857765, -0.460538711, -0.461219386, -0.461899791, -0.462579923, -0.463259784, -0.463939371, -0.464618686, -0.465297728, -0.465976496, -0.466654990, -0.467333209, -0.468011153, -0.468688822, -0.469366215, -0.470043332, -0.470720173, -0.471396737, -0.472073023, -0.472749032, -0.473424763, -0.474100215, -0.474775388, -0.475450282, -0.476124896, -0.476799230, -0.477473284, -0.478147056, -0.478820548, -0.479493758, -0.480166685, -0.480839331, -0.481511693, -0.482183772, -0.482855568, -0.483527079, -0.484198306, -0.484869248, -0.485539905, -0.486210276, -0.486880361, -0.487550160, -0.488219672, -0.488888897, -0.489557834, -0.490226483, -0.490894844, -0.491562916, -0.492230699, -0.492898192, -0.493565396, -0.494232309, -0.494898931, -0.495565262, -0.496231301, -0.496897049, -0.497562504, -0.498227667, -0.498892537, -0.499557113, -0.500221395, -0.500885383, -0.501549076, -0.502212474, -0.502875577, -0.503538384, -0.504200894, -0.504863109, -0.505525026, -0.506186645, -0.506847967, -0.507508991, -0.508169716, -0.508830143, -0.509490269, -0.510150097, -0.510809624, -0.511468850, -0.512127776, -0.512786401, -0.513444723, -0.514102744, -0.514760463, -0.515417878, -0.516074990, -0.516731799, -0.517388304, -0.518044504, -0.518700400, -0.519355990, -0.520011275, -0.520666254, -0.521320927, -0.521975293, -0.522629352, -0.523283103, -0.523936547, -0.524589683, -0.525242510, -0.525895027, -0.526547236, -0.527199135, -0.527850723, -0.528502002, -0.529152969, -0.529803625, -0.530453969, -0.531104001, -0.531753721, -0.532403128, -0.533052222, -0.533701002, -0.534349468, -0.534997620, -0.535645457, -0.536292979, -0.536940186, -0.537587076, -0.538233651, -0.538879909, -0.539525849, -0.540171473, -0.540816778, -0.541461766, -0.542106435, -0.542750785, -0.543394816, -0.544038527, -0.544681918, -0.545324988, -0.545967738, -0.546610167, -0.547252274, -0.547894059, -0.548535522, -0.549176662, -0.549817479, -0.550457973, -0.551098143, -0.551737988, -0.552377509, -0.553016706, -0.553655576, -0.554294121, -0.554932340, -0.555570233, -0.556207799, -0.556845037, -0.557481948, -0.558118531, -0.558754786, -0.559390712, -0.560026309, -0.560661576, -0.561296514, -0.561931121, -0.562565398, -0.563199344, -0.563832959, -0.564466242, -0.565099192, -0.565731811, -0.566364096, -0.566996049, -0.567627668, -0.568258953, -0.568889903, -0.569520519, -0.570150800, -0.570780746, -0.571410356, -0.572039629, -0.572668566, -0.573297167, -0.573925430, -0.574553355, -0.575180942, -0.575808191, -0.576435102, -0.577061673, -0.577687905, -0.578313796, -0.578939348, -0.579564559, -0.580189429, -0.580813958, -0.581438145, -0.582061990, -0.582685493, -0.583308653, -0.583931470, -0.584553943, -0.585176072, -0.585797857, -0.586419298, -0.587040394, -0.587661144, -0.588281548, -0.588901607, -0.589521319, -0.590140684, -0.590759702, -0.591378372, -0.591996695, -0.592614669, -0.593232295, -0.593849572, -0.594466499, -0.595083077, -0.595699304, -0.596315182, -0.596930708, -0.597545883, -0.598160707, -0.598775179, -0.599389298, -0.600003065, -0.600616479, -0.601229540, -0.601842247, -0.602454600, -0.603066599, -0.603678242, -0.604289531, -0.604900464, -0.605511041, -0.606121263, -0.606731127, -0.607340635, -0.607949785, -0.608558578, -0.609167012, -0.609775089, -0.610382806, -0.610990165, -0.611597164, -0.612203803, -0.612810082, -0.613416001, -0.614021559, -0.614626756, -0.615231591, -0.615836064, -0.616440175, -0.617043923, -0.617647308, -0.618250330, -0.618852988, -0.619455282, -0.620057212, -0.620658777, -0.621259977, -0.621860811, -0.622461279, -0.623061382, -0.623661118, -0.624260486, -0.624859488, -0.625458122, -0.626056388, -0.626654286, -0.627251815, -0.627848976, -0.628445767, -0.629042188, -0.629638239, -0.630233920, -0.630829230, -0.631424169, -0.632018736, -0.632612932, -0.633206755, -0.633800206, -0.634393284, -0.634985989, -0.635578320, -0.636170278, -0.636761861, -0.637353070, -0.637943904, -0.638534362, -0.639124445, -0.639714152, -0.640303482, -0.640892436, -0.641481013, -0.642069212, -0.642657034, -0.643244478, -0.643831543, -0.644418229, -0.645004537, -0.645590465, -0.646176013, -0.646761181, -0.647345969, -0.647930375, -0.648514401, -0.649098045, -0.649681307, -0.650264187, -0.650846685, -0.651428800, -0.652010531, -0.652591879, -0.653172843, -0.653753423, -0.654333618, -0.654913428, -0.655492853, -0.656071892, -0.656650546, -0.657228813, -0.657806693, -0.658384187, -0.658961293, -0.659538012, -0.660114342, -0.660690284, -0.661265838, -0.661841002, -0.662415778, -0.662990163, -0.663564159, -0.664137764, -0.664710978, -0.665283802, -0.665856234, -0.666428274, -0.666999922, -0.667571178, -0.668142041, -0.668712512, -0.669282588, -0.669852271, -0.670421560, -0.670990455, -0.671558955, -0.672127060, -0.672694769, -0.673262083, -0.673829000, -0.674395522, -0.674961646, -0.675527374, -0.676092704, -0.676657636, -0.677222170, -0.677786306, -0.678350043, -0.678913381, -0.679476320, -0.680038859, -0.680600998, -0.681162736, -0.681724074, -0.682285011, -0.682845546, -0.683405680, -0.683965412, -0.684524741, -0.685083668, -0.685642191, -0.686200312, -0.686758028, -0.687315341, -0.687872249, -0.688428753, -0.688984851, -0.689540545, -0.690095832, -0.690650714, -0.691205190, -0.691759258, -0.692312920, -0.692866175, -0.693419022, -0.693971461, -0.694523492, -0.695075114, -0.695626327, -0.696177131, -0.696727526, -0.697277511, -0.697827085, -0.698376249, -0.698925003, -0.699473345, -0.700021275, -0.700568794, -0.701115901, -0.701662595, -0.702208876, -0.702754744, -0.703300199, -0.703845241, -0.704389868, -0.704934080, -0.705477878, -0.706021261, -0.706564229, -0.707106781, -0.707648917, -0.708190637, -0.708731940, -0.709272826, -0.709813295, -0.710353347, -0.710892980, -0.711432196, -0.711970993, -0.712509371, -0.713047329, -0.713584869, -0.714121988, -0.714658688, -0.715194967, -0.715730825, -0.716266263, -0.716801279, -0.717335873, -0.717870045, -0.718403795, -0.718937122, -0.719470027, -0.720002508, -0.720534566, -0.721066199, -0.721597409, -0.722128194, -0.722658554, -0.723188489, -0.723717999, -0.724247083, -0.724775741, -0.725303972, -0.725831777, -0.726359155, -0.726886106, -0.727412629, -0.727938724, -0.728464390, -0.728989629, -0.729514438, -0.730038818, -0.730562769, -0.731086290, -0.731609381, -0.732132042, -0.732654272, -0.733176071, -0.733697438, -0.734218374, -0.734738878, -0.735258950, -0.735778589, -0.736297796, -0.736816569, -0.737334909, -0.737852815, -0.738370287, -0.738887324, -0.739403927, -0.739920095, -0.740435828, -0.740951125, -0.741465987, -0.741980412, -0.742494400, -0.743007952, -0.743521067, -0.744033744, -0.744545984, -0.745057785, -0.745569149, -0.746080074, -0.746590559, -0.747100606, -0.747610213, -0.748119380, -0.748628108, -0.749136395, -0.749644241, -0.750151646, -0.750658610, -0.751165132, -0.751671212, -0.752176850, -0.752682046, -0.753186799, -0.753691109, -0.754194975, -0.754698398, -0.755201377, -0.755703911, -0.756206001, -0.756707647, -0.757208847, -0.757709601, -0.758209910, -0.758709773, -0.759209189, -0.759708159, -0.760206682, -0.760704757, -0.761202385, -0.761699566, -0.762196298, -0.762692582, -0.763188417, -0.763683804, -0.764178741, -0.764673228, -0.765167266, -0.765660853, -0.766153990, -0.766646677, -0.767138912, -0.767630696, -0.768122029, -0.768612909, -0.769103338, -0.769593314, -0.770082837, -0.770571907, -0.771060524, -0.771548688, -0.772036397, -0.772523652, -0.773010453, -0.773496799, -0.773982691, -0.774468126, -0.774953107, -0.775437631, -0.775921699, -0.776405311, -0.776888466, -0.777371164, -0.777853404, -0.778335187, -0.778816512, -0.779297379, -0.779777788, -0.780257738, -0.780737229, -0.781216260, -0.781694832, -0.782172944, -0.782650596, -0.783127788, -0.783604519, -0.784080789, -0.784556597, -0.785031944, -0.785506830, -0.785981253, -0.786455214, -0.786928712, -0.787401747, -0.787874319, -0.788346428, -0.788818072, -0.789289253, -0.789759970, -0.790230221, -0.790700008, -0.791169330, -0.791638187, -0.792106577, -0.792574502, -0.793041960, -0.793508952, -0.793975478, -0.794441536, -0.794907126, -0.795372249, -0.795836905, -0.796301092, -0.796764810, -0.797228060, -0.797690841, -0.798153153, -0.798614995, -0.799076367, -0.799537269, -0.799997701, -0.800457662, -0.800917153, -0.801376172, -0.801834719, -0.802292796, -0.802750400, -0.803207531, -0.803664191, -0.804120377, -0.804576091, -0.805031331, -0.805486098, -0.805940391, -0.806394209, -0.806847554, -0.807300423, -0.807752818, -0.808204737, -0.808656182, -0.809107150, -0.809557642, -0.810007659, -0.810457198, -0.810906261, -0.811354847, -0.811802956, -0.812250587, -0.812697740, -0.813144415, -0.813590612, -0.814036330, -0.814481569, -0.814926329, -0.815370610, -0.815814411, -0.816257732, -0.816700573, -0.817142933, -0.817584813, -0.818026212, -0.818467130, -0.818907566, -0.819347520, -0.819786992, -0.820225983, -0.820664490, -0.821102515, -0.821540057, -0.821977115, -0.822413690, -0.822849781, -0.823285388, -0.823720511, -0.824155149, -0.824589303, -0.825022971, -0.825456154, -0.825888851, -0.826321063, -0.826752788, -0.827184027, -0.827614780, -0.828045045, -0.828474824, -0.828904115, -0.829332918, -0.829761234, -0.830189061, -0.830616400, -0.831043251, -0.831469612, -0.831895485, -0.832320868, -0.832745761, -0.833170165, -0.833594078, -0.834017501, -0.834440433, -0.834862875, -0.835284825, -0.835706284, -0.836127252, -0.836547727, -0.836967711, -0.837387202, -0.837806200, -0.838224706, -0.838642718, -0.839060237, -0.839477263, -0.839893794, -0.840309832, -0.840725375, -0.841140424, -0.841554977, -0.841969036, -0.842382600, -0.842795668, -0.843208240, -0.843620316, -0.844031895, -0.844442979, -0.844853565, -0.845263655, -0.845673247, -0.846082342, -0.846490939, -0.846899038, -0.847306639, -0.847713741, -0.848120345, -0.848526450, -0.848932055, -0.849337161, -0.849741768, -0.850145875, -0.850549481, -0.850952587, -0.851355193, -0.851757298, -0.852158902, -0.852560004, -0.852960605, -0.853360704, -0.853760301, -0.854159396, -0.854557988, -0.854956078, -0.855353665, -0.855750748, -0.856147328, -0.856543405, -0.856938977, -0.857334046, -0.857728610, -0.858122670, -0.858516224, -0.858909274, -0.859301818, -0.859693857, -0.860085390, -0.860476418, -0.860866939, -0.861256953, -0.861646461, -0.862035462, -0.862423956, -0.862811943, -0.863199422, -0.863586393, -0.863972856, -0.864358811, -0.864744258, -0.865129195, -0.865513624, -0.865897544, -0.866280954, -0.866663855, -0.867046246, -0.867428126, -0.867809497, -0.868190357, -0.868570706, -0.868950544, -0.869329871, -0.869708687, -0.870086991, -0.870464783, -0.870842063, -0.871218831, -0.871595087, -0.871970829, -0.872346059, -0.872720775, -0.873094978, -0.873468668, -0.873841843, -0.874214505, -0.874586652, -0.874958285, -0.875329403, -0.875700006, -0.876070094, -0.876439667, -0.876808724, -0.877177265, -0.877545290, -0.877912799, -0.878279792, -0.878646267, -0.879012226, -0.879377668, -0.879742593, -0.880107000, -0.880470889, -0.880834260, -0.881197113, -0.881559448, -0.881921264, -0.882282562, -0.882643340, -0.883003599, -0.883363339, -0.883722559, -0.884081259, -0.884439439, -0.884797098, -0.885154238, -0.885510856, -0.885866954, -0.886222530, -0.886577585, -0.886932119, -0.887286131, -0.887639620, -0.887992588, -0.888345033, -0.888696956, -0.889048356, -0.889399233, -0.889749586, -0.890099417, -0.890448723, -0.890797506, -0.891145765, -0.891493499, -0.891840709, -0.892187395, -0.892533555, -0.892879191, -0.893224301, -0.893568886, -0.893912945, -0.894256478, -0.894599486, -0.894941967, -0.895283921, -0.895625349, -0.895966250, -0.896306624, -0.896646470, -0.896985789, -0.897324581, -0.897662844, -0.898000580, -0.898337787, -0.898674466, -0.899010616, -0.899346237, -0.899681329, -0.900015892, -0.900349925, -0.900683429, -0.901016403, -0.901348847, -0.901680761, -0.902012144, -0.902342996, -0.902673318, -0.903003109, -0.903332368, -0.903661097, -0.903989293, -0.904316958, -0.904644091, -0.904970691, -0.905296759, -0.905622295, -0.905947298, -0.906271768, -0.906595705, -0.906919108, -0.907241978, -0.907564314, -0.907886116, -0.908207385, -0.908528119, -0.908848318, -0.909167983, -0.909487113, -0.909805708, -0.910123768, -0.910441292, -0.910758281, -0.911074734, -0.911390651, -0.911706032, -0.912020877, -0.912335185, -0.912648956, -0.912962190, -0.913274888, -0.913587048, -0.913898671, -0.914209756, -0.914520303, -0.914830312, -0.915139783, -0.915448716, -0.915757110, -0.916064966, -0.916372282, -0.916679060, -0.916985298, -0.917290997, -0.917596156, -0.917900776, -0.918204855, -0.918508394, -0.918811393, -0.919113852, -0.919415769, -0.919717146, -0.920017982, -0.920318277, -0.920618030, -0.920917242, -0.921215911, -0.921514039, -0.921811625, -0.922108669, -0.922405170, -0.922701128, -0.922996544, -0.923291417, -0.923585746, -0.923879533, -0.924172775, -0.924465474, -0.924757630, -0.925049241, -0.925340308, -0.925630831, -0.925920809, -0.926210242, -0.926499131, -0.926787474, -0.927075273, -0.927362526, -0.927649233, -0.927935395, -0.928221011, -0.928506080, -0.928790604, -0.929074581, -0.929358012, -0.929640896, -0.929923233, -0.930205023, -0.930486266, -0.930766961, -0.931047109, -0.931326709, -0.931605761, -0.931884266, -0.932162222, -0.932439629, -0.932716488, -0.932992799, -0.933268560, -0.933543773, -0.933818436, -0.934092550, -0.934366115, -0.934639130, -0.934911595, -0.935183510, -0.935454875, -0.935725689, -0.935995954, -0.936265667, -0.936534830, -0.936803442, -0.937071502, -0.937339012, -0.937605970, -0.937872376, -0.938138231, -0.938403534, -0.938668285, -0.938932484, -0.939196130, -0.939459224, -0.939721765, -0.939983753, -0.940245188, -0.940506071, -0.940766400, -0.941026175, -0.941285397, -0.941544065, -0.941802179, -0.942059740, -0.942316746, -0.942573198, -0.942829095, -0.943084437, -0.943339225, -0.943593458, -0.943847136, -0.944100258, -0.944352826, -0.944604837, -0.944856293, -0.945107193, -0.945357537, -0.945607325, -0.945856557, -0.946105232, -0.946353351, -0.946600913, -0.946847918, -0.947094366, -0.947340257, -0.947585591, -0.947830367, -0.948074586, -0.948318247, -0.948561350, -0.948803895, -0.949045882, -0.949287310, -0.949528181, -0.949768492, -0.950008245, -0.950247439, -0.950486074, -0.950724150, -0.950961666, -0.951198623, -0.951435021, -0.951670859, -0.951906137, -0.952140855, -0.952375013, -0.952608610, -0.952841648, -0.953074124, -0.953306040, -0.953537396, -0.953768190, -0.953998423, -0.954228095, -0.954457206, -0.954685755, -0.954913742, -0.955141168, -0.955368032, -0.955594334, -0.955820074, -0.956045251, -0.956269866, -0.956493919, -0.956717409, -0.956940336, -0.957162700, -0.957384501, -0.957605739, -0.957826413, -0.958046524, -0.958266071, -0.958485055, -0.958703475, -0.958921331, -0.959138622, -0.959355350, -0.959571513, -0.959787112, -0.960002146, -0.960216615, -0.960430519, -0.960643859, -0.960856633, -0.961068842, -0.961280486, -0.961491564, -0.961702077, -0.961912023, -0.962121404, -0.962330219, -0.962538468, -0.962746151, -0.962953267, -0.963159817, -0.963365800, -0.963571216, -0.963776066, -0.963980348, -0.964184064, -0.964387212, -0.964589793, -0.964791807, -0.964993253, -0.965194131, -0.965394442, -0.965594184, -0.965793359, -0.965991965, -0.966190003, -0.966387473, -0.966584374, -0.966780707, -0.966976471, -0.967171666, -0.967366292, -0.967560349, -0.967753837, -0.967946756, -0.968139105, -0.968330884, -0.968522094, -0.968712734, -0.968902805, -0.969092305, -0.969281235, -0.969469595, -0.969657385, -0.969844604, -0.970031253, -0.970217331, -0.970402839, -0.970587775, -0.970772141, -0.970955935, -0.971139158, -0.971321810, -0.971503891, -0.971685400, -0.971866337, -0.972046703, -0.972226497, -0.972405719, -0.972584369, -0.972762447, -0.972939952, -0.973116885, -0.973293246, -0.973469034, -0.973644250, -0.973818892, -0.973992962, -0.974166459, -0.974339383, -0.974511733, -0.974683511, -0.974854715, -0.975025345, -0.975195402, -0.975364885, -0.975533795, -0.975702130, -0.975869892, -0.976037079, -0.976203692, -0.976369731, -0.976535196, -0.976700086, -0.976864402, -0.977028143, -0.977191309, -0.977353900, -0.977515917, -0.977677358, -0.977838224, -0.977998515, -0.978158231, -0.978317371, -0.978475935, -0.978633924, -0.978791338, -0.978948175, -0.979104437, -0.979260123, -0.979415232, -0.979569766, -0.979723723, -0.979877104, -0.980029908, -0.980182136, -0.980333787, -0.980484862, -0.980635360, -0.980785280, -0.980934624, -0.981083391, -0.981231581, -0.981379193, -0.981526228, -0.981672686, -0.981818566, -0.981963869, -0.982108594, -0.982252741, -0.982396311, -0.982539302, -0.982681716, -0.982823551, -0.982964808, -0.983105487, -0.983245588, -0.983385110, -0.983524054, -0.983662419, -0.983800206, -0.983937413, -0.984074042, -0.984210092, -0.984345563, -0.984480455, -0.984614768, -0.984748502, -0.984881656, -0.985014231, -0.985146226, -0.985277642, -0.985408479, -0.985538735, -0.985668412, -0.985797509, -0.985926026, -0.986053963, -0.986181320, -0.986308097, -0.986434294, -0.986559910, -0.986684946, -0.986809402, -0.986933277, -0.987056571, -0.987179285, -0.987301418, -0.987422970, -0.987543942, -0.987664332, -0.987784142, -0.987903370, -0.988022017, -0.988140083, -0.988257568, -0.988374471, -0.988490793, -0.988606533, -0.988721692, -0.988836269, -0.988950265, -0.989063678, -0.989176510, -0.989288760, -0.989400428, -0.989511514, -0.989622017, -0.989731939, -0.989841278, -0.989950036, -0.990058210, -0.990165803, -0.990272812, -0.990379240, -0.990485084, -0.990590346, -0.990695025, -0.990799122, -0.990902635, -0.991005566, -0.991107914, -0.991209678, -0.991310860, -0.991411458, -0.991511473, -0.991610905, -0.991709754, -0.991808019, -0.991905700, -0.992002799, -0.992099313, -0.992195244, -0.992290591, -0.992385355, -0.992479535, -0.992573130, -0.992666142, -0.992758570, -0.992850414, -0.992941674, -0.993032350, -0.993122442, -0.993211949, -0.993300872, -0.993389211, -0.993476966, -0.993564136, -0.993650721, -0.993736722, -0.993822138, -0.993906970, -0.993991217, -0.994074879, -0.994157957, -0.994240449, -0.994322357, -0.994403680, -0.994484418, -0.994564571, -0.994644138, -0.994723121, -0.994801519, -0.994879331, -0.994956558, -0.995033199, -0.995109256, -0.995184727, -0.995259612, -0.995333912, -0.995407627, -0.995480755, -0.995553299, -0.995625256, -0.995696628, -0.995767414, -0.995837615, -0.995907229, -0.995976258, -0.996044701, -0.996112558, -0.996179829, -0.996246513, -0.996312612, -0.996378125, -0.996443051, -0.996507392, -0.996571146, -0.996634314, -0.996696895, -0.996758890, -0.996820299, -0.996881122, -0.996941358, -0.997001007, -0.997060070, -0.997118547, -0.997176437, -0.997233740, -0.997290457, -0.997346587, -0.997402130, -0.997457086, -0.997511456, -0.997565239, -0.997618435, -0.997671044, -0.997723067, -0.997774502, -0.997825350, -0.997875612, -0.997925286, -0.997974374, -0.998022874, -0.998070787, -0.998118113, -0.998164852, -0.998211003, -0.998256568, -0.998301545, -0.998345935, -0.998389737, -0.998432953, -0.998475581, -0.998517621, -0.998559074, -0.998599940, -0.998640218, -0.998679909, -0.998719012, -0.998757528, -0.998795456, -0.998832797, -0.998869550, -0.998905715, -0.998941293, -0.998976283, -0.999010686, -0.999044501, -0.999077728, -0.999110367, -0.999142419, -0.999173883, -0.999204759, -0.999235047, -0.999264747, -0.999293860, -0.999322385, -0.999350321, -0.999377670, -0.999404431, -0.999430605, -0.999456190, -0.999481187, -0.999505596, -0.999529418, -0.999552651, -0.999575296, -0.999597353, -0.999618822, -0.999639704, -0.999659997, -0.999679702, -0.999698819, -0.999717348, -0.999735288, -0.999752641, -0.999769405, -0.999785582, -0.999801170, -0.999816170, -0.999830582, -0.999844405, -0.999857641, -0.999870288, -0.999882347, -0.999893818, -0.999904701, -0.999914996, -0.999924702, -0.999933820, -0.999942350, -0.999950291, -0.999957645, -0.999964410, -0.999970586, -0.999976175, -0.999981175, -0.999985587, -0.999989411, -0.999992647, -0.999995294, -0.999997353, -0.999998823, -0.999999706, -1.000000000, -0.999999706, -0.999998823, -0.999997353, -0.999995294, -0.999992647, -0.999989411, -0.999985587, -0.999981175, -0.999976175, -0.999970586, -0.999964410, -0.999957645, -0.999950291, -0.999942350, -0.999933820, -0.999924702, -0.999914996, -0.999904701, -0.999893818, -0.999882347, -0.999870288, -0.999857641, -0.999844405, -0.999830582, -0.999816170, -0.999801170, -0.999785582, -0.999769405, -0.999752641, -0.999735288, -0.999717348, -0.999698819, -0.999679702, -0.999659997, -0.999639704, -0.999618822, -0.999597353, -0.999575296, -0.999552651, -0.999529418, -0.999505596, -0.999481187, -0.999456190, -0.999430605, -0.999404431, -0.999377670, -0.999350321, -0.999322385, -0.999293860, -0.999264747, -0.999235047, -0.999204759, -0.999173883, -0.999142419, -0.999110367, -0.999077728, -0.999044501, -0.999010686, -0.998976283, -0.998941293, -0.998905715, -0.998869550, -0.998832797, -0.998795456, -0.998757528, -0.998719012, -0.998679909, -0.998640218, -0.998599940, -0.998559074, -0.998517621, -0.998475581, -0.998432953, -0.998389737, -0.998345935, -0.998301545, -0.998256568, -0.998211003, -0.998164852, -0.998118113, -0.998070787, -0.998022874, -0.997974374, -0.997925286, -0.997875612, -0.997825350, -0.997774502, -0.997723067, -0.997671044, -0.997618435, -0.997565239, -0.997511456, -0.997457086, -0.997402130, -0.997346587, -0.997290457, -0.997233740, -0.997176437, -0.997118547, -0.997060070, -0.997001007, -0.996941358, -0.996881122, -0.996820299, -0.996758890, -0.996696895, -0.996634314, -0.996571146, -0.996507392, -0.996443051, -0.996378125, -0.996312612, -0.996246513, -0.996179829, -0.996112558, -0.996044701, -0.995976258, -0.995907229, -0.995837615, -0.995767414, -0.995696628, -0.995625256, -0.995553299, -0.995480755, -0.995407627, -0.995333912, -0.995259612, -0.995184727, -0.995109256, -0.995033199, -0.994956558, -0.994879331, -0.994801519, -0.994723121, -0.994644138, -0.994564571, -0.994484418, -0.994403680, -0.994322357, -0.994240449, -0.994157957, -0.994074879, -0.993991217, -0.993906970, -0.993822138, -0.993736722, -0.993650721, -0.993564136, -0.993476966, -0.993389211, -0.993300872, -0.993211949, -0.993122442, -0.993032350, -0.992941674, -0.992850414, -0.992758570, -0.992666142, -0.992573130, -0.992479535, -0.992385355, -0.992290591, -0.992195244, -0.992099313, -0.992002799, -0.991905700, -0.991808019, -0.991709754, -0.991610905, -0.991511473, -0.991411458, -0.991310860, -0.991209678, -0.991107914, -0.991005566, -0.990902635, -0.990799122, -0.990695025, -0.990590346, -0.990485084, -0.990379240, -0.990272812, -0.990165803, -0.990058210, -0.989950036, -0.989841278, -0.989731939, -0.989622017, -0.989511514, -0.989400428, -0.989288760, -0.989176510, -0.989063678, -0.988950265, -0.988836269, -0.988721692, -0.988606533, -0.988490793, -0.988374471, -0.988257568, -0.988140083, -0.988022017, -0.987903370, -0.987784142, -0.987664332, -0.987543942, -0.987422970, -0.987301418, -0.987179285, -0.987056571, -0.986933277, -0.986809402, -0.986684946, -0.986559910, -0.986434294, -0.986308097, -0.986181320, -0.986053963, -0.985926026, -0.985797509, -0.985668412, -0.985538735, -0.985408479, -0.985277642, -0.985146226, -0.985014231, -0.984881656, -0.984748502, -0.984614768, -0.984480455, -0.984345563, -0.984210092, -0.984074042, -0.983937413, -0.983800206, -0.983662419, -0.983524054, -0.983385110, -0.983245588, -0.983105487, -0.982964808, -0.982823551, -0.982681716, -0.982539302, -0.982396311, -0.982252741, -0.982108594, -0.981963869, -0.981818566, -0.981672686, -0.981526228, -0.981379193, -0.981231581, -0.981083391, -0.980934624, -0.980785280, -0.980635360, -0.980484862, -0.980333787, -0.980182136, -0.980029908, -0.979877104, -0.979723723, -0.979569766, -0.979415232, -0.979260123, -0.979104437, -0.978948175, -0.978791338, -0.978633924, -0.978475935, -0.978317371, -0.978158231, -0.977998515, -0.977838224, -0.977677358, -0.977515917, -0.977353900, -0.977191309, -0.977028143, -0.976864402, -0.976700086, -0.976535196, -0.976369731, -0.976203692, -0.976037079, -0.975869892, -0.975702130, -0.975533795, -0.975364885, -0.975195402, -0.975025345, -0.974854715, -0.974683511, -0.974511733, -0.974339383, -0.974166459, -0.973992962, -0.973818892, -0.973644250, -0.973469034, -0.973293246, -0.973116885, -0.972939952, -0.972762447, -0.972584369, -0.972405719, -0.972226497, -0.972046703, -0.971866337, -0.971685400, -0.971503891, -0.971321810, -0.971139158, -0.970955935, -0.970772141, -0.970587775, -0.970402839, -0.970217331, -0.970031253, -0.969844604, -0.969657385, -0.969469595, -0.969281235, -0.969092305, -0.968902805, -0.968712734, -0.968522094, -0.968330884, -0.968139105, -0.967946756, -0.967753837, -0.967560349, -0.967366292, -0.967171666, -0.966976471, -0.966780707, -0.966584374, -0.966387473, -0.966190003, -0.965991965, -0.965793359, -0.965594184, -0.965394442, -0.965194131, -0.964993253, -0.964791807, -0.964589793, -0.964387212, -0.964184064, -0.963980348, -0.963776066, -0.963571216, -0.963365800, -0.963159817, -0.962953267, -0.962746151, -0.962538468, -0.962330219, -0.962121404, -0.961912023, -0.961702077, -0.961491564, -0.961280486, -0.961068842, -0.960856633, -0.960643859, -0.960430519, -0.960216615, -0.960002146, -0.959787112, -0.959571513, -0.959355350, -0.959138622, -0.958921331, -0.958703475, -0.958485055, -0.958266071, -0.958046524, -0.957826413, -0.957605739, -0.957384501, -0.957162700, -0.956940336, -0.956717409, -0.956493919, -0.956269866, -0.956045251, -0.955820074, -0.955594334, -0.955368032, -0.955141168, -0.954913742, -0.954685755, -0.954457206, -0.954228095, -0.953998423, -0.953768190, -0.953537396, -0.953306040, -0.953074124, -0.952841648, -0.952608610, -0.952375013, -0.952140855, -0.951906137, -0.951670859, -0.951435021, -0.951198623, -0.950961666, -0.950724150, -0.950486074, -0.950247439, -0.950008245, -0.949768492, -0.949528181, -0.949287310, -0.949045882, -0.948803895, -0.948561350, -0.948318247, -0.948074586, -0.947830367, -0.947585591, -0.947340257, -0.947094366, -0.946847918, -0.946600913, -0.946353351, -0.946105232, -0.945856557, -0.945607325, -0.945357537, -0.945107193, -0.944856293, -0.944604837, -0.944352826, -0.944100258, -0.943847136, -0.943593458, -0.943339225, -0.943084437, -0.942829095, -0.942573198, -0.942316746, -0.942059740, -0.941802179, -0.941544065, -0.941285397, -0.941026175, -0.940766400, -0.940506071, -0.940245188, -0.939983753, -0.939721765, -0.939459224, -0.939196130, -0.938932484, -0.938668285, -0.938403534, -0.938138231, -0.937872376, -0.937605970, -0.937339012, -0.937071502, -0.936803442, -0.936534830, -0.936265667, -0.935995954, -0.935725689, -0.935454875, -0.935183510, -0.934911595, -0.934639130, -0.934366115, -0.934092550, -0.933818436, -0.933543773, -0.933268560, -0.932992799, -0.932716488, -0.932439629, -0.932162222, -0.931884266, -0.931605761, -0.931326709, -0.931047109, -0.930766961, -0.930486266, -0.930205023, -0.929923233, -0.929640896, -0.929358012, -0.929074581, -0.928790604, -0.928506080, -0.928221011, -0.927935395, -0.927649233, -0.927362526, -0.927075273, -0.926787474, -0.926499131, -0.926210242, -0.925920809, -0.925630831, -0.925340308, -0.925049241, -0.924757630, -0.924465474, -0.924172775, -0.923879533, -0.923585746, -0.923291417, -0.922996544, -0.922701128, -0.922405170, -0.922108669, -0.921811625, -0.921514039, -0.921215911, -0.920917242, -0.920618030, -0.920318277, -0.920017982, -0.919717146, -0.919415769, -0.919113852, -0.918811393, -0.918508394, -0.918204855, -0.917900776, -0.917596156, -0.917290997, -0.916985298, -0.916679060, -0.916372282, -0.916064966, -0.915757110, -0.915448716, -0.915139783, -0.914830312, -0.914520303, -0.914209756, -0.913898671, -0.913587048, -0.913274888, -0.912962190, -0.912648956, -0.912335185, -0.912020877, -0.911706032, -0.911390651, -0.911074734, -0.910758281, -0.910441292, -0.910123768, -0.909805708, -0.909487113, -0.909167983, -0.908848318, -0.908528119, -0.908207385, -0.907886116, -0.907564314, -0.907241978, -0.906919108, -0.906595705, -0.906271768, -0.905947298, -0.905622295, -0.905296759, -0.904970691, -0.904644091, -0.904316958, -0.903989293, -0.903661097, -0.903332368, -0.903003109, -0.902673318, -0.902342996, -0.902012144, -0.901680761, -0.901348847, -0.901016403, -0.900683429, -0.900349925, -0.900015892, -0.899681329, -0.899346237, -0.899010616, -0.898674466, -0.898337787, -0.898000580, -0.897662844, -0.897324581, -0.896985789, -0.896646470, -0.896306624, -0.895966250, -0.895625349, -0.895283921, -0.894941967, -0.894599486, -0.894256478, -0.893912945, -0.893568886, -0.893224301, -0.892879191, -0.892533555, -0.892187395, -0.891840709, -0.891493499, -0.891145765, -0.890797506, -0.890448723, -0.890099417, -0.889749586, -0.889399233, -0.889048356, -0.888696956, -0.888345033, -0.887992588, -0.887639620, -0.887286131, -0.886932119, -0.886577585, -0.886222530, -0.885866954, -0.885510856, -0.885154238, -0.884797098, -0.884439439, -0.884081259, -0.883722559, -0.883363339, -0.883003599, -0.882643340, -0.882282562, -0.881921264, -0.881559448, -0.881197113, -0.880834260, -0.880470889, -0.880107000, -0.879742593, -0.879377668, -0.879012226, -0.878646267, -0.878279792, -0.877912799, -0.877545290, -0.877177265, -0.876808724, -0.876439667, -0.876070094, -0.875700006, -0.875329403, -0.874958285, -0.874586652, -0.874214505, -0.873841843, -0.873468668, -0.873094978, -0.872720775, -0.872346059, -0.871970829, -0.871595087, -0.871218831, -0.870842063, -0.870464783, -0.870086991, -0.869708687, -0.869329871, -0.868950544, -0.868570706, -0.868190357, -0.867809497, -0.867428126, -0.867046246, -0.866663855, -0.866280954, -0.865897544, -0.865513624, -0.865129195, -0.864744258, -0.864358811, -0.863972856, -0.863586393, -0.863199422, -0.862811943, -0.862423956, -0.862035462, -0.861646461, -0.861256953, -0.860866939, -0.860476418, -0.860085390, -0.859693857, -0.859301818, -0.858909274, -0.858516224, -0.858122670, -0.857728610, -0.857334046, -0.856938977, -0.856543405, -0.856147328, -0.855750748, -0.855353665, -0.854956078, -0.854557988, -0.854159396, -0.853760301, -0.853360704, -0.852960605, -0.852560004, -0.852158902, -0.851757298, -0.851355193, -0.850952587, -0.850549481, -0.850145875, -0.849741768, -0.849337161, -0.848932055, -0.848526450, -0.848120345, -0.847713741, -0.847306639, -0.846899038, -0.846490939, -0.846082342, -0.845673247, -0.845263655, -0.844853565, -0.844442979, -0.844031895, -0.843620316, -0.843208240, -0.842795668, -0.842382600, -0.841969036, -0.841554977, -0.841140424, -0.840725375, -0.840309832, -0.839893794, -0.839477263, -0.839060237, -0.838642718, -0.838224706, -0.837806200, -0.837387202, -0.836967711, -0.836547727, -0.836127252, -0.835706284, -0.835284825, -0.834862875, -0.834440433, -0.834017501, -0.833594078, -0.833170165, -0.832745761, -0.832320868, -0.831895485, -0.831469612, -0.831043251, -0.830616400, -0.830189061, -0.829761234, -0.829332918, -0.828904115, -0.828474824, -0.828045045, -0.827614780, -0.827184027, -0.826752788, -0.826321063, -0.825888851, -0.825456154, -0.825022971, -0.824589303, -0.824155149, -0.823720511, -0.823285388, -0.822849781, -0.822413690, -0.821977115, -0.821540057, -0.821102515, -0.820664490, -0.820225983, -0.819786992, -0.819347520, -0.818907566, -0.818467130, -0.818026212, -0.817584813, -0.817142933, -0.816700573, -0.816257732, -0.815814411, -0.815370610, -0.814926329, -0.814481569, -0.814036330, -0.813590612, -0.813144415, -0.812697740, -0.812250587, -0.811802956, -0.811354847, -0.810906261, -0.810457198, -0.810007659, -0.809557642, -0.809107150, -0.808656182, -0.808204737, -0.807752818, -0.807300423, -0.806847554, -0.806394209, -0.805940391, -0.805486098, -0.805031331, -0.804576091, -0.804120377, -0.803664191, -0.803207531, -0.802750400, -0.802292796, -0.801834719, -0.801376172, -0.800917153, -0.800457662, -0.799997701, -0.799537269, -0.799076367, -0.798614995, -0.798153153, -0.797690841, -0.797228060, -0.796764810, -0.796301092, -0.795836905, -0.795372249, -0.794907126, -0.794441536, -0.793975478, -0.793508952, -0.793041960, -0.792574502, -0.792106577, -0.791638187, -0.791169330, -0.790700008, -0.790230221, -0.789759970, -0.789289253, -0.788818072, -0.788346428, -0.787874319, -0.787401747, -0.786928712, -0.786455214, -0.785981253, -0.785506830, -0.785031944, -0.784556597, -0.784080789, -0.783604519, -0.783127788, -0.782650596, -0.782172944, -0.781694832, -0.781216260, -0.780737229, -0.780257738, -0.779777788, -0.779297379, -0.778816512, -0.778335187, -0.777853404, -0.777371164, -0.776888466, -0.776405311, -0.775921699, -0.775437631, -0.774953107, -0.774468126, -0.773982691, -0.773496799, -0.773010453, -0.772523652, -0.772036397, -0.771548688, -0.771060524, -0.770571907, -0.770082837, -0.769593314, -0.769103338, -0.768612909, -0.768122029, -0.767630696, -0.767138912, -0.766646677, -0.766153990, -0.765660853, -0.765167266, -0.764673228, -0.764178741, -0.763683804, -0.763188417, -0.762692582, -0.762196298, -0.761699566, -0.761202385, -0.760704757, -0.760206682, -0.759708159, -0.759209189, -0.758709773, -0.758209910, -0.757709601, -0.757208847, -0.756707647, -0.756206001, -0.755703911, -0.755201377, -0.754698398, -0.754194975, -0.753691109, -0.753186799, -0.752682046, -0.752176850, -0.751671212, -0.751165132, -0.750658610, -0.750151646, -0.749644241, -0.749136395, -0.748628108, -0.748119380, -0.747610213, -0.747100606, -0.746590559, -0.746080074, -0.745569149, -0.745057785, -0.744545984, -0.744033744, -0.743521067, -0.743007952, -0.742494400, -0.741980412, -0.741465987, -0.740951125, -0.740435828, -0.739920095, -0.739403927, -0.738887324, -0.738370287, -0.737852815, -0.737334909, -0.736816569, -0.736297796, -0.735778589, -0.735258950, -0.734738878, -0.734218374, -0.733697438, -0.733176071, -0.732654272, -0.732132042, -0.731609381, -0.731086290, -0.730562769, -0.730038818, -0.729514438, -0.728989629, -0.728464390, -0.727938724, -0.727412629, -0.726886106, -0.726359155, -0.725831777, -0.725303972, -0.724775741, -0.724247083, -0.723717999, -0.723188489, -0.722658554, -0.722128194, -0.721597409, -0.721066199, -0.720534566, -0.720002508, -0.719470027, -0.718937122, -0.718403795, -0.717870045, -0.717335873, -0.716801279, -0.716266263, -0.715730825, -0.715194967, -0.714658688, -0.714121988, -0.713584869, -0.713047329, -0.712509371, -0.711970993, -0.711432196, -0.710892980, -0.710353347, -0.709813295, -0.709272826, -0.708731940, -0.708190637, -0.707648917, -0.707106781, -0.706564229, -0.706021261, -0.705477878, -0.704934080, -0.704389868, -0.703845241, -0.703300199, -0.702754744, -0.702208876, -0.701662595, -0.701115901, -0.700568794, -0.700021275, -0.699473345, -0.698925003, -0.698376249, -0.697827085, -0.697277511, -0.696727526, -0.696177131, -0.695626327, -0.695075114, -0.694523492, -0.693971461, -0.693419022, -0.692866175, -0.692312920, -0.691759258, -0.691205190, -0.690650714, -0.690095832, -0.689540545, -0.688984851, -0.688428753, -0.687872249, -0.687315341, -0.686758028, -0.686200312, -0.685642191, -0.685083668, -0.684524741, -0.683965412, -0.683405680, -0.682845546, -0.682285011, -0.681724074, -0.681162736, -0.680600998, -0.680038859, -0.679476320, -0.678913381, -0.678350043, -0.677786306, -0.677222170, -0.676657636, -0.676092704, -0.675527374, -0.674961646, -0.674395522, -0.673829000, -0.673262083, -0.672694769, -0.672127060, -0.671558955, -0.670990455, -0.670421560, -0.669852271, -0.669282588, -0.668712512, -0.668142041, -0.667571178, -0.666999922, -0.666428274, -0.665856234, -0.665283802, -0.664710978, -0.664137764, -0.663564159, -0.662990163, -0.662415778, -0.661841002, -0.661265838, -0.660690284, -0.660114342, -0.659538012, -0.658961293, -0.658384187, -0.657806693, -0.657228813, -0.656650546, -0.656071892, -0.655492853, -0.654913428, -0.654333618, -0.653753423, -0.653172843, -0.652591879, -0.652010531, -0.651428800, -0.650846685, -0.650264187, -0.649681307, -0.649098045, -0.648514401, -0.647930375, -0.647345969, -0.646761181, -0.646176013, -0.645590465, -0.645004537, -0.644418229, -0.643831543, -0.643244478, -0.642657034, -0.642069212, -0.641481013, -0.640892436, -0.640303482, -0.639714152, -0.639124445, -0.638534362, -0.637943904, -0.637353070, -0.636761861, -0.636170278, -0.635578320, -0.634985989, -0.634393284, -0.633800206, -0.633206755, -0.632612932, -0.632018736, -0.631424169, -0.630829230, -0.630233920, -0.629638239, -0.629042188, -0.628445767, -0.627848976, -0.627251815, -0.626654286, -0.626056388, -0.625458122, -0.624859488, -0.624260486, -0.623661118, -0.623061382, -0.622461279, -0.621860811, -0.621259977, -0.620658777, -0.620057212, -0.619455282, -0.618852988, -0.618250330, -0.617647308, -0.617043923, -0.616440175, -0.615836064, -0.615231591, -0.614626756, -0.614021559, -0.613416001, -0.612810082, -0.612203803, -0.611597164, -0.610990165, -0.610382806, -0.609775089, -0.609167012, -0.608558578, -0.607949785, -0.607340635, -0.606731127, -0.606121263, -0.605511041, -0.604900464, -0.604289531, -0.603678242, -0.603066599, -0.602454600, -0.601842247, -0.601229540, -0.600616479, -0.600003065, -0.599389298, -0.598775179, -0.598160707, -0.597545883, -0.596930708, -0.596315182, -0.595699304, -0.595083077, -0.594466499, -0.593849572, -0.593232295, -0.592614669, -0.591996695, -0.591378372, -0.590759702, -0.590140684, -0.589521319, -0.588901607, -0.588281548, -0.587661144, -0.587040394, -0.586419298, -0.585797857, -0.585176072, -0.584553943, -0.583931470, -0.583308653, -0.582685493, -0.582061990, -0.581438145, -0.580813958, -0.580189429, -0.579564559, -0.578939348, -0.578313796, -0.577687905, -0.577061673, -0.576435102, -0.575808191, -0.575180942, -0.574553355, -0.573925430, -0.573297167, -0.572668566, -0.572039629, -0.571410356, -0.570780746, -0.570150800, -0.569520519, -0.568889903, -0.568258953, -0.567627668, -0.566996049, -0.566364096, -0.565731811, -0.565099192, -0.564466242, -0.563832959, -0.563199344, -0.562565398, -0.561931121, -0.561296514, -0.560661576, -0.560026309, -0.559390712, -0.558754786, -0.558118531, -0.557481948, -0.556845037, -0.556207799, -0.555570233, -0.554932340, -0.554294121, -0.553655576, -0.553016706, -0.552377509, -0.551737988, -0.551098143, -0.550457973, -0.549817479, -0.549176662, -0.548535522, -0.547894059, -0.547252274, -0.546610167, -0.545967738, -0.545324988, -0.544681918, -0.544038527, -0.543394816, -0.542750785, -0.542106435, -0.541461766, -0.540816778, -0.540171473, -0.539525849, -0.538879909, -0.538233651, -0.537587076, -0.536940186, -0.536292979, -0.535645457, -0.534997620, -0.534349468, -0.533701002, -0.533052222, -0.532403128, -0.531753721, -0.531104001, -0.530453969, -0.529803625, -0.529152969, -0.528502002, -0.527850723, -0.527199135, -0.526547236, -0.525895027, -0.525242510, -0.524589683, -0.523936547, -0.523283103, -0.522629352, -0.521975293, -0.521320927, -0.520666254, -0.520011275, -0.519355990, -0.518700400, -0.518044504, -0.517388304, -0.516731799, -0.516074990, -0.515417878, -0.514760463, -0.514102744, -0.513444723, -0.512786401, -0.512127776, -0.511468850, -0.510809624, -0.510150097, -0.509490269, -0.508830143, -0.508169716, -0.507508991, -0.506847967, -0.506186645, -0.505525026, -0.504863109, -0.504200894, -0.503538384, -0.502875577, -0.502212474, -0.501549076, -0.500885383, -0.500221395, -0.499557113, -0.498892537, -0.498227667, -0.497562504, -0.496897049, -0.496231301, -0.495565262, -0.494898931, -0.494232309, -0.493565396, -0.492898192, -0.492230699, -0.491562916, -0.490894844, -0.490226483, -0.489557834, -0.488888897, -0.488219672, -0.487550160, -0.486880361, -0.486210276, -0.485539905, -0.484869248, -0.484198306, -0.483527079, -0.482855568, -0.482183772, -0.481511693, -0.480839331, -0.480166685, -0.479493758, -0.478820548, -0.478147056, -0.477473284, -0.476799230, -0.476124896, -0.475450282, -0.474775388, -0.474100215, -0.473424763, -0.472749032, -0.472073023, -0.471396737, -0.470720173, -0.470043332, -0.469366215, -0.468688822, -0.468011153, -0.467333209, -0.466654990, -0.465976496, -0.465297728, -0.464618686, -0.463939371, -0.463259784, -0.462579923, -0.461899791, -0.461219386, -0.460538711, -0.459857765, -0.459176548, -0.458495060, -0.457813304, -0.457131277, -0.456448982, -0.455766419, -0.455083587, -0.454400488, -0.453717121, -0.453033487, -0.452349587, -0.451665421, -0.450980989, -0.450296292, -0.449611330, -0.448926103, -0.448240612, -0.447554858, -0.446868840, -0.446182560, -0.445496017, -0.444809211, -0.444122145, -0.443434816, -0.442747228, -0.442059378, -0.441371269, -0.440682900, -0.439994271, -0.439305384, -0.438616239, -0.437926835, -0.437237174, -0.436547255, -0.435857080, -0.435166648, -0.434475961, -0.433785017, -0.433093819, -0.432402366, -0.431710658, -0.431018696, -0.430326481, -0.429634013, -0.428941292, -0.428248319, -0.427555093, -0.426861617, -0.426167889, -0.425473910, -0.424779681, -0.424085202, -0.423390474, -0.422695497, -0.422000271, -0.421304797, -0.420609074, -0.419913105, -0.419216888, -0.418520425, -0.417823716, -0.417126761, -0.416429560, -0.415732115, -0.415034424, -0.414336490, -0.413638312, -0.412939891, -0.412241227, -0.411542320, -0.410843171, -0.410143781, -0.409444149, -0.408744276, -0.408044163, -0.407343810, -0.406643217, -0.405942385, -0.405241314, -0.404540005, -0.403838458, -0.403136673, -0.402434651, -0.401732392, -0.401029897, -0.400327166, -0.399624200, -0.398920998, -0.398217562, -0.397513892, -0.396809987, -0.396105850, -0.395401479, -0.394696876, -0.393992040, -0.393286973, -0.392581674, -0.391876144, -0.391170384, -0.390464394, -0.389758174, -0.389051725, -0.388345047, -0.387638140, -0.386931006, -0.386223643, -0.385516054, -0.384808238, -0.384100195, -0.383391926, -0.382683432, -0.381974713, -0.381265769, -0.380556601, -0.379847209, -0.379137593, -0.378427755, -0.377717694, -0.377007410, -0.376296905, -0.375586178, -0.374875231, -0.374164063, -0.373452675, -0.372741067, -0.372029240, -0.371317194, -0.370604930, -0.369892447, -0.369179747, -0.368466830, -0.367753696, -0.367040346, -0.366326780, -0.365612998, -0.364899001, -0.364184790, -0.363470364, -0.362755724, -0.362040871, -0.361325806, -0.360610527, -0.359895037, -0.359179334, -0.358463421, -0.357747296, -0.357030961, -0.356314416, -0.355597662, -0.354880698, -0.354163525, -0.353446145, -0.352728556, -0.352010759, -0.351292756, -0.350574546, -0.349856130, -0.349137508, -0.348418680, -0.347699648, -0.346980411, -0.346260970, -0.345541325, -0.344821477, -0.344101426, -0.343381173, -0.342660717, -0.341940060, -0.341219202, -0.340498144, -0.339776884, -0.339055425, -0.338333767, -0.337611909, -0.336889853, -0.336167599, -0.335445147, -0.334722498, -0.333999651, -0.333276609, -0.332553370, -0.331829935, -0.331106306, -0.330382481, -0.329658463, -0.328934250, -0.328209844, -0.327485244, -0.326760452, -0.326035468, -0.325310292, -0.324584925, -0.323859367, -0.323133618, -0.322407679, -0.321681550, -0.320955232, -0.320228726, -0.319502031, -0.318775148, -0.318048077, -0.317320820, -0.316593376, -0.315865745, -0.315137929, -0.314409927, -0.313681740, -0.312953369, -0.312224814, -0.311496075, -0.310767153, -0.310038048, -0.309308760, -0.308579291, -0.307849640, -0.307119808, -0.306389795, -0.305659602, -0.304929230, -0.304198678, -0.303467947, -0.302737037, -0.302005949, -0.301274684, -0.300543241, -0.299811622, -0.299079826, -0.298347855, -0.297615707, -0.296883385, -0.296150888, -0.295418217, -0.294685372, -0.293952354, -0.293219163, -0.292485799, -0.291752263, -0.291018556, -0.290284677, -0.289550628, -0.288816408, -0.288082019, -0.287347460, -0.286612731, -0.285877835, -0.285142770, -0.284407537, -0.283672137, -0.282936570, -0.282200837, -0.281464938, -0.280728873, -0.279992643, -0.279256248, -0.278519689, -0.277782967, -0.277046080, -0.276309031, -0.275571819, -0.274834445, -0.274096910, -0.273359213, -0.272621355, -0.271883337, -0.271145160, -0.270406822, -0.269668326, -0.268929670, -0.268190857, -0.267451886, -0.266712757, -0.265973472, -0.265234030, -0.264494432, -0.263754679, -0.263014770, -0.262274707, -0.261534489, -0.260794118, -0.260053593, -0.259312915, -0.258572085, -0.257831102, -0.257089968, -0.256348682, -0.255607246, -0.254865660, -0.254123923, -0.253382037, -0.252640002, -0.251897818, -0.251155486, -0.250413007, -0.249670380, -0.248927606, -0.248184685, -0.247441619, -0.246698407, -0.245955050, -0.245211549, -0.244467903, -0.243724113, -0.242980180, -0.242236104, -0.241491885, -0.240747525, -0.240003022, -0.239258379, -0.238513595, -0.237768670, -0.237023606, -0.236278402, -0.235533059, -0.234787578, -0.234041959, -0.233296201, -0.232550307, -0.231804276, -0.231058108, -0.230311805, -0.229565366, -0.228818792, -0.228072083, -0.227325240, -0.226578264, -0.225831154, -0.225083911, -0.224336536, -0.223589029, -0.222841391, -0.222093621, -0.221345721, -0.220597690, -0.219849530, -0.219101240, -0.218352822, -0.217604275, -0.216855600, -0.216106797, -0.215357867, -0.214608811, -0.213859628, -0.213110320, -0.212360886, -0.211611327, -0.210861644, -0.210111837, -0.209361906, -0.208611852, -0.207861675, -0.207111376, -0.206360955, -0.205610413, -0.204859750, -0.204108966, -0.203358062, -0.202607039, -0.201855896, -0.201104635, -0.200353255, -0.199601758, -0.198850143, -0.198098411, -0.197346562, -0.196594598, -0.195842517, -0.195090322, -0.194338012, -0.193585587, -0.192833049, -0.192080397, -0.191327632, -0.190574755, -0.189821765, -0.189068664, -0.188315452, -0.187562129, -0.186808695, -0.186055152, -0.185301499, -0.184547737, -0.183793867, -0.183039888, -0.182285802, -0.181531608, -0.180777308, -0.180022901, -0.179268389, -0.178513771, -0.177759048, -0.177004220, -0.176249289, -0.175494253, -0.174739115, -0.173983873, -0.173228530, -0.172473084, -0.171717537, -0.170961889, -0.170206140, -0.169450291, -0.168694343, -0.167938295, -0.167182148, -0.166425904, -0.165669561, -0.164913120, -0.164156583, -0.163399949, -0.162643219, -0.161886394, -0.161129473, -0.160372457, -0.159615347, -0.158858143, -0.158100846, -0.157343456, -0.156585973, -0.155828398, -0.155070731, -0.154312973, -0.153555124, -0.152797185, -0.152039156, -0.151281038, -0.150522831, -0.149764535, -0.149006151, -0.148247679, -0.147489120, -0.146730474, -0.145971742, -0.145212925, -0.144454021, -0.143695033, -0.142935960, -0.142176804, -0.141417563, -0.140658239, -0.139898833, -0.139139344, -0.138379774, -0.137620122, -0.136860389, -0.136100575, -0.135340682, -0.134580709, -0.133820656, -0.133060525, -0.132300316, -0.131540029, -0.130779664, -0.130019223, -0.129258705, -0.128498111, -0.127737441, -0.126976696, -0.126215877, -0.125454983, -0.124694016, -0.123932975, -0.123171861, -0.122410675, -0.121649417, -0.120888087, -0.120126686, -0.119365215, -0.118603673, -0.117842062, -0.117080381, -0.116318631, -0.115556813, -0.114794927, -0.114032973, -0.113270952, -0.112508865, -0.111746711, -0.110984492, -0.110222207, -0.109459858, -0.108697444, -0.107934966, -0.107172425, -0.106409821, -0.105647154, -0.104884425, -0.104121634, -0.103358782, -0.102595869, -0.101832896, -0.101069863, -0.100306770, -0.099543619, -0.098780409, -0.098017140, -0.097253814, -0.096490431, -0.095726992, -0.094963495, -0.094199943, -0.093436336, -0.092672673, -0.091908956, -0.091145185, -0.090381361, -0.089617483, -0.088853553, -0.088089570, -0.087325535, -0.086561449, -0.085797312, -0.085033125, -0.084268888, -0.083504601, -0.082740265, -0.081975880, -0.081211447, -0.080446966, -0.079682438, -0.078917863, -0.078153242, -0.077388574, -0.076623861, -0.075859103, -0.075094301, -0.074329454, -0.073564564, -0.072799630, -0.072034653, -0.071269634, -0.070504573, -0.069739471, -0.068974328, -0.068209144, -0.067443920, -0.066678656, -0.065913353, -0.065148011, -0.064382631, -0.063617213, -0.062851758, -0.062086265, -0.061320736, -0.060555171, -0.059789571, -0.059023935, -0.058258265, -0.057492560, -0.056726821, -0.055961049, -0.055195244, -0.054429407, -0.053663538, -0.052897637, -0.052131705, -0.051365742, -0.050599749, -0.049833726, -0.049067674, -0.048301593, -0.047535484, -0.046769347, -0.046003182, -0.045236990, -0.044470772, -0.043704527, -0.042938257, -0.042171961, -0.041405641, -0.040639296, -0.039872928, -0.039106535, -0.038340120, -0.037573683, -0.036807223, -0.036040742, -0.035274239, -0.034507716, -0.033741172, -0.032974608, -0.032208025, -0.031441424, -0.030674803, -0.029908165, -0.029141509, -0.028374836, -0.027608146, -0.026841440, -0.026074718, -0.025307981, -0.024541229, -0.023774462, -0.023007681, -0.022240887, -0.021474080, -0.020707261, -0.019940429, -0.019173585, -0.018406730, -0.017639864, -0.016872988, -0.016106102, -0.015339206, -0.014572302, -0.013805389, -0.013038467, -0.012271538, -0.011504602, -0.010737659, -0.009970710, -0.009203755, -0.008436794, -0.007669829, -0.006902859, -0.006135885, -0.005368907, -0.004601926, -0.003834943, -0.003067957, -0.002300969, -0.001533980, -0.000766990, }; // END of _fastangle_sin_table_13[8192] static const int _fastangle_asin_table_13[8192] = { -2047, -2018, -2006, -1997, -1989, -1983, -1976, -1971, -1965, -1961, -1956, -1951, -1947, -1943, -1939, -1935, -1932, -1928, -1925, -1921, -1918, -1915, -1912, -1909, -1906, -1903, -1900, -1897, -1894, -1892, -1889, -1886, -1884, -1881, -1879, -1876, -1874, -1872, -1869, -1867, -1865, -1862, -1860, -1858, -1856, -1854, -1851, -1849, -1847, -1845, -1843, -1841, -1839, -1837, -1835, -1833, -1831, -1829, -1827, -1825, -1824, -1822, -1820, -1818, -1816, -1814, -1813, -1811, -1809, -1807, -1806, -1804, -1802, -1800, -1799, -1797, -1795, -1794, -1792, -1791, -1789, -1787, -1786, -1784, -1782, -1781, -1779, -1778, -1776, -1775, -1773, -1772, -1770, -1769, -1767, -1766, -1764, -1763, -1761, -1760, -1758, -1757, -1755, -1754, -1753, -1751, -1750, -1748, -1747, -1746, -1744, -1743, -1741, -1740, -1739, -1737, -1736, -1735, -1733, -1732, -1731, -1729, -1728, -1727, -1725, -1724, -1723, -1721, -1720, -1719, -1718, -1716, -1715, -1714, -1713, -1711, -1710, -1709, -1708, -1706, -1705, -1704, -1703, -1701, -1700, -1699, -1698, -1697, -1695, -1694, -1693, -1692, -1691, -1689, -1688, -1687, -1686, -1685, -1684, -1683, -1681, -1680, -1679, -1678, -1677, -1676, -1675, -1673, -1672, -1671, -1670, -1669, -1668, -1667, -1666, -1664, -1663, -1662, -1661, -1660, -1659, -1658, -1657, -1656, -1655, -1654, -1653, -1651, -1650, -1649, -1648, -1647, -1646, -1645, -1644, -1643, -1642, -1641, -1640, -1639, -1638, -1637, -1636, -1635, -1634, -1633, -1632, -1631, -1630, -1629, -1628, -1627, -1626, -1625, -1624, -1623, -1622, -1621, -1620, -1619, -1618, -1617, -1616, -1615, -1614, -1613, -1612, -1611, -1610, -1609, -1608, -1607, -1606, -1605, -1604, -1603, -1602, -1601, -1600, -1599, -1598, -1597, -1597, -1596, -1595, -1594, -1593, -1592, -1591, -1590, -1589, -1588, -1587, -1586, -1585, -1584, -1584, -1583, -1582, -1581, -1580, -1579, -1578, -1577, -1576, -1575, -1575, -1574, -1573, -1572, -1571, -1570, -1569, -1568, -1567, -1566, -1566, -1565, -1564, -1563, -1562, -1561, -1560, -1559, -1559, -1558, -1557, -1556, -1555, -1554, -1553, -1553, -1552, -1551, -1550, -1549, -1548, -1547, -1547, -1546, -1545, -1544, -1543, -1542, -1541, -1541, -1540, -1539, -1538, -1537, -1536, -1536, -1535, -1534, -1533, -1532, -1531, -1531, -1530, -1529, -1528, -1527, -1527, -1526, -1525, -1524, -1523, -1522, -1522, -1521, -1520, -1519, -1518, -1518, -1517, -1516, -1515, -1514, -1514, -1513, -1512, -1511, -1510, -1510, -1509, -1508, -1507, -1506, -1506, -1505, -1504, -1503, -1502, -1502, -1501, -1500, -1499, -1499, -1498, -1497, -1496, -1495, -1495, -1494, -1493, -1492, -1492, -1491, -1490, -1489, -1489, -1488, -1487, -1486, -1485, -1485, -1484, -1483, -1482, -1482, -1481, -1480, -1479, -1479, -1478, -1477, -1476, -1476, -1475, -1474, -1473, -1473, -1472, -1471, -1470, -1470, -1469, -1468, -1467, -1467, -1466, -1465, -1464, -1464, -1463, -1462, -1462, -1461, -1460, -1459, -1459, -1458, -1457, -1456, -1456, -1455, -1454, -1454, -1453, -1452, -1451, -1451, -1450, -1449, -1448, -1448, -1447, -1446, -1446, -1445, -1444, -1443, -1443, -1442, -1441, -1441, -1440, -1439, -1439, -1438, -1437, -1436, -1436, -1435, -1434, -1434, -1433, -1432, -1431, -1431, -1430, -1429, -1429, -1428, -1427, -1427, -1426, -1425, -1425, -1424, -1423, -1422, -1422, -1421, -1420, -1420, -1419, -1418, -1418, -1417, -1416, -1416, -1415, -1414, -1414, -1413, -1412, -1411, -1411, -1410, -1409, -1409, -1408, -1407, -1407, -1406, -1405, -1405, -1404, -1403, -1403, -1402, -1401, -1401, -1400, -1399, -1399, -1398, -1397, -1397, -1396, -1395, -1395, -1394, -1393, -1393, -1392, -1391, -1391, -1390, -1389, -1389, -1388, -1387, -1387, -1386, -1385, -1385, -1384, -1383, -1383, -1382, -1382, -1381, -1380, -1380, -1379, -1378, -1378, -1377, -1376, -1376, -1375, -1374, -1374, -1373, -1372, -1372, -1371, -1371, -1370, -1369, -1369, -1368, -1367, -1367, -1366, -1365, -1365, -1364, -1364, -1363, -1362, -1362, -1361, -1360, -1360, -1359, -1358, -1358, -1357, -1357, -1356, -1355, -1355, -1354, -1353, -1353, -1352, -1352, -1351, -1350, -1350, -1349, -1348, -1348, -1347, -1347, -1346, -1345, -1345, -1344, -1343, -1343, -1342, -1342, -1341, -1340, -1340, -1339, -1338, -1338, -1337, -1337, -1336, -1335, -1335, -1334, -1334, -1333, -1332, -1332, -1331, -1331, -1330, -1329, -1329, -1328, -1327, -1327, -1326, -1326, -1325, -1324, -1324, -1323, -1323, -1322, -1321, -1321, -1320, -1320, -1319, -1318, -1318, -1317, -1317, -1316, -1315, -1315, -1314, -1314, -1313, -1312, -1312, -1311, -1311, -1310, -1309, -1309, -1308, -1308, -1307, -1306, -1306, -1305, -1305, -1304, -1304, -1303, -1302, -1302, -1301, -1301, -1300, -1299, -1299, -1298, -1298, -1297, -1296, -1296, -1295, -1295, -1294, -1294, -1293, -1292, -1292, -1291, -1291, -1290, -1290, -1289, -1288, -1288, -1287, -1287, -1286, -1285, -1285, -1284, -1284, -1283, -1283, -1282, -1281, -1281, -1280, -1280, -1279, -1279, -1278, -1277, -1277, -1276, -1276, -1275, -1275, -1274, -1273, -1273, -1272, -1272, -1271, -1271, -1270, -1269, -1269, -1268, -1268, -1267, -1267, -1266, -1265, -1265, -1264, -1264, -1263, -1263, -1262, -1262, -1261, -1260, -1260, -1259, -1259, -1258, -1258, -1257, -1256, -1256, -1255, -1255, -1254, -1254, -1253, -1253, -1252, -1251, -1251, -1250, -1250, -1249, -1249, -1248, -1248, -1247, -1246, -1246, -1245, -1245, -1244, -1244, -1243, -1243, -1242, -1242, -1241, -1240, -1240, -1239, -1239, -1238, -1238, -1237, -1237, -1236, -1236, -1235, -1234, -1234, -1233, -1233, -1232, -1232, -1231, -1231, -1230, -1230, -1229, -1228, -1228, -1227, -1227, -1226, -1226, -1225, -1225, -1224, -1224, -1223, -1222, -1222, -1221, -1221, -1220, -1220, -1219, -1219, -1218, -1218, -1217, -1217, -1216, -1216, -1215, -1214, -1214, -1213, -1213, -1212, -1212, -1211, -1211, -1210, -1210, -1209, -1209, -1208, -1208, -1207, -1206, -1206, -1205, -1205, -1204, -1204, -1203, -1203, -1202, -1202, -1201, -1201, -1200, -1200, -1199, -1199, -1198, -1198, -1197, -1196, -1196, -1195, -1195, -1194, -1194, -1193, -1193, -1192, -1192, -1191, -1191, -1190, -1190, -1189, -1189, -1188, -1188, -1187, -1187, -1186, -1186, -1185, -1184, -1184, -1183, -1183, -1182, -1182, -1181, -1181, -1180, -1180, -1179, -1179, -1178, -1178, -1177, -1177, -1176, -1176, -1175, -1175, -1174, -1174, -1173, -1173, -1172, -1172, -1171, -1171, -1170, -1170, -1169, -1169, -1168, -1168, -1167, -1166, -1166, -1165, -1165, -1164, -1164, -1163, -1163, -1162, -1162, -1161, -1161, -1160, -1160, -1159, -1159, -1158, -1158, -1157, -1157, -1156, -1156, -1155, -1155, -1154, -1154, -1153, -1153, -1152, -1152, -1151, -1151, -1150, -1150, -1149, -1149, -1148, -1148, -1147, -1147, -1146, -1146, -1145, -1145, -1144, -1144, -1143, -1143, -1142, -1142, -1141, -1141, -1140, -1140, -1139, -1139, -1138, -1138, -1137, -1137, -1136, -1136, -1135, -1135, -1134, -1134, -1133, -1133, -1132, -1132, -1131, -1131, -1130, -1130, -1129, -1129, -1128, -1128, -1127, -1127, -1127, -1126, -1126, -1125, -1125, -1124, -1124, -1123, -1123, -1122, -1122, -1121, -1121, -1120, -1120, -1119, -1119, -1118, -1118, -1117, -1117, -1116, -1116, -1115, -1115, -1114, -1114, -1113, -1113, -1112, -1112, -1111, -1111, -1110, -1110, -1109, -1109, -1108, -1108, -1108, -1107, -1107, -1106, -1106, -1105, -1105, -1104, -1104, -1103, -1103, -1102, -1102, -1101, -1101, -1100, -1100, -1099, -1099, -1098, -1098, -1097, -1097, -1096, -1096, -1096, -1095, -1095, -1094, -1094, -1093, -1093, -1092, -1092, -1091, -1091, -1090, -1090, -1089, -1089, -1088, -1088, -1087, -1087, -1086, -1086, -1086, -1085, -1085, -1084, -1084, -1083, -1083, -1082, -1082, -1081, -1081, -1080, -1080, -1079, -1079, -1078, -1078, -1078, -1077, -1077, -1076, -1076, -1075, -1075, -1074, -1074, -1073, -1073, -1072, -1072, -1071, -1071, -1070, -1070, -1070, -1069, -1069, -1068, -1068, -1067, -1067, -1066, -1066, -1065, -1065, -1064, -1064, -1063, -1063, -1063, -1062, -1062, -1061, -1061, -1060, -1060, -1059, -1059, -1058, -1058, -1057, -1057, -1057, -1056, -1056, -1055, -1055, -1054, -1054, -1053, -1053, -1052, -1052, -1051, -1051, -1051, -1050, -1050, -1049, -1049, -1048, -1048, -1047, -1047, -1046, -1046, -1046, -1045, -1045, -1044, -1044, -1043, -1043, -1042, -1042, -1041, -1041, -1040, -1040, -1040, -1039, -1039, -1038, -1038, -1037, -1037, -1036, -1036, -1035, -1035, -1035, -1034, -1034, -1033, -1033, -1032, -1032, -1031, -1031, -1030, -1030, -1030, -1029, -1029, -1028, -1028, -1027, -1027, -1026, -1026, -1025, -1025, -1025, -1024, -1024, -1023, -1023, -1022, -1022, -1021, -1021, -1021, -1020, -1020, -1019, -1019, -1018, -1018, -1017, -1017, -1017, -1016, -1016, -1015, -1015, -1014, -1014, -1013, -1013, -1012, -1012, -1012, -1011, -1011, -1010, -1010, -1009, -1009, -1008, -1008, -1008, -1007, -1007, -1006, -1006, -1005, -1005, -1004, -1004, -1004, -1003, -1003, -1002, -1002, -1001, -1001, -1000, -1000, -1000, -999, -999, -998, -998, -997, -997, -996, -996, -996, -995, -995, -994, -994, -993, -993, -993, -992, -992, -991, -991, -990, -990, -989, -989, -989, -988, -988, -987, -987, -986, -986, -986, -985, -985, -984, -984, -983, -983, -982, -982, -982, -981, -981, -980, -980, -979, -979, -979, -978, -978, -977, -977, -976, -976, -975, -975, -975, -974, -974, -973, -973, -972, -972, -972, -971, -971, -970, -970, -969, -969, -969, -968, -968, -967, -967, -966, -966, -966, -965, -965, -964, -964, -963, -963, -962, -962, -962, -961, -961, -960, -960, -959, -959, -959, -958, -958, -957, -957, -956, -956, -956, -955, -955, -954, -954, -953, -953, -953, -952, -952, -951, -951, -950, -950, -950, -949, -949, -948, -948, -948, -947, -947, -946, -946, -945, -945, -945, -944, -944, -943, -943, -942, -942, -942, -941, -941, -940, -940, -939, -939, -939, -938, -938, -937, -937, -936, -936, -936, -935, -935, -934, -934, -934, -933, -933, -932, -932, -931, -931, -931, -930, -930, -929, -929, -928, -928, -928, -927, -927, -926, -926, -926, -925, -925, -924, -924, -923, -923, -923, -922, -922, -921, -921, -920, -920, -920, -919, -919, -918, -918, -918, -917, -917, -916, -916, -915, -915, -915, -914, -914, -913, -913, -913, -912, -912, -911, -911, -910, -910, -910, -909, -909, -908, -908, -908, -907, -907, -906, -906, -905, -905, -905, -904, -904, -903, -903, -903, -902, -902, -901, -901, -901, -900, -900, -899, -899, -898, -898, -898, -897, -897, -896, -896, -896, -895, -895, -894, -894, -893, -893, -893, -892, -892, -891, -891, -891, -890, -890, -889, -889, -889, -888, -888, -887, -887, -887, -886, -886, -885, -885, -884, -884, -884, -883, -883, -882, -882, -882, -881, -881, -880, -880, -880, -879, -879, -878, -878, -878, -877, -877, -876, -876, -875, -875, -875, -874, -874, -873, -873, -873, -872, -872, -871, -871, -871, -870, -870, -869, -869, -869, -868, -868, -867, -867, -867, -866, -866, -865, -865, -865, -864, -864, -863, -863, -863, -862, -862, -861, -861, -861, -860, -860, -859, -859, -858, -858, -858, -857, -857, -856, -856, -856, -855, -855, -854, -854, -854, -853, -853, -852, -852, -852, -851, -851, -850, -850, -850, -849, -849, -848, -848, -848, -847, -847, -846, -846, -846, -845, -845, -844, -844, -844, -843, -843, -842, -842, -842, -841, -841, -840, -840, -840, -839, -839, -838, -838, -838, -837, -837, -836, -836, -836, -835, -835, -834, -834, -834, -833, -833, -833, -832, -832, -831, -831, -831, -830, -830, -829, -829, -829, -828, -828, -827, -827, -827, -826, -826, -825, -825, -825, -824, -824, -823, -823, -823, -822, -822, -821, -821, -821, -820, -820, -819, -819, -819, -818, -818, -818, -817, -817, -816, -816, -816, -815, -815, -814, -814, -814, -813, -813, -812, -812, -812, -811, -811, -810, -810, -810, -809, -809, -808, -808, -808, -807, -807, -807, -806, -806, -805, -805, -805, -804, -804, -803, -803, -803, -802, -802, -801, -801, -801, -800, -800, -799, -799, -799, -798, -798, -798, -797, -797, -796, -796, -796, -795, -795, -794, -794, -794, -793, -793, -793, -792, -792, -791, -791, -791, -790, -790, -789, -789, -789, -788, -788, -787, -787, -787, -786, -786, -786, -785, -785, -784, -784, -784, -783, -783, -782, -782, -782, -781, -781, -781, -780, -780, -779, -779, -779, -778, -778, -777, -777, -777, -776, -776, -776, -775, -775, -774, -774, -774, -773, -773, -772, -772, -772, -771, -771, -771, -770, -770, -769, -769, -769, -768, -768, -767, -767, -767, -766, -766, -766, -765, -765, -764, -764, -764, -763, -763, -762, -762, -762, -761, -761, -761, -760, -760, -759, -759, -759, -758, -758, -758, -757, -757, -756, -756, -756, -755, -755, -754, -754, -754, -753, -753, -753, -752, -752, -751, -751, -751, -750, -750, -750, -749, -749, -748, -748, -748, -747, -747, -746, -746, -746, -745, -745, -745, -744, -744, -743, -743, -743, -742, -742, -742, -741, -741, -740, -740, -740, -739, -739, -739, -738, -738, -737, -737, -737, -736, -736, -736, -735, -735, -734, -734, -734, -733, -733, -733, -732, -732, -731, -731, -731, -730, -730, -730, -729, -729, -728, -728, -728, -727, -727, -727, -726, -726, -725, -725, -725, -724, -724, -724, -723, -723, -722, -722, -722, -721, -721, -721, -720, -720, -719, -719, -719, -718, -718, -718, -717, -717, -716, -716, -716, -715, -715, -715, -714, -714, -713, -713, -713, -712, -712, -712, -711, -711, -710, -710, -710, -709, -709, -709, -708, -708, -707, -707, -707, -706, -706, -706, -705, -705, -704, -704, -704, -703, -703, -703, -702, -702, -702, -701, -701, -700, -700, -700, -699, -699, -699, -698, -698, -697, -697, -697, -696, -696, -696, -695, -695, -694, -694, -694, -693, -693, -693, -692, -692, -692, -691, -691, -690, -690, -690, -689, -689, -689, -688, -688, -687, -687, -687, -686, -686, -686, -685, -685, -685, -684, -684, -683, -683, -683, -682, -682, -682, -681, -681, -680, -680, -680, -679, -679, -679, -678, -678, -678, -677, -677, -676, -676, -676, -675, -675, -675, -674, -674, -674, -673, -673, -672, -672, -672, -671, -671, -671, -670, -670, -669, -669, -669, -668, -668, -668, -667, -667, -667, -666, -666, -665, -665, -665, -664, -664, -664, -663, -663, -663, -662, -662, -661, -661, -661, -660, -660, -660, -659, -659, -659, -658, -658, -657, -657, -657, -656, -656, -656, -655, -655, -655, -654, -654, -653, -653, -653, -652, -652, -652, -651, -651, -651, -650, -650, -649, -649, -649, -648, -648, -648, -647, -647, -647, -646, -646, -645, -645, -645, -644, -644, -644, -643, -643, -643, -642, -642, -641, -641, -641, -640, -640, -640, -639, -639, -639, -638, -638, -638, -637, -637, -636, -636, -636, -635, -635, -635, -634, -634, -634, -633, -633, -632, -632, -632, -631, -631, -631, -630, -630, -630, -629, -629, -629, -628, -628, -627, -627, -627, -626, -626, -626, -625, -625, -625, -624, -624, -623, -623, -623, -622, -622, -622, -621, -621, -621, -620, -620, -620, -619, -619, -618, -618, -618, -617, -617, -617, -616, -616, -616, -615, -615, -615, -614, -614, -613, -613, -613, -612, -612, -612, -611, -611, -611, -610, -610, -610, -609, -609, -608, -608, -608, -607, -607, -607, -606, -606, -606, -605, -605, -605, -604, -604, -603, -603, -603, -602, -602, -602, -601, -601, -601, -600, -600, -600, -599, -599, -599, -598, -598, -597, -597, -597, -596, -596, -596, -595, -595, -595, -594, -594, -594, -593, -593, -592, -592, -592, -591, -591, -591, -590, -590, -590, -589, -589, -589, -588, -588, -588, -587, -587, -586, -586, -586, -585, -585, -585, -584, -584, -584, -583, -583, -583, -582, -582, -582, -581, -581, -580, -580, -580, -579, -579, -579, -578, -578, -578, -577, -577, -577, -576, -576, -576, -575, -575, -574, -574, -574, -573, -573, -573, -572, -572, -572, -571, -571, -571, -570, -570, -570, -569, -569, -568, -568, -568, -567, -567, -567, -566, -566, -566, -565, -565, -565, -564, -564, -564, -563, -563, -563, -562, -562, -561, -561, -561, -560, -560, -560, -559, -559, -559, -558, -558, -558, -557, -557, -557, -556, -556, -556, -555, -555, -554, -554, -554, -553, -553, -553, -552, -552, -552, -551, -551, -551, -550, -550, -550, -549, -549, -549, -548, -548, -547, -547, -547, -546, -546, -546, -545, -545, -545, -544, -544, -544, -543, -543, -543, -542, -542, -542, -541, -541, -541, -540, -540, -539, -539, -539, -538, -538, -538, -537, -537, -537, -536, -536, -536, -535, -535, -535, -534, -534, -534, -533, -533, -533, -532, -532, -531, -531, -531, -530, -530, -530, -529, -529, -529, -528, -528, -528, -527, -527, -527, -526, -526, -526, -525, -525, -525, -524, -524, -524, -523, -523, -522, -522, -522, -521, -521, -521, -520, -520, -520, -519, -519, -519, -518, -518, -518, -517, -517, -517, -516, -516, -516, -515, -515, -515, -514, -514, -513, -513, -513, -512, -512, -512, -511, -511, -511, -510, -510, -510, -509, -509, -509, -508, -508, -508, -507, -507, -507, -506, -506, -506, -505, -505, -505, -504, -504, -504, -503, -503, -502, -502, -502, -501, -501, -501, -500, -500, -500, -499, -499, -499, -498, -498, -498, -497, -497, -497, -496, -496, -496, -495, -495, -495, -494, -494, -494, -493, -493, -493, -492, -492, -491, -491, -491, -490, -490, -490, -489, -489, -489, -488, -488, -488, -487, -487, -487, -486, -486, -486, -485, -485, -485, -484, -484, -484, -483, -483, -483, -482, -482, -482, -481, -481, -481, -480, -480, -480, -479, -479, -479, -478, -478, -477, -477, -477, -476, -476, -476, -475, -475, -475, -474, -474, -474, -473, -473, -473, -472, -472, -472, -471, -471, -471, -470, -470, -470, -469, -469, -469, -468, -468, -468, -467, -467, -467, -466, -466, -466, -465, -465, -465, -464, -464, -464, -463, -463, -463, -462, -462, -461, -461, -461, -460, -460, -460, -459, -459, -459, -458, -458, -458, -457, -457, -457, -456, -456, -456, -455, -455, -455, -454, -454, -454, -453, -453, -453, -452, -452, -452, -451, -451, -451, -450, -450, -450, -449, -449, -449, -448, -448, -448, -447, -447, -447, -446, -446, -446, -445, -445, -445, -444, -444, -444, -443, -443, -443, -442, -442, -442, -441, -441, -441, -440, -440, -439, -439, -439, -438, -438, -438, -437, -437, -437, -436, -436, -436, -435, -435, -435, -434, -434, -434, -433, -433, -433, -432, -432, -432, -431, -431, -431, -430, -430, -430, -429, -429, -429, -428, -428, -428, -427, -427, -427, -426, -426, -426, -425, -425, -425, -424, -424, -424, -423, -423, -423, -422, -422, -422, -421, -421, -421, -420, -420, -420, -419, -419, -419, -418, -418, -418, -417, -417, -417, -416, -416, -416, -415, -415, -415, -414, -414, -414, -413, -413, -413, -412, -412, -412, -411, -411, -411, -410, -410, -410, -409, -409, -409, -408, -408, -408, -407, -407, -407, -406, -406, -406, -405, -405, -405, -404, -404, -404, -403, -403, -403, -402, -402, -402, -401, -401, -401, -400, -400, -400, -399, -399, -399, -398, -398, -398, -397, -397, -397, -396, -396, -396, -395, -395, -395, -394, -394, -394, -393, -393, -393, -392, -392, -392, -391, -391, -391, -390, -390, -390, -389, -389, -389, -388, -388, -388, -387, -387, -387, -386, -386, -386, -385, -385, -385, -384, -384, -384, -383, -383, -383, -382, -382, -382, -381, -381, -381, -380, -380, -380, -379, -379, -379, -378, -378, -378, -377, -377, -377, -376, -376, -376, -375, -375, -375, -374, -374, -374, -373, -373, -373, -372, -372, -372, -371, -371, -371, -370, -370, -370, -369, -369, -369, -368, -368, -368, -367, -367, -367, -366, -366, -366, -365, -365, -365, -364, -364, -364, -363, -363, -363, -362, -362, -362, -361, -361, -361, -360, -360, -360, -359, -359, -359, -358, -358, -358, -357, -357, -357, -356, -356, -356, -355, -355, -355, -354, -354, -354, -353, -353, -353, -352, -352, -352, -351, -351, -351, -350, -350, -350, -349, -349, -349, -348, -348, -348, -347, -347, -347, -346, -346, -346, -345, -345, -345, -344, -344, -344, -343, -343, -343, -342, -342, -342, -341, -341, -341, -341, -340, -340, -340, -339, -339, -339, -338, -338, -338, -337, -337, -337, -336, -336, -336, -335, -335, -335, -334, -334, -334, -333, -333, -333, -332, -332, -332, -331, -331, -331, -330, -330, -330, -329, -329, -329, -328, -328, -328, -327, -327, -327, -326, -326, -326, -325, -325, -325, -324, -324, -324, -323, -323, -323, -322, -322, -322, -321, -321, -321, -320, -320, -320, -319, -319, -319, -318, -318, -318, -317, -317, -317, -316, -316, -316, -316, -315, -315, -315, -314, -314, -314, -313, -313, -313, -312, -312, -312, -311, -311, -311, -310, -310, -310, -309, -309, -309, -308, -308, -308, -307, -307, -307, -306, -306, -306, -305, -305, -305, -304, -304, -304, -303, -303, -303, -302, -302, -302, -301, -301, -301, -300, -300, -300, -299, -299, -299, -298, -298, -298, -298, -297, -297, -297, -296, -296, -296, -295, -295, -295, -294, -294, -294, -293, -293, -293, -292, -292, -292, -291, -291, -291, -290, -290, -290, -289, -289, -289, -288, -288, -288, -287, -287, -287, -286, -286, -286, -285, -285, -285, -284, -284, -284, -283, -283, -283, -282, -282, -282, -282, -281, -281, -281, -280, -280, -280, -279, -279, -279, -278, -278, -278, -277, -277, -277, -276, -276, -276, -275, -275, -275, -274, -274, -274, -273, -273, -273, -272, -272, -272, -271, -271, -271, -270, -270, -270, -269, -269, -269, -268, -268, -268, -268, -267, -267, -267, -266, -266, -266, -265, -265, -265, -264, -264, -264, -263, -263, -263, -262, -262, -262, -261, -261, -261, -260, -260, -260, -259, -259, -259, -258, -258, -258, -257, -257, -257, -256, -256, -256, -255, -255, -255, -255, -254, -254, -254, -253, -253, -253, -252, -252, -252, -251, -251, -251, -250, -250, -250, -249, -249, -249, -248, -248, -248, -247, -247, -247, -246, -246, -246, -245, -245, -245, -244, -244, -244, -243, -243, -243, -243, -242, -242, -242, -241, -241, -241, -240, -240, -240, -239, -239, -239, -238, -238, -238, -237, -237, -237, -236, -236, -236, -235, -235, -235, -234, -234, -234, -233, -233, -233, -232, -232, -232, -232, -231, -231, -231, -230, -230, -230, -229, -229, -229, -228, -228, -228, -227, -227, -227, -226, -226, -226, -225, -225, -225, -224, -224, -224, -223, -223, -223, -222, -222, -222, -221, -221, -221, -221, -220, -220, -220, -219, -219, -219, -218, -218, -218, -217, -217, -217, -216, -216, -216, -215, -215, -215, -214, -214, -214, -213, -213, -213, -212, -212, -212, -211, -211, -211, -211, -210, -210, -210, -209, -209, -209, -208, -208, -208, -207, -207, -207, -206, -206, -206, -205, -205, -205, -204, -204, -204, -203, -203, -203, -202, -202, -202, -201, -201, -201, -201, -200, -200, -200, -199, -199, -199, -198, -198, -198, -197, -197, -197, -196, -196, -196, -195, -195, -195, -194, -194, -194, -193, -193, -193, -192, -192, -192, -192, -191, -191, -191, -190, -190, -190, -189, -189, -189, -188, -188, -188, -187, -187, -187, -186, -186, -186, -185, -185, -185, -184, -184, -184, -183, -183, -183, -182, -182, -182, -182, -181, -181, -181, -180, -180, -180, -179, -179, -179, -178, -178, -178, -177, -177, -177, -176, -176, -176, -175, -175, -175, -174, -174, -174, -173, -173, -173, -173, -172, -172, -172, -171, -171, -171, -170, -170, -170, -169, -169, -169, -168, -168, -168, -167, -167, -167, -166, -166, -166, -165, -165, -165, -165, -164, -164, -164, -163, -163, -163, -162, -162, -162, -161, -161, -161, -160, -160, -160, -159, -159, -159, -158, -158, -158, -157, -157, -157, -156, -156, -156, -156, -155, -155, -155, -154, -154, -154, -153, -153, -153, -152, -152, -152, -151, -151, -151, -150, -150, -150, -149, -149, -149, -148, -148, -148, -148, -147, -147, -147, -146, -146, -146, -145, -145, -145, -144, -144, -144, -143, -143, -143, -142, -142, -142, -141, -141, -141, -140, -140, -140, -140, -139, -139, -139, -138, -138, -138, -137, -137, -137, -136, -136, -136, -135, -135, -135, -134, -134, -134, -133, -133, -133, -132, -132, -132, -132, -131, -131, -131, -130, -130, -130, -129, -129, -129, -128, -128, -128, -127, -127, -127, -126, -126, -126, -125, -125, -125, -124, -124, -124, -124, -123, -123, -123, -122, -122, -122, -121, -121, -121, -120, -120, -120, -119, -119, -119, -118, -118, -118, -117, -117, -117, -116, -116, -116, -116, -115, -115, -115, -114, -114, -114, -113, -113, -113, -112, -112, -112, -111, -111, -111, -110, -110, -110, -109, -109, -109, -108, -108, -108, -108, -107, -107, -107, -106, -106, -106, -105, -105, -105, -104, -104, -104, -103, -103, -103, -102, -102, -102, -101, -101, -101, -100, -100, -100, -100, -99, -99, -99, -98, -98, -98, -97, -97, -97, -96, -96, -96, -95, -95, -95, -94, -94, -94, -93, -93, -93, -93, -92, -92, -92, -91, -91, -91, -90, -90, -90, -89, -89, -89, -88, -88, -88, -87, -87, -87, -86, -86, -86, -85, -85, -85, -85, -84, -84, -84, -83, -83, -83, -82, -82, -82, -81, -81, -81, -80, -80, -80, -79, -79, -79, -78, -78, -78, -78, -77, -77, -77, -76, -76, -76, -75, -75, -75, -74, -74, -74, -73, -73, -73, -72, -72, -72, -71, -71, -71, -71, -70, -70, -70, -69, -69, -69, -68, -68, -68, -67, -67, -67, -66, -66, -66, -65, -65, -65, -64, -64, -64, -63, -63, -63, -63, -62, -62, -62, -61, -61, -61, -60, -60, -60, -59, -59, -59, -58, -58, -58, -57, -57, -57, -56, -56, -56, -56, -55, -55, -55, -54, -54, -54, -53, -53, -53, -52, -52, -52, -51, -51, -51, -50, -50, -50, -49, -49, -49, -49, -48, -48, -48, -47, -47, -47, -46, -46, -46, -45, -45, -45, -44, -44, -44, -43, -43, -43, -42, -42, -42, -42, -41, -41, -41, -40, -40, -40, -39, -39, -39, -38, -38, -38, -37, -37, -37, -36, -36, -36, -35, -35, -35, -35, -34, -34, -34, -33, -33, -33, -32, -32, -32, -31, -31, -31, -30, -30, -30, -29, -29, -29, -28, -28, -28, -27, -27, -27, -27, -26, -26, -26, -25, -25, -25, -24, -24, -24, -23, -23, -23, -22, -22, -22, -21, -21, -21, -20, -20, -20, -20, -19, -19, -19, -18, -18, -18, -17, -17, -17, -16, -16, -16, -15, -15, -15, -14, -14, -14, -13, -13, -13, -13, -12, -12, -12, -11, -11, -11, -10, -10, -10, -9, -9, -9, -8, -8, -8, -7, -7, -7, -6, -6, -6, -6, -5, -5, -5, -4, -4, -4, -3, -3, -3, -2, -2, -2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 28, 29, 29, 29, 30, 30, 30, 31, 31, 31, 32, 32, 32, 33, 33, 33, 34, 34, 34, 35, 35, 35, 36, 36, 36, 36, 37, 37, 37, 38, 38, 38, 39, 39, 39, 40, 40, 40, 41, 41, 41, 42, 42, 42, 43, 43, 43, 43, 44, 44, 44, 45, 45, 45, 46, 46, 46, 47, 47, 47, 48, 48, 48, 49, 49, 49, 50, 50, 50, 50, 51, 51, 51, 52, 52, 52, 53, 53, 53, 54, 54, 54, 55, 55, 55, 56, 56, 56, 57, 57, 57, 57, 58, 58, 58, 59, 59, 59, 60, 60, 60, 61, 61, 61, 62, 62, 62, 63, 63, 63, 64, 64, 64, 64, 65, 65, 65, 66, 66, 66, 67, 67, 67, 68, 68, 68, 69, 69, 69, 70, 70, 70, 71, 71, 71, 72, 72, 72, 72, 73, 73, 73, 74, 74, 74, 75, 75, 75, 76, 76, 76, 77, 77, 77, 78, 78, 78, 79, 79, 79, 79, 80, 80, 80, 81, 81, 81, 82, 82, 82, 83, 83, 83, 84, 84, 84, 85, 85, 85, 86, 86, 86, 86, 87, 87, 87, 88, 88, 88, 89, 89, 89, 90, 90, 90, 91, 91, 91, 92, 92, 92, 93, 93, 93, 94, 94, 94, 94, 95, 95, 95, 96, 96, 96, 97, 97, 97, 98, 98, 98, 99, 99, 99, 100, 100, 100, 101, 101, 101, 101, 102, 102, 102, 103, 103, 103, 104, 104, 104, 105, 105, 105, 106, 106, 106, 107, 107, 107, 108, 108, 108, 109, 109, 109, 109, 110, 110, 110, 111, 111, 111, 112, 112, 112, 113, 113, 113, 114, 114, 114, 115, 115, 115, 116, 116, 116, 117, 117, 117, 117, 118, 118, 118, 119, 119, 119, 120, 120, 120, 121, 121, 121, 122, 122, 122, 123, 123, 123, 124, 124, 124, 125, 125, 125, 125, 126, 126, 126, 127, 127, 127, 128, 128, 128, 129, 129, 129, 130, 130, 130, 131, 131, 131, 132, 132, 132, 133, 133, 133, 133, 134, 134, 134, 135, 135, 135, 136, 136, 136, 137, 137, 137, 138, 138, 138, 139, 139, 139, 140, 140, 140, 141, 141, 141, 141, 142, 142, 142, 143, 143, 143, 144, 144, 144, 145, 145, 145, 146, 146, 146, 147, 147, 147, 148, 148, 148, 149, 149, 149, 149, 150, 150, 150, 151, 151, 151, 152, 152, 152, 153, 153, 153, 154, 154, 154, 155, 155, 155, 156, 156, 156, 157, 157, 157, 157, 158, 158, 158, 159, 159, 159, 160, 160, 160, 161, 161, 161, 162, 162, 162, 163, 163, 163, 164, 164, 164, 165, 165, 165, 166, 166, 166, 166, 167, 167, 167, 168, 168, 168, 169, 169, 169, 170, 170, 170, 171, 171, 171, 172, 172, 172, 173, 173, 173, 174, 174, 174, 174, 175, 175, 175, 176, 176, 176, 177, 177, 177, 178, 178, 178, 179, 179, 179, 180, 180, 180, 181, 181, 181, 182, 182, 182, 183, 183, 183, 183, 184, 184, 184, 185, 185, 185, 186, 186, 186, 187, 187, 187, 188, 188, 188, 189, 189, 189, 190, 190, 190, 191, 191, 191, 192, 192, 192, 193, 193, 193, 193, 194, 194, 194, 195, 195, 195, 196, 196, 196, 197, 197, 197, 198, 198, 198, 199, 199, 199, 200, 200, 200, 201, 201, 201, 202, 202, 202, 202, 203, 203, 203, 204, 204, 204, 205, 205, 205, 206, 206, 206, 207, 207, 207, 208, 208, 208, 209, 209, 209, 210, 210, 210, 211, 211, 211, 212, 212, 212, 212, 213, 213, 213, 214, 214, 214, 215, 215, 215, 216, 216, 216, 217, 217, 217, 218, 218, 218, 219, 219, 219, 220, 220, 220, 221, 221, 221, 222, 222, 222, 222, 223, 223, 223, 224, 224, 224, 225, 225, 225, 226, 226, 226, 227, 227, 227, 228, 228, 228, 229, 229, 229, 230, 230, 230, 231, 231, 231, 232, 232, 232, 233, 233, 233, 233, 234, 234, 234, 235, 235, 235, 236, 236, 236, 237, 237, 237, 238, 238, 238, 239, 239, 239, 240, 240, 240, 241, 241, 241, 242, 242, 242, 243, 243, 243, 244, 244, 244, 244, 245, 245, 245, 246, 246, 246, 247, 247, 247, 248, 248, 248, 249, 249, 249, 250, 250, 250, 251, 251, 251, 252, 252, 252, 253, 253, 253, 254, 254, 254, 255, 255, 255, 256, 256, 256, 256, 257, 257, 257, 258, 258, 258, 259, 259, 259, 260, 260, 260, 261, 261, 261, 262, 262, 262, 263, 263, 263, 264, 264, 264, 265, 265, 265, 266, 266, 266, 267, 267, 267, 268, 268, 268, 269, 269, 269, 269, 270, 270, 270, 271, 271, 271, 272, 272, 272, 273, 273, 273, 274, 274, 274, 275, 275, 275, 276, 276, 276, 277, 277, 277, 278, 278, 278, 279, 279, 279, 280, 280, 280, 281, 281, 281, 282, 282, 282, 283, 283, 283, 283, 284, 284, 284, 285, 285, 285, 286, 286, 286, 287, 287, 287, 288, 288, 288, 289, 289, 289, 290, 290, 290, 291, 291, 291, 292, 292, 292, 293, 293, 293, 294, 294, 294, 295, 295, 295, 296, 296, 296, 297, 297, 297, 298, 298, 298, 299, 299, 299, 299, 300, 300, 300, 301, 301, 301, 302, 302, 302, 303, 303, 303, 304, 304, 304, 305, 305, 305, 306, 306, 306, 307, 307, 307, 308, 308, 308, 309, 309, 309, 310, 310, 310, 311, 311, 311, 312, 312, 312, 313, 313, 313, 314, 314, 314, 315, 315, 315, 316, 316, 316, 317, 317, 317, 317, 318, 318, 318, 319, 319, 319, 320, 320, 320, 321, 321, 321, 322, 322, 322, 323, 323, 323, 324, 324, 324, 325, 325, 325, 326, 326, 326, 327, 327, 327, 328, 328, 328, 329, 329, 329, 330, 330, 330, 331, 331, 331, 332, 332, 332, 333, 333, 333, 334, 334, 334, 335, 335, 335, 336, 336, 336, 337, 337, 337, 338, 338, 338, 339, 339, 339, 340, 340, 340, 341, 341, 341, 342, 342, 342, 342, 343, 343, 343, 344, 344, 344, 345, 345, 345, 346, 346, 346, 347, 347, 347, 348, 348, 348, 349, 349, 349, 350, 350, 350, 351, 351, 351, 352, 352, 352, 353, 353, 353, 354, 354, 354, 355, 355, 355, 356, 356, 356, 357, 357, 357, 358, 358, 358, 359, 359, 359, 360, 360, 360, 361, 361, 361, 362, 362, 362, 363, 363, 363, 364, 364, 364, 365, 365, 365, 366, 366, 366, 367, 367, 367, 368, 368, 368, 369, 369, 369, 370, 370, 370, 371, 371, 371, 372, 372, 372, 373, 373, 373, 374, 374, 374, 375, 375, 375, 376, 376, 376, 377, 377, 377, 378, 378, 378, 379, 379, 379, 380, 380, 380, 381, 381, 381, 382, 382, 382, 383, 383, 383, 384, 384, 384, 385, 385, 385, 386, 386, 386, 387, 387, 387, 388, 388, 388, 389, 389, 389, 390, 390, 390, 391, 391, 391, 392, 392, 392, 393, 393, 393, 394, 394, 394, 395, 395, 395, 396, 396, 396, 397, 397, 397, 398, 398, 398, 399, 399, 399, 400, 400, 400, 401, 401, 401, 402, 402, 402, 403, 403, 403, 404, 404, 404, 405, 405, 405, 406, 406, 406, 407, 407, 407, 408, 408, 408, 409, 409, 409, 410, 410, 410, 411, 411, 411, 412, 412, 412, 413, 413, 413, 414, 414, 414, 415, 415, 415, 416, 416, 416, 417, 417, 417, 418, 418, 418, 419, 419, 419, 420, 420, 420, 421, 421, 421, 422, 422, 422, 423, 423, 423, 424, 424, 424, 425, 425, 425, 426, 426, 426, 427, 427, 427, 428, 428, 428, 429, 429, 429, 430, 430, 430, 431, 431, 431, 432, 432, 432, 433, 433, 433, 434, 434, 434, 435, 435, 435, 436, 436, 436, 437, 437, 437, 438, 438, 438, 439, 439, 439, 440, 440, 440, 441, 441, 442, 442, 442, 443, 443, 443, 444, 444, 444, 445, 445, 445, 446, 446, 446, 447, 447, 447, 448, 448, 448, 449, 449, 449, 450, 450, 450, 451, 451, 451, 452, 452, 452, 453, 453, 453, 454, 454, 454, 455, 455, 455, 456, 456, 456, 457, 457, 457, 458, 458, 458, 459, 459, 459, 460, 460, 460, 461, 461, 461, 462, 462, 462, 463, 463, 464, 464, 464, 465, 465, 465, 466, 466, 466, 467, 467, 467, 468, 468, 468, 469, 469, 469, 470, 470, 470, 471, 471, 471, 472, 472, 472, 473, 473, 473, 474, 474, 474, 475, 475, 475, 476, 476, 476, 477, 477, 477, 478, 478, 478, 479, 479, 480, 480, 480, 481, 481, 481, 482, 482, 482, 483, 483, 483, 484, 484, 484, 485, 485, 485, 486, 486, 486, 487, 487, 487, 488, 488, 488, 489, 489, 489, 490, 490, 490, 491, 491, 491, 492, 492, 492, 493, 493, 494, 494, 494, 495, 495, 495, 496, 496, 496, 497, 497, 497, 498, 498, 498, 499, 499, 499, 500, 500, 500, 501, 501, 501, 502, 502, 502, 503, 503, 503, 504, 504, 505, 505, 505, 506, 506, 506, 507, 507, 507, 508, 508, 508, 509, 509, 509, 510, 510, 510, 511, 511, 511, 512, 512, 512, 513, 513, 513, 514, 514, 514, 515, 515, 516, 516, 516, 517, 517, 517, 518, 518, 518, 519, 519, 519, 520, 520, 520, 521, 521, 521, 522, 522, 522, 523, 523, 523, 524, 524, 525, 525, 525, 526, 526, 526, 527, 527, 527, 528, 528, 528, 529, 529, 529, 530, 530, 530, 531, 531, 531, 532, 532, 532, 533, 533, 534, 534, 534, 535, 535, 535, 536, 536, 536, 537, 537, 537, 538, 538, 538, 539, 539, 539, 540, 540, 540, 541, 541, 542, 542, 542, 543, 543, 543, 544, 544, 544, 545, 545, 545, 546, 546, 546, 547, 547, 547, 548, 548, 548, 549, 549, 550, 550, 550, 551, 551, 551, 552, 552, 552, 553, 553, 553, 554, 554, 554, 555, 555, 555, 556, 556, 557, 557, 557, 558, 558, 558, 559, 559, 559, 560, 560, 560, 561, 561, 561, 562, 562, 562, 563, 563, 564, 564, 564, 565, 565, 565, 566, 566, 566, 567, 567, 567, 568, 568, 568, 569, 569, 569, 570, 570, 571, 571, 571, 572, 572, 572, 573, 573, 573, 574, 574, 574, 575, 575, 575, 576, 576, 577, 577, 577, 578, 578, 578, 579, 579, 579, 580, 580, 580, 581, 581, 581, 582, 582, 583, 583, 583, 584, 584, 584, 585, 585, 585, 586, 586, 586, 587, 587, 587, 588, 588, 589, 589, 589, 590, 590, 590, 591, 591, 591, 592, 592, 592, 593, 593, 593, 594, 594, 595, 595, 595, 596, 596, 596, 597, 597, 597, 598, 598, 598, 599, 599, 600, 600, 600, 601, 601, 601, 602, 602, 602, 603, 603, 603, 604, 604, 604, 605, 605, 606, 606, 606, 607, 607, 607, 608, 608, 608, 609, 609, 609, 610, 610, 611, 611, 611, 612, 612, 612, 613, 613, 613, 614, 614, 614, 615, 615, 616, 616, 616, 617, 617, 617, 618, 618, 618, 619, 619, 619, 620, 620, 621, 621, 621, 622, 622, 622, 623, 623, 623, 624, 624, 624, 625, 625, 626, 626, 626, 627, 627, 627, 628, 628, 628, 629, 629, 630, 630, 630, 631, 631, 631, 632, 632, 632, 633, 633, 633, 634, 634, 635, 635, 635, 636, 636, 636, 637, 637, 637, 638, 638, 639, 639, 639, 640, 640, 640, 641, 641, 641, 642, 642, 642, 643, 643, 644, 644, 644, 645, 645, 645, 646, 646, 646, 647, 647, 648, 648, 648, 649, 649, 649, 650, 650, 650, 651, 651, 652, 652, 652, 653, 653, 653, 654, 654, 654, 655, 655, 656, 656, 656, 657, 657, 657, 658, 658, 658, 659, 659, 660, 660, 660, 661, 661, 661, 662, 662, 662, 663, 663, 664, 664, 664, 665, 665, 665, 666, 666, 666, 667, 667, 668, 668, 668, 669, 669, 669, 670, 670, 670, 671, 671, 672, 672, 672, 673, 673, 673, 674, 674, 675, 675, 675, 676, 676, 676, 677, 677, 677, 678, 678, 679, 679, 679, 680, 680, 680, 681, 681, 681, 682, 682, 683, 683, 683, 684, 684, 684, 685, 685, 686, 686, 686, 687, 687, 687, 688, 688, 688, 689, 689, 690, 690, 690, 691, 691, 691, 692, 692, 693, 693, 693, 694, 694, 694, 695, 695, 695, 696, 696, 697, 697, 697, 698, 698, 698, 699, 699, 700, 700, 700, 701, 701, 701, 702, 702, 703, 703, 703, 704, 704, 704, 705, 705, 705, 706, 706, 707, 707, 707, 708, 708, 708, 709, 709, 710, 710, 710, 711, 711, 711, 712, 712, 713, 713, 713, 714, 714, 714, 715, 715, 716, 716, 716, 717, 717, 717, 718, 718, 719, 719, 719, 720, 720, 720, 721, 721, 722, 722, 722, 723, 723, 723, 724, 724, 725, 725, 725, 726, 726, 726, 727, 727, 728, 728, 728, 729, 729, 729, 730, 730, 731, 731, 731, 732, 732, 732, 733, 733, 734, 734, 734, 735, 735, 735, 736, 736, 737, 737, 737, 738, 738, 738, 739, 739, 740, 740, 740, 741, 741, 741, 742, 742, 743, 743, 743, 744, 744, 744, 745, 745, 746, 746, 746, 747, 747, 747, 748, 748, 749, 749, 749, 750, 750, 751, 751, 751, 752, 752, 752, 753, 753, 754, 754, 754, 755, 755, 755, 756, 756, 757, 757, 757, 758, 758, 759, 759, 759, 760, 760, 760, 761, 761, 762, 762, 762, 763, 763, 763, 764, 764, 765, 765, 765, 766, 766, 767, 767, 767, 768, 768, 768, 769, 769, 770, 770, 770, 771, 771, 772, 772, 772, 773, 773, 773, 774, 774, 775, 775, 775, 776, 776, 777, 777, 777, 778, 778, 778, 779, 779, 780, 780, 780, 781, 781, 782, 782, 782, 783, 783, 783, 784, 784, 785, 785, 785, 786, 786, 787, 787, 787, 788, 788, 788, 789, 789, 790, 790, 790, 791, 791, 792, 792, 792, 793, 793, 794, 794, 794, 795, 795, 795, 796, 796, 797, 797, 797, 798, 798, 799, 799, 799, 800, 800, 800, 801, 801, 802, 802, 802, 803, 803, 804, 804, 804, 805, 805, 806, 806, 806, 807, 807, 808, 808, 808, 809, 809, 809, 810, 810, 811, 811, 811, 812, 812, 813, 813, 813, 814, 814, 815, 815, 815, 816, 816, 817, 817, 817, 818, 818, 819, 819, 819, 820, 820, 820, 821, 821, 822, 822, 822, 823, 823, 824, 824, 824, 825, 825, 826, 826, 826, 827, 827, 828, 828, 828, 829, 829, 830, 830, 830, 831, 831, 832, 832, 832, 833, 833, 834, 834, 834, 835, 835, 835, 836, 836, 837, 837, 837, 838, 838, 839, 839, 839, 840, 840, 841, 841, 841, 842, 842, 843, 843, 843, 844, 844, 845, 845, 845, 846, 846, 847, 847, 847, 848, 848, 849, 849, 849, 850, 850, 851, 851, 851, 852, 852, 853, 853, 853, 854, 854, 855, 855, 855, 856, 856, 857, 857, 857, 858, 858, 859, 859, 859, 860, 860, 861, 861, 862, 862, 862, 863, 863, 864, 864, 864, 865, 865, 866, 866, 866, 867, 867, 868, 868, 868, 869, 869, 870, 870, 870, 871, 871, 872, 872, 872, 873, 873, 874, 874, 874, 875, 875, 876, 876, 876, 877, 877, 878, 878, 879, 879, 879, 880, 880, 881, 881, 881, 882, 882, 883, 883, 883, 884, 884, 885, 885, 885, 886, 886, 887, 887, 888, 888, 888, 889, 889, 890, 890, 890, 891, 891, 892, 892, 892, 893, 893, 894, 894, 894, 895, 895, 896, 896, 897, 897, 897, 898, 898, 899, 899, 899, 900, 900, 901, 901, 902, 902, 902, 903, 903, 904, 904, 904, 905, 905, 906, 906, 906, 907, 907, 908, 908, 909, 909, 909, 910, 910, 911, 911, 911, 912, 912, 913, 913, 914, 914, 914, 915, 915, 916, 916, 916, 917, 917, 918, 918, 919, 919, 919, 920, 920, 921, 921, 921, 922, 922, 923, 923, 924, 924, 924, 925, 925, 926, 926, 927, 927, 927, 928, 928, 929, 929, 929, 930, 930, 931, 931, 932, 932, 932, 933, 933, 934, 934, 935, 935, 935, 936, 936, 937, 937, 937, 938, 938, 939, 939, 940, 940, 940, 941, 941, 942, 942, 943, 943, 943, 944, 944, 945, 945, 946, 946, 946, 947, 947, 948, 948, 949, 949, 949, 950, 950, 951, 951, 951, 952, 952, 953, 953, 954, 954, 954, 955, 955, 956, 956, 957, 957, 957, 958, 958, 959, 959, 960, 960, 960, 961, 961, 962, 962, 963, 963, 963, 964, 964, 965, 965, 966, 966, 967, 967, 967, 968, 968, 969, 969, 970, 970, 970, 971, 971, 972, 972, 973, 973, 973, 974, 974, 975, 975, 976, 976, 976, 977, 977, 978, 978, 979, 979, 980, 980, 980, 981, 981, 982, 982, 983, 983, 983, 984, 984, 985, 985, 986, 986, 987, 987, 987, 988, 988, 989, 989, 990, 990, 990, 991, 991, 992, 992, 993, 993, 994, 994, 994, 995, 995, 996, 996, 997, 997, 997, 998, 998, 999, 999, 1000, 1000, 1001, 1001, 1001, 1002, 1002, 1003, 1003, 1004, 1004, 1005, 1005, 1005, 1006, 1006, 1007, 1007, 1008, 1008, 1009, 1009, 1009, 1010, 1010, 1011, 1011, 1012, 1012, 1013, 1013, 1013, 1014, 1014, 1015, 1015, 1016, 1016, 1017, 1017, 1018, 1018, 1018, 1019, 1019, 1020, 1020, 1021, 1021, 1022, 1022, 1022, 1023, 1023, 1024, 1024, 1025, 1025, 1026, 1026, 1026, 1027, 1027, 1028, 1028, 1029, 1029, 1030, 1030, 1031, 1031, 1031, 1032, 1032, 1033, 1033, 1034, 1034, 1035, 1035, 1036, 1036, 1036, 1037, 1037, 1038, 1038, 1039, 1039, 1040, 1040, 1041, 1041, 1041, 1042, 1042, 1043, 1043, 1044, 1044, 1045, 1045, 1046, 1046, 1047, 1047, 1047, 1048, 1048, 1049, 1049, 1050, 1050, 1051, 1051, 1052, 1052, 1052, 1053, 1053, 1054, 1054, 1055, 1055, 1056, 1056, 1057, 1057, 1058, 1058, 1058, 1059, 1059, 1060, 1060, 1061, 1061, 1062, 1062, 1063, 1063, 1064, 1064, 1064, 1065, 1065, 1066, 1066, 1067, 1067, 1068, 1068, 1069, 1069, 1070, 1070, 1071, 1071, 1071, 1072, 1072, 1073, 1073, 1074, 1074, 1075, 1075, 1076, 1076, 1077, 1077, 1078, 1078, 1079, 1079, 1079, 1080, 1080, 1081, 1081, 1082, 1082, 1083, 1083, 1084, 1084, 1085, 1085, 1086, 1086, 1087, 1087, 1087, 1088, 1088, 1089, 1089, 1090, 1090, 1091, 1091, 1092, 1092, 1093, 1093, 1094, 1094, 1095, 1095, 1096, 1096, 1097, 1097, 1097, 1098, 1098, 1099, 1099, 1100, 1100, 1101, 1101, 1102, 1102, 1103, 1103, 1104, 1104, 1105, 1105, 1106, 1106, 1107, 1107, 1108, 1108, 1109, 1109, 1109, 1110, 1110, 1111, 1111, 1112, 1112, 1113, 1113, 1114, 1114, 1115, 1115, 1116, 1116, 1117, 1117, 1118, 1118, 1119, 1119, 1120, 1120, 1121, 1121, 1122, 1122, 1123, 1123, 1124, 1124, 1125, 1125, 1126, 1126, 1127, 1127, 1128, 1128, 1128, 1129, 1129, 1130, 1130, 1131, 1131, 1132, 1132, 1133, 1133, 1134, 1134, 1135, 1135, 1136, 1136, 1137, 1137, 1138, 1138, 1139, 1139, 1140, 1140, 1141, 1141, 1142, 1142, 1143, 1143, 1144, 1144, 1145, 1145, 1146, 1146, 1147, 1147, 1148, 1148, 1149, 1149, 1150, 1150, 1151, 1151, 1152, 1152, 1153, 1153, 1154, 1154, 1155, 1155, 1156, 1156, 1157, 1157, 1158, 1158, 1159, 1159, 1160, 1160, 1161, 1161, 1162, 1162, 1163, 1163, 1164, 1164, 1165, 1165, 1166, 1166, 1167, 1167, 1168, 1169, 1169, 1170, 1170, 1171, 1171, 1172, 1172, 1173, 1173, 1174, 1174, 1175, 1175, 1176, 1176, 1177, 1177, 1178, 1178, 1179, 1179, 1180, 1180, 1181, 1181, 1182, 1182, 1183, 1183, 1184, 1184, 1185, 1185, 1186, 1187, 1187, 1188, 1188, 1189, 1189, 1190, 1190, 1191, 1191, 1192, 1192, 1193, 1193, 1194, 1194, 1195, 1195, 1196, 1196, 1197, 1197, 1198, 1199, 1199, 1200, 1200, 1201, 1201, 1202, 1202, 1203, 1203, 1204, 1204, 1205, 1205, 1206, 1206, 1207, 1207, 1208, 1209, 1209, 1210, 1210, 1211, 1211, 1212, 1212, 1213, 1213, 1214, 1214, 1215, 1215, 1216, 1217, 1217, 1218, 1218, 1219, 1219, 1220, 1220, 1221, 1221, 1222, 1222, 1223, 1223, 1224, 1225, 1225, 1226, 1226, 1227, 1227, 1228, 1228, 1229, 1229, 1230, 1231, 1231, 1232, 1232, 1233, 1233, 1234, 1234, 1235, 1235, 1236, 1237, 1237, 1238, 1238, 1239, 1239, 1240, 1240, 1241, 1241, 1242, 1243, 1243, 1244, 1244, 1245, 1245, 1246, 1246, 1247, 1247, 1248, 1249, 1249, 1250, 1250, 1251, 1251, 1252, 1252, 1253, 1254, 1254, 1255, 1255, 1256, 1256, 1257, 1257, 1258, 1259, 1259, 1260, 1260, 1261, 1261, 1262, 1263, 1263, 1264, 1264, 1265, 1265, 1266, 1266, 1267, 1268, 1268, 1269, 1269, 1270, 1270, 1271, 1272, 1272, 1273, 1273, 1274, 1274, 1275, 1276, 1276, 1277, 1277, 1278, 1278, 1279, 1280, 1280, 1281, 1281, 1282, 1282, 1283, 1284, 1284, 1285, 1285, 1286, 1286, 1287, 1288, 1288, 1289, 1289, 1290, 1291, 1291, 1292, 1292, 1293, 1293, 1294, 1295, 1295, 1296, 1296, 1297, 1297, 1298, 1299, 1299, 1300, 1300, 1301, 1302, 1302, 1303, 1303, 1304, 1305, 1305, 1306, 1306, 1307, 1307, 1308, 1309, 1309, 1310, 1310, 1311, 1312, 1312, 1313, 1313, 1314, 1315, 1315, 1316, 1316, 1317, 1318, 1318, 1319, 1319, 1320, 1321, 1321, 1322, 1322, 1323, 1324, 1324, 1325, 1325, 1326, 1327, 1327, 1328, 1328, 1329, 1330, 1330, 1331, 1332, 1332, 1333, 1333, 1334, 1335, 1335, 1336, 1336, 1337, 1338, 1338, 1339, 1339, 1340, 1341, 1341, 1342, 1343, 1343, 1344, 1344, 1345, 1346, 1346, 1347, 1348, 1348, 1349, 1349, 1350, 1351, 1351, 1352, 1353, 1353, 1354, 1354, 1355, 1356, 1356, 1357, 1358, 1358, 1359, 1359, 1360, 1361, 1361, 1362, 1363, 1363, 1364, 1365, 1365, 1366, 1366, 1367, 1368, 1368, 1369, 1370, 1370, 1371, 1372, 1372, 1373, 1373, 1374, 1375, 1375, 1376, 1377, 1377, 1378, 1379, 1379, 1380, 1381, 1381, 1382, 1383, 1383, 1384, 1384, 1385, 1386, 1386, 1387, 1388, 1388, 1389, 1390, 1390, 1391, 1392, 1392, 1393, 1394, 1394, 1395, 1396, 1396, 1397, 1398, 1398, 1399, 1400, 1400, 1401, 1402, 1402, 1403, 1404, 1404, 1405, 1406, 1406, 1407, 1408, 1408, 1409, 1410, 1410, 1411, 1412, 1412, 1413, 1414, 1415, 1415, 1416, 1417, 1417, 1418, 1419, 1419, 1420, 1421, 1421, 1422, 1423, 1423, 1424, 1425, 1426, 1426, 1427, 1428, 1428, 1429, 1430, 1430, 1431, 1432, 1432, 1433, 1434, 1435, 1435, 1436, 1437, 1437, 1438, 1439, 1440, 1440, 1441, 1442, 1442, 1443, 1444, 1444, 1445, 1446, 1447, 1447, 1448, 1449, 1449, 1450, 1451, 1452, 1452, 1453, 1454, 1455, 1455, 1456, 1457, 1457, 1458, 1459, 1460, 1460, 1461, 1462, 1463, 1463, 1464, 1465, 1465, 1466, 1467, 1468, 1468, 1469, 1470, 1471, 1471, 1472, 1473, 1474, 1474, 1475, 1476, 1477, 1477, 1478, 1479, 1480, 1480, 1481, 1482, 1483, 1483, 1484, 1485, 1486, 1486, 1487, 1488, 1489, 1490, 1490, 1491, 1492, 1493, 1493, 1494, 1495, 1496, 1496, 1497, 1498, 1499, 1500, 1500, 1501, 1502, 1503, 1503, 1504, 1505, 1506, 1507, 1507, 1508, 1509, 1510, 1511, 1511, 1512, 1513, 1514, 1515, 1515, 1516, 1517, 1518, 1519, 1519, 1520, 1521, 1522, 1523, 1523, 1524, 1525, 1526, 1527, 1528, 1528, 1529, 1530, 1531, 1532, 1532, 1533, 1534, 1535, 1536, 1537, 1537, 1538, 1539, 1540, 1541, 1542, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1692, 1693, 1694, 1695, 1696, 1698, 1699, 1700, 1701, 1702, 1704, 1705, 1706, 1707, 1709, 1710, 1711, 1712, 1714, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1724, 1725, 1726, 1728, 1729, 1730, 1732, 1733, 1734, 1736, 1737, 1738, 1740, 1741, 1742, 1744, 1745, 1747, 1748, 1749, 1751, 1752, 1754, 1755, 1756, 1758, 1759, 1761, 1762, 1764, 1765, 1767, 1768, 1770, 1771, 1773, 1774, 1776, 1777, 1779, 1780, 1782, 1783, 1785, 1787, 1788, 1790, 1792, 1793, 1795, 1796, 1798, 1800, 1801, 1803, 1805, 1807, 1808, 1810, 1812, 1814, 1815, 1817, 1819, 1821, 1823, 1825, 1826, 1828, 1830, 1832, 1834, 1836, 1838, 1840, 1842, 1844, 1846, 1848, 1850, 1852, 1855, 1857, 1859, 1861, 1863, 1866, 1868, 1870, 1873, 1875, 1877, 1880, 1882, 1885, 1887, 1890, 1893, 1895, 1898, 1901, 1904, 1907, 1910, 1913, 1916, 1919, 1922, 1926, 1929, 1933, 1936, 1940, 1944, 1948, 1952, 1957, 1962, 1966, 1972, 1977, 1984, 1990, 1998, 2007, 2019, 2048, }; // END of _fastangle_asin_table_13[8192] static const double _fastangle_tan_table_13[8192] = { 0.000000000, 0.000766991, 0.001533982, 0.002300975, 0.003067971, 0.003834971, 0.004601975, 0.005368984, 0.006136000, 0.006903023, 0.007670054, 0.008437095, 0.009204145, 0.009971206, 0.010738278, 0.011505364, 0.012272462, 0.013039576, 0.013806704, 0.014573849, 0.015341011, 0.016108191, 0.016875390, 0.017642609, 0.018409849, 0.019177110, 0.019944394, 0.020711701, 0.021479033, 0.022246390, 0.023013773, 0.023781184, 0.024548622, 0.025316089, 0.026083586, 0.026851114, 0.027618673, 0.028386265, 0.029153891, 0.029921550, 0.030689245, 0.031456976, 0.032224744, 0.032992550, 0.033760395, 0.034528279, 0.035296205, 0.036064172, 0.036832181, 0.037600234, 0.038368331, 0.039136473, 0.039904661, 0.040672897, 0.041441180, 0.042209512, 0.042977894, 0.043746327, 0.044514811, 0.045283348, 0.046051938, 0.046820582, 0.047589281, 0.048358037, 0.049126850, 0.049895720, 0.050664650, 0.051433639, 0.052202689, 0.052971800, 0.053740974, 0.054510212, 0.055279514, 0.056048880, 0.056818314, 0.057587814, 0.058357382, 0.059127019, 0.059896726, 0.060666503, 0.061436353, 0.062206274, 0.062976270, 0.063746339, 0.064516484, 0.065286705, 0.066057004, 0.066827380, 0.067597835, 0.068368371, 0.069138987, 0.069909684, 0.070680465, 0.071451329, 0.072222277, 0.072993311, 0.073764432, 0.074535639, 0.075306935, 0.076078320, 0.076849794, 0.077621360, 0.078393018, 0.079164768, 0.079936612, 0.080708551, 0.081480586, 0.082252717, 0.083024945, 0.083797272, 0.084569698, 0.085342224, 0.086114851, 0.086887581, 0.087660413, 0.088433349, 0.089206391, 0.089979538, 0.090752791, 0.091526153, 0.092299623, 0.093073202, 0.093846892, 0.094620693, 0.095394607, 0.096168634, 0.096942775, 0.097717031, 0.098491403, 0.099265893, 0.100040500, 0.100815226, 0.101590072, 0.102365039, 0.103140127, 0.103915338, 0.104690673, 0.105466132, 0.106241716, 0.107017427, 0.107793266, 0.108569232, 0.109345328, 0.110121554, 0.110897912, 0.111674401, 0.112451023, 0.113227780, 0.114004671, 0.114781698, 0.115558862, 0.116336164, 0.117113604, 0.117891184, 0.118668905, 0.119446767, 0.120224772, 0.121002920, 0.121781213, 0.122559652, 0.123338236, 0.124116968, 0.124895848, 0.125674878, 0.126454057, 0.127233388, 0.128012871, 0.128792507, 0.129572297, 0.130352242, 0.131132343, 0.131912601, 0.132693017, 0.133473592, 0.134254326, 0.135035222, 0.135816279, 0.136597499, 0.137378882, 0.138160430, 0.138942144, 0.139724025, 0.140506073, 0.141288290, 0.142070676, 0.142853233, 0.143635961, 0.144418862, 0.145201936, 0.145985185, 0.146768609, 0.147552210, 0.148335988, 0.149119944, 0.149904079, 0.150688395, 0.151472893, 0.152257572, 0.153042435, 0.153827482, 0.154612715, 0.155398133, 0.156183739, 0.156969533, 0.157755517, 0.158541690, 0.159328055, 0.160114612, 0.160901362, 0.161688307, 0.162475447, 0.163262782, 0.164050316, 0.164838047, 0.165625977, 0.166414108, 0.167202440, 0.167990974, 0.168779712, 0.169568653, 0.170357800, 0.171147153, 0.171936714, 0.172726482, 0.173516460, 0.174306648, 0.175097048, 0.175887660, 0.176678485, 0.177469525, 0.178260779, 0.179052251, 0.179843940, 0.180635847, 0.181427973, 0.182220321, 0.183012889, 0.183805680, 0.184598695, 0.185391935, 0.186185400, 0.186979091, 0.187773010, 0.188567158, 0.189361536, 0.190156145, 0.190950985, 0.191746058, 0.192541365, 0.193336907, 0.194132685, 0.194928700, 0.195724954, 0.196521446, 0.197318178, 0.198115152, 0.198912367, 0.199709826, 0.200507530, 0.201305479, 0.202103674, 0.202902117, 0.203700808, 0.204499749, 0.205298940, 0.206098384, 0.206898080, 0.207698030, 0.208498234, 0.209298695, 0.210099413, 0.210900389, 0.211701624, 0.212503119, 0.213304876, 0.214106895, 0.214909178, 0.215711725, 0.216514537, 0.217317617, 0.218120964, 0.218924579, 0.219728465, 0.220532622, 0.221337051, 0.222141753, 0.222946729, 0.223751981, 0.224557509, 0.225363315, 0.226169399, 0.226975763, 0.227782408, 0.228589335, 0.229396544, 0.230204038, 0.231011817, 0.231819882, 0.232628235, 0.233436876, 0.234245807, 0.235055029, 0.235864542, 0.236674348, 0.237484449, 0.238294844, 0.239105536, 0.239916525, 0.240727813, 0.241539401, 0.242351289, 0.243163479, 0.243975972, 0.244788769, 0.245601872, 0.246415280, 0.247228997, 0.248043022, 0.248857357, 0.249672002, 0.250486960, 0.251302231, 0.252117817, 0.252933717, 0.253749935, 0.254566470, 0.255383324, 0.256200498, 0.257017994, 0.257835812, 0.258653953, 0.259472419, 0.260291211, 0.261110330, 0.261929777, 0.262749553, 0.263569660, 0.264390098, 0.265210870, 0.266031975, 0.266853415, 0.267675192, 0.268497306, 0.269319759, 0.270142552, 0.270965686, 0.271789161, 0.272612981, 0.273437145, 0.274261655, 0.275086511, 0.275911716, 0.276737270, 0.277563175, 0.278389431, 0.279216041, 0.280043004, 0.280870323, 0.281697998, 0.282526031, 0.283354423, 0.284183175, 0.285012289, 0.285841765, 0.286671605, 0.287501809, 0.288332380, 0.289163319, 0.289994626, 0.290826303, 0.291658351, 0.292490772, 0.293323566, 0.294156735, 0.294990280, 0.295824202, 0.296658503, 0.297493183, 0.298328244, 0.299163688, 0.299999515, 0.300835727, 0.301672325, 0.302509310, 0.303346684, 0.304184447, 0.305022601, 0.305861148, 0.306700088, 0.307539423, 0.308379154, 0.309219282, 0.310059809, 0.310900736, 0.311742064, 0.312583794, 0.313425928, 0.314268467, 0.315111412, 0.315954765, 0.316798527, 0.317642699, 0.318487282, 0.319332278, 0.320177688, 0.321023513, 0.321869755, 0.322716415, 0.323563494, 0.324410994, 0.325258916, 0.326107260, 0.326956029, 0.327805224, 0.328654846, 0.329504897, 0.330355377, 0.331206289, 0.332057633, 0.332909410, 0.333761623, 0.334614272, 0.335467359, 0.336320885, 0.337174851, 0.338029260, 0.338884111, 0.339739407, 0.340595149, 0.341451338, 0.342307975, 0.343165063, 0.344022602, 0.344880593, 0.345739039, 0.346597939, 0.347457297, 0.348317113, 0.349177388, 0.350038125, 0.350899323, 0.351760985, 0.352623113, 0.353485706, 0.354348768, 0.355212299, 0.356076301, 0.356940774, 0.357805721, 0.358671143, 0.359537042, 0.360403417, 0.361270272, 0.362137608, 0.363005426, 0.363873726, 0.364742512, 0.365611784, 0.366481544, 0.367351792, 0.368222532, 0.369093763, 0.369965487, 0.370837707, 0.371710423, 0.372583636, 0.373457349, 0.374331562, 0.375206278, 0.376081497, 0.376957221, 0.377833452, 0.378710191, 0.379587439, 0.380465198, 0.381343470, 0.382222255, 0.383101556, 0.383981374, 0.384861710, 0.385742566, 0.386623944, 0.387505844, 0.388388269, 0.389271219, 0.390154697, 0.391038704, 0.391923242, 0.392808311, 0.393693914, 0.394580051, 0.395466726, 0.396353938, 0.397241690, 0.398129983, 0.399018819, 0.399908199, 0.400798124, 0.401688597, 0.402579619, 0.403471191, 0.404363316, 0.405255993, 0.406149226, 0.407043016, 0.407937364, 0.408832271, 0.409727740, 0.410623772, 0.411520369, 0.412417532, 0.413315262, 0.414213562, 0.415112433, 0.416011877, 0.416911894, 0.417812488, 0.418713658, 0.419615408, 0.420517739, 0.421420651, 0.422324148, 0.423228230, 0.424132899, 0.425038157, 0.425944006, 0.426850446, 0.427757480, 0.428665110, 0.429573336, 0.430482162, 0.431391587, 0.432301615, 0.433212246, 0.434123483, 0.435035326, 0.435947779, 0.436860841, 0.437774516, 0.438688805, 0.439603709, 0.440519230, 0.441435370, 0.442352131, 0.443269514, 0.444187521, 0.445106154, 0.446025414, 0.446945303, 0.447865823, 0.448786976, 0.449708763, 0.450631187, 0.451554248, 0.452477949, 0.453402291, 0.454327276, 0.455252906, 0.456179183, 0.457106108, 0.458033683, 0.458961911, 0.459890792, 0.460820328, 0.461750522, 0.462681375, 0.463612889, 0.464545066, 0.465477907, 0.466411414, 0.467345590, 0.468280435, 0.469215952, 0.470152143, 0.471089010, 0.472026553, 0.472964776, 0.473903680, 0.474843266, 0.475783537, 0.476724495, 0.477666140, 0.478608477, 0.479551505, 0.480495227, 0.481439645, 0.482384761, 0.483330576, 0.484277093, 0.485224313, 0.486172239, 0.487120872, 0.488070214, 0.489020267, 0.489971033, 0.490922513, 0.491874711, 0.492827627, 0.493781264, 0.494735624, 0.495690708, 0.496646518, 0.497603058, 0.498560327, 0.499518329, 0.500477065, 0.501436538, 0.502396749, 0.503357700, 0.504319393, 0.505281831, 0.506245015, 0.507208947, 0.508173630, 0.509139064, 0.510105254, 0.511072199, 0.512039903, 0.513008367, 0.513977594, 0.514947585, 0.515918342, 0.516889869, 0.517862165, 0.518835235, 0.519809079, 0.520783700, 0.521759100, 0.522735281, 0.523712245, 0.524689995, 0.525668531, 0.526647857, 0.527627974, 0.528608885, 0.529590592, 0.530573097, 0.531556401, 0.532540508, 0.533525419, 0.534511136, 0.535497662, 0.536484998, 0.537473148, 0.538462112, 0.539451894, 0.540442495, 0.541433918, 0.542426164, 0.543419236, 0.544413137, 0.545407868, 0.546403431, 0.547399830, 0.548397065, 0.549395139, 0.550394056, 0.551393815, 0.552394421, 0.553395875, 0.554398180, 0.555401337, 0.556405349, 0.557410219, 0.558415948, 0.559422539, 0.560429994, 0.561438316, 0.562447507, 0.563457568, 0.564468503, 0.565480314, 0.566493003, 0.567506572, 0.568521024, 0.569536361, 0.570552585, 0.571569700, 0.572587706, 0.573606607, 0.574626405, 0.575647102, 0.576668701, 0.577691204, 0.578714614, 0.579738932, 0.580764162, 0.581790306, 0.582817365, 0.583845344, 0.584874243, 0.585904066, 0.586934815, 0.587966493, 0.588999101, 0.590032643, 0.591067120, 0.592102537, 0.593138893, 0.594176194, 0.595214440, 0.596253634, 0.597293780, 0.598334879, 0.599376934, 0.600419947, 0.601463922, 0.602508860, 0.603554764, 0.604601638, 0.605649482, 0.606698301, 0.607748096, 0.608798870, 0.609850626, 0.610903366, 0.611957094, 0.613011811, 0.614067520, 0.615124224, 0.616181926, 0.617240628, 0.618300333, 0.619361043, 0.620422762, 0.621485492, 0.622549235, 0.623613995, 0.624679773, 0.625746574, 0.626814399, 0.627883251, 0.628953133, 0.630024048, 0.631095998, 0.632168987, 0.633243016, 0.634318090, 0.635394210, 0.636471379, 0.637549600, 0.638628877, 0.639709211, 0.640790606, 0.641873065, 0.642956590, 0.644041184, 0.645126850, 0.646213591, 0.647301410, 0.648390309, 0.649480293, 0.650571362, 0.651663521, 0.652756772, 0.653851119, 0.654946564, 0.656043109, 0.657140759, 0.658239516, 0.659339383, 0.660440363, 0.661542459, 0.662645674, 0.663750011, 0.664855472, 0.665962062, 0.667069783, 0.668178638, 0.669288630, 0.670399762, 0.671512038, 0.672625460, 0.673740031, 0.674855755, 0.675972634, 0.677090672, 0.678209872, 0.679330237, 0.680451770, 0.681574474, 0.682698353, 0.683823409, 0.684949646, 0.686077068, 0.687205676, 0.688335474, 0.689466467, 0.690598655, 0.691732044, 0.692866637, 0.694002436, 0.695139444, 0.696277666, 0.697417104, 0.698557762, 0.699699642, 0.700842749, 0.701987086, 0.703132655, 0.704279461, 0.705427506, 0.706576795, 0.707727329, 0.708879114, 0.710032151, 0.711186445, 0.712341999, 0.713498817, 0.714656901, 0.715816256, 0.716976884, 0.718138789, 0.719301976, 0.720466446, 0.721632204, 0.722799253, 0.723967597, 0.725137239, 0.726308183, 0.727480432, 0.728653990, 0.729828860, 0.731005047, 0.732182553, 0.733361383, 0.734541539, 0.735723026, 0.736905847, 0.738090006, 0.739275506, 0.740462352, 0.741650546, 0.742840093, 0.744030996, 0.745223260, 0.746416886, 0.747611881, 0.748808246, 0.750005987, 0.751205106, 0.752405608, 0.753607497, 0.754810775, 0.756015448, 0.757221519, 0.758428991, 0.759637869, 0.760848156, 0.762059857, 0.763272975, 0.764487514, 0.765703478, 0.766920872, 0.768139698, 0.769359962, 0.770581666, 0.771804816, 0.773029414, 0.774255466, 0.775482974, 0.776711944, 0.777942378, 0.779174282, 0.780407660, 0.781642514, 0.782878850, 0.784116672, 0.785355984, 0.786596789, 0.787839093, 0.789082899, 0.790328211, 0.791575034, 0.792823372, 0.794073229, 0.795324609, 0.796577517, 0.797831957, 0.799087933, 0.800345449, 0.801604511, 0.802865121, 0.804127285, 0.805391007, 0.806656292, 0.807923142, 0.809191564, 0.810461561, 0.811733139, 0.813006300, 0.814281050, 0.815557394, 0.816835335, 0.818114879, 0.819396029, 0.820678791, 0.821963168, 0.823249167, 0.824536790, 0.825826042, 0.827116929, 0.828409455, 0.829703625, 0.830999443, 0.832296913, 0.833596041, 0.834896832, 0.836199289, 0.837503418, 0.838809224, 0.840116711, 0.841425884, 0.842736748, 0.844049308, 0.845363568, 0.846679533, 0.847997209, 0.849316600, 0.850637711, 0.851960547, 0.853285113, 0.854611414, 0.855939455, 0.857269241, 0.858600776, 0.859934067, 0.861269117, 0.862605932, 0.863944518, 0.865284878, 0.866627019, 0.867970945, 0.869316662, 0.870664175, 0.872013488, 0.873364608, 0.874717539, 0.876072286, 0.877428856, 0.878787252, 0.880147481, 0.881509547, 0.882873457, 0.884239215, 0.885606827, 0.886976298, 0.888347634, 0.889720839, 0.891095920, 0.892472882, 0.893851731, 0.895232471, 0.896615109, 0.897999649, 0.899386099, 0.900774462, 0.902164745, 0.903556954, 0.904951093, 0.906347169, 0.907745187, 0.909145154, 0.910547074, 0.911950954, 0.913356799, 0.914764615, 0.916174408, 0.917586184, 0.918999948, 0.920415707, 0.921833466, 0.923253231, 0.924675008, 0.926098804, 0.927524624, 0.928952473, 0.930382359, 0.931814287, 0.933248264, 0.934684294, 0.936122385, 0.937562543, 0.939004773, 0.940449083, 0.941895477, 0.943343963, 0.944794546, 0.946247233, 0.947702031, 0.949158944, 0.950617981, 0.952079147, 0.953542448, 0.955007891, 0.956475483, 0.957945229, 0.959417137, 0.960891213, 0.962367463, 0.963845894, 0.965326512, 0.966809325, 0.968294338, 0.969781559, 0.971270994, 0.972762649, 0.974256533, 0.975752650, 0.977251008, 0.978751615, 0.980254476, 0.981759598, 0.983266989, 0.984776655, 0.986288604, 0.987802841, 0.989319375, 0.990838213, 0.992359360, 0.993882825, 0.995408614, 0.996936735, 0.998467195, 1.000000000, 1.001535159, 1.003072677, 1.004612564, 1.006154825, 1.007699469, 1.009246502, 1.010795932, 1.012347766, 1.013902012, 1.015458678, 1.017017770, 1.018579296, 1.020143264, 1.021709681, 1.023278555, 1.024849894, 1.026423705, 1.027999996, 1.029578775, 1.031160049, 1.032743826, 1.034330115, 1.035918922, 1.037510256, 1.039104125, 1.040700536, 1.042299498, 1.043901018, 1.045505105, 1.047111766, 1.048721011, 1.050332846, 1.051947281, 1.053564322, 1.055183979, 1.056806260, 1.058431173, 1.060058727, 1.061688929, 1.063321788, 1.064957313, 1.066595511, 1.068236393, 1.069879965, 1.071526237, 1.073175217, 1.074826914, 1.076481336, 1.078138493, 1.079798393, 1.081461044, 1.083126456, 1.084794637, 1.086465597, 1.088139343, 1.089815886, 1.091495234, 1.093177396, 1.094862381, 1.096550199, 1.098240858, 1.099934368, 1.101630737, 1.103329976, 1.105032093, 1.106737097, 1.108444999, 1.110155807, 1.111869531, 1.113586181, 1.115305765, 1.117028294, 1.118753777, 1.120482224, 1.122213644, 1.123948047, 1.125685443, 1.127425842, 1.129169254, 1.130915687, 1.132665154, 1.134417662, 1.136173223, 1.137931846, 1.139693542, 1.141458320, 1.143226191, 1.144997165, 1.146771253, 1.148548463, 1.150328808, 1.152112298, 1.153898942, 1.155688751, 1.157481736, 1.159277907, 1.161077276, 1.162879852, 1.164685646, 1.166494670, 1.168306933, 1.170122448, 1.171941224, 1.173763272, 1.175588605, 1.177417231, 1.179249164, 1.181084413, 1.182922991, 1.184764908, 1.186610175, 1.188458804, 1.190310807, 1.192166194, 1.194024977, 1.195887168, 1.197752779, 1.199621820, 1.201494304, 1.203370242, 1.205249646, 1.207132528, 1.209018900, 1.210908773, 1.212802161, 1.214699074, 1.216599525, 1.218503526, 1.220411089, 1.222322226, 1.224236951, 1.226155274, 1.228077210, 1.230002769, 1.231931965, 1.233864809, 1.235801316, 1.237741497, 1.239685366, 1.241632935, 1.243584216, 1.245539224, 1.247497970, 1.249460468, 1.251426731, 1.253396773, 1.255370606, 1.257348243, 1.259329699, 1.261314986, 1.263304118, 1.265297109, 1.267293971, 1.269294719, 1.271299367, 1.273307928, 1.275320415, 1.277336844, 1.279357228, 1.281381580, 1.283409916, 1.285442248, 1.287478592, 1.289518962, 1.291563372, 1.293611836, 1.295664369, 1.297720986, 1.299781701, 1.301846529, 1.303915484, 1.305988582, 1.308065837, 1.310147264, 1.312232879, 1.314322696, 1.316416731, 1.318514999, 1.320617515, 1.322724294, 1.324835353, 1.326950706, 1.329070369, 1.331194359, 1.333322690, 1.335455378, 1.337592440, 1.339733891, 1.341879748, 1.344030027, 1.346184743, 1.348343913, 1.350507554, 1.352675682, 1.354848314, 1.357025465, 1.359207153, 1.361393395, 1.363584208, 1.365779607, 1.367979611, 1.370184237, 1.372393501, 1.374607421, 1.376826014, 1.379049298, 1.381277290, 1.383510008, 1.385747469, 1.387989692, 1.390236693, 1.392488492, 1.394745106, 1.397006553, 1.399272852, 1.401544020, 1.403820076, 1.406101039, 1.408386928, 1.410677760, 1.412973555, 1.415274331, 1.417580107, 1.419890903, 1.422206738, 1.424527631, 1.426853600, 1.429184667, 1.431520849, 1.433862167, 1.436208641, 1.438560289, 1.440917133, 1.443279193, 1.445646487, 1.448019037, 1.450396863, 1.452779985, 1.455168424, 1.457562200, 1.459961335, 1.462365848, 1.464775762, 1.467191096, 1.469611873, 1.472038113, 1.474469838, 1.476907069, 1.479349828, 1.481798137, 1.484252017, 1.486711491, 1.489176580, 1.491647307, 1.494123694, 1.496605763, 1.499093536, 1.501587038, 1.504086289, 1.506591313, 1.509102134, 1.511618773, 1.514141255, 1.516669602, 1.519203839, 1.521743989, 1.524290074, 1.526842121, 1.529400151, 1.531964190, 1.534534261, 1.537110390, 1.539692600, 1.542280915, 1.544875362, 1.547475964, 1.550082747, 1.552695736, 1.555314956, 1.557940432, 1.560572190, 1.563210256, 1.565854655, 1.568505414, 1.571162558, 1.573826115, 1.576496109, 1.579172568, 1.581855518, 1.584544987, 1.587241001, 1.589943587, 1.592652772, 1.595368585, 1.598091052, 1.600820201, 1.603556060, 1.606298657, 1.609048020, 1.611804178, 1.614567159, 1.617336991, 1.620113704, 1.622897326, 1.625687886, 1.628485414, 1.631289940, 1.634101492, 1.636920101, 1.639745796, 1.642578607, 1.645418566, 1.648265701, 1.651120045, 1.653981627, 1.656850478, 1.659726631, 1.662610115, 1.665500963, 1.668399206, 1.671304875, 1.674218004, 1.677138624, 1.680066768, 1.683002467, 1.685945756, 1.688896666, 1.691855232, 1.694821485, 1.697795460, 1.700777191, 1.703766711, 1.706764055, 1.709769257, 1.712782350, 1.715803371, 1.718832353, 1.721869333, 1.724914344, 1.727967424, 1.731028606, 1.734097928, 1.737175426, 1.740261136, 1.743355093, 1.746457337, 1.749567902, 1.752686826, 1.755814148, 1.758949903, 1.762094132, 1.765246870, 1.768408157, 1.771578032, 1.774756533, 1.777943698, 1.781139568, 1.784344182, 1.787557579, 1.790779800, 1.794010885, 1.797250873, 1.800499807, 1.803757726, 1.807024672, 1.810300687, 1.813585811, 1.816880088, 1.820183559, 1.823496266, 1.826818252, 1.830149561, 1.833490236, 1.836840319, 1.840199855, 1.843568888, 1.846947462, 1.850335622, 1.853733412, 1.857140878, 1.860558065, 1.863985019, 1.867421786, 1.870868412, 1.874324943, 1.877791427, 1.881267910, 1.884754441, 1.888251066, 1.891757834, 1.895274793, 1.898801992, 1.902339480, 1.905887306, 1.909445519, 1.913014170, 1.916593308, 1.920182985, 1.923783251, 1.927394157, 1.931015754, 1.934648096, 1.938291233, 1.941945218, 1.945610105, 1.949285946, 1.952972795, 1.956670705, 1.960379731, 1.964099928, 1.967831351, 1.971574054, 1.975328093, 1.979093525, 1.982870406, 1.986658792, 1.990458741, 1.994270311, 1.998093558, 2.001928542, 2.005775321, 2.009633954, 2.013504500, 2.017387020, 2.021281573, 2.025188221, 2.029107024, 2.033038044, 2.036981342, 2.040936981, 2.044905024, 2.048885533, 2.052878573, 2.056884206, 2.060902499, 2.064933515, 2.068977320, 2.073033979, 2.077103559, 2.081186126, 2.085281748, 2.089390491, 2.093512425, 2.097647617, 2.101796137, 2.105958054, 2.110133437, 2.114322358, 2.118524886, 2.122741095, 2.126971054, 2.131214838, 2.135472518, 2.139744168, 2.144029862, 2.148329675, 2.152643681, 2.156971956, 2.161314576, 2.165671617, 2.170043157, 2.174429273, 2.178830044, 2.183245548, 2.187675864, 2.192121073, 2.196581255, 2.201056491, 2.205546863, 2.210052453, 2.214573343, 2.219109617, 2.223661360, 2.228228655, 2.232811588, 2.237410245, 2.242024713, 2.246655078, 2.251301428, 2.255963852, 2.260642439, 2.265337278, 2.270048460, 2.274776076, 2.279520218, 2.284280978, 2.289058449, 2.293852725, 2.298663901, 2.303492071, 2.308337332, 2.313199780, 2.318079513, 2.322976628, 2.327891225, 2.332823403, 2.337773263, 2.342740905, 2.347726431, 2.352729945, 2.357751549, 2.362791348, 2.367849447, 2.372925951, 2.378020968, 2.383134604, 2.388266969, 2.393418171, 2.398588320, 2.403777527, 2.408985903, 2.414213562, 2.419460617, 2.424727182, 2.430013373, 2.435319305, 2.440645096, 2.445990863, 2.451356726, 2.456742804, 2.462149219, 2.467576091, 2.473023545, 2.478491703, 2.483980690, 2.489490633, 2.495021657, 2.500573891, 2.506147463, 2.511742504, 2.517359143, 2.522997514, 2.528657748, 2.534339981, 2.540044348, 2.545770984, 2.551520027, 2.557291616, 2.563085891, 2.568902992, 2.574743061, 2.580606242, 2.586492679, 2.592402518, 2.598335905, 2.604292988, 2.610273918, 2.616278844, 2.622307918, 2.628361293, 2.634439124, 2.640541566, 2.646668776, 2.652820913, 2.658998137, 2.665200608, 2.671428489, 2.677681944, 2.683961138, 2.690266237, 2.696597411, 2.702954827, 2.709338658, 2.715749076, 2.722186255, 2.728650371, 2.735141600, 2.741660121, 2.748206114, 2.754779762, 2.761381248, 2.768010756, 2.774668473, 2.781354588, 2.788069291, 2.794812772, 2.801585227, 2.808386849, 2.815217837, 2.822078387, 2.828968701, 2.835888982, 2.842839432, 2.849820259, 2.856831670, 2.863873875, 2.870947085, 2.878051514, 2.885187378, 2.892354894, 2.899554281, 2.906785762, 2.914049559, 2.921345899, 2.928675010, 2.936037121, 2.943432465, 2.950861275, 2.958323788, 2.965820244, 2.973350883, 2.980915947, 2.988515684, 2.996150340, 3.003820167, 3.011525416, 3.019266342, 3.027043204, 3.034856262, 3.042705777, 3.050592015, 3.058515244, 3.066475733, 3.074473757, 3.082509589, 3.090583510, 3.098695798, 3.106846740, 3.115036620, 3.123265728, 3.131534357, 3.139842802, 3.148191360, 3.156580334, 3.165010027, 3.173480746, 3.181992801, 3.190546507, 3.199142179, 3.207780138, 3.216460706, 3.225184209, 3.233950978, 3.242761346, 3.251615649, 3.260514226, 3.269457422, 3.278445584, 3.287479061, 3.296558209, 3.305683385, 3.314854951, 3.324073273, 3.333338720, 3.342651665, 3.352012486, 3.361421563, 3.370879282, 3.380386033, 3.389942208, 3.399548206, 3.409204429, 3.418911283, 3.428669179, 3.438478532, 3.448339762, 3.458253293, 3.468219554, 3.478238979, 3.488312006, 3.498439078, 3.508620644, 3.518857157, 3.529149074, 3.539496860, 3.549900982, 3.560361914, 3.570880135, 3.581456130, 3.592090388, 3.602783405, 3.613535681, 3.624347724, 3.635220047, 3.646153166, 3.657147608, 3.668203902, 3.679322584, 3.690504199, 3.701749293, 3.713058424, 3.724432153, 3.735871049, 3.747375686, 3.758946648, 3.770584522, 3.782289905, 3.794063400, 3.805905617, 3.817817173, 3.829798694, 3.841850812, 3.853974166, 3.866169405, 3.878437185, 3.890778170, 3.903193030, 3.915682447, 3.928247108, 3.940887711, 3.953604961, 3.966399573, 3.979272270, 3.992223784, 4.005254856, 4.018366238, 4.031558690, 4.044832981, 4.058189891, 4.071630211, 4.085154739, 4.098764285, 4.112459670, 4.126241726, 4.140111292, 4.154069223, 4.168116382, 4.182253644, 4.196481895, 4.210802034, 4.225214970, 4.239721626, 4.254322936, 4.269019847, 4.283813319, 4.298704322, 4.313693844, 4.328782883, 4.343972451, 4.359263574, 4.374657292, 4.390154660, 4.405756746, 4.421464634, 4.437279422, 4.453202224, 4.469234170, 4.485376405, 4.501630089, 4.517996401, 4.534476534, 4.551071699, 4.567783126, 4.584612059, 4.601559763, 4.618627520, 4.635816630, 4.653128412, 4.670564204, 4.688125366, 4.705813275, 4.723629328, 4.741574945, 4.759651566, 4.777860651, 4.796203685, 4.814682172, 4.833297640, 4.852051640, 4.870945747, 4.889981558, 4.909160698, 4.928484813, 4.947955576, 4.967574687, 4.987343871, 5.007264880, 5.027339492, 5.047569516, 5.067956788, 5.088503171, 5.109210562, 5.130080883, 5.151116092, 5.172318173, 5.193689147, 5.215231065, 5.236946012, 5.258836107, 5.280903504, 5.303150391, 5.325578994, 5.348191575, 5.370990435, 5.393977912, 5.417156383, 5.440528266, 5.464096021, 5.487862148, 5.511829190, 5.535999735, 5.560376414, 5.584961905, 5.609758932, 5.634770266, 5.659998726, 5.685447184, 5.711118559, 5.737015825, 5.763142005, 5.789500181, 5.816093488, 5.842925117, 5.869998319, 5.897316403, 5.924882740, 5.952700761, 5.980773963, 6.009105907, 6.037700220, 6.066560597, 6.095690804, 6.125094677, 6.154776127, 6.184739138, 6.214987771, 6.245526166, 6.276358543, 6.307489204, 6.338922536, 6.370663013, 6.402715195, 6.435083737, 6.467773382, 6.500788974, 6.534135449, 6.567817847, 6.601841311, 6.636211087, 6.670932532, 6.706011111, 6.741452405, 6.777262112, 6.813446049, 6.850010157, 6.886960501, 6.924303279, 6.962044820, 7.000191591, 7.038750200, 7.077727398, 7.117130085, 7.156965314, 7.197240293, 7.237962394, 7.279139153, 7.320778274, 7.362887641, 7.405475315, 7.448549542, 7.492118760, 7.536191604, 7.580776908, 7.625883716, 7.671521286, 7.717699097, 7.764426853, 7.811714494, 7.859572199, 7.908010397, 7.957039771, 8.006671270, 8.056916114, 8.107785804, 8.159292128, 8.211447175, 8.264263342, 8.317753342, 8.371930218, 8.426807351, 8.482398471, 8.538717671, 8.595779416, 8.653598556, 8.712190343, 8.771570437, 8.831754928, 8.892760343, 8.954603669, 9.017302360, 9.080874364, 9.145338129, 9.210712631, 9.277017384, 9.344272467, 9.412498540, 9.481716864, 9.551949328, 9.623218470, 9.695547497, 9.768960318, 9.843481565, 9.919136621, 9.995951652, 10.073953635, 10.153170388, 10.233630607, 10.315363898, 10.398400817, 10.482772902, 10.568512718, 10.655653899, 10.744231190, 10.834280493, 10.925838918, 11.018944833, 11.113637917, 11.209959219, 11.307951213, 11.407657866, 11.509124699, 11.612398861, 11.717529199, 11.824566335, 11.933562751, 12.044572872, 12.157653156, 12.272862193, 12.390260806, 12.509912155, 12.631881854, 12.756238090, 12.883051751, 13.012396559, 13.144349217, 13.278989557, 13.416400703, 13.556669242, 13.699885410, 13.846143279, 13.995540969, 14.148180865, 14.304169855, 14.463619573, 14.626646676, 14.793373118, 14.963926464, 15.138440211, 15.317054137, 15.499914679, 15.687175327, 15.878997063, 16.075548815, 16.277007960, 16.483560854, 16.695403411, 16.912741721, 17.135792724, 17.364784926, 17.599959188, 17.841569567, 18.089884234, 18.345186471, 18.607775743, 18.877968880, 19.156101346, 19.442528633, 19.737627780, 20.041799025, 20.355467625, 20.679085834, 21.013135085, 21.358128380, 21.714612923, 22.083173013, 22.464433249, 22.859062059, 23.267775617, 23.691342183, 24.130586924, 24.586397283, 25.059728971, 25.551612653, 26.063161449, 26.595579347, 27.150170666, 27.728350729, 28.331657935, 28.961767426, 29.620506631, 30.309872972, 31.032054101, 31.789451102, 32.584705165, 33.420728371, 34.300739338, 35.228304641, 36.207387142, 37.242402601, 38.338286278, 39.500571649, 40.735483872, 42.050051354, 43.452239619, 44.951112888, 46.557030268, 48.281885549, 50.139402336, 52.145500009, 54.318751180, 56.680958480, 59.257888652, 62.080216394, 65.184751341, 68.616052526, 72.428580989, 76.689612131, 81.483240207, 86.915984602, 93.124798814, 100.288775877, 108.646706506, 118.524214399, 130.377172737, 144.864065001, 162.972616414, 186.254966612, 217.298014987, 260.758180446, 325.948300803, 434.598330955, 651.898135598, 1303.797038226, -20973876782737.480468750, -1303.797038064, -651.898135557, -434.598330937, -325.948300793, -260.758180440, -217.298014983, -186.254966609, -162.972616412, -144.864064999, -130.377172735, -118.524214398, -108.646706505, -100.288775876, -93.124798813, -86.915984601, -81.483240206, -76.689612131, -72.428580988, -68.616052526, -65.184751341, -62.080216394, -59.257888652, -56.680958479, -54.318751180, -52.145500009, -50.139402335, -48.281885549, -46.557030267, -44.951112888, -43.452239619, -42.050051353, -40.735483872, -39.500571649, -38.338286278, -37.242402600, -36.207387142, -35.228304641, -34.300739338, -33.420728371, -32.584705165, -31.789451102, -31.032054101, -30.309872972, -29.620506631, -28.961767426, -28.331657935, -27.728350729, -27.150170666, -26.595579347, -26.063161449, -25.551612653, -25.059728971, -24.586397283, -24.130586924, -23.691342183, -23.267775617, -22.859062059, -22.464433249, -22.083173013, -21.714612923, -21.358128380, -21.013135085, -20.679085834, -20.355467625, -20.041799025, -19.737627780, -19.442528633, -19.156101346, -18.877968880, -18.607775743, -18.345186471, -18.089884234, -17.841569567, -17.599959188, -17.364784926, -17.135792724, -16.912741721, -16.695403411, -16.483560854, -16.277007960, -16.075548815, -15.878997063, -15.687175327, -15.499914679, -15.317054137, -15.138440211, -14.963926464, -14.793373118, -14.626646676, -14.463619573, -14.304169854, -14.148180865, -13.995540969, -13.846143279, -13.699885410, -13.556669242, -13.416400703, -13.278989557, -13.144349217, -13.012396559, -12.883051751, -12.756238090, -12.631881854, -12.509912155, -12.390260806, -12.272862193, -12.157653156, -12.044572872, -11.933562751, -11.824566335, -11.717529199, -11.612398861, -11.509124699, -11.407657866, -11.307951213, -11.209959219, -11.113637917, -11.018944833, -10.925838918, -10.834280493, -10.744231190, -10.655653899, -10.568512718, -10.482772902, -10.398400817, -10.315363898, -10.233630607, -10.153170388, -10.073953635, -9.995951652, -9.919136621, -9.843481565, -9.768960318, -9.695547497, -9.623218470, -9.551949328, -9.481716864, -9.412498540, -9.344272467, -9.277017384, -9.210712631, -9.145338129, -9.080874364, -9.017302360, -8.954603669, -8.892760343, -8.831754928, -8.771570437, -8.712190343, -8.653598556, -8.595779416, -8.538717671, -8.482398471, -8.426807351, -8.371930218, -8.317753342, -8.264263342, -8.211447175, -8.159292128, -8.107785804, -8.056916114, -8.006671270, -7.957039771, -7.908010397, -7.859572199, -7.811714494, -7.764426853, -7.717699097, -7.671521286, -7.625883716, -7.580776908, -7.536191604, -7.492118760, -7.448549542, -7.405475315, -7.362887641, -7.320778274, -7.279139153, -7.237962394, -7.197240293, -7.156965314, -7.117130085, -7.077727398, -7.038750200, -7.000191591, -6.962044820, -6.924303279, -6.886960501, -6.850010157, -6.813446049, -6.777262112, -6.741452405, -6.706011111, -6.670932532, -6.636211087, -6.601841311, -6.567817847, -6.534135449, -6.500788974, -6.467773382, -6.435083737, -6.402715195, -6.370663013, -6.338922536, -6.307489204, -6.276358543, -6.245526166, -6.214987771, -6.184739138, -6.154776127, -6.125094677, -6.095690804, -6.066560597, -6.037700220, -6.009105907, -5.980773963, -5.952700761, -5.924882740, -5.897316403, -5.869998319, -5.842925117, -5.816093488, -5.789500181, -5.763142005, -5.737015825, -5.711118559, -5.685447184, -5.659998726, -5.634770266, -5.609758932, -5.584961905, -5.560376414, -5.535999735, -5.511829190, -5.487862148, -5.464096021, -5.440528266, -5.417156383, -5.393977911, -5.370990435, -5.348191575, -5.325578994, -5.303150391, -5.280903504, -5.258836107, -5.236946012, -5.215231065, -5.193689147, -5.172318173, -5.151116092, -5.130080883, -5.109210562, -5.088503171, -5.067956788, -5.047569516, -5.027339492, -5.007264880, -4.987343871, -4.967574687, -4.947955576, -4.928484813, -4.909160698, -4.889981558, -4.870945746, -4.852051640, -4.833297640, -4.814682172, -4.796203685, -4.777860651, -4.759651566, -4.741574945, -4.723629328, -4.705813275, -4.688125366, -4.670564204, -4.653128412, -4.635816630, -4.618627520, -4.601559763, -4.584612059, -4.567783126, -4.551071699, -4.534476534, -4.517996401, -4.501630089, -4.485376405, -4.469234170, -4.453202224, -4.437279422, -4.421464634, -4.405756746, -4.390154660, -4.374657292, -4.359263574, -4.343972451, -4.328782883, -4.313693844, -4.298704322, -4.283813319, -4.269019847, -4.254322936, -4.239721626, -4.225214970, -4.210802034, -4.196481895, -4.182253644, -4.168116382, -4.154069223, -4.140111292, -4.126241726, -4.112459670, -4.098764285, -4.085154739, -4.071630211, -4.058189891, -4.044832981, -4.031558690, -4.018366238, -4.005254856, -3.992223784, -3.979272270, -3.966399573, -3.953604961, -3.940887711, -3.928247108, -3.915682447, -3.903193030, -3.890778170, -3.878437185, -3.866169405, -3.853974166, -3.841850812, -3.829798694, -3.817817173, -3.805905617, -3.794063400, -3.782289905, -3.770584522, -3.758946648, -3.747375686, -3.735871049, -3.724432153, -3.713058424, -3.701749293, -3.690504199, -3.679322584, -3.668203902, -3.657147608, -3.646153166, -3.635220047, -3.624347724, -3.613535681, -3.602783405, -3.592090388, -3.581456130, -3.570880135, -3.560361914, -3.549900982, -3.539496860, -3.529149074, -3.518857157, -3.508620644, -3.498439078, -3.488312006, -3.478238979, -3.468219554, -3.458253293, -3.448339762, -3.438478532, -3.428669179, -3.418911283, -3.409204429, -3.399548206, -3.389942208, -3.380386033, -3.370879282, -3.361421563, -3.352012486, -3.342651665, -3.333338720, -3.324073273, -3.314854951, -3.305683385, -3.296558209, -3.287479061, -3.278445584, -3.269457422, -3.260514226, -3.251615649, -3.242761346, -3.233950978, -3.225184209, -3.216460706, -3.207780138, -3.199142179, -3.190546507, -3.181992801, -3.173480746, -3.165010027, -3.156580334, -3.148191360, -3.139842802, -3.131534357, -3.123265728, -3.115036620, -3.106846740, -3.098695798, -3.090583510, -3.082509589, -3.074473757, -3.066475733, -3.058515244, -3.050592015, -3.042705777, -3.034856262, -3.027043204, -3.019266342, -3.011525416, -3.003820167, -2.996150340, -2.988515684, -2.980915947, -2.973350883, -2.965820244, -2.958323788, -2.950861275, -2.943432465, -2.936037121, -2.928675010, -2.921345899, -2.914049559, -2.906785762, -2.899554281, -2.892354894, -2.885187378, -2.878051514, -2.870947085, -2.863873875, -2.856831670, -2.849820259, -2.842839432, -2.835888982, -2.828968701, -2.822078387, -2.815217837, -2.808386849, -2.801585227, -2.794812772, -2.788069291, -2.781354588, -2.774668473, -2.768010756, -2.761381248, -2.754779762, -2.748206114, -2.741660121, -2.735141600, -2.728650371, -2.722186255, -2.715749076, -2.709338658, -2.702954827, -2.696597411, -2.690266237, -2.683961138, -2.677681944, -2.671428489, -2.665200608, -2.658998137, -2.652820913, -2.646668776, -2.640541566, -2.634439124, -2.628361293, -2.622307918, -2.616278844, -2.610273918, -2.604292988, -2.598335905, -2.592402518, -2.586492679, -2.580606242, -2.574743061, -2.568902992, -2.563085891, -2.557291616, -2.551520027, -2.545770984, -2.540044348, -2.534339981, -2.528657748, -2.522997514, -2.517359143, -2.511742504, -2.506147463, -2.500573891, -2.495021657, -2.489490633, -2.483980690, -2.478491703, -2.473023545, -2.467576091, -2.462149219, -2.456742804, -2.451356726, -2.445990863, -2.440645096, -2.435319305, -2.430013373, -2.424727182, -2.419460617, -2.414213562, -2.408985903, -2.403777527, -2.398588320, -2.393418171, -2.388266969, -2.383134604, -2.378020968, -2.372925951, -2.367849447, -2.362791348, -2.357751549, -2.352729945, -2.347726431, -2.342740905, -2.337773263, -2.332823403, -2.327891225, -2.322976628, -2.318079513, -2.313199780, -2.308337332, -2.303492071, -2.298663901, -2.293852725, -2.289058449, -2.284280978, -2.279520218, -2.274776076, -2.270048460, -2.265337278, -2.260642439, -2.255963852, -2.251301428, -2.246655078, -2.242024713, -2.237410245, -2.232811588, -2.228228655, -2.223661360, -2.219109617, -2.214573343, -2.210052453, -2.205546863, -2.201056491, -2.196581255, -2.192121073, -2.187675864, -2.183245548, -2.178830044, -2.174429273, -2.170043157, -2.165671617, -2.161314576, -2.156971956, -2.152643681, -2.148329675, -2.144029862, -2.139744168, -2.135472518, -2.131214838, -2.126971054, -2.122741095, -2.118524886, -2.114322358, -2.110133437, -2.105958054, -2.101796137, -2.097647617, -2.093512425, -2.089390491, -2.085281748, -2.081186126, -2.077103559, -2.073033979, -2.068977320, -2.064933515, -2.060902499, -2.056884206, -2.052878573, -2.048885533, -2.044905024, -2.040936981, -2.036981342, -2.033038044, -2.029107024, -2.025188221, -2.021281573, -2.017387020, -2.013504500, -2.009633954, -2.005775321, -2.001928542, -1.998093558, -1.994270311, -1.990458741, -1.986658792, -1.982870406, -1.979093525, -1.975328093, -1.971574054, -1.967831351, -1.964099928, -1.960379731, -1.956670705, -1.952972795, -1.949285946, -1.945610105, -1.941945218, -1.938291233, -1.934648096, -1.931015754, -1.927394157, -1.923783251, -1.920182985, -1.916593308, -1.913014170, -1.909445519, -1.905887306, -1.902339480, -1.898801992, -1.895274793, -1.891757834, -1.888251066, -1.884754441, -1.881267910, -1.877791427, -1.874324943, -1.870868412, -1.867421786, -1.863985019, -1.860558065, -1.857140878, -1.853733412, -1.850335622, -1.846947462, -1.843568888, -1.840199855, -1.836840319, -1.833490236, -1.830149561, -1.826818252, -1.823496266, -1.820183559, -1.816880088, -1.813585811, -1.810300687, -1.807024672, -1.803757726, -1.800499807, -1.797250873, -1.794010885, -1.790779800, -1.787557579, -1.784344182, -1.781139568, -1.777943698, -1.774756533, -1.771578032, -1.768408157, -1.765246870, -1.762094132, -1.758949903, -1.755814148, -1.752686826, -1.749567902, -1.746457337, -1.743355093, -1.740261136, -1.737175426, -1.734097928, -1.731028606, -1.727967424, -1.724914344, -1.721869333, -1.718832353, -1.715803371, -1.712782350, -1.709769257, -1.706764055, -1.703766711, -1.700777191, -1.697795460, -1.694821485, -1.691855232, -1.688896666, -1.685945756, -1.683002467, -1.680066768, -1.677138624, -1.674218004, -1.671304875, -1.668399206, -1.665500963, -1.662610115, -1.659726631, -1.656850478, -1.653981627, -1.651120045, -1.648265701, -1.645418566, -1.642578607, -1.639745796, -1.636920101, -1.634101492, -1.631289940, -1.628485414, -1.625687886, -1.622897326, -1.620113704, -1.617336991, -1.614567159, -1.611804178, -1.609048020, -1.606298657, -1.603556060, -1.600820201, -1.598091052, -1.595368585, -1.592652772, -1.589943587, -1.587241001, -1.584544987, -1.581855518, -1.579172568, -1.576496109, -1.573826115, -1.571162558, -1.568505414, -1.565854655, -1.563210256, -1.560572190, -1.557940432, -1.555314956, -1.552695736, -1.550082747, -1.547475964, -1.544875362, -1.542280915, -1.539692600, -1.537110390, -1.534534261, -1.531964190, -1.529400151, -1.526842121, -1.524290074, -1.521743989, -1.519203839, -1.516669602, -1.514141255, -1.511618773, -1.509102134, -1.506591313, -1.504086289, -1.501587038, -1.499093536, -1.496605763, -1.494123694, -1.491647307, -1.489176580, -1.486711491, -1.484252017, -1.481798137, -1.479349828, -1.476907069, -1.474469838, -1.472038113, -1.469611873, -1.467191096, -1.464775762, -1.462365848, -1.459961335, -1.457562200, -1.455168424, -1.452779985, -1.450396863, -1.448019037, -1.445646487, -1.443279193, -1.440917133, -1.438560289, -1.436208641, -1.433862167, -1.431520849, -1.429184667, -1.426853600, -1.424527631, -1.422206738, -1.419890903, -1.417580107, -1.415274331, -1.412973555, -1.410677760, -1.408386928, -1.406101039, -1.403820076, -1.401544020, -1.399272852, -1.397006553, -1.394745106, -1.392488492, -1.390236693, -1.387989692, -1.385747469, -1.383510008, -1.381277290, -1.379049298, -1.376826014, -1.374607421, -1.372393501, -1.370184237, -1.367979611, -1.365779607, -1.363584208, -1.361393395, -1.359207153, -1.357025465, -1.354848314, -1.352675682, -1.350507554, -1.348343913, -1.346184743, -1.344030027, -1.341879748, -1.339733891, -1.337592440, -1.335455378, -1.333322690, -1.331194359, -1.329070369, -1.326950706, -1.324835353, -1.322724294, -1.320617515, -1.318514999, -1.316416731, -1.314322696, -1.312232879, -1.310147264, -1.308065837, -1.305988582, -1.303915484, -1.301846529, -1.299781701, -1.297720986, -1.295664369, -1.293611836, -1.291563372, -1.289518962, -1.287478592, -1.285442248, -1.283409916, -1.281381580, -1.279357228, -1.277336844, -1.275320415, -1.273307928, -1.271299367, -1.269294719, -1.267293971, -1.265297109, -1.263304118, -1.261314986, -1.259329699, -1.257348243, -1.255370606, -1.253396773, -1.251426731, -1.249460468, -1.247497970, -1.245539224, -1.243584216, -1.241632935, -1.239685366, -1.237741497, -1.235801316, -1.233864809, -1.231931965, -1.230002769, -1.228077210, -1.226155274, -1.224236951, -1.222322226, -1.220411089, -1.218503526, -1.216599525, -1.214699074, -1.212802161, -1.210908773, -1.209018900, -1.207132528, -1.205249646, -1.203370242, -1.201494304, -1.199621820, -1.197752779, -1.195887168, -1.194024977, -1.192166194, -1.190310807, -1.188458804, -1.186610175, -1.184764908, -1.182922991, -1.181084413, -1.179249164, -1.177417231, -1.175588605, -1.173763272, -1.171941224, -1.170122448, -1.168306933, -1.166494670, -1.164685646, -1.162879852, -1.161077276, -1.159277907, -1.157481736, -1.155688751, -1.153898942, -1.152112298, -1.150328808, -1.148548463, -1.146771253, -1.144997165, -1.143226191, -1.141458320, -1.139693542, -1.137931846, -1.136173223, -1.134417662, -1.132665154, -1.130915687, -1.129169254, -1.127425842, -1.125685443, -1.123948047, -1.122213644, -1.120482224, -1.118753777, -1.117028294, -1.115305765, -1.113586181, -1.111869531, -1.110155807, -1.108444999, -1.106737097, -1.105032093, -1.103329976, -1.101630737, -1.099934368, -1.098240858, -1.096550199, -1.094862381, -1.093177396, -1.091495234, -1.089815886, -1.088139343, -1.086465597, -1.084794637, -1.083126456, -1.081461044, -1.079798393, -1.078138493, -1.076481336, -1.074826914, -1.073175217, -1.071526237, -1.069879965, -1.068236393, -1.066595511, -1.064957313, -1.063321788, -1.061688929, -1.060058727, -1.058431173, -1.056806260, -1.055183979, -1.053564322, -1.051947281, -1.050332846, -1.048721011, -1.047111766, -1.045505105, -1.043901018, -1.042299498, -1.040700536, -1.039104125, -1.037510256, -1.035918922, -1.034330115, -1.032743826, -1.031160049, -1.029578775, -1.027999996, -1.026423705, -1.024849894, -1.023278555, -1.021709681, -1.020143264, -1.018579296, -1.017017770, -1.015458678, -1.013902012, -1.012347766, -1.010795932, -1.009246502, -1.007699469, -1.006154825, -1.004612564, -1.003072677, -1.001535159, -1.000000000, -0.998467195, -0.996936735, -0.995408614, -0.993882825, -0.992359360, -0.990838213, -0.989319375, -0.987802841, -0.986288604, -0.984776655, -0.983266989, -0.981759598, -0.980254476, -0.978751615, -0.977251008, -0.975752650, -0.974256533, -0.972762649, -0.971270994, -0.969781559, -0.968294338, -0.966809325, -0.965326512, -0.963845894, -0.962367463, -0.960891213, -0.959417137, -0.957945229, -0.956475483, -0.955007891, -0.953542448, -0.952079147, -0.950617981, -0.949158944, -0.947702031, -0.946247233, -0.944794546, -0.943343963, -0.941895477, -0.940449083, -0.939004773, -0.937562543, -0.936122385, -0.934684294, -0.933248264, -0.931814287, -0.930382359, -0.928952473, -0.927524624, -0.926098804, -0.924675008, -0.923253231, -0.921833466, -0.920415707, -0.918999948, -0.917586184, -0.916174408, -0.914764615, -0.913356799, -0.911950954, -0.910547074, -0.909145154, -0.907745187, -0.906347169, -0.904951093, -0.903556954, -0.902164745, -0.900774462, -0.899386099, -0.897999649, -0.896615109, -0.895232471, -0.893851731, -0.892472882, -0.891095920, -0.889720839, -0.888347634, -0.886976298, -0.885606827, -0.884239215, -0.882873457, -0.881509547, -0.880147481, -0.878787252, -0.877428856, -0.876072286, -0.874717539, -0.873364608, -0.872013488, -0.870664175, -0.869316662, -0.867970945, -0.866627019, -0.865284878, -0.863944518, -0.862605932, -0.861269117, -0.859934067, -0.858600776, -0.857269241, -0.855939455, -0.854611414, -0.853285113, -0.851960547, -0.850637711, -0.849316600, -0.847997209, -0.846679533, -0.845363568, -0.844049308, -0.842736748, -0.841425884, -0.840116711, -0.838809224, -0.837503418, -0.836199289, -0.834896832, -0.833596041, -0.832296913, -0.830999443, -0.829703625, -0.828409455, -0.827116929, -0.825826042, -0.824536790, -0.823249167, -0.821963168, -0.820678791, -0.819396029, -0.818114879, -0.816835335, -0.815557394, -0.814281050, -0.813006300, -0.811733139, -0.810461561, -0.809191564, -0.807923142, -0.806656292, -0.805391007, -0.804127285, -0.802865121, -0.801604511, -0.800345449, -0.799087933, -0.797831957, -0.796577517, -0.795324609, -0.794073229, -0.792823372, -0.791575034, -0.790328211, -0.789082899, -0.787839093, -0.786596789, -0.785355984, -0.784116672, -0.782878850, -0.781642514, -0.780407660, -0.779174282, -0.777942378, -0.776711944, -0.775482974, -0.774255466, -0.773029414, -0.771804816, -0.770581666, -0.769359962, -0.768139698, -0.766920872, -0.765703478, -0.764487514, -0.763272975, -0.762059857, -0.760848156, -0.759637869, -0.758428991, -0.757221519, -0.756015448, -0.754810775, -0.753607497, -0.752405608, -0.751205106, -0.750005987, -0.748808246, -0.747611881, -0.746416886, -0.745223260, -0.744030996, -0.742840093, -0.741650546, -0.740462352, -0.739275506, -0.738090006, -0.736905847, -0.735723026, -0.734541539, -0.733361383, -0.732182553, -0.731005047, -0.729828860, -0.728653990, -0.727480432, -0.726308183, -0.725137239, -0.723967597, -0.722799253, -0.721632204, -0.720466446, -0.719301976, -0.718138789, -0.716976884, -0.715816256, -0.714656901, -0.713498817, -0.712341999, -0.711186445, -0.710032151, -0.708879114, -0.707727329, -0.706576795, -0.705427506, -0.704279461, -0.703132655, -0.701987086, -0.700842749, -0.699699642, -0.698557762, -0.697417104, -0.696277666, -0.695139444, -0.694002436, -0.692866637, -0.691732044, -0.690598655, -0.689466467, -0.688335474, -0.687205676, -0.686077068, -0.684949646, -0.683823409, -0.682698353, -0.681574474, -0.680451770, -0.679330237, -0.678209872, -0.677090672, -0.675972634, -0.674855755, -0.673740031, -0.672625460, -0.671512038, -0.670399762, -0.669288630, -0.668178638, -0.667069783, -0.665962062, -0.664855472, -0.663750011, -0.662645674, -0.661542459, -0.660440363, -0.659339383, -0.658239516, -0.657140759, -0.656043109, -0.654946564, -0.653851119, -0.652756772, -0.651663521, -0.650571362, -0.649480293, -0.648390309, -0.647301410, -0.646213591, -0.645126850, -0.644041184, -0.642956590, -0.641873065, -0.640790606, -0.639709211, -0.638628877, -0.637549600, -0.636471379, -0.635394210, -0.634318090, -0.633243016, -0.632168987, -0.631095998, -0.630024048, -0.628953133, -0.627883251, -0.626814399, -0.625746574, -0.624679773, -0.623613995, -0.622549235, -0.621485492, -0.620422762, -0.619361043, -0.618300333, -0.617240628, -0.616181926, -0.615124224, -0.614067520, -0.613011811, -0.611957094, -0.610903366, -0.609850626, -0.608798870, -0.607748096, -0.606698301, -0.605649482, -0.604601638, -0.603554764, -0.602508860, -0.601463922, -0.600419947, -0.599376934, -0.598334879, -0.597293780, -0.596253634, -0.595214440, -0.594176194, -0.593138893, -0.592102537, -0.591067120, -0.590032643, -0.588999101, -0.587966493, -0.586934815, -0.585904066, -0.584874243, -0.583845344, -0.582817365, -0.581790306, -0.580764162, -0.579738932, -0.578714614, -0.577691204, -0.576668701, -0.575647102, -0.574626405, -0.573606607, -0.572587706, -0.571569700, -0.570552585, -0.569536361, -0.568521024, -0.567506572, -0.566493003, -0.565480314, -0.564468503, -0.563457568, -0.562447507, -0.561438316, -0.560429994, -0.559422539, -0.558415948, -0.557410219, -0.556405349, -0.555401337, -0.554398180, -0.553395875, -0.552394421, -0.551393815, -0.550394056, -0.549395139, -0.548397065, -0.547399830, -0.546403431, -0.545407868, -0.544413137, -0.543419236, -0.542426164, -0.541433918, -0.540442495, -0.539451894, -0.538462112, -0.537473148, -0.536484998, -0.535497662, -0.534511136, -0.533525419, -0.532540508, -0.531556401, -0.530573097, -0.529590592, -0.528608885, -0.527627974, -0.526647857, -0.525668531, -0.524689995, -0.523712245, -0.522735281, -0.521759100, -0.520783700, -0.519809079, -0.518835235, -0.517862165, -0.516889869, -0.515918342, -0.514947585, -0.513977594, -0.513008367, -0.512039903, -0.511072199, -0.510105254, -0.509139064, -0.508173630, -0.507208947, -0.506245015, -0.505281831, -0.504319393, -0.503357700, -0.502396749, -0.501436538, -0.500477065, -0.499518329, -0.498560327, -0.497603058, -0.496646518, -0.495690708, -0.494735624, -0.493781264, -0.492827627, -0.491874711, -0.490922513, -0.489971033, -0.489020267, -0.488070214, -0.487120872, -0.486172239, -0.485224313, -0.484277093, -0.483330576, -0.482384761, -0.481439645, -0.480495227, -0.479551505, -0.478608477, -0.477666140, -0.476724495, -0.475783537, -0.474843266, -0.473903680, -0.472964776, -0.472026553, -0.471089010, -0.470152143, -0.469215952, -0.468280435, -0.467345590, -0.466411414, -0.465477907, -0.464545066, -0.463612889, -0.462681375, -0.461750522, -0.460820328, -0.459890792, -0.458961911, -0.458033683, -0.457106108, -0.456179183, -0.455252906, -0.454327276, -0.453402291, -0.452477949, -0.451554248, -0.450631187, -0.449708763, -0.448786976, -0.447865823, -0.446945303, -0.446025414, -0.445106154, -0.444187521, -0.443269514, -0.442352131, -0.441435370, -0.440519230, -0.439603709, -0.438688805, -0.437774516, -0.436860841, -0.435947779, -0.435035326, -0.434123483, -0.433212246, -0.432301615, -0.431391587, -0.430482162, -0.429573336, -0.428665110, -0.427757480, -0.426850446, -0.425944006, -0.425038157, -0.424132899, -0.423228230, -0.422324148, -0.421420651, -0.420517739, -0.419615408, -0.418713658, -0.417812488, -0.416911894, -0.416011877, -0.415112433, -0.414213562, -0.413315262, -0.412417532, -0.411520369, -0.410623772, -0.409727740, -0.408832271, -0.407937364, -0.407043016, -0.406149226, -0.405255993, -0.404363316, -0.403471191, -0.402579619, -0.401688597, -0.400798124, -0.399908199, -0.399018819, -0.398129983, -0.397241690, -0.396353938, -0.395466726, -0.394580051, -0.393693914, -0.392808311, -0.391923242, -0.391038704, -0.390154697, -0.389271219, -0.388388269, -0.387505844, -0.386623944, -0.385742566, -0.384861710, -0.383981374, -0.383101556, -0.382222255, -0.381343470, -0.380465198, -0.379587439, -0.378710191, -0.377833452, -0.376957221, -0.376081497, -0.375206278, -0.374331562, -0.373457349, -0.372583636, -0.371710423, -0.370837707, -0.369965487, -0.369093763, -0.368222532, -0.367351792, -0.366481544, -0.365611784, -0.364742512, -0.363873726, -0.363005426, -0.362137608, -0.361270272, -0.360403417, -0.359537042, -0.358671143, -0.357805721, -0.356940774, -0.356076301, -0.355212299, -0.354348768, -0.353485706, -0.352623113, -0.351760985, -0.350899323, -0.350038125, -0.349177388, -0.348317113, -0.347457297, -0.346597939, -0.345739039, -0.344880593, -0.344022602, -0.343165063, -0.342307975, -0.341451338, -0.340595149, -0.339739407, -0.338884111, -0.338029260, -0.337174851, -0.336320885, -0.335467359, -0.334614272, -0.333761623, -0.332909410, -0.332057633, -0.331206289, -0.330355377, -0.329504897, -0.328654846, -0.327805224, -0.326956029, -0.326107260, -0.325258916, -0.324410994, -0.323563494, -0.322716415, -0.321869755, -0.321023513, -0.320177688, -0.319332278, -0.318487282, -0.317642699, -0.316798527, -0.315954765, -0.315111412, -0.314268467, -0.313425928, -0.312583794, -0.311742064, -0.310900736, -0.310059809, -0.309219282, -0.308379154, -0.307539423, -0.306700088, -0.305861148, -0.305022601, -0.304184447, -0.303346684, -0.302509310, -0.301672325, -0.300835727, -0.299999515, -0.299163688, -0.298328244, -0.297493183, -0.296658503, -0.295824202, -0.294990280, -0.294156735, -0.293323566, -0.292490772, -0.291658351, -0.290826303, -0.289994626, -0.289163319, -0.288332380, -0.287501809, -0.286671605, -0.285841765, -0.285012289, -0.284183175, -0.283354423, -0.282526031, -0.281697998, -0.280870323, -0.280043004, -0.279216041, -0.278389431, -0.277563175, -0.276737270, -0.275911716, -0.275086511, -0.274261655, -0.273437145, -0.272612981, -0.271789161, -0.270965686, -0.270142552, -0.269319759, -0.268497306, -0.267675192, -0.266853415, -0.266031975, -0.265210870, -0.264390098, -0.263569660, -0.262749553, -0.261929777, -0.261110330, -0.260291211, -0.259472419, -0.258653953, -0.257835812, -0.257017994, -0.256200498, -0.255383324, -0.254566470, -0.253749935, -0.252933717, -0.252117817, -0.251302231, -0.250486960, -0.249672002, -0.248857357, -0.248043022, -0.247228997, -0.246415280, -0.245601872, -0.244788769, -0.243975972, -0.243163479, -0.242351289, -0.241539401, -0.240727813, -0.239916525, -0.239105536, -0.238294844, -0.237484449, -0.236674348, -0.235864542, -0.235055029, -0.234245807, -0.233436876, -0.232628235, -0.231819882, -0.231011817, -0.230204038, -0.229396544, -0.228589335, -0.227782408, -0.226975763, -0.226169399, -0.225363315, -0.224557509, -0.223751981, -0.222946729, -0.222141753, -0.221337051, -0.220532622, -0.219728465, -0.218924579, -0.218120964, -0.217317617, -0.216514537, -0.215711725, -0.214909178, -0.214106895, -0.213304876, -0.212503119, -0.211701624, -0.210900389, -0.210099413, -0.209298695, -0.208498234, -0.207698030, -0.206898080, -0.206098384, -0.205298940, -0.204499749, -0.203700808, -0.202902117, -0.202103674, -0.201305479, -0.200507530, -0.199709826, -0.198912367, -0.198115152, -0.197318178, -0.196521446, -0.195724954, -0.194928700, -0.194132685, -0.193336907, -0.192541365, -0.191746058, -0.190950985, -0.190156145, -0.189361536, -0.188567158, -0.187773010, -0.186979091, -0.186185400, -0.185391935, -0.184598695, -0.183805680, -0.183012889, -0.182220321, -0.181427973, -0.180635847, -0.179843940, -0.179052251, -0.178260779, -0.177469525, -0.176678485, -0.175887660, -0.175097048, -0.174306648, -0.173516460, -0.172726482, -0.171936714, -0.171147153, -0.170357800, -0.169568653, -0.168779712, -0.167990974, -0.167202440, -0.166414108, -0.165625977, -0.164838047, -0.164050316, -0.163262782, -0.162475447, -0.161688307, -0.160901362, -0.160114612, -0.159328055, -0.158541690, -0.157755517, -0.156969533, -0.156183739, -0.155398133, -0.154612715, -0.153827482, -0.153042435, -0.152257572, -0.151472893, -0.150688395, -0.149904079, -0.149119944, -0.148335988, -0.147552210, -0.146768609, -0.145985185, -0.145201936, -0.144418862, -0.143635961, -0.142853233, -0.142070676, -0.141288290, -0.140506073, -0.139724025, -0.138942144, -0.138160430, -0.137378882, -0.136597499, -0.135816279, -0.135035222, -0.134254326, -0.133473592, -0.132693017, -0.131912601, -0.131132343, -0.130352242, -0.129572297, -0.128792507, -0.128012871, -0.127233388, -0.126454057, -0.125674878, -0.124895848, -0.124116968, -0.123338236, -0.122559652, -0.121781213, -0.121002920, -0.120224772, -0.119446767, -0.118668905, -0.117891184, -0.117113604, -0.116336164, -0.115558862, -0.114781698, -0.114004671, -0.113227780, -0.112451023, -0.111674401, -0.110897912, -0.110121554, -0.109345328, -0.108569232, -0.107793266, -0.107017427, -0.106241716, -0.105466132, -0.104690673, -0.103915338, -0.103140127, -0.102365039, -0.101590072, -0.100815226, -0.100040500, -0.099265893, -0.098491403, -0.097717031, -0.096942775, -0.096168634, -0.095394607, -0.094620693, -0.093846892, -0.093073202, -0.092299623, -0.091526153, -0.090752791, -0.089979538, -0.089206391, -0.088433349, -0.087660413, -0.086887581, -0.086114851, -0.085342224, -0.084569698, -0.083797272, -0.083024945, -0.082252717, -0.081480586, -0.080708551, -0.079936612, -0.079164768, -0.078393018, -0.077621360, -0.076849794, -0.076078320, -0.075306935, -0.074535639, -0.073764432, -0.072993311, -0.072222277, -0.071451329, -0.070680465, -0.069909684, -0.069138987, -0.068368371, -0.067597835, -0.066827380, -0.066057004, -0.065286705, -0.064516484, -0.063746339, -0.062976270, -0.062206274, -0.061436353, -0.060666503, -0.059896726, -0.059127019, -0.058357382, -0.057587814, -0.056818314, -0.056048880, -0.055279514, -0.054510212, -0.053740974, -0.052971800, -0.052202689, -0.051433639, -0.050664650, -0.049895720, -0.049126850, -0.048358037, -0.047589281, -0.046820582, -0.046051938, -0.045283348, -0.044514811, -0.043746327, -0.042977894, -0.042209512, -0.041441180, -0.040672897, -0.039904661, -0.039136473, -0.038368331, -0.037600234, -0.036832181, -0.036064172, -0.035296205, -0.034528279, -0.033760395, -0.032992550, -0.032224744, -0.031456976, -0.030689245, -0.029921550, -0.029153891, -0.028386265, -0.027618673, -0.026851114, -0.026083586, -0.025316089, -0.024548622, -0.023781184, -0.023013773, -0.022246390, -0.021479033, -0.020711701, -0.019944394, -0.019177110, -0.018409849, -0.017642609, -0.016875390, -0.016108191, -0.015341011, -0.014573849, -0.013806704, -0.013039576, -0.012272462, -0.011505364, -0.010738278, -0.009971206, -0.009204145, -0.008437095, -0.007670054, -0.006903023, -0.006136000, -0.005368984, -0.004601975, -0.003834971, -0.003067971, -0.002300975, -0.001533982, -0.000766991, 0.000000000, 0.000766991, 0.001533982, 0.002300975, 0.003067971, 0.003834971, 0.004601975, 0.005368984, 0.006136000, 0.006903023, 0.007670054, 0.008437095, 0.009204145, 0.009971206, 0.010738278, 0.011505364, 0.012272462, 0.013039576, 0.013806704, 0.014573849, 0.015341011, 0.016108191, 0.016875390, 0.017642609, 0.018409849, 0.019177110, 0.019944394, 0.020711701, 0.021479033, 0.022246390, 0.023013773, 0.023781184, 0.024548622, 0.025316089, 0.026083586, 0.026851114, 0.027618673, 0.028386265, 0.029153891, 0.029921550, 0.030689245, 0.031456976, 0.032224744, 0.032992550, 0.033760395, 0.034528279, 0.035296205, 0.036064172, 0.036832181, 0.037600234, 0.038368331, 0.039136473, 0.039904661, 0.040672897, 0.041441180, 0.042209512, 0.042977894, 0.043746327, 0.044514811, 0.045283348, 0.046051938, 0.046820582, 0.047589281, 0.048358037, 0.049126850, 0.049895720, 0.050664650, 0.051433639, 0.052202689, 0.052971800, 0.053740974, 0.054510212, 0.055279514, 0.056048880, 0.056818314, 0.057587814, 0.058357382, 0.059127019, 0.059896726, 0.060666503, 0.061436353, 0.062206274, 0.062976270, 0.063746339, 0.064516484, 0.065286705, 0.066057004, 0.066827380, 0.067597835, 0.068368371, 0.069138987, 0.069909684, 0.070680465, 0.071451329, 0.072222277, 0.072993311, 0.073764432, 0.074535639, 0.075306935, 0.076078320, 0.076849794, 0.077621360, 0.078393018, 0.079164768, 0.079936612, 0.080708551, 0.081480586, 0.082252717, 0.083024945, 0.083797272, 0.084569698, 0.085342224, 0.086114851, 0.086887581, 0.087660413, 0.088433349, 0.089206391, 0.089979538, 0.090752791, 0.091526153, 0.092299623, 0.093073202, 0.093846892, 0.094620693, 0.095394607, 0.096168634, 0.096942775, 0.097717031, 0.098491403, 0.099265893, 0.100040500, 0.100815226, 0.101590072, 0.102365039, 0.103140127, 0.103915338, 0.104690673, 0.105466132, 0.106241716, 0.107017427, 0.107793266, 0.108569232, 0.109345328, 0.110121554, 0.110897912, 0.111674401, 0.112451023, 0.113227780, 0.114004671, 0.114781698, 0.115558862, 0.116336164, 0.117113604, 0.117891184, 0.118668905, 0.119446767, 0.120224772, 0.121002920, 0.121781213, 0.122559652, 0.123338236, 0.124116968, 0.124895848, 0.125674878, 0.126454057, 0.127233388, 0.128012871, 0.128792507, 0.129572297, 0.130352242, 0.131132343, 0.131912601, 0.132693017, 0.133473592, 0.134254326, 0.135035222, 0.135816279, 0.136597499, 0.137378882, 0.138160430, 0.138942144, 0.139724025, 0.140506073, 0.141288290, 0.142070676, 0.142853233, 0.143635961, 0.144418862, 0.145201936, 0.145985185, 0.146768609, 0.147552210, 0.148335988, 0.149119944, 0.149904079, 0.150688395, 0.151472893, 0.152257572, 0.153042435, 0.153827482, 0.154612715, 0.155398133, 0.156183739, 0.156969533, 0.157755517, 0.158541690, 0.159328055, 0.160114612, 0.160901362, 0.161688307, 0.162475447, 0.163262782, 0.164050316, 0.164838047, 0.165625977, 0.166414108, 0.167202440, 0.167990974, 0.168779712, 0.169568653, 0.170357800, 0.171147153, 0.171936714, 0.172726482, 0.173516460, 0.174306648, 0.175097048, 0.175887660, 0.176678485, 0.177469525, 0.178260779, 0.179052251, 0.179843940, 0.180635847, 0.181427973, 0.182220321, 0.183012889, 0.183805680, 0.184598695, 0.185391935, 0.186185400, 0.186979091, 0.187773010, 0.188567158, 0.189361536, 0.190156145, 0.190950985, 0.191746058, 0.192541365, 0.193336907, 0.194132685, 0.194928700, 0.195724954, 0.196521446, 0.197318178, 0.198115152, 0.198912367, 0.199709826, 0.200507530, 0.201305479, 0.202103674, 0.202902117, 0.203700808, 0.204499749, 0.205298940, 0.206098384, 0.206898080, 0.207698030, 0.208498234, 0.209298695, 0.210099413, 0.210900389, 0.211701624, 0.212503119, 0.213304876, 0.214106895, 0.214909178, 0.215711725, 0.216514537, 0.217317617, 0.218120964, 0.218924579, 0.219728465, 0.220532622, 0.221337051, 0.222141753, 0.222946729, 0.223751981, 0.224557509, 0.225363315, 0.226169399, 0.226975763, 0.227782408, 0.228589335, 0.229396544, 0.230204038, 0.231011817, 0.231819882, 0.232628235, 0.233436876, 0.234245807, 0.235055029, 0.235864542, 0.236674348, 0.237484449, 0.238294844, 0.239105536, 0.239916525, 0.240727813, 0.241539401, 0.242351289, 0.243163479, 0.243975972, 0.244788769, 0.245601872, 0.246415280, 0.247228997, 0.248043022, 0.248857357, 0.249672002, 0.250486960, 0.251302231, 0.252117817, 0.252933717, 0.253749935, 0.254566470, 0.255383324, 0.256200498, 0.257017994, 0.257835812, 0.258653953, 0.259472419, 0.260291211, 0.261110330, 0.261929777, 0.262749553, 0.263569660, 0.264390098, 0.265210870, 0.266031975, 0.266853415, 0.267675192, 0.268497306, 0.269319759, 0.270142552, 0.270965686, 0.271789161, 0.272612981, 0.273437145, 0.274261655, 0.275086511, 0.275911716, 0.276737270, 0.277563175, 0.278389431, 0.279216041, 0.280043004, 0.280870323, 0.281697998, 0.282526031, 0.283354423, 0.284183175, 0.285012289, 0.285841765, 0.286671605, 0.287501809, 0.288332380, 0.289163319, 0.289994626, 0.290826303, 0.291658351, 0.292490772, 0.293323566, 0.294156735, 0.294990280, 0.295824202, 0.296658503, 0.297493183, 0.298328244, 0.299163688, 0.299999515, 0.300835727, 0.301672325, 0.302509310, 0.303346684, 0.304184447, 0.305022601, 0.305861148, 0.306700088, 0.307539423, 0.308379154, 0.309219282, 0.310059809, 0.310900736, 0.311742064, 0.312583794, 0.313425928, 0.314268467, 0.315111412, 0.315954765, 0.316798527, 0.317642699, 0.318487282, 0.319332278, 0.320177688, 0.321023513, 0.321869755, 0.322716415, 0.323563494, 0.324410994, 0.325258916, 0.326107260, 0.326956029, 0.327805224, 0.328654846, 0.329504897, 0.330355377, 0.331206289, 0.332057633, 0.332909410, 0.333761623, 0.334614272, 0.335467359, 0.336320885, 0.337174851, 0.338029260, 0.338884111, 0.339739407, 0.340595149, 0.341451338, 0.342307975, 0.343165063, 0.344022602, 0.344880593, 0.345739039, 0.346597939, 0.347457297, 0.348317113, 0.349177388, 0.350038125, 0.350899323, 0.351760985, 0.352623113, 0.353485706, 0.354348768, 0.355212299, 0.356076301, 0.356940774, 0.357805721, 0.358671143, 0.359537042, 0.360403417, 0.361270272, 0.362137608, 0.363005426, 0.363873726, 0.364742512, 0.365611784, 0.366481544, 0.367351792, 0.368222532, 0.369093763, 0.369965487, 0.370837707, 0.371710423, 0.372583636, 0.373457349, 0.374331562, 0.375206278, 0.376081497, 0.376957221, 0.377833452, 0.378710191, 0.379587439, 0.380465198, 0.381343470, 0.382222255, 0.383101556, 0.383981374, 0.384861710, 0.385742566, 0.386623944, 0.387505844, 0.388388269, 0.389271219, 0.390154697, 0.391038704, 0.391923242, 0.392808311, 0.393693914, 0.394580051, 0.395466726, 0.396353938, 0.397241690, 0.398129983, 0.399018819, 0.399908199, 0.400798124, 0.401688597, 0.402579619, 0.403471191, 0.404363316, 0.405255993, 0.406149226, 0.407043016, 0.407937364, 0.408832271, 0.409727740, 0.410623772, 0.411520369, 0.412417532, 0.413315262, 0.414213562, 0.415112433, 0.416011877, 0.416911894, 0.417812488, 0.418713658, 0.419615408, 0.420517739, 0.421420651, 0.422324148, 0.423228230, 0.424132899, 0.425038157, 0.425944006, 0.426850446, 0.427757480, 0.428665110, 0.429573336, 0.430482162, 0.431391587, 0.432301615, 0.433212246, 0.434123483, 0.435035326, 0.435947779, 0.436860841, 0.437774516, 0.438688805, 0.439603709, 0.440519230, 0.441435370, 0.442352131, 0.443269514, 0.444187521, 0.445106154, 0.446025414, 0.446945303, 0.447865823, 0.448786976, 0.449708763, 0.450631187, 0.451554248, 0.452477949, 0.453402291, 0.454327276, 0.455252906, 0.456179183, 0.457106108, 0.458033683, 0.458961911, 0.459890792, 0.460820328, 0.461750522, 0.462681375, 0.463612889, 0.464545066, 0.465477907, 0.466411414, 0.467345590, 0.468280435, 0.469215952, 0.470152143, 0.471089010, 0.472026553, 0.472964776, 0.473903680, 0.474843266, 0.475783537, 0.476724495, 0.477666140, 0.478608477, 0.479551505, 0.480495227, 0.481439645, 0.482384761, 0.483330576, 0.484277093, 0.485224313, 0.486172239, 0.487120872, 0.488070214, 0.489020267, 0.489971033, 0.490922513, 0.491874711, 0.492827627, 0.493781264, 0.494735624, 0.495690708, 0.496646518, 0.497603058, 0.498560327, 0.499518329, 0.500477065, 0.501436538, 0.502396749, 0.503357700, 0.504319393, 0.505281831, 0.506245015, 0.507208947, 0.508173630, 0.509139064, 0.510105254, 0.511072199, 0.512039903, 0.513008367, 0.513977594, 0.514947585, 0.515918342, 0.516889869, 0.517862165, 0.518835235, 0.519809079, 0.520783700, 0.521759100, 0.522735281, 0.523712245, 0.524689995, 0.525668531, 0.526647857, 0.527627974, 0.528608885, 0.529590592, 0.530573097, 0.531556401, 0.532540508, 0.533525419, 0.534511136, 0.535497662, 0.536484998, 0.537473148, 0.538462112, 0.539451894, 0.540442495, 0.541433918, 0.542426164, 0.543419236, 0.544413137, 0.545407868, 0.546403431, 0.547399830, 0.548397065, 0.549395139, 0.550394056, 0.551393815, 0.552394421, 0.553395875, 0.554398180, 0.555401337, 0.556405349, 0.557410219, 0.558415948, 0.559422539, 0.560429994, 0.561438316, 0.562447507, 0.563457568, 0.564468503, 0.565480314, 0.566493003, 0.567506572, 0.568521024, 0.569536361, 0.570552585, 0.571569700, 0.572587706, 0.573606607, 0.574626405, 0.575647102, 0.576668701, 0.577691204, 0.578714614, 0.579738932, 0.580764162, 0.581790306, 0.582817365, 0.583845344, 0.584874243, 0.585904066, 0.586934815, 0.587966493, 0.588999101, 0.590032643, 0.591067120, 0.592102537, 0.593138893, 0.594176194, 0.595214440, 0.596253634, 0.597293780, 0.598334879, 0.599376934, 0.600419947, 0.601463922, 0.602508860, 0.603554764, 0.604601638, 0.605649482, 0.606698301, 0.607748096, 0.608798870, 0.609850626, 0.610903366, 0.611957094, 0.613011811, 0.614067520, 0.615124224, 0.616181926, 0.617240628, 0.618300333, 0.619361043, 0.620422762, 0.621485492, 0.622549235, 0.623613995, 0.624679773, 0.625746574, 0.626814399, 0.627883251, 0.628953133, 0.630024048, 0.631095998, 0.632168987, 0.633243016, 0.634318090, 0.635394210, 0.636471379, 0.637549600, 0.638628877, 0.639709211, 0.640790606, 0.641873065, 0.642956590, 0.644041184, 0.645126850, 0.646213591, 0.647301410, 0.648390309, 0.649480293, 0.650571362, 0.651663521, 0.652756772, 0.653851119, 0.654946564, 0.656043109, 0.657140759, 0.658239516, 0.659339383, 0.660440363, 0.661542459, 0.662645674, 0.663750011, 0.664855472, 0.665962062, 0.667069783, 0.668178638, 0.669288630, 0.670399762, 0.671512038, 0.672625460, 0.673740031, 0.674855755, 0.675972634, 0.677090672, 0.678209872, 0.679330237, 0.680451770, 0.681574474, 0.682698353, 0.683823409, 0.684949646, 0.686077068, 0.687205676, 0.688335474, 0.689466467, 0.690598655, 0.691732044, 0.692866637, 0.694002436, 0.695139444, 0.696277666, 0.697417104, 0.698557762, 0.699699642, 0.700842749, 0.701987086, 0.703132655, 0.704279461, 0.705427506, 0.706576795, 0.707727329, 0.708879114, 0.710032151, 0.711186445, 0.712341999, 0.713498817, 0.714656901, 0.715816256, 0.716976884, 0.718138789, 0.719301976, 0.720466446, 0.721632204, 0.722799253, 0.723967597, 0.725137239, 0.726308183, 0.727480432, 0.728653990, 0.729828860, 0.731005047, 0.732182553, 0.733361383, 0.734541539, 0.735723026, 0.736905847, 0.738090006, 0.739275506, 0.740462352, 0.741650546, 0.742840093, 0.744030996, 0.745223260, 0.746416886, 0.747611881, 0.748808246, 0.750005987, 0.751205106, 0.752405608, 0.753607497, 0.754810775, 0.756015448, 0.757221519, 0.758428991, 0.759637869, 0.760848156, 0.762059857, 0.763272975, 0.764487514, 0.765703478, 0.766920872, 0.768139698, 0.769359962, 0.770581666, 0.771804816, 0.773029414, 0.774255466, 0.775482974, 0.776711944, 0.777942378, 0.779174282, 0.780407660, 0.781642514, 0.782878850, 0.784116672, 0.785355984, 0.786596789, 0.787839093, 0.789082899, 0.790328211, 0.791575034, 0.792823372, 0.794073229, 0.795324609, 0.796577517, 0.797831957, 0.799087933, 0.800345449, 0.801604511, 0.802865121, 0.804127286, 0.805391007, 0.806656292, 0.807923142, 0.809191564, 0.810461561, 0.811733139, 0.813006300, 0.814281050, 0.815557394, 0.816835335, 0.818114879, 0.819396029, 0.820678791, 0.821963168, 0.823249167, 0.824536790, 0.825826042, 0.827116929, 0.828409455, 0.829703625, 0.830999443, 0.832296913, 0.833596041, 0.834896832, 0.836199289, 0.837503418, 0.838809224, 0.840116711, 0.841425884, 0.842736748, 0.844049308, 0.845363568, 0.846679533, 0.847997209, 0.849316600, 0.850637711, 0.851960547, 0.853285113, 0.854611414, 0.855939455, 0.857269241, 0.858600776, 0.859934067, 0.861269117, 0.862605932, 0.863944518, 0.865284878, 0.866627019, 0.867970945, 0.869316662, 0.870664175, 0.872013488, 0.873364608, 0.874717539, 0.876072286, 0.877428856, 0.878787252, 0.880147481, 0.881509547, 0.882873457, 0.884239215, 0.885606827, 0.886976298, 0.888347634, 0.889720839, 0.891095920, 0.892472882, 0.893851731, 0.895232471, 0.896615109, 0.897999649, 0.899386099, 0.900774462, 0.902164745, 0.903556954, 0.904951093, 0.906347169, 0.907745187, 0.909145154, 0.910547074, 0.911950954, 0.913356799, 0.914764615, 0.916174408, 0.917586184, 0.918999948, 0.920415707, 0.921833466, 0.923253231, 0.924675008, 0.926098804, 0.927524624, 0.928952473, 0.930382359, 0.931814287, 0.933248264, 0.934684294, 0.936122385, 0.937562543, 0.939004773, 0.940449083, 0.941895477, 0.943343963, 0.944794546, 0.946247233, 0.947702031, 0.949158944, 0.950617981, 0.952079147, 0.953542448, 0.955007891, 0.956475483, 0.957945229, 0.959417137, 0.960891213, 0.962367463, 0.963845894, 0.965326512, 0.966809325, 0.968294338, 0.969781559, 0.971270994, 0.972762649, 0.974256533, 0.975752650, 0.977251008, 0.978751615, 0.980254476, 0.981759598, 0.983266989, 0.984776655, 0.986288604, 0.987802841, 0.989319375, 0.990838213, 0.992359360, 0.993882825, 0.995408614, 0.996936735, 0.998467195, 1.000000000, 1.001535159, 1.003072677, 1.004612564, 1.006154825, 1.007699469, 1.009246502, 1.010795932, 1.012347766, 1.013902012, 1.015458678, 1.017017770, 1.018579296, 1.020143264, 1.021709681, 1.023278555, 1.024849894, 1.026423705, 1.027999996, 1.029578775, 1.031160049, 1.032743826, 1.034330115, 1.035918922, 1.037510256, 1.039104125, 1.040700536, 1.042299498, 1.043901018, 1.045505105, 1.047111766, 1.048721011, 1.050332846, 1.051947281, 1.053564322, 1.055183979, 1.056806260, 1.058431173, 1.060058727, 1.061688929, 1.063321788, 1.064957313, 1.066595511, 1.068236393, 1.069879965, 1.071526237, 1.073175217, 1.074826914, 1.076481336, 1.078138493, 1.079798393, 1.081461044, 1.083126456, 1.084794637, 1.086465597, 1.088139343, 1.089815886, 1.091495234, 1.093177396, 1.094862381, 1.096550199, 1.098240858, 1.099934368, 1.101630737, 1.103329976, 1.105032093, 1.106737097, 1.108444999, 1.110155807, 1.111869531, 1.113586181, 1.115305765, 1.117028294, 1.118753777, 1.120482224, 1.122213644, 1.123948047, 1.125685443, 1.127425842, 1.129169254, 1.130915687, 1.132665154, 1.134417662, 1.136173223, 1.137931846, 1.139693542, 1.141458320, 1.143226191, 1.144997165, 1.146771253, 1.148548463, 1.150328808, 1.152112298, 1.153898942, 1.155688751, 1.157481736, 1.159277907, 1.161077276, 1.162879852, 1.164685646, 1.166494670, 1.168306933, 1.170122448, 1.171941224, 1.173763272, 1.175588605, 1.177417231, 1.179249164, 1.181084413, 1.182922991, 1.184764908, 1.186610175, 1.188458804, 1.190310807, 1.192166194, 1.194024977, 1.195887168, 1.197752779, 1.199621820, 1.201494304, 1.203370242, 1.205249646, 1.207132528, 1.209018900, 1.210908773, 1.212802161, 1.214699074, 1.216599525, 1.218503526, 1.220411089, 1.222322226, 1.224236951, 1.226155274, 1.228077210, 1.230002769, 1.231931965, 1.233864809, 1.235801316, 1.237741497, 1.239685366, 1.241632935, 1.243584216, 1.245539224, 1.247497970, 1.249460468, 1.251426731, 1.253396773, 1.255370606, 1.257348243, 1.259329699, 1.261314986, 1.263304118, 1.265297109, 1.267293971, 1.269294719, 1.271299367, 1.273307928, 1.275320415, 1.277336844, 1.279357228, 1.281381580, 1.283409916, 1.285442248, 1.287478592, 1.289518962, 1.291563372, 1.293611836, 1.295664369, 1.297720986, 1.299781701, 1.301846529, 1.303915484, 1.305988582, 1.308065837, 1.310147264, 1.312232879, 1.314322696, 1.316416731, 1.318514999, 1.320617515, 1.322724294, 1.324835353, 1.326950706, 1.329070369, 1.331194359, 1.333322690, 1.335455378, 1.337592440, 1.339733891, 1.341879748, 1.344030027, 1.346184743, 1.348343913, 1.350507554, 1.352675682, 1.354848314, 1.357025465, 1.359207153, 1.361393395, 1.363584208, 1.365779607, 1.367979611, 1.370184237, 1.372393501, 1.374607421, 1.376826014, 1.379049298, 1.381277290, 1.383510008, 1.385747469, 1.387989692, 1.390236693, 1.392488492, 1.394745106, 1.397006553, 1.399272852, 1.401544020, 1.403820076, 1.406101039, 1.408386928, 1.410677760, 1.412973555, 1.415274331, 1.417580107, 1.419890903, 1.422206738, 1.424527631, 1.426853600, 1.429184667, 1.431520849, 1.433862167, 1.436208641, 1.438560289, 1.440917133, 1.443279193, 1.445646487, 1.448019037, 1.450396863, 1.452779985, 1.455168424, 1.457562200, 1.459961335, 1.462365848, 1.464775762, 1.467191096, 1.469611873, 1.472038113, 1.474469838, 1.476907069, 1.479349828, 1.481798137, 1.484252017, 1.486711491, 1.489176580, 1.491647307, 1.494123694, 1.496605763, 1.499093536, 1.501587038, 1.504086289, 1.506591313, 1.509102134, 1.511618773, 1.514141255, 1.516669602, 1.519203839, 1.521743989, 1.524290074, 1.526842121, 1.529400151, 1.531964190, 1.534534261, 1.537110390, 1.539692600, 1.542280915, 1.544875362, 1.547475964, 1.550082747, 1.552695736, 1.555314956, 1.557940432, 1.560572190, 1.563210256, 1.565854655, 1.568505414, 1.571162558, 1.573826115, 1.576496109, 1.579172568, 1.581855518, 1.584544987, 1.587241001, 1.589943587, 1.592652772, 1.595368585, 1.598091052, 1.600820201, 1.603556060, 1.606298657, 1.609048020, 1.611804178, 1.614567159, 1.617336991, 1.620113704, 1.622897326, 1.625687886, 1.628485414, 1.631289940, 1.634101492, 1.636920101, 1.639745796, 1.642578607, 1.645418566, 1.648265701, 1.651120045, 1.653981627, 1.656850478, 1.659726631, 1.662610115, 1.665500963, 1.668399206, 1.671304875, 1.674218004, 1.677138624, 1.680066768, 1.683002467, 1.685945756, 1.688896666, 1.691855232, 1.694821485, 1.697795460, 1.700777191, 1.703766711, 1.706764055, 1.709769257, 1.712782350, 1.715803371, 1.718832353, 1.721869333, 1.724914344, 1.727967424, 1.731028606, 1.734097928, 1.737175426, 1.740261136, 1.743355093, 1.746457337, 1.749567902, 1.752686826, 1.755814148, 1.758949903, 1.762094132, 1.765246870, 1.768408157, 1.771578032, 1.774756533, 1.777943698, 1.781139568, 1.784344182, 1.787557579, 1.790779800, 1.794010885, 1.797250873, 1.800499807, 1.803757726, 1.807024672, 1.810300687, 1.813585811, 1.816880088, 1.820183559, 1.823496266, 1.826818252, 1.830149561, 1.833490236, 1.836840319, 1.840199855, 1.843568888, 1.846947462, 1.850335622, 1.853733412, 1.857140878, 1.860558065, 1.863985019, 1.867421786, 1.870868412, 1.874324943, 1.877791427, 1.881267910, 1.884754441, 1.888251066, 1.891757834, 1.895274793, 1.898801992, 1.902339480, 1.905887306, 1.909445519, 1.913014170, 1.916593308, 1.920182985, 1.923783251, 1.927394157, 1.931015754, 1.934648096, 1.938291233, 1.941945218, 1.945610105, 1.949285946, 1.952972795, 1.956670705, 1.960379731, 1.964099928, 1.967831351, 1.971574054, 1.975328093, 1.979093525, 1.982870406, 1.986658792, 1.990458741, 1.994270311, 1.998093558, 2.001928542, 2.005775321, 2.009633954, 2.013504500, 2.017387020, 2.021281573, 2.025188221, 2.029107024, 2.033038044, 2.036981342, 2.040936981, 2.044905024, 2.048885533, 2.052878573, 2.056884206, 2.060902499, 2.064933515, 2.068977320, 2.073033979, 2.077103559, 2.081186126, 2.085281748, 2.089390491, 2.093512425, 2.097647617, 2.101796137, 2.105958054, 2.110133437, 2.114322358, 2.118524886, 2.122741095, 2.126971054, 2.131214838, 2.135472518, 2.139744168, 2.144029862, 2.148329675, 2.152643681, 2.156971956, 2.161314576, 2.165671617, 2.170043157, 2.174429273, 2.178830044, 2.183245548, 2.187675864, 2.192121073, 2.196581255, 2.201056491, 2.205546863, 2.210052453, 2.214573343, 2.219109617, 2.223661360, 2.228228655, 2.232811588, 2.237410245, 2.242024713, 2.246655078, 2.251301428, 2.255963852, 2.260642439, 2.265337278, 2.270048460, 2.274776076, 2.279520218, 2.284280978, 2.289058449, 2.293852725, 2.298663901, 2.303492071, 2.308337332, 2.313199780, 2.318079513, 2.322976628, 2.327891225, 2.332823403, 2.337773263, 2.342740905, 2.347726431, 2.352729945, 2.357751549, 2.362791348, 2.367849447, 2.372925951, 2.378020968, 2.383134604, 2.388266969, 2.393418171, 2.398588320, 2.403777527, 2.408985903, 2.414213562, 2.419460617, 2.424727182, 2.430013373, 2.435319305, 2.440645096, 2.445990863, 2.451356726, 2.456742804, 2.462149219, 2.467576091, 2.473023545, 2.478491703, 2.483980690, 2.489490633, 2.495021657, 2.500573891, 2.506147463, 2.511742504, 2.517359143, 2.522997514, 2.528657748, 2.534339981, 2.540044348, 2.545770984, 2.551520027, 2.557291616, 2.563085891, 2.568902992, 2.574743061, 2.580606242, 2.586492679, 2.592402518, 2.598335905, 2.604292988, 2.610273918, 2.616278844, 2.622307918, 2.628361293, 2.634439124, 2.640541566, 2.646668776, 2.652820913, 2.658998137, 2.665200608, 2.671428489, 2.677681944, 2.683961138, 2.690266237, 2.696597411, 2.702954827, 2.709338658, 2.715749076, 2.722186255, 2.728650371, 2.735141600, 2.741660121, 2.748206114, 2.754779762, 2.761381248, 2.768010756, 2.774668473, 2.781354588, 2.788069291, 2.794812772, 2.801585227, 2.808386849, 2.815217837, 2.822078387, 2.828968701, 2.835888982, 2.842839432, 2.849820259, 2.856831670, 2.863873875, 2.870947085, 2.878051514, 2.885187378, 2.892354894, 2.899554281, 2.906785762, 2.914049559, 2.921345899, 2.928675010, 2.936037121, 2.943432465, 2.950861275, 2.958323788, 2.965820244, 2.973350883, 2.980915947, 2.988515684, 2.996150340, 3.003820167, 3.011525416, 3.019266342, 3.027043204, 3.034856262, 3.042705777, 3.050592015, 3.058515244, 3.066475733, 3.074473757, 3.082509589, 3.090583510, 3.098695798, 3.106846740, 3.115036620, 3.123265728, 3.131534357, 3.139842802, 3.148191360, 3.156580334, 3.165010027, 3.173480746, 3.181992801, 3.190546507, 3.199142179, 3.207780138, 3.216460706, 3.225184209, 3.233950978, 3.242761346, 3.251615649, 3.260514226, 3.269457422, 3.278445584, 3.287479061, 3.296558209, 3.305683385, 3.314854951, 3.324073273, 3.333338720, 3.342651665, 3.352012486, 3.361421563, 3.370879282, 3.380386033, 3.389942208, 3.399548206, 3.409204429, 3.418911283, 3.428669179, 3.438478532, 3.448339762, 3.458253293, 3.468219554, 3.478238979, 3.488312006, 3.498439078, 3.508620644, 3.518857157, 3.529149074, 3.539496860, 3.549900982, 3.560361914, 3.570880135, 3.581456130, 3.592090388, 3.602783405, 3.613535681, 3.624347724, 3.635220047, 3.646153166, 3.657147608, 3.668203902, 3.679322584, 3.690504199, 3.701749293, 3.713058424, 3.724432153, 3.735871049, 3.747375686, 3.758946648, 3.770584522, 3.782289905, 3.794063400, 3.805905617, 3.817817173, 3.829798694, 3.841850812, 3.853974166, 3.866169405, 3.878437185, 3.890778170, 3.903193030, 3.915682447, 3.928247108, 3.940887711, 3.953604961, 3.966399573, 3.979272270, 3.992223784, 4.005254856, 4.018366238, 4.031558690, 4.044832981, 4.058189891, 4.071630211, 4.085154739, 4.098764285, 4.112459670, 4.126241726, 4.140111292, 4.154069223, 4.168116382, 4.182253644, 4.196481895, 4.210802034, 4.225214970, 4.239721626, 4.254322936, 4.269019847, 4.283813319, 4.298704322, 4.313693844, 4.328782883, 4.343972451, 4.359263574, 4.374657292, 4.390154660, 4.405756746, 4.421464634, 4.437279422, 4.453202224, 4.469234170, 4.485376405, 4.501630089, 4.517996401, 4.534476534, 4.551071699, 4.567783126, 4.584612059, 4.601559763, 4.618627520, 4.635816630, 4.653128412, 4.670564204, 4.688125366, 4.705813275, 4.723629328, 4.741574945, 4.759651566, 4.777860651, 4.796203685, 4.814682172, 4.833297640, 4.852051640, 4.870945747, 4.889981558, 4.909160698, 4.928484813, 4.947955576, 4.967574687, 4.987343871, 5.007264880, 5.027339492, 5.047569516, 5.067956788, 5.088503171, 5.109210562, 5.130080883, 5.151116092, 5.172318173, 5.193689147, 5.215231065, 5.236946012, 5.258836107, 5.280903504, 5.303150391, 5.325578994, 5.348191575, 5.370990435, 5.393977912, 5.417156383, 5.440528266, 5.464096021, 5.487862148, 5.511829190, 5.535999735, 5.560376414, 5.584961905, 5.609758932, 5.634770266, 5.659998726, 5.685447184, 5.711118559, 5.737015825, 5.763142005, 5.789500181, 5.816093488, 5.842925117, 5.869998319, 5.897316403, 5.924882740, 5.952700761, 5.980773963, 6.009105907, 6.037700220, 6.066560597, 6.095690804, 6.125094677, 6.154776127, 6.184739138, 6.214987771, 6.245526166, 6.276358543, 6.307489204, 6.338922536, 6.370663013, 6.402715195, 6.435083737, 6.467773382, 6.500788974, 6.534135449, 6.567817847, 6.601841311, 6.636211087, 6.670932532, 6.706011111, 6.741452405, 6.777262112, 6.813446049, 6.850010157, 6.886960501, 6.924303279, 6.962044820, 7.000191591, 7.038750200, 7.077727398, 7.117130085, 7.156965314, 7.197240293, 7.237962394, 7.279139153, 7.320778274, 7.362887641, 7.405475315, 7.448549542, 7.492118760, 7.536191604, 7.580776908, 7.625883716, 7.671521286, 7.717699097, 7.764426853, 7.811714494, 7.859572199, 7.908010397, 7.957039771, 8.006671270, 8.056916114, 8.107785804, 8.159292128, 8.211447175, 8.264263342, 8.317753342, 8.371930218, 8.426807351, 8.482398471, 8.538717671, 8.595779416, 8.653598556, 8.712190343, 8.771570437, 8.831754928, 8.892760343, 8.954603669, 9.017302360, 9.080874364, 9.145338129, 9.210712631, 9.277017384, 9.344272467, 9.412498540, 9.481716864, 9.551949328, 9.623218470, 9.695547497, 9.768960318, 9.843481565, 9.919136621, 9.995951652, 10.073953635, 10.153170388, 10.233630607, 10.315363898, 10.398400817, 10.482772902, 10.568512718, 10.655653899, 10.744231190, 10.834280493, 10.925838918, 11.018944833, 11.113637917, 11.209959219, 11.307951213, 11.407657866, 11.509124699, 11.612398861, 11.717529199, 11.824566335, 11.933562751, 12.044572872, 12.157653156, 12.272862193, 12.390260806, 12.509912155, 12.631881854, 12.756238090, 12.883051751, 13.012396559, 13.144349217, 13.278989557, 13.416400703, 13.556669242, 13.699885410, 13.846143279, 13.995540969, 14.148180865, 14.304169855, 14.463619573, 14.626646676, 14.793373118, 14.963926464, 15.138440211, 15.317054137, 15.499914679, 15.687175327, 15.878997063, 16.075548815, 16.277007960, 16.483560854, 16.695403411, 16.912741721, 17.135792724, 17.364784926, 17.599959188, 17.841569567, 18.089884234, 18.345186471, 18.607775743, 18.877968880, 19.156101346, 19.442528633, 19.737627780, 20.041799025, 20.355467625, 20.679085834, 21.013135085, 21.358128380, 21.714612923, 22.083173013, 22.464433249, 22.859062059, 23.267775617, 23.691342183, 24.130586924, 24.586397283, 25.059728971, 25.551612653, 26.063161449, 26.595579347, 27.150170666, 27.728350729, 28.331657935, 28.961767426, 29.620506631, 30.309872972, 31.032054101, 31.789451102, 32.584705165, 33.420728371, 34.300739338, 35.228304641, 36.207387142, 37.242402600, 38.338286278, 39.500571649, 40.735483872, 42.050051353, 43.452239619, 44.951112888, 46.557030267, 48.281885549, 50.139402335, 52.145500009, 54.318751180, 56.680958479, 59.257888652, 62.080216394, 65.184751341, 68.616052526, 72.428580988, 76.689612131, 81.483240206, 86.915984601, 93.124798813, 100.288775876, 108.646706505, 118.524214398, 130.377172736, 144.864065000, 162.972616412, 186.254966610, 217.298014984, 260.758180441, 325.948300794, 434.598330939, 651.898135563, 1303.797038087, 28716936972575.640625000, -1303.797038205, -651.898135593, -434.598330952, -325.948300802, -260.758180446, -217.298014987, -186.254966612, -162.972616414, -144.864065001, -130.377172737, -118.524214399, -108.646706506, -100.288775877, -93.124798814, -86.915984602, -81.483240207, -76.689612131, -72.428580989, -68.616052526, -65.184751341, -62.080216394, -59.257888652, -56.680958480, -54.318751180, -52.145500009, -50.139402336, -48.281885549, -46.557030268, -44.951112888, -43.452239619, -42.050051354, -40.735483872, -39.500571649, -38.338286278, -37.242402601, -36.207387142, -35.228304641, -34.300739338, -33.420728371, -32.584705165, -31.789451102, -31.032054101, -30.309872972, -29.620506631, -28.961767426, -28.331657935, -27.728350729, -27.150170666, -26.595579347, -26.063161449, -25.551612653, -25.059728971, -24.586397283, -24.130586924, -23.691342183, -23.267775617, -22.859062059, -22.464433249, -22.083173013, -21.714612923, -21.358128380, -21.013135085, -20.679085834, -20.355467625, -20.041799025, -19.737627780, -19.442528633, -19.156101346, -18.877968880, -18.607775743, -18.345186471, -18.089884234, -17.841569567, -17.599959188, -17.364784926, -17.135792724, -16.912741721, -16.695403411, -16.483560854, -16.277007960, -16.075548815, -15.878997063, -15.687175327, -15.499914679, -15.317054137, -15.138440211, -14.963926464, -14.793373118, -14.626646676, -14.463619573, -14.304169855, -14.148180865, -13.995540969, -13.846143279, -13.699885410, -13.556669242, -13.416400703, -13.278989557, -13.144349217, -13.012396559, -12.883051751, -12.756238090, -12.631881854, -12.509912155, -12.390260806, -12.272862193, -12.157653156, -12.044572872, -11.933562751, -11.824566335, -11.717529199, -11.612398861, -11.509124699, -11.407657866, -11.307951213, -11.209959219, -11.113637917, -11.018944833, -10.925838918, -10.834280493, -10.744231190, -10.655653899, -10.568512718, -10.482772902, -10.398400817, -10.315363898, -10.233630607, -10.153170388, -10.073953635, -9.995951652, -9.919136621, -9.843481565, -9.768960318, -9.695547497, -9.623218470, -9.551949328, -9.481716864, -9.412498540, -9.344272467, -9.277017384, -9.210712631, -9.145338129, -9.080874364, -9.017302360, -8.954603669, -8.892760343, -8.831754928, -8.771570437, -8.712190343, -8.653598556, -8.595779416, -8.538717671, -8.482398471, -8.426807351, -8.371930218, -8.317753342, -8.264263342, -8.211447175, -8.159292128, -8.107785804, -8.056916114, -8.006671271, -7.957039771, -7.908010397, -7.859572199, -7.811714494, -7.764426853, -7.717699097, -7.671521286, -7.625883716, -7.580776908, -7.536191604, -7.492118760, -7.448549542, -7.405475315, -7.362887641, -7.320778274, -7.279139153, -7.237962394, -7.197240293, -7.156965314, -7.117130085, -7.077727398, -7.038750200, -7.000191591, -6.962044820, -6.924303279, -6.886960501, -6.850010157, -6.813446049, -6.777262112, -6.741452405, -6.706011111, -6.670932532, -6.636211087, -6.601841311, -6.567817847, -6.534135449, -6.500788974, -6.467773382, -6.435083737, -6.402715195, -6.370663013, -6.338922536, -6.307489204, -6.276358543, -6.245526166, -6.214987771, -6.184739138, -6.154776127, -6.125094677, -6.095690804, -6.066560597, -6.037700220, -6.009105907, -5.980773963, -5.952700761, -5.924882740, -5.897316403, -5.869998319, -5.842925117, -5.816093488, -5.789500181, -5.763142005, -5.737015825, -5.711118559, -5.685447184, -5.659998726, -5.634770266, -5.609758932, -5.584961905, -5.560376414, -5.535999735, -5.511829190, -5.487862148, -5.464096021, -5.440528266, -5.417156383, -5.393977912, -5.370990435, -5.348191575, -5.325578994, -5.303150391, -5.280903504, -5.258836107, -5.236946012, -5.215231065, -5.193689147, -5.172318173, -5.151116092, -5.130080883, -5.109210562, -5.088503171, -5.067956788, -5.047569516, -5.027339492, -5.007264880, -4.987343871, -4.967574687, -4.947955576, -4.928484813, -4.909160698, -4.889981558, -4.870945747, -4.852051640, -4.833297640, -4.814682172, -4.796203685, -4.777860651, -4.759651566, -4.741574945, -4.723629328, -4.705813275, -4.688125366, -4.670564205, -4.653128412, -4.635816630, -4.618627520, -4.601559763, -4.584612059, -4.567783126, -4.551071699, -4.534476534, -4.517996401, -4.501630089, -4.485376405, -4.469234170, -4.453202224, -4.437279422, -4.421464634, -4.405756746, -4.390154660, -4.374657292, -4.359263574, -4.343972451, -4.328782883, -4.313693844, -4.298704322, -4.283813319, -4.269019847, -4.254322936, -4.239721626, -4.225214970, -4.210802034, -4.196481895, -4.182253644, -4.168116382, -4.154069223, -4.140111292, -4.126241726, -4.112459670, -4.098764285, -4.085154739, -4.071630211, -4.058189891, -4.044832981, -4.031558690, -4.018366238, -4.005254856, -3.992223784, -3.979272270, -3.966399573, -3.953604961, -3.940887711, -3.928247108, -3.915682447, -3.903193030, -3.890778170, -3.878437185, -3.866169405, -3.853974166, -3.841850812, -3.829798694, -3.817817173, -3.805905617, -3.794063400, -3.782289905, -3.770584522, -3.758946648, -3.747375686, -3.735871049, -3.724432153, -3.713058424, -3.701749293, -3.690504199, -3.679322584, -3.668203902, -3.657147608, -3.646153166, -3.635220047, -3.624347724, -3.613535681, -3.602783405, -3.592090388, -3.581456130, -3.570880135, -3.560361914, -3.549900982, -3.539496860, -3.529149074, -3.518857157, -3.508620644, -3.498439078, -3.488312006, -3.478238979, -3.468219554, -3.458253293, -3.448339762, -3.438478532, -3.428669179, -3.418911283, -3.409204429, -3.399548206, -3.389942208, -3.380386033, -3.370879282, -3.361421563, -3.352012486, -3.342651665, -3.333338720, -3.324073273, -3.314854951, -3.305683385, -3.296558209, -3.287479061, -3.278445584, -3.269457422, -3.260514226, -3.251615649, -3.242761346, -3.233950978, -3.225184209, -3.216460706, -3.207780138, -3.199142179, -3.190546507, -3.181992801, -3.173480746, -3.165010027, -3.156580334, -3.148191360, -3.139842802, -3.131534357, -3.123265728, -3.115036620, -3.106846740, -3.098695798, -3.090583510, -3.082509589, -3.074473757, -3.066475733, -3.058515244, -3.050592015, -3.042705777, -3.034856262, -3.027043204, -3.019266342, -3.011525416, -3.003820167, -2.996150340, -2.988515684, -2.980915947, -2.973350883, -2.965820244, -2.958323788, -2.950861275, -2.943432465, -2.936037121, -2.928675010, -2.921345899, -2.914049559, -2.906785762, -2.899554281, -2.892354894, -2.885187378, -2.878051514, -2.870947085, -2.863873875, -2.856831670, -2.849820259, -2.842839432, -2.835888982, -2.828968701, -2.822078387, -2.815217837, -2.808386849, -2.801585227, -2.794812772, -2.788069291, -2.781354588, -2.774668473, -2.768010756, -2.761381248, -2.754779762, -2.748206114, -2.741660121, -2.735141600, -2.728650371, -2.722186255, -2.715749076, -2.709338658, -2.702954827, -2.696597411, -2.690266237, -2.683961138, -2.677681944, -2.671428489, -2.665200608, -2.658998137, -2.652820913, -2.646668776, -2.640541566, -2.634439124, -2.628361293, -2.622307918, -2.616278844, -2.610273918, -2.604292988, -2.598335905, -2.592402518, -2.586492679, -2.580606242, -2.574743061, -2.568902992, -2.563085891, -2.557291616, -2.551520027, -2.545770984, -2.540044348, -2.534339981, -2.528657748, -2.522997514, -2.517359143, -2.511742504, -2.506147463, -2.500573891, -2.495021657, -2.489490633, -2.483980690, -2.478491703, -2.473023545, -2.467576091, -2.462149219, -2.456742804, -2.451356726, -2.445990863, -2.440645096, -2.435319305, -2.430013373, -2.424727182, -2.419460617, -2.414213562, -2.408985903, -2.403777527, -2.398588320, -2.393418171, -2.388266969, -2.383134604, -2.378020968, -2.372925951, -2.367849447, -2.362791348, -2.357751549, -2.352729945, -2.347726431, -2.342740905, -2.337773263, -2.332823403, -2.327891225, -2.322976628, -2.318079513, -2.313199780, -2.308337332, -2.303492071, -2.298663901, -2.293852725, -2.289058449, -2.284280978, -2.279520218, -2.274776076, -2.270048460, -2.265337278, -2.260642439, -2.255963852, -2.251301428, -2.246655078, -2.242024713, -2.237410245, -2.232811588, -2.228228655, -2.223661360, -2.219109617, -2.214573343, -2.210052453, -2.205546863, -2.201056491, -2.196581255, -2.192121073, -2.187675864, -2.183245548, -2.178830044, -2.174429273, -2.170043157, -2.165671617, -2.161314576, -2.156971956, -2.152643681, -2.148329675, -2.144029862, -2.139744168, -2.135472518, -2.131214838, -2.126971054, -2.122741095, -2.118524886, -2.114322358, -2.110133437, -2.105958054, -2.101796137, -2.097647617, -2.093512425, -2.089390491, -2.085281748, -2.081186126, -2.077103559, -2.073033979, -2.068977320, -2.064933515, -2.060902499, -2.056884206, -2.052878573, -2.048885533, -2.044905024, -2.040936981, -2.036981342, -2.033038044, -2.029107024, -2.025188221, -2.021281573, -2.017387020, -2.013504500, -2.009633954, -2.005775321, -2.001928542, -1.998093558, -1.994270311, -1.990458741, -1.986658792, -1.982870406, -1.979093525, -1.975328093, -1.971574054, -1.967831351, -1.964099928, -1.960379731, -1.956670705, -1.952972795, -1.949285946, -1.945610105, -1.941945218, -1.938291233, -1.934648096, -1.931015754, -1.927394157, -1.923783251, -1.920182985, -1.916593308, -1.913014170, -1.909445519, -1.905887306, -1.902339480, -1.898801992, -1.895274793, -1.891757834, -1.888251066, -1.884754441, -1.881267910, -1.877791427, -1.874324943, -1.870868412, -1.867421786, -1.863985019, -1.860558065, -1.857140878, -1.853733412, -1.850335622, -1.846947462, -1.843568888, -1.840199855, -1.836840319, -1.833490236, -1.830149561, -1.826818252, -1.823496266, -1.820183559, -1.816880088, -1.813585811, -1.810300687, -1.807024672, -1.803757726, -1.800499807, -1.797250873, -1.794010885, -1.790779800, -1.787557579, -1.784344182, -1.781139568, -1.777943698, -1.774756533, -1.771578032, -1.768408157, -1.765246870, -1.762094132, -1.758949903, -1.755814148, -1.752686826, -1.749567902, -1.746457337, -1.743355093, -1.740261136, -1.737175426, -1.734097928, -1.731028606, -1.727967424, -1.724914344, -1.721869333, -1.718832353, -1.715803371, -1.712782350, -1.709769257, -1.706764055, -1.703766711, -1.700777191, -1.697795460, -1.694821485, -1.691855232, -1.688896666, -1.685945756, -1.683002467, -1.680066768, -1.677138624, -1.674218004, -1.671304875, -1.668399206, -1.665500963, -1.662610115, -1.659726631, -1.656850478, -1.653981627, -1.651120045, -1.648265701, -1.645418566, -1.642578607, -1.639745796, -1.636920101, -1.634101492, -1.631289940, -1.628485414, -1.625687886, -1.622897326, -1.620113704, -1.617336991, -1.614567159, -1.611804178, -1.609048020, -1.606298657, -1.603556060, -1.600820201, -1.598091052, -1.595368585, -1.592652772, -1.589943587, -1.587241001, -1.584544987, -1.581855518, -1.579172568, -1.576496109, -1.573826115, -1.571162558, -1.568505414, -1.565854655, -1.563210256, -1.560572190, -1.557940432, -1.555314956, -1.552695736, -1.550082747, -1.547475964, -1.544875362, -1.542280915, -1.539692600, -1.537110390, -1.534534261, -1.531964190, -1.529400151, -1.526842121, -1.524290074, -1.521743989, -1.519203839, -1.516669602, -1.514141255, -1.511618773, -1.509102134, -1.506591313, -1.504086289, -1.501587038, -1.499093536, -1.496605763, -1.494123694, -1.491647307, -1.489176580, -1.486711491, -1.484252017, -1.481798137, -1.479349828, -1.476907069, -1.474469838, -1.472038113, -1.469611873, -1.467191096, -1.464775762, -1.462365848, -1.459961335, -1.457562200, -1.455168424, -1.452779985, -1.450396863, -1.448019037, -1.445646487, -1.443279193, -1.440917133, -1.438560289, -1.436208641, -1.433862167, -1.431520849, -1.429184667, -1.426853600, -1.424527631, -1.422206738, -1.419890903, -1.417580107, -1.415274331, -1.412973555, -1.410677760, -1.408386928, -1.406101039, -1.403820076, -1.401544020, -1.399272852, -1.397006553, -1.394745106, -1.392488492, -1.390236693, -1.387989692, -1.385747469, -1.383510008, -1.381277290, -1.379049298, -1.376826014, -1.374607421, -1.372393501, -1.370184237, -1.367979611, -1.365779607, -1.363584208, -1.361393395, -1.359207153, -1.357025465, -1.354848314, -1.352675682, -1.350507554, -1.348343913, -1.346184743, -1.344030027, -1.341879748, -1.339733891, -1.337592440, -1.335455378, -1.333322690, -1.331194359, -1.329070369, -1.326950706, -1.324835353, -1.322724294, -1.320617515, -1.318514999, -1.316416731, -1.314322696, -1.312232879, -1.310147264, -1.308065837, -1.305988582, -1.303915484, -1.301846529, -1.299781701, -1.297720986, -1.295664369, -1.293611836, -1.291563372, -1.289518962, -1.287478592, -1.285442248, -1.283409916, -1.281381580, -1.279357228, -1.277336844, -1.275320415, -1.273307928, -1.271299367, -1.269294719, -1.267293971, -1.265297109, -1.263304118, -1.261314986, -1.259329699, -1.257348243, -1.255370606, -1.253396773, -1.251426731, -1.249460468, -1.247497970, -1.245539224, -1.243584216, -1.241632935, -1.239685366, -1.237741497, -1.235801316, -1.233864809, -1.231931965, -1.230002769, -1.228077210, -1.226155274, -1.224236951, -1.222322226, -1.220411089, -1.218503526, -1.216599525, -1.214699074, -1.212802161, -1.210908773, -1.209018900, -1.207132528, -1.205249646, -1.203370242, -1.201494304, -1.199621820, -1.197752779, -1.195887168, -1.194024977, -1.192166194, -1.190310807, -1.188458804, -1.186610175, -1.184764908, -1.182922991, -1.181084413, -1.179249164, -1.177417231, -1.175588605, -1.173763272, -1.171941224, -1.170122448, -1.168306933, -1.166494670, -1.164685646, -1.162879852, -1.161077276, -1.159277907, -1.157481736, -1.155688751, -1.153898942, -1.152112298, -1.150328808, -1.148548463, -1.146771253, -1.144997165, -1.143226191, -1.141458320, -1.139693542, -1.137931846, -1.136173223, -1.134417662, -1.132665154, -1.130915687, -1.129169254, -1.127425842, -1.125685443, -1.123948047, -1.122213644, -1.120482224, -1.118753777, -1.117028294, -1.115305765, -1.113586181, -1.111869531, -1.110155807, -1.108444999, -1.106737097, -1.105032093, -1.103329976, -1.101630737, -1.099934368, -1.098240858, -1.096550199, -1.094862381, -1.093177396, -1.091495234, -1.089815886, -1.088139343, -1.086465597, -1.084794637, -1.083126456, -1.081461044, -1.079798393, -1.078138493, -1.076481336, -1.074826914, -1.073175217, -1.071526237, -1.069879965, -1.068236393, -1.066595511, -1.064957313, -1.063321788, -1.061688929, -1.060058727, -1.058431173, -1.056806260, -1.055183979, -1.053564322, -1.051947281, -1.050332846, -1.048721011, -1.047111766, -1.045505105, -1.043901018, -1.042299498, -1.040700536, -1.039104125, -1.037510256, -1.035918922, -1.034330115, -1.032743826, -1.031160049, -1.029578775, -1.027999996, -1.026423705, -1.024849894, -1.023278555, -1.021709681, -1.020143264, -1.018579296, -1.017017770, -1.015458678, -1.013902012, -1.012347766, -1.010795932, -1.009246502, -1.007699469, -1.006154825, -1.004612564, -1.003072677, -1.001535159, -1.000000000, -0.998467195, -0.996936735, -0.995408614, -0.993882825, -0.992359360, -0.990838213, -0.989319375, -0.987802841, -0.986288604, -0.984776655, -0.983266989, -0.981759598, -0.980254476, -0.978751615, -0.977251008, -0.975752650, -0.974256533, -0.972762649, -0.971270994, -0.969781559, -0.968294338, -0.966809325, -0.965326512, -0.963845894, -0.962367463, -0.960891213, -0.959417137, -0.957945229, -0.956475483, -0.955007891, -0.953542448, -0.952079147, -0.950617981, -0.949158944, -0.947702031, -0.946247233, -0.944794546, -0.943343963, -0.941895477, -0.940449083, -0.939004773, -0.937562543, -0.936122385, -0.934684294, -0.933248264, -0.931814287, -0.930382359, -0.928952473, -0.927524624, -0.926098804, -0.924675008, -0.923253231, -0.921833466, -0.920415707, -0.918999948, -0.917586184, -0.916174408, -0.914764615, -0.913356799, -0.911950954, -0.910547074, -0.909145154, -0.907745187, -0.906347169, -0.904951093, -0.903556954, -0.902164745, -0.900774462, -0.899386099, -0.897999649, -0.896615109, -0.895232471, -0.893851731, -0.892472882, -0.891095920, -0.889720839, -0.888347634, -0.886976298, -0.885606827, -0.884239215, -0.882873457, -0.881509547, -0.880147481, -0.878787252, -0.877428856, -0.876072286, -0.874717539, -0.873364608, -0.872013488, -0.870664175, -0.869316662, -0.867970945, -0.866627019, -0.865284878, -0.863944518, -0.862605932, -0.861269117, -0.859934067, -0.858600776, -0.857269241, -0.855939455, -0.854611414, -0.853285113, -0.851960547, -0.850637711, -0.849316600, -0.847997209, -0.846679533, -0.845363568, -0.844049308, -0.842736748, -0.841425884, -0.840116711, -0.838809224, -0.837503418, -0.836199289, -0.834896832, -0.833596041, -0.832296913, -0.830999443, -0.829703625, -0.828409455, -0.827116929, -0.825826042, -0.824536790, -0.823249167, -0.821963168, -0.820678791, -0.819396029, -0.818114879, -0.816835335, -0.815557394, -0.814281050, -0.813006300, -0.811733139, -0.810461561, -0.809191564, -0.807923142, -0.806656292, -0.805391007, -0.804127286, -0.802865121, -0.801604511, -0.800345450, -0.799087933, -0.797831957, -0.796577517, -0.795324609, -0.794073229, -0.792823372, -0.791575034, -0.790328211, -0.789082899, -0.787839093, -0.786596789, -0.785355984, -0.784116672, -0.782878850, -0.781642514, -0.780407660, -0.779174282, -0.777942378, -0.776711944, -0.775482974, -0.774255466, -0.773029414, -0.771804816, -0.770581666, -0.769359962, -0.768139698, -0.766920872, -0.765703478, -0.764487514, -0.763272975, -0.762059857, -0.760848156, -0.759637869, -0.758428991, -0.757221519, -0.756015448, -0.754810775, -0.753607497, -0.752405608, -0.751205106, -0.750005987, -0.748808246, -0.747611881, -0.746416886, -0.745223260, -0.744030996, -0.742840093, -0.741650546, -0.740462352, -0.739275506, -0.738090006, -0.736905847, -0.735723026, -0.734541539, -0.733361383, -0.732182553, -0.731005047, -0.729828860, -0.728653990, -0.727480432, -0.726308183, -0.725137239, -0.723967597, -0.722799253, -0.721632204, -0.720466446, -0.719301976, -0.718138789, -0.716976884, -0.715816256, -0.714656901, -0.713498817, -0.712341999, -0.711186445, -0.710032151, -0.708879114, -0.707727329, -0.706576795, -0.705427506, -0.704279461, -0.703132655, -0.701987086, -0.700842749, -0.699699642, -0.698557762, -0.697417104, -0.696277666, -0.695139444, -0.694002436, -0.692866637, -0.691732044, -0.690598655, -0.689466467, -0.688335474, -0.687205676, -0.686077068, -0.684949646, -0.683823409, -0.682698353, -0.681574474, -0.680451770, -0.679330237, -0.678209872, -0.677090672, -0.675972634, -0.674855755, -0.673740031, -0.672625460, -0.671512038, -0.670399762, -0.669288630, -0.668178638, -0.667069783, -0.665962062, -0.664855472, -0.663750011, -0.662645674, -0.661542459, -0.660440363, -0.659339383, -0.658239516, -0.657140759, -0.656043109, -0.654946564, -0.653851119, -0.652756772, -0.651663521, -0.650571362, -0.649480293, -0.648390309, -0.647301410, -0.646213591, -0.645126850, -0.644041184, -0.642956590, -0.641873065, -0.640790606, -0.639709211, -0.638628877, -0.637549600, -0.636471379, -0.635394210, -0.634318090, -0.633243016, -0.632168987, -0.631095998, -0.630024048, -0.628953133, -0.627883251, -0.626814399, -0.625746574, -0.624679773, -0.623613995, -0.622549235, -0.621485492, -0.620422762, -0.619361043, -0.618300333, -0.617240628, -0.616181926, -0.615124224, -0.614067520, -0.613011811, -0.611957094, -0.610903366, -0.609850626, -0.608798870, -0.607748096, -0.606698301, -0.605649482, -0.604601638, -0.603554764, -0.602508860, -0.601463922, -0.600419947, -0.599376934, -0.598334879, -0.597293780, -0.596253634, -0.595214440, -0.594176194, -0.593138893, -0.592102537, -0.591067120, -0.590032643, -0.588999101, -0.587966493, -0.586934815, -0.585904066, -0.584874243, -0.583845344, -0.582817365, -0.581790306, -0.580764162, -0.579738932, -0.578714614, -0.577691204, -0.576668701, -0.575647102, -0.574626405, -0.573606607, -0.572587706, -0.571569700, -0.570552585, -0.569536361, -0.568521024, -0.567506572, -0.566493003, -0.565480314, -0.564468503, -0.563457568, -0.562447507, -0.561438316, -0.560429994, -0.559422539, -0.558415948, -0.557410219, -0.556405349, -0.555401337, -0.554398180, -0.553395875, -0.552394421, -0.551393815, -0.550394056, -0.549395139, -0.548397065, -0.547399830, -0.546403431, -0.545407868, -0.544413137, -0.543419236, -0.542426164, -0.541433918, -0.540442495, -0.539451894, -0.538462112, -0.537473148, -0.536484998, -0.535497662, -0.534511136, -0.533525419, -0.532540508, -0.531556401, -0.530573097, -0.529590592, -0.528608885, -0.527627974, -0.526647857, -0.525668531, -0.524689995, -0.523712245, -0.522735281, -0.521759100, -0.520783700, -0.519809079, -0.518835235, -0.517862165, -0.516889869, -0.515918342, -0.514947585, -0.513977594, -0.513008367, -0.512039903, -0.511072199, -0.510105254, -0.509139064, -0.508173630, -0.507208947, -0.506245015, -0.505281831, -0.504319393, -0.503357700, -0.502396749, -0.501436538, -0.500477065, -0.499518329, -0.498560327, -0.497603058, -0.496646518, -0.495690708, -0.494735624, -0.493781264, -0.492827627, -0.491874711, -0.490922513, -0.489971033, -0.489020267, -0.488070214, -0.487120872, -0.486172239, -0.485224313, -0.484277093, -0.483330576, -0.482384761, -0.481439645, -0.480495227, -0.479551505, -0.478608477, -0.477666140, -0.476724495, -0.475783537, -0.474843266, -0.473903680, -0.472964776, -0.472026553, -0.471089010, -0.470152143, -0.469215952, -0.468280435, -0.467345590, -0.466411414, -0.465477907, -0.464545066, -0.463612889, -0.462681375, -0.461750522, -0.460820328, -0.459890792, -0.458961911, -0.458033683, -0.457106108, -0.456179183, -0.455252906, -0.454327276, -0.453402291, -0.452477949, -0.451554248, -0.450631187, -0.449708763, -0.448786976, -0.447865823, -0.446945303, -0.446025414, -0.445106154, -0.444187521, -0.443269514, -0.442352131, -0.441435370, -0.440519230, -0.439603709, -0.438688805, -0.437774516, -0.436860841, -0.435947779, -0.435035326, -0.434123483, -0.433212246, -0.432301615, -0.431391587, -0.430482162, -0.429573336, -0.428665110, -0.427757480, -0.426850446, -0.425944006, -0.425038157, -0.424132899, -0.423228230, -0.422324148, -0.421420651, -0.420517739, -0.419615408, -0.418713658, -0.417812488, -0.416911894, -0.416011877, -0.415112433, -0.414213562, -0.413315262, -0.412417532, -0.411520369, -0.410623772, -0.409727740, -0.408832271, -0.407937364, -0.407043016, -0.406149226, -0.405255993, -0.404363316, -0.403471191, -0.402579619, -0.401688597, -0.400798124, -0.399908199, -0.399018819, -0.398129983, -0.397241690, -0.396353938, -0.395466726, -0.394580051, -0.393693914, -0.392808311, -0.391923242, -0.391038704, -0.390154697, -0.389271219, -0.388388269, -0.387505844, -0.386623944, -0.385742566, -0.384861710, -0.383981374, -0.383101556, -0.382222255, -0.381343470, -0.380465198, -0.379587439, -0.378710191, -0.377833452, -0.376957221, -0.376081497, -0.375206278, -0.374331562, -0.373457349, -0.372583636, -0.371710423, -0.370837707, -0.369965487, -0.369093763, -0.368222532, -0.367351792, -0.366481544, -0.365611784, -0.364742512, -0.363873726, -0.363005426, -0.362137608, -0.361270272, -0.360403417, -0.359537042, -0.358671143, -0.357805721, -0.356940774, -0.356076301, -0.355212299, -0.354348768, -0.353485706, -0.352623113, -0.351760985, -0.350899323, -0.350038125, -0.349177388, -0.348317113, -0.347457297, -0.346597939, -0.345739039, -0.344880593, -0.344022602, -0.343165063, -0.342307975, -0.341451338, -0.340595149, -0.339739407, -0.338884111, -0.338029260, -0.337174851, -0.336320885, -0.335467359, -0.334614272, -0.333761623, -0.332909410, -0.332057633, -0.331206289, -0.330355377, -0.329504897, -0.328654846, -0.327805224, -0.326956029, -0.326107260, -0.325258916, -0.324410994, -0.323563494, -0.322716415, -0.321869755, -0.321023513, -0.320177688, -0.319332278, -0.318487282, -0.317642699, -0.316798527, -0.315954765, -0.315111412, -0.314268467, -0.313425928, -0.312583794, -0.311742064, -0.310900736, -0.310059809, -0.309219282, -0.308379154, -0.307539423, -0.306700088, -0.305861148, -0.305022601, -0.304184447, -0.303346684, -0.302509310, -0.301672325, -0.300835727, -0.299999515, -0.299163688, -0.298328244, -0.297493183, -0.296658503, -0.295824202, -0.294990280, -0.294156735, -0.293323566, -0.292490772, -0.291658351, -0.290826303, -0.289994626, -0.289163319, -0.288332380, -0.287501809, -0.286671605, -0.285841765, -0.285012289, -0.284183175, -0.283354423, -0.282526031, -0.281697998, -0.280870323, -0.280043004, -0.279216041, -0.278389431, -0.277563175, -0.276737270, -0.275911716, -0.275086511, -0.274261655, -0.273437145, -0.272612981, -0.271789161, -0.270965686, -0.270142552, -0.269319759, -0.268497306, -0.267675192, -0.266853415, -0.266031975, -0.265210870, -0.264390098, -0.263569660, -0.262749553, -0.261929777, -0.261110330, -0.260291211, -0.259472419, -0.258653953, -0.257835812, -0.257017994, -0.256200498, -0.255383324, -0.254566470, -0.253749935, -0.252933717, -0.252117817, -0.251302231, -0.250486960, -0.249672002, -0.248857357, -0.248043022, -0.247228997, -0.246415280, -0.245601872, -0.244788769, -0.243975972, -0.243163479, -0.242351289, -0.241539401, -0.240727813, -0.239916525, -0.239105536, -0.238294844, -0.237484449, -0.236674348, -0.235864542, -0.235055029, -0.234245807, -0.233436876, -0.232628235, -0.231819882, -0.231011817, -0.230204038, -0.229396544, -0.228589335, -0.227782408, -0.226975763, -0.226169399, -0.225363315, -0.224557509, -0.223751981, -0.222946729, -0.222141753, -0.221337051, -0.220532622, -0.219728465, -0.218924579, -0.218120964, -0.217317617, -0.216514537, -0.215711725, -0.214909178, -0.214106895, -0.213304876, -0.212503119, -0.211701624, -0.210900389, -0.210099413, -0.209298695, -0.208498234, -0.207698030, -0.206898080, -0.206098384, -0.205298940, -0.204499749, -0.203700808, -0.202902117, -0.202103674, -0.201305479, -0.200507530, -0.199709826, -0.198912367, -0.198115152, -0.197318178, -0.196521446, -0.195724954, -0.194928700, -0.194132685, -0.193336907, -0.192541365, -0.191746058, -0.190950985, -0.190156145, -0.189361536, -0.188567158, -0.187773010, -0.186979091, -0.186185400, -0.185391935, -0.184598695, -0.183805680, -0.183012889, -0.182220321, -0.181427973, -0.180635847, -0.179843940, -0.179052251, -0.178260779, -0.177469525, -0.176678485, -0.175887660, -0.175097048, -0.174306648, -0.173516460, -0.172726482, -0.171936714, -0.171147153, -0.170357800, -0.169568653, -0.168779712, -0.167990974, -0.167202440, -0.166414108, -0.165625977, -0.164838047, -0.164050316, -0.163262782, -0.162475447, -0.161688307, -0.160901362, -0.160114612, -0.159328055, -0.158541690, -0.157755517, -0.156969533, -0.156183739, -0.155398133, -0.154612715, -0.153827482, -0.153042435, -0.152257572, -0.151472893, -0.150688395, -0.149904079, -0.149119944, -0.148335988, -0.147552210, -0.146768609, -0.145985185, -0.145201936, -0.144418862, -0.143635961, -0.142853233, -0.142070676, -0.141288290, -0.140506073, -0.139724025, -0.138942144, -0.138160430, -0.137378882, -0.136597499, -0.135816279, -0.135035222, -0.134254326, -0.133473592, -0.132693017, -0.131912601, -0.131132343, -0.130352242, -0.129572297, -0.128792507, -0.128012871, -0.127233388, -0.126454057, -0.125674878, -0.124895848, -0.124116968, -0.123338236, -0.122559652, -0.121781213, -0.121002920, -0.120224772, -0.119446767, -0.118668905, -0.117891184, -0.117113604, -0.116336164, -0.115558862, -0.114781698, -0.114004671, -0.113227780, -0.112451023, -0.111674401, -0.110897912, -0.110121554, -0.109345328, -0.108569232, -0.107793266, -0.107017427, -0.106241716, -0.105466132, -0.104690673, -0.103915338, -0.103140127, -0.102365039, -0.101590072, -0.100815226, -0.100040500, -0.099265893, -0.098491403, -0.097717031, -0.096942775, -0.096168634, -0.095394607, -0.094620693, -0.093846892, -0.093073202, -0.092299623, -0.091526153, -0.090752791, -0.089979538, -0.089206391, -0.088433349, -0.087660413, -0.086887581, -0.086114851, -0.085342224, -0.084569698, -0.083797272, -0.083024945, -0.082252717, -0.081480586, -0.080708551, -0.079936612, -0.079164768, -0.078393018, -0.077621360, -0.076849794, -0.076078320, -0.075306935, -0.074535639, -0.073764432, -0.072993311, -0.072222277, -0.071451329, -0.070680465, -0.069909684, -0.069138987, -0.068368371, -0.067597835, -0.066827380, -0.066057004, -0.065286705, -0.064516484, -0.063746339, -0.062976270, -0.062206274, -0.061436353, -0.060666503, -0.059896726, -0.059127019, -0.058357382, -0.057587814, -0.056818314, -0.056048880, -0.055279514, -0.054510212, -0.053740974, -0.052971800, -0.052202689, -0.051433639, -0.050664650, -0.049895720, -0.049126850, -0.048358037, -0.047589281, -0.046820582, -0.046051938, -0.045283348, -0.044514811, -0.043746327, -0.042977894, -0.042209512, -0.041441180, -0.040672897, -0.039904661, -0.039136473, -0.038368331, -0.037600234, -0.036832181, -0.036064172, -0.035296205, -0.034528279, -0.033760395, -0.032992550, -0.032224744, -0.031456976, -0.030689245, -0.029921550, -0.029153891, -0.028386265, -0.027618673, -0.026851114, -0.026083586, -0.025316089, -0.024548622, -0.023781184, -0.023013773, -0.022246390, -0.021479033, -0.020711701, -0.019944394, -0.019177110, -0.018409849, -0.017642609, -0.016875390, -0.016108191, -0.015341011, -0.014573849, -0.013806704, -0.013039576, -0.012272462, -0.011505364, -0.010738278, -0.009971206, -0.009204145, -0.008437095, -0.007670054, -0.006903023, -0.006136000, -0.005368984, -0.004601975, -0.003834971, -0.003067971, -0.002300975, -0.001533982, -0.000766991, }; // END of _fastangle_tan_table_13[8192] static const int _fastangle_atan_table_13[8192] = { -1023, -1023, -1023, -1023, -1022, -1022, -1022, -1022, -1022, -1022, -1021, -1021, -1021, -1021, -1021, -1021, -1020, -1020, -1020, -1020, -1020, -1020, -1019, -1019, -1019, -1019, -1019, -1019, -1019, -1018, -1018, -1018, -1018, -1018, -1018, -1017, -1017, -1017, -1017, -1017, -1017, -1016, -1016, -1016, -1016, -1016, -1016, -1015, -1015, -1015, -1015, -1015, -1015, -1015, -1014, -1014, -1014, -1014, -1014, -1014, -1013, -1013, -1013, -1013, -1013, -1013, -1012, -1012, -1012, -1012, -1012, -1012, -1011, -1011, -1011, -1011, -1011, -1011, -1010, -1010, -1010, -1010, -1010, -1010, -1009, -1009, -1009, -1009, -1009, -1009, -1009, -1008, -1008, -1008, -1008, -1008, -1008, -1007, -1007, -1007, -1007, -1007, -1007, -1006, -1006, -1006, -1006, -1006, -1006, -1005, -1005, -1005, -1005, -1005, -1005, -1004, -1004, -1004, -1004, -1004, -1004, -1003, -1003, -1003, -1003, -1003, -1003, -1002, -1002, -1002, -1002, -1002, -1002, -1001, -1001, -1001, -1001, -1001, -1001, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -999, -999, -999, -999, -999, -999, -998, -998, -998, -998, -998, -998, -997, -997, -997, -997, -997, -997, -996, -996, -996, -996, -996, -996, -995, -995, -995, -995, -995, -995, -994, -994, -994, -994, -994, -994, -993, -993, -993, -993, -993, -993, -992, -992, -992, -992, -992, -992, -991, -991, -991, -991, -991, -991, -990, -990, -990, -990, -990, -990, -989, -989, -989, -989, -989, -989, -988, -988, -988, -988, -988, -988, -987, -987, -987, -987, -987, -987, -986, -986, -986, -986, -986, -986, -985, -985, -985, -985, -985, -985, -984, -984, -984, -984, -984, -983, -983, -983, -983, -983, -983, -982, -982, -982, -982, -982, -982, -981, -981, -981, -981, -981, -981, -980, -980, -980, -980, -980, -980, -979, -979, -979, -979, -979, -979, -978, -978, -978, -978, -978, -978, -977, -977, -977, -977, -977, -977, -976, -976, -976, -976, -976, -976, -975, -975, -975, -975, -975, -974, -974, -974, -974, -974, -974, -973, -973, -973, -973, -973, -973, -972, -972, -972, -972, -972, -972, -971, -971, -971, -971, -971, -971, -970, -970, -970, -970, -970, -970, -969, -969, -969, -969, -969, -968, -968, -968, -968, -968, -968, -967, -967, -967, -967, -967, -967, -966, -966, -966, -966, -966, -966, -965, -965, -965, -965, -965, -964, -964, -964, -964, -964, -964, -963, -963, -963, -963, -963, -963, -962, -962, -962, -962, -962, -962, -961, -961, -961, -961, -961, -960, -960, -960, -960, -960, -960, -959, -959, -959, -959, -959, -959, -958, -958, -958, -958, -958, -958, -957, -957, -957, -957, -957, -956, -956, -956, -956, -956, -956, -955, -955, -955, -955, -955, -955, -954, -954, -954, -954, -954, -953, -953, -953, -953, -953, -953, -952, -952, -952, -952, -952, -952, -951, -951, -951, -951, -951, -950, -950, -950, -950, -950, -950, -949, -949, -949, -949, -949, -949, -948, -948, -948, -948, -948, -947, -947, -947, -947, -947, -947, -946, -946, -946, -946, -946, -946, -945, -945, -945, -945, -945, -944, -944, -944, -944, -944, -944, -943, -943, -943, -943, -943, -942, -942, -942, -942, -942, -942, -941, -941, -941, -941, -941, -941, -940, -940, -940, -940, -940, -939, -939, -939, -939, -939, -939, -938, -938, -938, -938, -938, -937, -937, -937, -937, -937, -937, -936, -936, -936, -936, -936, -935, -935, -935, -935, -935, -935, -934, -934, -934, -934, -934, -933, -933, -933, -933, -933, -933, -932, -932, -932, -932, -932, -931, -931, -931, -931, -931, -931, -930, -930, -930, -930, -930, -929, -929, -929, -929, -929, -929, -928, -928, -928, -928, -928, -927, -927, -927, -927, -927, -927, -926, -926, -926, -926, -926, -925, -925, -925, -925, -925, -925, -924, -924, -924, -924, -924, -923, -923, -923, -923, -923, -923, -922, -922, -922, -922, -922, -921, -921, -921, -921, -921, -921, -920, -920, -920, -920, -920, -919, -919, -919, -919, -919, -919, -918, -918, -918, -918, -918, -917, -917, -917, -917, -917, -916, -916, -916, -916, -916, -916, -915, -915, -915, -915, -915, -914, -914, -914, -914, -914, -914, -913, -913, -913, -913, -913, -912, -912, -912, -912, -912, -911, -911, -911, -911, -911, -911, -910, -910, -910, -910, -910, -909, -909, -909, -909, -909, -908, -908, -908, -908, -908, -908, -907, -907, -907, -907, -907, -906, -906, -906, -906, -906, -905, -905, -905, -905, -905, -905, -904, -904, -904, -904, -904, -903, -903, -903, -903, -903, -902, -902, -902, -902, -902, -902, -901, -901, -901, -901, -901, -900, -900, -900, -900, -900, -899, -899, -899, -899, -899, -898, -898, -898, -898, -898, -898, -897, -897, -897, -897, -897, -896, -896, -896, -896, -896, -895, -895, -895, -895, -895, -895, -894, -894, -894, -894, -894, -893, -893, -893, -893, -893, -892, -892, -892, -892, -892, -891, -891, -891, -891, -891, -890, -890, -890, -890, -890, -890, -889, -889, -889, -889, -889, -888, -888, -888, -888, -888, -887, -887, -887, -887, -887, -886, -886, -886, -886, -886, -886, -885, -885, -885, -885, -885, -884, -884, -884, -884, -884, -883, -883, -883, -883, -883, -882, -882, -882, -882, -882, -881, -881, -881, -881, -881, -880, -880, -880, -880, -880, -880, -879, -879, -879, -879, -879, -878, -878, -878, -878, -878, -877, -877, -877, -877, -877, -876, -876, -876, -876, -876, -875, -875, -875, -875, -875, -874, -874, -874, -874, -874, -873, -873, -873, -873, -873, -873, -872, -872, -872, -872, -872, -871, -871, -871, -871, -871, -870, -870, -870, -870, -870, -869, -869, -869, -869, -869, -868, -868, -868, -868, -868, -867, -867, -867, -867, -867, -866, -866, -866, -866, -866, -865, -865, -865, -865, -865, -864, -864, -864, -864, -864, -863, -863, -863, -863, -863, -862, -862, -862, -862, -862, -861, -861, -861, -861, -861, -860, -860, -860, -860, -860, -859, -859, -859, -859, -859, -859, -858, -858, -858, -858, -858, -857, -857, -857, -857, -857, -856, -856, -856, -856, -856, -855, -855, -855, -855, -855, -854, -854, -854, -854, -854, -853, -853, -853, -853, -853, -852, -852, -852, -852, -852, -851, -851, -851, -851, -851, -850, -850, -850, -850, -850, -849, -849, -849, -849, -849, -848, -848, -848, -848, -847, -847, -847, -847, -847, -846, -846, -846, -846, -846, -845, -845, -845, -845, -845, -844, -844, -844, -844, -844, -843, -843, -843, -843, -843, -842, -842, -842, -842, -842, -841, -841, -841, -841, -841, -840, -840, -840, -840, -840, -839, -839, -839, -839, -839, -838, -838, -838, -838, -838, -837, -837, -837, -837, -837, -836, -836, -836, -836, -836, -835, -835, -835, -835, -834, -834, -834, -834, -834, -833, -833, -833, -833, -833, -832, -832, -832, -832, -832, -831, -831, -831, -831, -831, -830, -830, -830, -830, -830, -829, -829, -829, -829, -829, -828, -828, -828, -828, -828, -827, -827, -827, -827, -826, -826, -826, -826, -826, -825, -825, -825, -825, -825, -824, -824, -824, -824, -824, -823, -823, -823, -823, -823, -822, -822, -822, -822, -822, -821, -821, -821, -821, -820, -820, -820, -820, -820, -819, -819, -819, -819, -819, -818, -818, -818, -818, -818, -817, -817, -817, -817, -817, -816, -816, -816, -816, -815, -815, -815, -815, -815, -814, -814, -814, -814, -814, -813, -813, -813, -813, -813, -812, -812, -812, -812, -811, -811, -811, -811, -811, -810, -810, -810, -810, -810, -809, -809, -809, -809, -809, -808, -808, -808, -808, -807, -807, -807, -807, -807, -806, -806, -806, -806, -806, -805, -805, -805, -805, -805, -804, -804, -804, -804, -803, -803, -803, -803, -803, -802, -802, -802, -802, -802, -801, -801, -801, -801, -801, -800, -800, -800, -800, -799, -799, -799, -799, -799, -798, -798, -798, -798, -798, -797, -797, -797, -797, -796, -796, -796, -796, -796, -795, -795, -795, -795, -795, -794, -794, -794, -794, -793, -793, -793, -793, -793, -792, -792, -792, -792, -792, -791, -791, -791, -791, -790, -790, -790, -790, -790, -789, -789, -789, -789, -789, -788, -788, -788, -788, -787, -787, -787, -787, -787, -786, -786, -786, -786, -786, -785, -785, -785, -785, -784, -784, -784, -784, -784, -783, -783, -783, -783, -782, -782, -782, -782, -782, -781, -781, -781, -781, -781, -780, -780, -780, -780, -779, -779, -779, -779, -779, -778, -778, -778, -778, -778, -777, -777, -777, -777, -776, -776, -776, -776, -776, -775, -775, -775, -775, -774, -774, -774, -774, -774, -773, -773, -773, -773, -772, -772, -772, -772, -772, -771, -771, -771, -771, -771, -770, -770, -770, -770, -769, -769, -769, -769, -769, -768, -768, -768, -768, -767, -767, -767, -767, -767, -766, -766, -766, -766, -765, -765, -765, -765, -765, -764, -764, -764, -764, -763, -763, -763, -763, -763, -762, -762, -762, -762, -761, -761, -761, -761, -761, -760, -760, -760, -760, -759, -759, -759, -759, -759, -758, -758, -758, -758, -757, -757, -757, -757, -757, -756, -756, -756, -756, -755, -755, -755, -755, -755, -754, -754, -754, -754, -753, -753, -753, -753, -753, -752, -752, -752, -752, -751, -751, -751, -751, -751, -750, -750, -750, -750, -749, -749, -749, -749, -749, -748, -748, -748, -748, -747, -747, -747, -747, -747, -746, -746, -746, -746, -745, -745, -745, -745, -745, -744, -744, -744, -744, -743, -743, -743, -743, -742, -742, -742, -742, -742, -741, -741, -741, -741, -740, -740, -740, -740, -740, -739, -739, -739, -739, -738, -738, -738, -738, -738, -737, -737, -737, -737, -736, -736, -736, -736, -735, -735, -735, -735, -735, -734, -734, -734, -734, -733, -733, -733, -733, -733, -732, -732, -732, -732, -731, -731, -731, -731, -730, -730, -730, -730, -730, -729, -729, -729, -729, -728, -728, -728, -728, -727, -727, -727, -727, -727, -726, -726, -726, -726, -725, -725, -725, -725, -725, -724, -724, -724, -724, -723, -723, -723, -723, -722, -722, -722, -722, -722, -721, -721, -721, -721, -720, -720, -720, -720, -719, -719, -719, -719, -719, -718, -718, -718, -718, -717, -717, -717, -717, -716, -716, -716, -716, -716, -715, -715, -715, -715, -714, -714, -714, -714, -713, -713, -713, -713, -713, -712, -712, -712, -712, -711, -711, -711, -711, -710, -710, -710, -710, -709, -709, -709, -709, -709, -708, -708, -708, -708, -707, -707, -707, -707, -706, -706, -706, -706, -706, -705, -705, -705, -705, -704, -704, -704, -704, -703, -703, -703, -703, -702, -702, -702, -702, -702, -701, -701, -701, -701, -700, -700, -700, -700, -699, -699, -699, -699, -698, -698, -698, -698, -698, -697, -697, -697, -697, -696, -696, -696, -696, -695, -695, -695, -695, -694, -694, -694, -694, -694, -693, -693, -693, -693, -692, -692, -692, -692, -691, -691, -691, -691, -690, -690, -690, -690, -690, -689, -689, -689, -689, -688, -688, -688, -688, -687, -687, -687, -687, -686, -686, -686, -686, -685, -685, -685, -685, -685, -684, -684, -684, -684, -683, -683, -683, -683, -682, -682, -682, -682, -681, -681, -681, -681, -680, -680, -680, -680, -680, -679, -679, -679, -679, -678, -678, -678, -678, -677, -677, -677, -677, -676, -676, -676, -676, -675, -675, -675, -675, -674, -674, -674, -674, -674, -673, -673, -673, -673, -672, -672, -672, -672, -671, -671, -671, -671, -670, -670, -670, -670, -669, -669, -669, -669, -668, -668, -668, -668, -667, -667, -667, -667, -667, -666, -666, -666, -666, -665, -665, -665, -665, -664, -664, -664, -664, -663, -663, -663, -663, -662, -662, -662, -662, -661, -661, -661, -661, -660, -660, -660, -660, -659, -659, -659, -659, -659, -658, -658, -658, -658, -657, -657, -657, -657, -656, -656, -656, -656, -655, -655, -655, -655, -654, -654, -654, -654, -653, -653, -653, -653, -652, -652, -652, -652, -651, -651, -651, -651, -650, -650, -650, -650, -649, -649, -649, -649, -648, -648, -648, -648, -647, -647, -647, -647, -647, -646, -646, -646, -646, -645, -645, -645, -645, -644, -644, -644, -644, -643, -643, -643, -643, -642, -642, -642, -642, -641, -641, -641, -641, -640, -640, -640, -640, -639, -639, -639, -639, -638, -638, -638, -638, -637, -637, -637, -637, -636, -636, -636, -636, -635, -635, -635, -635, -634, -634, -634, -634, -633, -633, -633, -633, -632, -632, -632, -632, -631, -631, -631, -631, -630, -630, -630, -630, -629, -629, -629, -629, -628, -628, -628, -628, -627, -627, -627, -627, -626, -626, -626, -626, -625, -625, -625, -625, -624, -624, -624, -624, -623, -623, -623, -623, -622, -622, -622, -622, -621, -621, -621, -621, -620, -620, -620, -620, -619, -619, -619, -619, -618, -618, -618, -618, -617, -617, -617, -617, -616, -616, -616, -616, -615, -615, -615, -615, -614, -614, -614, -614, -613, -613, -613, -613, -612, -612, -612, -612, -611, -611, -611, -611, -610, -610, -610, -610, -609, -609, -609, -609, -608, -608, -608, -608, -607, -607, -607, -606, -606, -606, -606, -605, -605, -605, -605, -604, -604, -604, -604, -603, -603, -603, -603, -602, -602, -602, -602, -601, -601, -601, -601, -600, -600, -600, -600, -599, -599, -599, -599, -598, -598, -598, -598, -597, -597, -597, -597, -596, -596, -596, -596, -595, -595, -595, -594, -594, -594, -594, -593, -593, -593, -593, -592, -592, -592, -592, -591, -591, -591, -591, -590, -590, -590, -590, -589, -589, -589, -589, -588, -588, -588, -588, -587, -587, -587, -587, -586, -586, -586, -585, -585, -585, -585, -584, -584, -584, -584, -583, -583, -583, -583, -582, -582, -582, -582, -581, -581, -581, -581, -580, -580, -580, -580, -579, -579, -579, -579, -578, -578, -578, -577, -577, -577, -577, -576, -576, -576, -576, -575, -575, -575, -575, -574, -574, -574, -574, -573, -573, -573, -573, -572, -572, -572, -571, -571, -571, -571, -570, -570, -570, -570, -569, -569, -569, -569, -568, -568, -568, -568, -567, -567, -567, -567, -566, -566, -566, -565, -565, -565, -565, -564, -564, -564, -564, -563, -563, -563, -563, -562, -562, -562, -562, -561, -561, -561, -560, -560, -560, -560, -559, -559, -559, -559, -558, -558, -558, -558, -557, -557, -557, -557, -556, -556, -556, -555, -555, -555, -555, -554, -554, -554, -554, -553, -553, -553, -553, -552, -552, -552, -552, -551, -551, -551, -550, -550, -550, -550, -549, -549, -549, -549, -548, -548, -548, -548, -547, -547, -547, -546, -546, -546, -546, -545, -545, -545, -545, -544, -544, -544, -544, -543, -543, -543, -542, -542, -542, -542, -541, -541, -541, -541, -540, -540, -540, -540, -539, -539, -539, -538, -538, -538, -538, -537, -537, -537, -537, -536, -536, -536, -536, -535, -535, -535, -534, -534, -534, -534, -533, -533, -533, -533, -532, -532, -532, -532, -531, -531, -531, -530, -530, -530, -530, -529, -529, -529, -529, -528, -528, -528, -528, -527, -527, -527, -526, -526, -526, -526, -525, -525, -525, -525, -524, -524, -524, -523, -523, -523, -523, -522, -522, -522, -522, -521, -521, -521, -521, -520, -520, -520, -519, -519, -519, -519, -518, -518, -518, -518, -517, -517, -517, -516, -516, -516, -516, -515, -515, -515, -515, -514, -514, -514, -513, -513, -513, -513, -512, -512, -512, -512, -511, -511, -511, -510, -510, -510, -510, -509, -509, -509, -509, -508, -508, -508, -507, -507, -507, -507, -506, -506, -506, -506, -505, -505, -505, -504, -504, -504, -504, -503, -503, -503, -503, -502, -502, -502, -501, -501, -501, -501, -500, -500, -500, -500, -499, -499, -499, -498, -498, -498, -498, -497, -497, -497, -497, -496, -496, -496, -495, -495, -495, -495, -494, -494, -494, -494, -493, -493, -493, -492, -492, -492, -492, -491, -491, -491, -491, -490, -490, -490, -489, -489, -489, -489, -488, -488, -488, -487, -487, -487, -487, -486, -486, -486, -486, -485, -485, -485, -484, -484, -484, -484, -483, -483, -483, -483, -482, -482, -482, -481, -481, -481, -481, -480, -480, -480, -479, -479, -479, -479, -478, -478, -478, -478, -477, -477, -477, -476, -476, -476, -476, -475, -475, -475, -474, -474, -474, -474, -473, -473, -473, -473, -472, -472, -472, -471, -471, -471, -471, -470, -470, -470, -469, -469, -469, -469, -468, -468, -468, -468, -467, -467, -467, -466, -466, -466, -466, -465, -465, -465, -464, -464, -464, -464, -463, -463, -463, -462, -462, -462, -462, -461, -461, -461, -461, -460, -460, -460, -459, -459, -459, -459, -458, -458, -458, -457, -457, -457, -457, -456, -456, -456, -455, -455, -455, -455, -454, -454, -454, -454, -453, -453, -453, -452, -452, -452, -452, -451, -451, -451, -450, -450, -450, -450, -449, -449, -449, -448, -448, -448, -448, -447, -447, -447, -446, -446, -446, -446, -445, -445, -445, -444, -444, -444, -444, -443, -443, -443, -443, -442, -442, -442, -441, -441, -441, -441, -440, -440, -440, -439, -439, -439, -439, -438, -438, -438, -437, -437, -437, -437, -436, -436, -436, -435, -435, -435, -435, -434, -434, -434, -433, -433, -433, -433, -432, -432, -432, -431, -431, -431, -431, -430, -430, -430, -429, -429, -429, -429, -428, -428, -428, -427, -427, -427, -427, -426, -426, -426, -425, -425, -425, -425, -424, -424, -424, -423, -423, -423, -423, -422, -422, -422, -421, -421, -421, -421, -420, -420, -420, -419, -419, -419, -419, -418, -418, -418, -417, -417, -417, -417, -416, -416, -416, -415, -415, -415, -415, -414, -414, -414, -413, -413, -413, -413, -412, -412, -412, -411, -411, -411, -411, -410, -410, -410, -409, -409, -409, -409, -408, -408, -408, -407, -407, -407, -407, -406, -406, -406, -405, -405, -405, -405, -404, -404, -404, -403, -403, -403, -402, -402, -402, -402, -401, -401, -401, -400, -400, -400, -400, -399, -399, -399, -398, -398, -398, -398, -397, -397, -397, -396, -396, -396, -396, -395, -395, -395, -394, -394, -394, -394, -393, -393, -393, -392, -392, -392, -391, -391, -391, -391, -390, -390, -390, -389, -389, -389, -389, -388, -388, -388, -387, -387, -387, -387, -386, -386, -386, -385, -385, -385, -384, -384, -384, -384, -383, -383, -383, -382, -382, -382, -382, -381, -381, -381, -380, -380, -380, -380, -379, -379, -379, -378, -378, -378, -377, -377, -377, -377, -376, -376, -376, -375, -375, -375, -375, -374, -374, -374, -373, -373, -373, -373, -372, -372, -372, -371, -371, -371, -370, -370, -370, -370, -369, -369, -369, -368, -368, -368, -368, -367, -367, -367, -366, -366, -366, -365, -365, -365, -365, -364, -364, -364, -363, -363, -363, -363, -362, -362, -362, -361, -361, -361, -360, -360, -360, -360, -359, -359, -359, -358, -358, -358, -358, -357, -357, -357, -356, -356, -356, -355, -355, -355, -355, -354, -354, -354, -353, -353, -353, -353, -352, -352, -352, -351, -351, -351, -350, -350, -350, -350, -349, -349, -349, -348, -348, -348, -347, -347, -347, -347, -346, -346, -346, -345, -345, -345, -345, -344, -344, -344, -343, -343, -343, -342, -342, -342, -342, -341, -341, -341, -340, -340, -340, -339, -339, -339, -339, -338, -338, -338, -337, -337, -337, -337, -336, -336, -336, -335, -335, -335, -334, -334, -334, -334, -333, -333, -333, -332, -332, -332, -331, -331, -331, -331, -330, -330, -330, -329, -329, -329, -328, -328, -328, -328, -327, -327, -327, -326, -326, -326, -325, -325, -325, -325, -324, -324, -324, -323, -323, -323, -322, -322, -322, -322, -321, -321, -321, -320, -320, -320, -319, -319, -319, -319, -318, -318, -318, -317, -317, -317, -316, -316, -316, -316, -315, -315, -315, -314, -314, -314, -313, -313, -313, -313, -312, -312, -312, -311, -311, -311, -310, -310, -310, -310, -309, -309, -309, -308, -308, -308, -307, -307, -307, -307, -306, -306, -306, -305, -305, -305, -304, -304, -304, -304, -303, -303, -303, -302, -302, -302, -301, -301, -301, -301, -300, -300, -300, -299, -299, -299, -298, -298, -298, -298, -297, -297, -297, -296, -296, -296, -295, -295, -295, -295, -294, -294, -294, -293, -293, -293, -292, -292, -292, -291, -291, -291, -291, -290, -290, -290, -289, -289, -289, -288, -288, -288, -288, -287, -287, -287, -286, -286, -286, -285, -285, -285, -285, -284, -284, -284, -283, -283, -283, -282, -282, -282, -281, -281, -281, -281, -280, -280, -280, -279, -279, -279, -278, -278, -278, -278, -277, -277, -277, -276, -276, -276, -275, -275, -275, -274, -274, -274, -274, -273, -273, -273, -272, -272, -272, -271, -271, -271, -271, -270, -270, -270, -269, -269, -269, -268, -268, -268, -267, -267, -267, -267, -266, -266, -266, -265, -265, -265, -264, -264, -264, -264, -263, -263, -263, -262, -262, -262, -261, -261, -261, -260, -260, -260, -260, -259, -259, -259, -258, -258, -258, -257, -257, -257, -256, -256, -256, -256, -255, -255, -255, -254, -254, -254, -253, -253, -253, -253, -252, -252, -252, -251, -251, -251, -250, -250, -250, -249, -249, -249, -249, -248, -248, -248, -247, -247, -247, -246, -246, -246, -245, -245, -245, -245, -244, -244, -244, -243, -243, -243, -242, -242, -242, -241, -241, -241, -241, -240, -240, -240, -239, -239, -239, -238, -238, -238, -237, -237, -237, -237, -236, -236, -236, -235, -235, -235, -234, -234, -234, -233, -233, -233, -233, -232, -232, -232, -231, -231, -231, -230, -230, -230, -229, -229, -229, -229, -228, -228, -228, -227, -227, -227, -226, -226, -226, -225, -225, -225, -225, -224, -224, -224, -223, -223, -223, -222, -222, -222, -221, -221, -221, -220, -220, -220, -220, -219, -219, -219, -218, -218, -218, -217, -217, -217, -216, -216, -216, -216, -215, -215, -215, -214, -214, -214, -213, -213, -213, -212, -212, -212, -212, -211, -211, -211, -210, -210, -210, -209, -209, -209, -208, -208, -208, -207, -207, -207, -207, -206, -206, -206, -205, -205, -205, -204, -204, -204, -203, -203, -203, -203, -202, -202, -202, -201, -201, -201, -200, -200, -200, -199, -199, -199, -198, -198, -198, -198, -197, -197, -197, -196, -196, -196, -195, -195, -195, -194, -194, -194, -193, -193, -193, -193, -192, -192, -192, -191, -191, -191, -190, -190, -190, -189, -189, -189, -189, -188, -188, -188, -187, -187, -187, -186, -186, -186, -185, -185, -185, -184, -184, -184, -184, -183, -183, -183, -182, -182, -182, -181, -181, -181, -180, -180, -180, -179, -179, -179, -179, -178, -178, -178, -177, -177, -177, -176, -176, -176, -175, -175, -175, -174, -174, -174, -174, -173, -173, -173, -172, -172, -172, -171, -171, -171, -170, -170, -170, -169, -169, -169, -169, -168, -168, -168, -167, -167, -167, -166, -166, -166, -165, -165, -165, -164, -164, -164, -164, -163, -163, -163, -162, -162, -162, -161, -161, -161, -160, -160, -160, -159, -159, -159, -158, -158, -158, -158, -157, -157, -157, -156, -156, -156, -155, -155, -155, -154, -154, -154, -153, -153, -153, -153, -152, -152, -152, -151, -151, -151, -150, -150, -150, -149, -149, -149, -148, -148, -148, -148, -147, -147, -147, -146, -146, -146, -145, -145, -145, -144, -144, -144, -143, -143, -143, -142, -142, -142, -142, -141, -141, -141, -140, -140, -140, -139, -139, -139, -138, -138, -138, -137, -137, -137, -136, -136, -136, -136, -135, -135, -135, -134, -134, -134, -133, -133, -133, -132, -132, -132, -131, -131, -131, -131, -130, -130, -130, -129, -129, -129, -128, -128, -128, -127, -127, -127, -126, -126, -126, -125, -125, -125, -125, -124, -124, -124, -123, -123, -123, -122, -122, -122, -121, -121, -121, -120, -120, -120, -119, -119, -119, -119, -118, -118, -118, -117, -117, -117, -116, -116, -116, -115, -115, -115, -114, -114, -114, -113, -113, -113, -113, -112, -112, -112, -111, -111, -111, -110, -110, -110, -109, -109, -109, -108, -108, -108, -107, -107, -107, -107, -106, -106, -106, -105, -105, -105, -104, -104, -104, -103, -103, -103, -102, -102, -102, -101, -101, -101, -101, -100, -100, -100, -99, -99, -99, -98, -98, -98, -97, -97, -97, -96, -96, -96, -95, -95, -95, -94, -94, -94, -94, -93, -93, -93, -92, -92, -92, -91, -91, -91, -90, -90, -90, -89, -89, -89, -88, -88, -88, -88, -87, -87, -87, -86, -86, -86, -85, -85, -85, -84, -84, -84, -83, -83, -83, -82, -82, -82, -82, -81, -81, -81, -80, -80, -80, -79, -79, -79, -78, -78, -78, -77, -77, -77, -76, -76, -76, -75, -75, -75, -75, -74, -74, -74, -73, -73, -73, -72, -72, -72, -71, -71, -71, -70, -70, -70, -69, -69, -69, -68, -68, -68, -68, -67, -67, -67, -66, -66, -66, -65, -65, -65, -64, -64, -64, -63, -63, -63, -62, -62, -62, -62, -61, -61, -61, -60, -60, -60, -59, -59, -59, -58, -58, -58, -57, -57, -57, -56, -56, -56, -55, -55, -55, -55, -54, -54, -54, -53, -53, -53, -52, -52, -52, -51, -51, -51, -50, -50, -50, -49, -49, -49, -48, -48, -48, -48, -47, -47, -47, -46, -46, -46, -45, -45, -45, -44, -44, -44, -43, -43, -43, -42, -42, -42, -41, -41, -41, -41, -40, -40, -40, -39, -39, -39, -38, -38, -38, -37, -37, -37, -36, -36, -36, -35, -35, -35, -34, -34, -34, -34, -33, -33, -33, -32, -32, -32, -31, -31, -31, -30, -30, -30, -29, -29, -29, -28, -28, -28, -27, -27, -27, -27, -26, -26, -26, -25, -25, -25, -24, -24, -24, -23, -23, -23, -22, -22, -22, -21, -21, -21, -20, -20, -20, -20, -19, -19, -19, -18, -18, -18, -17, -17, -17, -16, -16, -16, -15, -15, -15, -14, -14, -14, -13, -13, -13, -13, -12, -12, -12, -11, -11, -11, -10, -10, -10, -9, -9, -9, -8, -8, -8, -7, -7, -7, -6, -6, -6, -6, -5, -5, -5, -4, -4, -4, -3, -3, -3, -2, -2, -2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 28, 29, 29, 29, 30, 30, 30, 31, 31, 31, 32, 32, 32, 33, 33, 33, 34, 34, 34, 35, 35, 35, 35, 36, 36, 36, 37, 37, 37, 38, 38, 38, 39, 39, 39, 40, 40, 40, 41, 41, 41, 42, 42, 42, 42, 43, 43, 43, 44, 44, 44, 45, 45, 45, 46, 46, 46, 47, 47, 47, 48, 48, 48, 49, 49, 49, 49, 50, 50, 50, 51, 51, 51, 52, 52, 52, 53, 53, 53, 54, 54, 54, 55, 55, 55, 56, 56, 56, 56, 57, 57, 57, 58, 58, 58, 59, 59, 59, 60, 60, 60, 61, 61, 61, 62, 62, 62, 63, 63, 63, 63, 64, 64, 64, 65, 65, 65, 66, 66, 66, 67, 67, 67, 68, 68, 68, 69, 69, 69, 69, 70, 70, 70, 71, 71, 71, 72, 72, 72, 73, 73, 73, 74, 74, 74, 75, 75, 75, 76, 76, 76, 76, 77, 77, 77, 78, 78, 78, 79, 79, 79, 80, 80, 80, 81, 81, 81, 82, 82, 82, 83, 83, 83, 83, 84, 84, 84, 85, 85, 85, 86, 86, 86, 87, 87, 87, 88, 88, 88, 89, 89, 89, 89, 90, 90, 90, 91, 91, 91, 92, 92, 92, 93, 93, 93, 94, 94, 94, 95, 95, 95, 95, 96, 96, 96, 97, 97, 97, 98, 98, 98, 99, 99, 99, 100, 100, 100, 101, 101, 101, 102, 102, 102, 102, 103, 103, 103, 104, 104, 104, 105, 105, 105, 106, 106, 106, 107, 107, 107, 108, 108, 108, 108, 109, 109, 109, 110, 110, 110, 111, 111, 111, 112, 112, 112, 113, 113, 113, 114, 114, 114, 114, 115, 115, 115, 116, 116, 116, 117, 117, 117, 118, 118, 118, 119, 119, 119, 120, 120, 120, 120, 121, 121, 121, 122, 122, 122, 123, 123, 123, 124, 124, 124, 125, 125, 125, 126, 126, 126, 126, 127, 127, 127, 128, 128, 128, 129, 129, 129, 130, 130, 130, 131, 131, 131, 132, 132, 132, 132, 133, 133, 133, 134, 134, 134, 135, 135, 135, 136, 136, 136, 137, 137, 137, 137, 138, 138, 138, 139, 139, 139, 140, 140, 140, 141, 141, 141, 142, 142, 142, 143, 143, 143, 143, 144, 144, 144, 145, 145, 145, 146, 146, 146, 147, 147, 147, 148, 148, 148, 149, 149, 149, 149, 150, 150, 150, 151, 151, 151, 152, 152, 152, 153, 153, 153, 154, 154, 154, 154, 155, 155, 155, 156, 156, 156, 157, 157, 157, 158, 158, 158, 159, 159, 159, 159, 160, 160, 160, 161, 161, 161, 162, 162, 162, 163, 163, 163, 164, 164, 164, 165, 165, 165, 165, 166, 166, 166, 167, 167, 167, 168, 168, 168, 169, 169, 169, 170, 170, 170, 170, 171, 171, 171, 172, 172, 172, 173, 173, 173, 174, 174, 174, 175, 175, 175, 175, 176, 176, 176, 177, 177, 177, 178, 178, 178, 179, 179, 179, 180, 180, 180, 180, 181, 181, 181, 182, 182, 182, 183, 183, 183, 184, 184, 184, 185, 185, 185, 185, 186, 186, 186, 187, 187, 187, 188, 188, 188, 189, 189, 189, 190, 190, 190, 190, 191, 191, 191, 192, 192, 192, 193, 193, 193, 194, 194, 194, 194, 195, 195, 195, 196, 196, 196, 197, 197, 197, 198, 198, 198, 199, 199, 199, 199, 200, 200, 200, 201, 201, 201, 202, 202, 202, 203, 203, 203, 204, 204, 204, 204, 205, 205, 205, 206, 206, 206, 207, 207, 207, 208, 208, 208, 208, 209, 209, 209, 210, 210, 210, 211, 211, 211, 212, 212, 212, 213, 213, 213, 213, 214, 214, 214, 215, 215, 215, 216, 216, 216, 217, 217, 217, 217, 218, 218, 218, 219, 219, 219, 220, 220, 220, 221, 221, 221, 221, 222, 222, 222, 223, 223, 223, 224, 224, 224, 225, 225, 225, 226, 226, 226, 226, 227, 227, 227, 228, 228, 228, 229, 229, 229, 230, 230, 230, 230, 231, 231, 231, 232, 232, 232, 233, 233, 233, 234, 234, 234, 234, 235, 235, 235, 236, 236, 236, 237, 237, 237, 238, 238, 238, 238, 239, 239, 239, 240, 240, 240, 241, 241, 241, 242, 242, 242, 242, 243, 243, 243, 244, 244, 244, 245, 245, 245, 246, 246, 246, 246, 247, 247, 247, 248, 248, 248, 249, 249, 249, 250, 250, 250, 250, 251, 251, 251, 252, 252, 252, 253, 253, 253, 254, 254, 254, 254, 255, 255, 255, 256, 256, 256, 257, 257, 257, 257, 258, 258, 258, 259, 259, 259, 260, 260, 260, 261, 261, 261, 261, 262, 262, 262, 263, 263, 263, 264, 264, 264, 265, 265, 265, 265, 266, 266, 266, 267, 267, 267, 268, 268, 268, 268, 269, 269, 269, 270, 270, 270, 271, 271, 271, 272, 272, 272, 272, 273, 273, 273, 274, 274, 274, 275, 275, 275, 275, 276, 276, 276, 277, 277, 277, 278, 278, 278, 279, 279, 279, 279, 280, 280, 280, 281, 281, 281, 282, 282, 282, 282, 283, 283, 283, 284, 284, 284, 285, 285, 285, 286, 286, 286, 286, 287, 287, 287, 288, 288, 288, 289, 289, 289, 289, 290, 290, 290, 291, 291, 291, 292, 292, 292, 292, 293, 293, 293, 294, 294, 294, 295, 295, 295, 296, 296, 296, 296, 297, 297, 297, 298, 298, 298, 299, 299, 299, 299, 300, 300, 300, 301, 301, 301, 302, 302, 302, 302, 303, 303, 303, 304, 304, 304, 305, 305, 305, 305, 306, 306, 306, 307, 307, 307, 308, 308, 308, 308, 309, 309, 309, 310, 310, 310, 311, 311, 311, 311, 312, 312, 312, 313, 313, 313, 314, 314, 314, 314, 315, 315, 315, 316, 316, 316, 317, 317, 317, 317, 318, 318, 318, 319, 319, 319, 320, 320, 320, 320, 321, 321, 321, 322, 322, 322, 323, 323, 323, 323, 324, 324, 324, 325, 325, 325, 326, 326, 326, 326, 327, 327, 327, 328, 328, 328, 329, 329, 329, 329, 330, 330, 330, 331, 331, 331, 332, 332, 332, 332, 333, 333, 333, 334, 334, 334, 335, 335, 335, 335, 336, 336, 336, 337, 337, 337, 338, 338, 338, 338, 339, 339, 339, 340, 340, 340, 340, 341, 341, 341, 342, 342, 342, 343, 343, 343, 343, 344, 344, 344, 345, 345, 345, 346, 346, 346, 346, 347, 347, 347, 348, 348, 348, 348, 349, 349, 349, 350, 350, 350, 351, 351, 351, 351, 352, 352, 352, 353, 353, 353, 354, 354, 354, 354, 355, 355, 355, 356, 356, 356, 356, 357, 357, 357, 358, 358, 358, 359, 359, 359, 359, 360, 360, 360, 361, 361, 361, 361, 362, 362, 362, 363, 363, 363, 364, 364, 364, 364, 365, 365, 365, 366, 366, 366, 366, 367, 367, 367, 368, 368, 368, 369, 369, 369, 369, 370, 370, 370, 371, 371, 371, 371, 372, 372, 372, 373, 373, 373, 374, 374, 374, 374, 375, 375, 375, 376, 376, 376, 376, 377, 377, 377, 378, 378, 378, 378, 379, 379, 379, 380, 380, 380, 381, 381, 381, 381, 382, 382, 382, 383, 383, 383, 383, 384, 384, 384, 385, 385, 385, 385, 386, 386, 386, 387, 387, 387, 388, 388, 388, 388, 389, 389, 389, 390, 390, 390, 390, 391, 391, 391, 392, 392, 392, 392, 393, 393, 393, 394, 394, 394, 395, 395, 395, 395, 396, 396, 396, 397, 397, 397, 397, 398, 398, 398, 399, 399, 399, 399, 400, 400, 400, 401, 401, 401, 401, 402, 402, 402, 403, 403, 403, 403, 404, 404, 404, 405, 405, 405, 406, 406, 406, 406, 407, 407, 407, 408, 408, 408, 408, 409, 409, 409, 410, 410, 410, 410, 411, 411, 411, 412, 412, 412, 412, 413, 413, 413, 414, 414, 414, 414, 415, 415, 415, 416, 416, 416, 416, 417, 417, 417, 418, 418, 418, 418, 419, 419, 419, 420, 420, 420, 420, 421, 421, 421, 422, 422, 422, 422, 423, 423, 423, 424, 424, 424, 424, 425, 425, 425, 426, 426, 426, 426, 427, 427, 427, 428, 428, 428, 428, 429, 429, 429, 430, 430, 430, 430, 431, 431, 431, 432, 432, 432, 432, 433, 433, 433, 434, 434, 434, 434, 435, 435, 435, 436, 436, 436, 436, 437, 437, 437, 438, 438, 438, 438, 439, 439, 439, 440, 440, 440, 440, 441, 441, 441, 442, 442, 442, 442, 443, 443, 443, 444, 444, 444, 444, 445, 445, 445, 445, 446, 446, 446, 447, 447, 447, 447, 448, 448, 448, 449, 449, 449, 449, 450, 450, 450, 451, 451, 451, 451, 452, 452, 452, 453, 453, 453, 453, 454, 454, 454, 455, 455, 455, 455, 456, 456, 456, 456, 457, 457, 457, 458, 458, 458, 458, 459, 459, 459, 460, 460, 460, 460, 461, 461, 461, 462, 462, 462, 462, 463, 463, 463, 463, 464, 464, 464, 465, 465, 465, 465, 466, 466, 466, 467, 467, 467, 467, 468, 468, 468, 469, 469, 469, 469, 470, 470, 470, 470, 471, 471, 471, 472, 472, 472, 472, 473, 473, 473, 474, 474, 474, 474, 475, 475, 475, 475, 476, 476, 476, 477, 477, 477, 477, 478, 478, 478, 479, 479, 479, 479, 480, 480, 480, 480, 481, 481, 481, 482, 482, 482, 482, 483, 483, 483, 484, 484, 484, 484, 485, 485, 485, 485, 486, 486, 486, 487, 487, 487, 487, 488, 488, 488, 488, 489, 489, 489, 490, 490, 490, 490, 491, 491, 491, 492, 492, 492, 492, 493, 493, 493, 493, 494, 494, 494, 495, 495, 495, 495, 496, 496, 496, 496, 497, 497, 497, 498, 498, 498, 498, 499, 499, 499, 499, 500, 500, 500, 501, 501, 501, 501, 502, 502, 502, 502, 503, 503, 503, 504, 504, 504, 504, 505, 505, 505, 505, 506, 506, 506, 507, 507, 507, 507, 508, 508, 508, 508, 509, 509, 509, 510, 510, 510, 510, 511, 511, 511, 511, 512, 512, 512, 513, 513, 513, 513, 514, 514, 514, 514, 515, 515, 515, 516, 516, 516, 516, 517, 517, 517, 517, 518, 518, 518, 519, 519, 519, 519, 520, 520, 520, 520, 521, 521, 521, 522, 522, 522, 522, 523, 523, 523, 523, 524, 524, 524, 524, 525, 525, 525, 526, 526, 526, 526, 527, 527, 527, 527, 528, 528, 528, 529, 529, 529, 529, 530, 530, 530, 530, 531, 531, 531, 531, 532, 532, 532, 533, 533, 533, 533, 534, 534, 534, 534, 535, 535, 535, 535, 536, 536, 536, 537, 537, 537, 537, 538, 538, 538, 538, 539, 539, 539, 539, 540, 540, 540, 541, 541, 541, 541, 542, 542, 542, 542, 543, 543, 543, 543, 544, 544, 544, 545, 545, 545, 545, 546, 546, 546, 546, 547, 547, 547, 547, 548, 548, 548, 549, 549, 549, 549, 550, 550, 550, 550, 551, 551, 551, 551, 552, 552, 552, 553, 553, 553, 553, 554, 554, 554, 554, 555, 555, 555, 555, 556, 556, 556, 556, 557, 557, 557, 558, 558, 558, 558, 559, 559, 559, 559, 560, 560, 560, 560, 561, 561, 561, 561, 562, 562, 562, 563, 563, 563, 563, 564, 564, 564, 564, 565, 565, 565, 565, 566, 566, 566, 566, 567, 567, 567, 568, 568, 568, 568, 569, 569, 569, 569, 570, 570, 570, 570, 571, 571, 571, 571, 572, 572, 572, 572, 573, 573, 573, 574, 574, 574, 574, 575, 575, 575, 575, 576, 576, 576, 576, 577, 577, 577, 577, 578, 578, 578, 578, 579, 579, 579, 580, 580, 580, 580, 581, 581, 581, 581, 582, 582, 582, 582, 583, 583, 583, 583, 584, 584, 584, 584, 585, 585, 585, 585, 586, 586, 586, 586, 587, 587, 587, 588, 588, 588, 588, 589, 589, 589, 589, 590, 590, 590, 590, 591, 591, 591, 591, 592, 592, 592, 592, 593, 593, 593, 593, 594, 594, 594, 594, 595, 595, 595, 595, 596, 596, 596, 597, 597, 597, 597, 598, 598, 598, 598, 599, 599, 599, 599, 600, 600, 600, 600, 601, 601, 601, 601, 602, 602, 602, 602, 603, 603, 603, 603, 604, 604, 604, 604, 605, 605, 605, 605, 606, 606, 606, 606, 607, 607, 607, 607, 608, 608, 608, 609, 609, 609, 609, 610, 610, 610, 610, 611, 611, 611, 611, 612, 612, 612, 612, 613, 613, 613, 613, 614, 614, 614, 614, 615, 615, 615, 615, 616, 616, 616, 616, 617, 617, 617, 617, 618, 618, 618, 618, 619, 619, 619, 619, 620, 620, 620, 620, 621, 621, 621, 621, 622, 622, 622, 622, 623, 623, 623, 623, 624, 624, 624, 624, 625, 625, 625, 625, 626, 626, 626, 626, 627, 627, 627, 627, 628, 628, 628, 628, 629, 629, 629, 629, 630, 630, 630, 630, 631, 631, 631, 631, 632, 632, 632, 632, 633, 633, 633, 633, 634, 634, 634, 634, 635, 635, 635, 635, 636, 636, 636, 636, 637, 637, 637, 637, 638, 638, 638, 638, 639, 639, 639, 639, 640, 640, 640, 640, 641, 641, 641, 641, 642, 642, 642, 642, 643, 643, 643, 643, 644, 644, 644, 644, 645, 645, 645, 645, 646, 646, 646, 646, 647, 647, 647, 647, 648, 648, 648, 648, 648, 649, 649, 649, 649, 650, 650, 650, 650, 651, 651, 651, 651, 652, 652, 652, 652, 653, 653, 653, 653, 654, 654, 654, 654, 655, 655, 655, 655, 656, 656, 656, 656, 657, 657, 657, 657, 658, 658, 658, 658, 659, 659, 659, 659, 660, 660, 660, 660, 660, 661, 661, 661, 661, 662, 662, 662, 662, 663, 663, 663, 663, 664, 664, 664, 664, 665, 665, 665, 665, 666, 666, 666, 666, 667, 667, 667, 667, 668, 668, 668, 668, 668, 669, 669, 669, 669, 670, 670, 670, 670, 671, 671, 671, 671, 672, 672, 672, 672, 673, 673, 673, 673, 674, 674, 674, 674, 675, 675, 675, 675, 675, 676, 676, 676, 676, 677, 677, 677, 677, 678, 678, 678, 678, 679, 679, 679, 679, 680, 680, 680, 680, 681, 681, 681, 681, 681, 682, 682, 682, 682, 683, 683, 683, 683, 684, 684, 684, 684, 685, 685, 685, 685, 686, 686, 686, 686, 686, 687, 687, 687, 687, 688, 688, 688, 688, 689, 689, 689, 689, 690, 690, 690, 690, 691, 691, 691, 691, 691, 692, 692, 692, 692, 693, 693, 693, 693, 694, 694, 694, 694, 695, 695, 695, 695, 695, 696, 696, 696, 696, 697, 697, 697, 697, 698, 698, 698, 698, 699, 699, 699, 699, 699, 700, 700, 700, 700, 701, 701, 701, 701, 702, 702, 702, 702, 703, 703, 703, 703, 703, 704, 704, 704, 704, 705, 705, 705, 705, 706, 706, 706, 706, 707, 707, 707, 707, 707, 708, 708, 708, 708, 709, 709, 709, 709, 710, 710, 710, 710, 710, 711, 711, 711, 711, 712, 712, 712, 712, 713, 713, 713, 713, 714, 714, 714, 714, 714, 715, 715, 715, 715, 716, 716, 716, 716, 717, 717, 717, 717, 717, 718, 718, 718, 718, 719, 719, 719, 719, 720, 720, 720, 720, 720, 721, 721, 721, 721, 722, 722, 722, 722, 723, 723, 723, 723, 723, 724, 724, 724, 724, 725, 725, 725, 725, 726, 726, 726, 726, 726, 727, 727, 727, 727, 728, 728, 728, 728, 728, 729, 729, 729, 729, 730, 730, 730, 730, 731, 731, 731, 731, 731, 732, 732, 732, 732, 733, 733, 733, 733, 734, 734, 734, 734, 734, 735, 735, 735, 735, 736, 736, 736, 736, 736, 737, 737, 737, 737, 738, 738, 738, 738, 739, 739, 739, 739, 739, 740, 740, 740, 740, 741, 741, 741, 741, 741, 742, 742, 742, 742, 743, 743, 743, 743, 743, 744, 744, 744, 744, 745, 745, 745, 745, 746, 746, 746, 746, 746, 747, 747, 747, 747, 748, 748, 748, 748, 748, 749, 749, 749, 749, 750, 750, 750, 750, 750, 751, 751, 751, 751, 752, 752, 752, 752, 752, 753, 753, 753, 753, 754, 754, 754, 754, 754, 755, 755, 755, 755, 756, 756, 756, 756, 756, 757, 757, 757, 757, 758, 758, 758, 758, 758, 759, 759, 759, 759, 760, 760, 760, 760, 760, 761, 761, 761, 761, 762, 762, 762, 762, 762, 763, 763, 763, 763, 764, 764, 764, 764, 764, 765, 765, 765, 765, 766, 766, 766, 766, 766, 767, 767, 767, 767, 768, 768, 768, 768, 768, 769, 769, 769, 769, 770, 770, 770, 770, 770, 771, 771, 771, 771, 772, 772, 772, 772, 772, 773, 773, 773, 773, 773, 774, 774, 774, 774, 775, 775, 775, 775, 775, 776, 776, 776, 776, 777, 777, 777, 777, 777, 778, 778, 778, 778, 779, 779, 779, 779, 779, 780, 780, 780, 780, 780, 781, 781, 781, 781, 782, 782, 782, 782, 782, 783, 783, 783, 783, 783, 784, 784, 784, 784, 785, 785, 785, 785, 785, 786, 786, 786, 786, 787, 787, 787, 787, 787, 788, 788, 788, 788, 788, 789, 789, 789, 789, 790, 790, 790, 790, 790, 791, 791, 791, 791, 791, 792, 792, 792, 792, 793, 793, 793, 793, 793, 794, 794, 794, 794, 794, 795, 795, 795, 795, 796, 796, 796, 796, 796, 797, 797, 797, 797, 797, 798, 798, 798, 798, 799, 799, 799, 799, 799, 800, 800, 800, 800, 800, 801, 801, 801, 801, 802, 802, 802, 802, 802, 803, 803, 803, 803, 803, 804, 804, 804, 804, 804, 805, 805, 805, 805, 806, 806, 806, 806, 806, 807, 807, 807, 807, 807, 808, 808, 808, 808, 808, 809, 809, 809, 809, 810, 810, 810, 810, 810, 811, 811, 811, 811, 811, 812, 812, 812, 812, 812, 813, 813, 813, 813, 814, 814, 814, 814, 814, 815, 815, 815, 815, 815, 816, 816, 816, 816, 816, 817, 817, 817, 817, 818, 818, 818, 818, 818, 819, 819, 819, 819, 819, 820, 820, 820, 820, 820, 821, 821, 821, 821, 821, 822, 822, 822, 822, 823, 823, 823, 823, 823, 824, 824, 824, 824, 824, 825, 825, 825, 825, 825, 826, 826, 826, 826, 826, 827, 827, 827, 827, 827, 828, 828, 828, 828, 829, 829, 829, 829, 829, 830, 830, 830, 830, 830, 831, 831, 831, 831, 831, 832, 832, 832, 832, 832, 833, 833, 833, 833, 833, 834, 834, 834, 834, 834, 835, 835, 835, 835, 835, 836, 836, 836, 836, 837, 837, 837, 837, 837, 838, 838, 838, 838, 838, 839, 839, 839, 839, 839, 840, 840, 840, 840, 840, 841, 841, 841, 841, 841, 842, 842, 842, 842, 842, 843, 843, 843, 843, 843, 844, 844, 844, 844, 844, 845, 845, 845, 845, 845, 846, 846, 846, 846, 846, 847, 847, 847, 847, 847, 848, 848, 848, 848, 848, 849, 849, 849, 849, 850, 850, 850, 850, 850, 851, 851, 851, 851, 851, 852, 852, 852, 852, 852, 853, 853, 853, 853, 853, 854, 854, 854, 854, 854, 855, 855, 855, 855, 855, 856, 856, 856, 856, 856, 857, 857, 857, 857, 857, 858, 858, 858, 858, 858, 859, 859, 859, 859, 859, 860, 860, 860, 860, 860, 860, 861, 861, 861, 861, 861, 862, 862, 862, 862, 862, 863, 863, 863, 863, 863, 864, 864, 864, 864, 864, 865, 865, 865, 865, 865, 866, 866, 866, 866, 866, 867, 867, 867, 867, 867, 868, 868, 868, 868, 868, 869, 869, 869, 869, 869, 870, 870, 870, 870, 870, 871, 871, 871, 871, 871, 872, 872, 872, 872, 872, 873, 873, 873, 873, 873, 874, 874, 874, 874, 874, 874, 875, 875, 875, 875, 875, 876, 876, 876, 876, 876, 877, 877, 877, 877, 877, 878, 878, 878, 878, 878, 879, 879, 879, 879, 879, 880, 880, 880, 880, 880, 881, 881, 881, 881, 881, 881, 882, 882, 882, 882, 882, 883, 883, 883, 883, 883, 884, 884, 884, 884, 884, 885, 885, 885, 885, 885, 886, 886, 886, 886, 886, 887, 887, 887, 887, 887, 887, 888, 888, 888, 888, 888, 889, 889, 889, 889, 889, 890, 890, 890, 890, 890, 891, 891, 891, 891, 891, 891, 892, 892, 892, 892, 892, 893, 893, 893, 893, 893, 894, 894, 894, 894, 894, 895, 895, 895, 895, 895, 896, 896, 896, 896, 896, 896, 897, 897, 897, 897, 897, 898, 898, 898, 898, 898, 899, 899, 899, 899, 899, 899, 900, 900, 900, 900, 900, 901, 901, 901, 901, 901, 902, 902, 902, 902, 902, 903, 903, 903, 903, 903, 903, 904, 904, 904, 904, 904, 905, 905, 905, 905, 905, 906, 906, 906, 906, 906, 906, 907, 907, 907, 907, 907, 908, 908, 908, 908, 908, 909, 909, 909, 909, 909, 909, 910, 910, 910, 910, 910, 911, 911, 911, 911, 911, 912, 912, 912, 912, 912, 912, 913, 913, 913, 913, 913, 914, 914, 914, 914, 914, 915, 915, 915, 915, 915, 915, 916, 916, 916, 916, 916, 917, 917, 917, 917, 917, 917, 918, 918, 918, 918, 918, 919, 919, 919, 919, 919, 920, 920, 920, 920, 920, 920, 921, 921, 921, 921, 921, 922, 922, 922, 922, 922, 922, 923, 923, 923, 923, 923, 924, 924, 924, 924, 924, 924, 925, 925, 925, 925, 925, 926, 926, 926, 926, 926, 926, 927, 927, 927, 927, 927, 928, 928, 928, 928, 928, 928, 929, 929, 929, 929, 929, 930, 930, 930, 930, 930, 930, 931, 931, 931, 931, 931, 932, 932, 932, 932, 932, 932, 933, 933, 933, 933, 933, 934, 934, 934, 934, 934, 934, 935, 935, 935, 935, 935, 936, 936, 936, 936, 936, 936, 937, 937, 937, 937, 937, 938, 938, 938, 938, 938, 938, 939, 939, 939, 939, 939, 940, 940, 940, 940, 940, 940, 941, 941, 941, 941, 941, 942, 942, 942, 942, 942, 942, 943, 943, 943, 943, 943, 943, 944, 944, 944, 944, 944, 945, 945, 945, 945, 945, 945, 946, 946, 946, 946, 946, 947, 947, 947, 947, 947, 947, 948, 948, 948, 948, 948, 948, 949, 949, 949, 949, 949, 950, 950, 950, 950, 950, 950, 951, 951, 951, 951, 951, 951, 952, 952, 952, 952, 952, 953, 953, 953, 953, 953, 953, 954, 954, 954, 954, 954, 954, 955, 955, 955, 955, 955, 956, 956, 956, 956, 956, 956, 957, 957, 957, 957, 957, 957, 958, 958, 958, 958, 958, 959, 959, 959, 959, 959, 959, 960, 960, 960, 960, 960, 960, 961, 961, 961, 961, 961, 961, 962, 962, 962, 962, 962, 963, 963, 963, 963, 963, 963, 964, 964, 964, 964, 964, 964, 965, 965, 965, 965, 965, 965, 966, 966, 966, 966, 966, 967, 967, 967, 967, 967, 967, 968, 968, 968, 968, 968, 968, 969, 969, 969, 969, 969, 969, 970, 970, 970, 970, 970, 971, 971, 971, 971, 971, 971, 972, 972, 972, 972, 972, 972, 973, 973, 973, 973, 973, 973, 974, 974, 974, 974, 974, 974, 975, 975, 975, 975, 975, 975, 976, 976, 976, 976, 976, 977, 977, 977, 977, 977, 977, 978, 978, 978, 978, 978, 978, 979, 979, 979, 979, 979, 979, 980, 980, 980, 980, 980, 980, 981, 981, 981, 981, 981, 981, 982, 982, 982, 982, 982, 982, 983, 983, 983, 983, 983, 983, 984, 984, 984, 984, 984, 984, 985, 985, 985, 985, 985, 986, 986, 986, 986, 986, 986, 987, 987, 987, 987, 987, 987, 988, 988, 988, 988, 988, 988, 989, 989, 989, 989, 989, 989, 990, 990, 990, 990, 990, 990, 991, 991, 991, 991, 991, 991, 992, 992, 992, 992, 992, 992, 993, 993, 993, 993, 993, 993, 994, 994, 994, 994, 994, 994, 995, 995, 995, 995, 995, 995, 996, 996, 996, 996, 996, 996, 997, 997, 997, 997, 997, 997, 998, 998, 998, 998, 998, 998, 999, 999, 999, 999, 999, 999, 1000, 1000, 1000, 1000, 1000, 1000, 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1002, 1002, 1002, 1002, 1002, 1002, 1003, 1003, 1003, 1003, 1003, 1003, 1004, 1004, 1004, 1004, 1004, 1004, 1005, 1005, 1005, 1005, 1005, 1005, 1006, 1006, 1006, 1006, 1006, 1006, 1007, 1007, 1007, 1007, 1007, 1007, 1008, 1008, 1008, 1008, 1008, 1008, 1009, 1009, 1009, 1009, 1009, 1009, 1010, 1010, 1010, 1010, 1010, 1010, 1010, 1011, 1011, 1011, 1011, 1011, 1011, 1012, 1012, 1012, 1012, 1012, 1012, 1013, 1013, 1013, 1013, 1013, 1013, 1014, 1014, 1014, 1014, 1014, 1014, 1015, 1015, 1015, 1015, 1015, 1015, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1017, 1017, 1017, 1017, 1017, 1017, 1018, 1018, 1018, 1018, 1018, 1018, 1019, 1019, 1019, 1019, 1019, 1019, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1021, 1021, 1021, 1021, 1021, 1021, 1022, 1022, 1022, 1022, 1022, 1022, 1023, 1023, 1023, 1023, 1023, 1023, 1024, 1024, 1024, 1024, }; // END of _fastangle_atan_table_13[8192] #define ETL_FASTANGLE_LOOKUP_RES (13) #define _fastangle_sin_table _fastangle_sin_table_13 #define _fastangle_asin_table _fastangle_asin_table_13 #define _fastangle_tan_table _fastangle_tan_table_13 #define _fastangle_atan_table _fastangle_atan_table_13 #endif // END of __ETL_FASTANGLE_TABLES__ ETL-1.2.1/ETL/_calculus.h0000664000212700021270000000601412614166103011630 00000000000000/*! ======================================================================== ** Extended Template and Library ** Calculus Functional Classes Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CALCULUS_H #define __ETL__CALCULUS_H /* === H E A D E R S ======================================================= */ #include #include "hermite" /* === M A C R O S ========================================================= */ //#ifndef _EPSILON //#define _EPSILON 0.0000001 //#endif /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template class derivative : public std::unary_function { T func; typename T::argument_type epsilon; public: explicit derivative(const T &x, const typename T::argument_type &epsilon=0.000001):func(x),epsilon(epsilon) { } typename T::result_type operator()(const typename T::argument_type &x)const { return (func(x+epsilon)-func(x))/epsilon; } }; template class derivative > : public std::unary_function::argument_type,typename hermite::result_type> { hermite func; public: explicit derivative(const hermite &x):func(x) { } typename hermite::result_type operator()(const typename hermite::argument_type &x)const { T a = func[0], b = func[1], c = func[2], d = func[3]; typename hermite::argument_type y(1-x); return ((b-a)*y*y + (c-b)*x*y*2 + (d-c)*x*x) * 3; } }; template class integral : public std::binary_function { T func; int samples; public: explicit integral(const T &x, const int &samples=500):func(x),samples(samples) { } typename T::result_type operator()(typename T::argument_type x,typename T::argument_type y)const { typename T::result_type ret=0; int i=samples; const typename T::argument_type increment=(y-x)/i; for(;i;i--,x+=increment) ret+=(func(x)+func(x+increment))*increment/2; return ret; } }; _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_clock_gettimeofday.h0000664000212700021270000000662512614166103013661 00000000000000/*! ======================================================================== ** Extended Template and Library ** gettimeofday() Clock Description Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CLOCK_GETTIMEOFDAY_H #define __ETL__CLOCK_GETTIMEOFDAY_H /* === H E A D E R S ======================================================= */ #include #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE class clock_desc_gettimeofday { public: typedef double value_type; inline static bool realtime() { return true; } inline static bool proctime() { return false; } inline static value_type one_second() { return 1.0f; } inline static value_type precision() { return one_second()/(value_type)1000000.0f; } inline static const char *description() { return "UNIX gettimeofday()"; }; protected: class timestamp : public timeval { timestamp(int sec, int usec) { tv_sec=sec; tv_usec=usec; } friend class clock_desc_gettimeofday; public: timestamp() { } inline timestamp operator-(const timestamp &rhs)const { timestamp ret; ret.tv_usec=tv_usec-rhs.tv_usec; if(ret.tv_usec<0) { ret.tv_sec=tv_sec-rhs.tv_sec-1; ret.tv_usec+=1000000; } else ret.tv_sec=tv_sec-rhs.tv_sec; return ret; } inline timestamp operator+(timestamp rhs)const { rhs.tv_usec+=tv_usec; if(rhs.tv_usec>1000000) { rhs.tv_sec+=tv_sec+1; rhs.tv_usec-=1000000; } else rhs.tv_sec+=tv_sec; return rhs; } inline bool operator<(const timestamp &rhs)const { return tv_sec -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Template Smart Pointer ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__SMART_PTR__ #define __ETL__SMART_PTR__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_smart_ptr.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/misc0000664000212700021270000000226712614166103010371 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Misc ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__MISC__ #define __ETL__MISC__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_misc.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_clock_win32hpcount.h0000664000212700021270000000511112614166103013530 00000000000000/*! ======================================================================== ** Extended Template and Library ** Win32 Clock Description Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CLOCK_WIN32HPCOUNT_H #define __ETL__CLOCK_WIN32HPCOUNT_H /* === H E A D E R S ======================================================= */ #define WIN32_LEAN_AND_MEAN #include /* === M A C R O S ========================================================= */ #if defined(__GNUG__) && defined(__int64) #undef __int64 #define __int64 long long int #endif /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE class clock_desc_win32hpcount { public: typedef double value_type; static bool realtime() { return true; } static bool proctime() { return false; } static value_type one_second() { return 1.0f; } static value_type precision() { __int64 freq; QueryPerformanceFrequency((LARGE_INTEGER*)&freq); return one_second()/(value_type)freq; } static const char *description() { return "Win32 QueryPerformanceCounter()"; }; protected: typedef __int64 timestamp; static void get_current_time(timestamp &x) { QueryPerformanceCounter((LARGE_INTEGER*)&x);} static timestamp get_current_time() { timestamp ret; QueryPerformanceCounter((LARGE_INTEGER*)&ret); return ret; } static value_type timestamp_to_seconds(const timestamp &x) { return precision()*x; } static timestamp seconds_to_timestamp(const value_type &x) { return (timestamp)(x/precision()); } }; _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_ref_count.h0000664000212700021270000000764212614166103012011 00000000000000/*! ======================================================================== ** Extended Template Library ** ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__REF_COUNT_H #define __ETL__REF_COUNT_H /* === H E A D E R S ======================================================= */ #include "_curve_func.h" #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE class weak_reference_counter; // ======================================================================== /*! \class reference_counter _ref_count.h ETL/ref_count ** \brief Reference counter ** \see weak_reference_counter ** \writeme */ class reference_counter { friend class weak_reference_counter; private: int* counter_; public: reference_counter(const bool &x=true):counter_(x?new int(1):0) { } reference_counter(const reference_counter &x):counter_(x.counter_) { if(counter_) (*counter_)++; } reference_counter(const weak_reference_counter &x); ~reference_counter() { detach(); } reference_counter& operator=(const reference_counter &rhs) { detach(); counter_=rhs.counter_; if(counter_) { assert(*counter_>0); (*counter_)++; } return *this; } void detach() { if(counter_) { assert(*counter_>0); if(!--(*counter_)) delete counter_; counter_=0; } } void reset() { detach(); counter_=new int(1); } int count()const { return counter_?*counter_:0; } bool unique()const { return counter_?*counter_==1:0; } operator int()const { return count(); } }; // END of class reference_counter // ======================================================================== /*! \class weak_reference_counter _ref_count.h ETL/ref_count ** \brief Weak Reference counter ** \see reference_counter ** \writeme */ class weak_reference_counter { friend class reference_counter; private: int* counter_; public: weak_reference_counter():counter_(0) { } weak_reference_counter(const weak_reference_counter &x):counter_(x.counter_) { } weak_reference_counter(const reference_counter &x):counter_(x.counter_) { } ~weak_reference_counter() { } weak_reference_counter& operator=(const reference_counter &rhs) { counter_=rhs.counter_; assert(*counter_>0); return *this; } weak_reference_counter& operator=(const weak_reference_counter &rhs) { counter_=rhs.counter_; assert(*counter_>0); return *this; } void detach() { counter_=0; } int count()const { return counter_?*counter_:0; } bool unique()const { return counter_?*counter_==1:0; } operator int()const { return count(); } }; // END of class weak_reference_counter inline reference_counter::reference_counter(const weak_reference_counter &x): counter_(x.counter_) { if(counter_) (*counter_)++; } _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_curve_func.h0000664000212700021270000000403412614166103012154 00000000000000/*! ======================================================================== ** Extended Template and Library ** Utility Curve Template Class Implementations ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CURVE_FUNC_H #define __ETL__CURVE_FUNC_H /* === H E A D E R S ======================================================= */ #include #include "_fixed.h" /* -- C L A S S E S --------------------------------------------------------- */ template struct affine_combo { // from (a) to (x) : x = a(1-t) + b(t) T operator()(const T &a,const T &b,const K &t)const { return T( (b-a)*t+a ); } // from (x) to (a) : a = (x-b(t)) / (1-t) T reverse(const T &x, const T &b, const K &t)const { return T( (x-t*b)*(static_cast(1)/(static_cast(1)-t)) ); } }; template struct distance_func : public std::binary_function { K operator()(const T &a,const T &b)const { T delta=b-a; return static_cast(delta*delta); } K cook(const K &x)const { return x*x; } K uncook(const K &x)const { return sqrt(x); } }; /* -- E N D ----------------------------------------------------------------- */ #endif ETL-1.2.1/ETL/_hermite.h0000664000212700021270000001102712614166103011452 00000000000000/*! ======================================================================== ** Extended Template Library ** Hermite Template Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__HERMITE_H #define __ETL__HERMITE_H /* === H E A D E R S ======================================================= */ #include "bezier" /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE /* template class hermite_base : std::unary_function { public: typedef T value_type; typedef float time_type; private: affine_combo affine_func; value_type a,b,c,d; time_type r,s; value_type _coeff[3]; time_type drs; // reciprocal of (s-r) public: hermite_base():r(0.0),s(1.0) { drs=1.0/(s-r); } hermite_base( const value_type &a, const value_type &b, const value_type &c, const value_type &d, const time_type &r=0.0, const time_type &s=1.0): a(a),b(b),c(c),d(d),r(r),s(s) { sync(); } void sync(void) { drs=1.0/(s-r); _coeff[0]= c; _coeff[1]=-d*1 - c*2 + b*3 - a*3; _coeff[2]= d*1 + c*1 - b*2 + a*2; } inline value_type operator()(time_type t)const { t-=r; t*=drs; return a + (_coeff[0]+(_coeff[1]+(_coeff[2])*t)*t)*t; } void set_rs(time_type new_r, time_type new_s) { r=new_r; s=new_s; drs=1.0/(s-r); } void set_r(time_type new_r) { r=new_r; drs=1.0/(s-r); } void set_s(time_type new_s) { s=new_s; drs=1.0/(s-r); } const time_type &get_r(void)const { return r; } const time_type &get_s(void)const { return s; } time_type get_dt(void)const { return s-r; } value_type & operator[](int i) { return (&a)[i]; } const value_type & operator[](int i) const { return (&a)[i]; } }; template class hermite : public hermite_base { public: typedef T value_type; typedef float time_type; public: hermite() { } hermite(const value_type &p1, const value_type &p2, const value_type &t1, const value_type &t2): P1(p1),P2(p2),T1(t1),T2(t2) { sync(); } hermite(const value_type &p1, const value_type &p2): P1(p1),P2(p2),T1(p2-p1),T2(p2-p1) { sync(); } value_type P1,P2,T1,T2; value_type &p1(void) { return P1; } value_type &p2(void) { return P2; } value_type &t1(void) { return T1; } value_type &t2(void) { return T2; } void sync(void) { // hermite_base::operator[](0)=P1; // bezier::operator[](1)=P1+T1/3; // bezier::operator[](2)=P2-T2/3; // bezier::operator[](3)=P2; hermite_base::operator[](0)=P1; hermite_base::operator[](1)=P2; hermite_base::operator[](2)=T1; hermite_base::operator[](3)=T2; hermite_base::sync(); } }; */ template class hermite : public bezier { public: typedef V value_type; typedef T time_type; public: hermite() { } hermite(const value_type &p1, const value_type &p2, const value_type &t1, const value_type &t2): P1(p1),P2(p2),T1(t1),T2(t2) { sync(); } hermite(const value_type &p1, const value_type &p2): P1(p1),P2(p2),T1(p2-p1),T2(p2-p1) { sync(); } value_type P1,P2,T1,T2; value_type &p1() { return P1; } value_type &p2() { return P2; } value_type &t1() { return T1; } value_type &t2() { return T2; } void sync() { bezier::operator[](0)=P1; bezier::operator[](1)=P1+T1/3; bezier::operator[](2)=P2-T2/3; bezier::operator[](3)=P2; bezier::sync(); } }; _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/etl_profile_.h.in0000664000212700021270000000627113154656727012753 00000000000000/* ETL/etl_profile_.h.in. Generated from configure.ac by autoheader. */ // We want to be autoconf/autoheader friendly, so // if the developer has already included an // autoheader-generated configuration script, // we can assume that the user knew what they // were doing and let them use their own config.h. //#ifndef PACKAGE_TARNAME /* Define to 1 if you have the `CreateThread' function. */ #undef HAVE_CREATETHREAD /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `kernel32' library (-lkernel32). */ #undef HAVE_LIBKERNEL32 /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD /* Define to 1 if you have the `user32' library (-luser32). */ #undef HAVE_LIBUSER32 /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `pthread_create' function. */ #undef HAVE_PTHREAD_CREATE /* Define to 1 if you have the header file. */ #undef HAVE_PTHREAD_H /* Define to 1 if you have the `pthread_rwlock_init' function. */ #undef HAVE_PTHREAD_RWLOCK_INIT /* Define to 1 if you have the `QueryPerformanceCounter' function. */ #undef HAVE_QUERYPERFORMANCECOUNTER /* Define to 1 if you have the header file. */ #undef HAVE_SCHED_H /* Define to 1 if you have the `sched_yield' function. */ #undef HAVE_SCHED_YIELD /* Define to 1 if you have the `sscanf' function. */ #undef HAVE_SSCANF /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the `vasprintf' function. */ #undef HAVE_VASPRINTF /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF /* Define to 1 if you have the `vsprintf' function. */ #undef HAVE_VSPRINTF /* Define to 1 if you have the `vsscanf' function. */ #undef HAVE_VSSCANF /* Define to 1 if you have the header file. */ #undef HAVE_WINDOWS_H /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* define if the vsnprintf function is mangled */ #undef vsnprintf //#endif // ifndef PACKAGE_TARNAME ETL-1.2.1/ETL/_misc.h0000664000212700021270000000576513154464036010772 00000000000000/*! ======================================================================== ** Extended Template and Library ** Misc ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__MISC_H_ #define __ETL__MISC_H_ /* === H E A D E R S ======================================================= */ #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template inline I binary_find(I begin, I end, const T& value) { #if 1 I iter(begin+(end-begin)/2); while(end-begin>1 && !(*iter==value)) { ((*iter1 && !(*iter==value)) { ((*iter(x+0.5f); // <-- (a) fast, but rounds -1.333 to 0! // return static_cast(rintf(x)); // <-- (b) slow, but correct if (x>=0) return static_cast(x + 0.5); // <-- slower than (a), but correct, and faster than (b) else return static_cast(x - 0.5); } inline int round_to_int(const double x) { // return static_cast(x+0.5); // return static_cast(rint(x)); if (x>=0) return static_cast(x + 0.5); else return static_cast(x - 0.5); } inline int ceil_to_int(const float x) { return static_cast(ceil(x)); } inline int ceil_to_int(const double x) { return static_cast(ceil(x)); } inline int floor_to_int(const float x) { return static_cast(x); } inline int floor_to_int(const double x) { return static_cast(x); } _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_handle.h0000664000212700021270000005540113154464036011262 00000000000000/* === E T L =============================================================== */ /*! \file _handle.h ** $Id$ ** \brief Template Object Handle Implementation ** \internal ** ** \legal ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package 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. ** \endlegal ** ** \note ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. */ /* ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__HANDLE_H #define __ETL__HANDLE_H /* === H E A D E R S ======================================================= */ #include #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ #define ETL_SELF_DELETING_SHARED_OBJECT /* === C L A S S E S & S T R U C T S ======================================= */ #ifdef NDEBUG #define assert_cast static_cast #else #define assert_cast dynamic_cast #endif _ETL_BEGIN_NAMESPACE // Forward Declarations template class handle; template class loose_handle; template class rhandle; // ======================================================================== /*! \class shared_object _handle.h ETL/handle ** \brief Shared Object Base Class ** \see handle, loose_handle ** \writeme */ class shared_object { private: mutable int refcount; #ifdef ETL_LOCK_REFCOUNTS mutable etl::mutex mtx; #endif protected: shared_object():refcount(0) { } shared_object(const shared_object&):refcount(0) { } shared_object& operator= (const shared_object&) { return *this; } #ifdef ETL_SELF_DELETING_SHARED_OBJECT virtual ~shared_object() { } #else ~shared_object() { } #endif public: virtual void ref()const { #ifdef ETL_LOCK_REFCOUNTS etl::mutex::lock lock(mtx); #endif assert(refcount>=0); refcount++; } //! Returns \c false if object needs to be deleted virtual bool unref()const { bool ret = true; { #ifdef ETL_LOCK_REFCOUNTS etl::mutex::lock lock(mtx); #endif assert(refcount>0); refcount--; if(refcount==0) { ret = false; #ifdef ETL_SELF_DELETING_SHARED_OBJECT refcount=-666; #endif } } #ifdef ETL_SELF_DELETING_SHARED_OBJECT if (!ret) delete this; #endif return ret; } //! Decrease reference counter without deletion of object //! Returns \c false if references exeed and object should be deleted virtual bool unref_inactive()const { bool ret = true; { #ifdef ETL_LOCK_REFCOUNTS etl::mutex::lock lock(mtx); #endif assert(refcount>0); refcount--; if(refcount==0) ret = false; } return ret; } int count()const { return refcount; } }; // END of class shared_object // ======================================================================== /*! \class virtual_shared_object _handle.h ETL/handle ** \brief Virtual Shared Object Base Class ** \see handle, loose_handle ** \writeme */ class virtual_shared_object { protected: virtual_shared_object() { } virtual_shared_object(const virtual_shared_object&) { } virtual_shared_object& operator= (const virtual_shared_object&) { return *this; } public: virtual ~virtual_shared_object() { } virtual void ref()const=0; virtual bool unref()const=0; virtual bool unref_inactive()const=0; virtual int count()const=0; }; // END of class virtual_shared_object // ======================================================================== /*! \class handle _handle.h ETL/handle ** \brief Object Handle ** \see shared_object, loose_handle ** \writeme */ template class handle { public: typedef T value_type; typedef T& reference; typedef const T& const_reference; typedef T* pointer; typedef const T* const_pointer; typedef int count_type; typedef int size_type; protected: #ifdef _DEBUG public: #endif value_type *obj; //!< Pointer to object public: //! Default constructor - empty handle handle():obj(NULL) {} //! Constructor that constructs from a pointer to new object handle(pointer x):obj(x) { if(obj) obj->ref(); } //! Default copy constructor handle(const handle &x):obj(x.get()) { if(obj) obj->ref(); } //! Handle is released on deletion ~handle() { detach(); } //! Template Assignment operator /*! \note This class may not be necessary, and may be removed ** at some point in the future. */ /* template handle & operator=(const handle &x) { if(x.get()==obj) return *this; detach(); obj=static_cast(x.get()); if(obj)obj->ref(); return *this; } */ //! Assignment operator handle & operator=(const handle &x) { if(x.get()==obj) return *this; detach(); obj=x.get(); if(obj)obj->ref(); return *this; } //! Swaps the values of two handles without reference counts handle & swap(handle &x) { pointer ptr=x.obj; x.obj=obj; obj=ptr; return *this; } //! Handle detach procedure /*! unref()'s the object and sets the internal object pointer to \c NULL */ void detach() { pointer xobj(obj); obj=0; #ifdef ETL_SELF_DELETING_SHARED_OBJECT if(xobj) xobj->unref(); #else if(xobj && !xobj->unref()) delete xobj; #endif } // This will be reintroduced with a new function //void release() { detach(); } void reset() { detach(); } bool empty()const { return obj==0; } //! Creates a new instance of a T object and puts it in the handle. /*! Uses the default constructor */ void spawn() { operator=(handle(new T())); } //! Returns a constant handle to our object handle constant()const { assert(obj); return *this; } //! Returns number of instances count_type count()const { return obj?obj->count():0; } //! Returns true if there is only one instance of the object bool unique()const { assert(obj); return count()==1; } reference operator*()const { assert(obj); return *obj; } pointer operator->()const { assert(obj); return obj; } //! More explicit bool cast operator bool()const { return obj!=NULL; } operator handle()const { return handle(static_cast(obj)); } //! static_cast\<\> wrapper template static handle cast_static (const handle &x) { return handle(static_cast (x.get())); } //! dynamic_cast\<\> wrapper template static handle cast_dynamic (const handle &x) { return handle(dynamic_cast (x.get())); } //! const_cast\<\> wrapper template static handle cast_const (const handle &x) { return handle(const_cast (x.get())); } //! reinterpret_cast\<\> wrapper template static handle cast_reinterpret(const handle &x) { return handle(reinterpret_cast(x.get())); } template static handle cast_static (const loose_handle &x); template static handle cast_dynamic (const loose_handle &x); template static handle cast_const (const loose_handle &x); template static handle cast_reinterpret(const loose_handle &x); template static handle cast_static (const rhandle &x); template static handle cast_dynamic (const rhandle &x); template static handle cast_const (const rhandle &x); template static handle cast_reinterpret(const rhandle &x); template static handle cast_static (U* x); template static handle cast_dynamic (U* x); template static handle cast_const (U* x); template static handle cast_reinterpret(U* x); //! Returns pointer to the object that is being wrapped pointer get()const { return obj; } bool operator!()const { return !obj; } //! static_cast<> overload -- Useful for implicit casts template operator handle()const { return handle(obj); } template bool type_is() const { return dynamic_cast(obj); } template U* type_pointer() const { return dynamic_cast(obj); } template bool type_equal() const { return typeid(*obj) == typeid(U); } }; // END of template class handle // ======================================================================== /*! \class rshared_object _handle.h ETL/handle ** \brief Replaceable Shared Object Base Class ** \see rhandle ** \writeme */ class rshared_object : public shared_object { private: mutable int rrefcount; public: void *front_; void *back_; protected: rshared_object():rrefcount(0),front_(0),back_(0) { } rshared_object(const rshared_object &other): shared_object(other), rrefcount(0),front_(0),back_(0) { } rshared_object& operator= (const rshared_object&) { return *this; } public: virtual void rref()const { rrefcount++; } virtual void runref()const { assert(rrefcount>0); rrefcount--; } int rcount()const { return rrefcount; } }; // END of class rshared_object // ======================================================================== /*! \class rhandle _handle.h ETL/handle ** \brief Replaceable Object Handle ** \see rshared_object, handle, loose_handle ** \writeme */ template class rhandle : public handle { friend class rshared_object; public: typedef T value_type; typedef T& reference; typedef const T& const_reference; typedef T* pointer; typedef const T* const_pointer; typedef int count_type; typedef int size_type; using handle::count; using handle::unique; using handle::operator bool; using handle::get; using handle::operator*; using handle::operator->; /* operator const handle&()const { return *this; } */ private: using handle::obj; rhandle *prev_; rhandle *next_; void add_to_rlist() { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing assert(obj); obj->rref(); // If this is the first reversible handle if(!obj->front_) { obj->front_=obj->back_=this; prev_=next_=0; return; } prev_=reinterpret_cast*>(obj->back_); next_=0; prev_->next_=this; obj->back_=this; } void del_from_rlist() { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing assert(obj); obj->runref(); // If this is the last reversible handle if(obj->front_==obj->back_) { obj->front_=obj->back_=0; prev_=next_=0; return; } if(!prev_) obj->front_=(void*)next_; else prev_->next_=next_; if(!next_) obj->back_=(void*)prev_; else next_->prev_=prev_; } public: //! Default constructor - empty handle rhandle() {} //! Constructor that constructs from a pointer to new object rhandle(pointer x):handle(x) { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing if(obj)add_to_rlist(); } rhandle(const handle &x):handle(x) { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing if(obj)add_to_rlist(); } //! Default copy constructor rhandle(const rhandle &x):handle(x) { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing if(obj)add_to_rlist(); } //! Handle is released on deletion ~rhandle() { detach(); } //! Template Assignment operator /*! \note This class may not be necessary, and may be removed ** at some point in the future. */ /* template const handle & operator=(const handle &x) { if(x.get()==obj) return *this; detach(); obj=static_cast(x.get()); if(obj) { obj->ref(); add_to_rlist(); } return *this; } */ //! Assignment operator rhandle & operator=(const rhandle &x) { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing if(x.get()==obj) return *this; detach(); obj=x.get(); if(obj) { obj->ref(); add_to_rlist(); } return *this; } rhandle& operator=(const handle &x) { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing if(x.get()==obj) return *this; detach(); obj=x.get(); if(obj) { obj->ref(); add_to_rlist(); } return *this; } rhandle& operator=(value_type* x) { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing if(x==obj) return *this; detach(); obj=x; if(obj) { obj->ref(); add_to_rlist(); } return *this; } //! Handle release procedure /*! unref()'s the object and sets the internal object pointer to \c NULL */ void detach() { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing if(obj)del_from_rlist(); handle::detach(); obj=0; } // This will be reintroduced with a new function //void release() { detach(); } void reset() { detach(); } //! Creates a new instance of a T object and puts it in the handle. /*! Uses the default constructor */ void spawn() { operator=(handle(new T())); } //! Returns number of reversible instances count_type rcount()const { // value_type*const& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing return obj?obj->rcount():0; } //! Returns true if there is only one instance of the object bool runique()const { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing assert(obj); return obj->front_==obj->back_; } //! \writeme int replace(const handle &x) { // value_type*& obj(handle::obj); // Required to keep gcc 3.4.2 from barfing assert(obj); assert(x.get()!=obj); if(x.get()==obj) return 0; rhandle *iter; rhandle *next; iter=reinterpret_cast*>(obj->front_); assert(iter); next=iter->next_; int i=0; #ifndef NDEBUG pointer obj_=obj; #endif for(;iter;iter=next,next=iter?iter->next_:0,i++) { assert(iter->get()==obj_); (*iter)=x; } assert(obj==x.get()); return i; } //! Swaps the values of two handles without reference counts /*! \warning not yet implemented. \writeme */ handle & swap(handle &x); /* { assert(0); pointer ptr=x.obj; x.obj=obj; obj=ptr; return *this; } */ }; // END of template class rhandle // ======================================================================== /*! \class loose_handle _handle.h ETL/handle ** \brief Loose Object Handle ** \see shared_object, handle ** \writeme */ template class loose_handle { public: typedef T value_type; typedef T& reference; typedef const T& const_reference; typedef T* pointer; typedef const T* const_pointer; typedef int count_type; typedef int size_type; protected: #ifdef _DEBUG public: #endif value_type *obj; //!< Pointer to object public: //! Default constructor - empty handle loose_handle():obj(0) {} //! Constructor that constructs from a pointer to new object loose_handle(pointer x):obj(x) { } //! Default copy constructor loose_handle(const loose_handle &x):obj(x.get()) { } loose_handle(const handle &x):obj(x.get()) { } template const loose_handle & operator=(const handle &x) { if(x.get()==obj) return *this; obj=x.get(); return *this; } template const loose_handle & operator=(const loose_handle &x) { if(x.get()==obj) return *this; obj=x.get(); return *this; } //! Assignment operator const loose_handle & operator=(const loose_handle &x) { if(x.get()==obj) return *this; obj=x.get(); return *this; } //! Swaps the values of two handles without reference counts loose_handle & swap(loose_handle &x) { pointer ptr=x.obj; x.obj=obj; obj=ptr; return *this; } //! Handle release procedure void detach() { obj=0; } // This will be reintroduced with a new function //void release() { detach(); } void reset() { detach(); } bool empty()const { return obj==0; } //! Returns a constant handle to our object loose_handle constant()const { return *this; } //! Returns number of instances count_type count()const { return obj?obj->count():0; } reference operator*()const { assert(obj); return *obj; } pointer operator->()const { assert(obj); return obj; } //! static_cast<> overload //template //operator loose_handle()const //{ return loose_handle(static_cast(obj)); } //! static_cast<> overload (for consts) operator loose_handle()const { return loose_handle(static_cast(obj)); } operator handle()const { return handle(obj); } operator rhandle()const { return rhandle(obj); } //! Returns pointer to the object that is being wrapped pointer get()const { return obj; } //! More explicit bool cast operator bool()const { return obj!=0; } bool operator!()const { return !obj; } void ref() { if(obj)obj->ref(); } bool unref() { if(obj && !obj->unref()){ obj=0; return false; } return true; } template bool type_is() const { return dynamic_cast(obj); } template U* type_pointer() const { return dynamic_cast(obj); } template bool type_equal() const { return typeid(*obj) == typeid(U); } }; // END of template class loose_handle // cast loose_handle<> -> handle<> template template handle handle::cast_static (const loose_handle& x) { return handle(static_cast (x.get())); } template template handle handle::cast_dynamic (const loose_handle& x) { return handle(dynamic_cast (x.get())); } template template handle handle::cast_const (const loose_handle& x) { return handle(const_cast (x.get())); } template template handle handle::cast_reinterpret(const loose_handle& x) { return handle(reinterpret_cast(x.get())); } // cast rhandle_handle<> -> handle<> template template handle handle::cast_static (const rhandle& x) { return handle(static_cast (x.get())); } template template handle handle::cast_dynamic (const rhandle& x) { return handle(dynamic_cast (x.get())); } template template handle handle::cast_const (const rhandle& x) { return handle(const_cast (x.get())); } template template handle handle::cast_reinterpret(const rhandle& x) { return handle(reinterpret_cast(x.get())); } // cast U* -> handle<> template template handle handle::cast_static (U* x) { return handle(static_cast (x)); } template template handle handle::cast_dynamic (U* x) { return handle(dynamic_cast (x)); } template template handle handle::cast_const (U* x) { return handle(const_cast (x)); } template template handle handle::cast_reinterpret(U* x) { return handle(reinterpret_cast(x)); } // operator== for handle<>, loose_handle<> and T* template bool operator==(const handle & lhs,const handle & rhs) { return (lhs.get()==rhs.get()); } template bool operator==(const loose_handle& lhs,const loose_handle& rhs) { return (lhs.get()==rhs.get()); } template bool operator==(const handle & lhs,const loose_handle& rhs) { return (lhs.get()==rhs.get()); } template bool operator==(const loose_handle& lhs,const handle & rhs) { return (lhs.get()==rhs.get()); } template bool operator==(const handle& lhs,const T* rhs) { return (lhs.get()==rhs); } template bool operator==(const loose_handle& lhs,const T* rhs) { return (lhs.get()==rhs); } template bool operator==(const T* lhs,const handle& rhs) { return (lhs ==rhs.get()); } template bool operator==(const T* lhs,const loose_handle& rhs) { return (lhs ==rhs.get()); } // operator!= for handle<>, loose_handle<> and T* template bool operator!=(const handle & lhs,const handle & rhs) { return (lhs.get()!=rhs.get()); } template bool operator!=(const loose_handle& lhs,const loose_handle& rhs) { return (lhs.get()!=rhs.get()); } template bool operator!=(const handle & lhs,const loose_handle& rhs) { return (lhs.get()!=rhs.get()); } template bool operator!=(const loose_handle& lhs,const handle & rhs) { return (lhs.get()!=rhs.get()); } template bool operator!=(const handle& lhs,const T* rhs) { return (lhs.get()!=rhs); } template bool operator!=(const loose_handle& lhs,const T* rhs) { return (lhs.get()!=rhs); } template bool operator!=(const T* lhs,const handle& rhs) { return (lhs !=rhs.get()); } template bool operator!=(const T* lhs,const loose_handle& rhs) { return (lhs !=rhs.get()); } // operator< for handle<>, loose_handle<> and T* template bool operator<(const handle& lhs,const handle& rhs) { return (lhs.get() bool operator<(const loose_handle& lhs,const loose_handle& rhs) { return (lhs.get() bool operator<(const handle& lhs,const loose_handle& rhs) { return (lhs.get() bool operator<(const loose_handle& lhs,const handle& rhs) { return (lhs.get() bool operator<(const handle& lhs,const T* rhs) { return (lhs.get() bool operator<(const loose_handle& lhs,const T* rhs) { return (lhs.get() bool operator<(const T* lhs,const handle& rhs) { return (lhs bool operator<(const T* lhs,const loose_handle& rhs) { return (lhs -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Gaussian Blur Template ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__GAUSSIAN__ #define __ETL__GAUSSIAN__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_gaussian.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_mutex_pthreads_simple.h0000664000212700021270000000373412614166103014430 00000000000000/*! ======================================================================== ** Extended Template and Library ** Mutex Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__MUTEX_PTHREADS_SIMPLE_H_ #define __ETL__MUTEX_PTHREADS_SIMPLE_H_ /* === H E A D E R S ======================================================= */ #include /* === M A C R O S ========================================================= */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE class mutex { pthread_mutex_t mtx; public: mutex() { pthread_mutex_init(&mtx,NULL); } ~mutex() { pthread_mutex_destroy(&mtx); } void lock_mutex() { pthread_mutex_lock(&mtx); } void unlock_mutex() { pthread_mutex_unlock(&mtx); } //! Exception-safe mutex lock class class lock { mutex *_mtx; public: lock(mutex &x):_mtx(&x) { _mtx->lock_mutex(); } ~lock() { _mtx->unlock_mutex(); } }; }; _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_trivial.h0000664000212700021270000001052312614166103011467 00000000000000/*! ======================================================================== ** Extended Template Library ** Trivializing Template Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__TRIVIAL_H #define __ETL__TRIVIAL_H /* === H E A D E R S ======================================================= */ /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE /*! ======================================================================== ** \class Trivial ** \brief Trivializes the constructor of a given class ** ** This class makes the given type 'trivial', ** effectively disabling the constructor and ** destructor. (This is useful for unions) ** Some extra casting may be necessary to get ** it to work properly. */ template class trivial { typedef T value_type; typedef T& reference; typedef const T& const_reference; typedef T* pointer; typedef const T* const_pointer; char data[sizeof(T)]; public: operator reference() { return *reinterpret_cast(data); } // HACK - Rather dangerous //operator reference()const //{ return *reinterpret_cast(const_cast(data)); } operator const_reference()const { return *reinterpret_cast(data); } reference get() { return *reinterpret_cast(data); } const_reference get()const { return *reinterpret_cast(data); } void construct() { new(&get()) value_type(); } void destruct() { get().~value_type(); } void destroy() { destruct(); } template reference operator=(const U &rhs) { return get()=rhs; } templatereference operator=(const trivial &rhs) { return get()=rhs.get(); } template reference operator+=(const U &rhs) { return get()+=rhs; } template reference operator-=(const U &rhs) { return get()-=rhs; } template reference operator*=(const U &rhs) { return get()*=rhs; } template reference operator/=(const U &rhs) { return get()/=rhs; } template reference operator%=(const U &rhs) { return get()%=rhs; } template reference operator^=(const U &rhs) { return get()^=rhs; } template reference operator&=(const U &rhs) { return get()&=rhs; } template reference operator>>=(const U &rhs) { return get()>>=rhs; } template reference operator<<=(const U &rhs) { return get()<<=rhs; } operator bool()const { return get(); } bool operator!()const { return !get(); } }; // END of template class trivial _ETL_END_NAMESPACE //#include /* template std::basic_istream<_CharT, _Traits>& operator>>(std::basic_istream<_CharT, _Traits>& s, etl::trivial& rhs) { return s>>(T)(rhs); } template std::basic_ostream<_CharT, _Traits>& operator<<(std::basic_ostream<_CharT, _Traits>& s, const etl::trivial& rhs) { return s<<(T)(rhs); } */ /* template std::istream& operator>>(std::istream& s, etl::trivial& rhs) { return s>>(T)(rhs); } template std::ostream& operator<<(std::ostream& s, const etl::trivial& rhs) { return s<<(T)(rhs); } */ /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/clock0000664000212700021270000000625012614166103010525 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Clock Abstraction ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CLOCK__ #define __ETL__CLOCK__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #ifdef HAVE_GETTIMEOFDAY #include "_clock_gettimeofday.h" #ifndef ETL_CLOCK_DEFAULT_DESC_CLASS #define ETL_CLOCK_DEFAULT_DESC_CLASS _ETL::clock_desc_gettimeofday #endif #ifndef ETL_CLOCK_REALTIME_DESC_CLASS #define ETL_CLOCK_REALTIME_DESC_CLASS _ETL::clock_desc_gettimeofday #endif #endif #ifdef _WIN32 #include "_clock_win32hpcount.h" #ifndef ETL_CLOCK_DEFAULT_DESC_CLASS #define ETL_CLOCK_DEFAULT_DESC_CLASS _ETL::clock_desc_win32hpcount #endif #ifndef ETL_CLOCK_REALTIME_DESC_CLASS #define ETL_CLOCK_REALTIME_DESC_CLASS _ETL::clock_desc_win32hpcount #endif #endif // If we could not find ourselves a better // clock description, go ahead and use the // standard clock() implementation. // (Better than nothing...) #include "_clock_system.h" #ifndef ETL_CLOCK_DEFAULT_DESC_CLASS #define ETL_CLOCK_DEFAULT_DESC_CLASS _ETL::clock_desc_sys_clock #endif #ifndef ETL_CLOCK_PROCTIME_DESC_CLASS #define ETL_CLOCK_PROCTIME_DESC_CLASS _ETL::clock_desc_sys_clock #endif #ifndef ETL_CLOCK_REALTIME_DESC_CLASS #define ETL_CLOCK_REALTIME_DESC_CLASS _ETL::clock_desc_sys_time #endif #include "_clock_base.h" _ETL_BEGIN_NAMESPACE #if 0 typedef _ETL::clock_base clock; #ifdef ETL_CLOCK_PROCTIME_DESC_CLASS #define ETL_CLOCK_PROCTIME typedef clock_base clock_proctime; #endif #ifdef ETL_CLOCK_REALTIME_DESC_CLASS #define ETL_CLOCK_REALTIME typedef clock_base clock_realtime; #else #warning No realtime clock description found. #endif #else class clock : public _ETL::clock_base { }; #ifdef ETL_CLOCK_PROCTIME_DESC_CLASS #define ETL_CLOCK_PROCTIME class clock_proctime : public _ETL::clock_base { }; #endif #ifdef ETL_CLOCK_REALTIME_DESC_CLASS #define ETL_CLOCK_REALTIME class clock_realtime : public _ETL::clock_base { }; #else #warning No realtime clock description found. #endif #endif _ETL_END_NAMESPACE //using etl::clock; /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_thread.h0000664000212700021270000002157412614166103011274 00000000000000/*! ======================================================================== ** Extended Template and Library ** Thread Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__THREAD_H_ #define __ETL__THREAD_H_ /* === H E A D E R S ======================================================= */ #define __USE_GNU #ifdef HAVE_PTHREAD_H # include #endif #ifdef HAVE_SCHED_H # include #endif #ifdef HAVE_CREATETHREAD # include #endif /* === M A C R O S ========================================================= */ #if ( defined (HAVE_PTHREAD_CREATE) || defined (HAVE_CLONE) || defined (HAVE_CREATETHREAD) ) && !defined (NO_THREADS) # define CALLISTO_THREADS #endif #define THREAD_ENTRYPOINT /* === C L A S S E S & S T R U C T S ======================================= */ #if defined(CALLISTO_THREADS) && defined(HAVE_PTHREAD_CREATE) static inline void Yield(void) { sched_yield(); pthread_testcancel(); } #else #ifdef Yield #undef Yield #endif inline void Yield(void) { } #endif #ifdef CALLISTO_THREADS #ifdef HAVE_PTHREAD_CREATE class Thread { public: typedef void* entrypoint_return; private: pthread_t thread; int *references; entrypoint_return (*entrypoint)(void *); void *context; public: Thread(void *(*ep)(void *)=NULL,void *context=NULL): references(NULL),entrypoint(ep),context(context) { } Thread(const Thread &t) { thread=t.thread; references=t.references; entrypoint=t.entrypoint; context=t.context; if(references) (*references)++; } const Thread &operator=(const Thread &rhs) { if(references) { (*references)--; if(*references==0) stop(); } thread=rhs.thread; references=rhs.references; entrypoint=rhs.entrypoint; context=rhs.context; if(references) (*references)++; return *this; } void start(void) { references = new int; *references = 1; pthread_create(&thread,NULL,entrypoint,context); // pthread_detach(thread); } void stop(void) { delete references; references=NULL; void *exit_status; pthread_cancel(thread); pthread_join(thread,&exit_status); } static void TestStop() { pthread_testcancel(); } static void SyncStop() { int i; pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED,&i); } static void AsyncStop() { int i; pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS,&i); } ~Thread() { if(references) { (*references)--; if(*references==0) stop(); } } }; class Mutex { pthread_mutex_t mutex; pthread_t locker; int depth; public: Mutex() { pthread_mutexattr_t attr; pthread_mutexattr_init(&attr); //#ifdef PTHREAD_PRIO_INHERIT //pthread_mutexattr_setprioceiling(&attr,PTHREAD_PRIO_INHERIT); //#endif #ifdef PTHREAD_MUTEX_RECURSIVE pthread_mutexattr_settype(&attr,PTHREAD_MUTEX_RECURSIVE); #endif pthread_mutex_init(&mutex,&attr); pthread_mutexattr_destroy(&attr); locker=0; depth=0; } ~Mutex() { pthread_mutex_destroy(&mutex); } void Lock(void) { if(!locker || locker!=pthread_self()) { pthread_mutex_lock(&mutex); locker=pthread_self(); depth=0; return; } depth++; } bool TryLock(void) { return !(bool) pthread_mutex_trylock(&mutex); } void UnLock(void) { if(depth) { depth--; return; } pthread_mutex_unlock(&mutex); locker=0; } }; #ifdef HAVE_PTHREAD_RW_LOCK_INIT class ReadWriteLock { pthread_rwlock_t rwlock; public: ReadWriteLock() { pthread_rwlock_init(&rwlock,NULL); } ~ReadWriteLock() { pthread_rwlock_destroy(&rwlock); } void LockRead(void) { pthread_rwlock_rdlock(&rwlock); } void LockWrite(void) { pthread_rwlock_wrlock(&rwlock); } bool TryLockRead(void) { return !(bool)pthread_rwlock_tryrdlock(&rwlock); } bool TryLockWrite(void) { return !(bool)pthread_rwlock_trywrlock(&rwlock); } void UnLockWrite(void) { pthread_rwlock_unlock(&rwlock); } void UnLockRead(void) { pthread_rwlock_unlock(&rwlock); } }; #else //* class ReadWriteLock : public Mutex { public: ReadWriteLock() { } ~ReadWriteLock() { } void LockRead(void) { Lock(); } void LockWrite(void) { Lock(); } bool TryLockRead(void) { return TryLock(); } bool TryLockWrite(void) { return TryLock(); } void UnLockWrite(void) { UnLock(); } void UnLockRead(void) { UnLock(); } }; #endif /* class Condition { pthread_cond_t cond; pthread_mutex_t mutex; public: Condition() { pthread_cond_init(&cond,NULL); pthread_mutex_init(&mutex,NULL); } ~Condition() { pthread_cond_destroy(&cond); pthread_mutex_destroy(&mutex);} void operator()(void) { pthread_cond_signal(&cond); } void Wait(void) { pthread_mutex_lock(&mutex); pthread_cond_wait(&cond,&mutex); pthread_mutex_unlock(&mutex); } }; */ #else // if defined HAVE_PTHREAD #ifdef HAVE_CREATETHREAD #ifdef THREAD_ENTRYPOINT #undef THREAD_ENTRYPOINT #endif #define THREAD_ENTRYPOINT __stdcall class Thread { public: typedef unsigned long entrypoint_return; private: unsigned long thread; HANDLE handle; int *references; entrypoint_return (THREAD_ENTRYPOINT *entrypoint)(void *); void *context; HDC hdc; HGLRC hglrc; static entrypoint_return THREAD_ENTRYPOINT thread_prefix(void*data) { Thread *thread=(Thread *)data; if(thread->hglrc) wglMakeCurrent(thread->hdc, thread->hglrc); return thread->entrypoint(thread->context); } public: Thread(entrypoint_return (THREAD_ENTRYPOINT *ep)(void *)=NULL,void *context=NULL): references(NULL),entrypoint(ep),context(context) { } Thread(const Thread &t) { thread=t.thread; handle=t.handle; references=t.references; entrypoint=t.entrypoint; context=t.context; handle=NULL; if(references) (*references)++; } const Thread &operator=(const Thread &rhs) { if(references) { (*references)--; if(*references==0) stop(); } thread=rhs.thread; handle=rhs.handle; references=rhs.references; entrypoint=rhs.entrypoint; context=rhs.context; if(references) (*references)++; return *this; } void start(void) { references = new int; *references = 1; hglrc=wglGetCurrentContext(); hdc=wglGetCurrentDC(); handle=CreateThread( NULL, // Security stuff 0, // STACK thread_prefix, // thread function (void*)this, // thread argument 0, // creation option &thread // thread identifier ); } void stop(void) { delete references; references=NULL; TerminateThread(handle, FALSE); } int wait(void) { if(handle) { WaitForSingleObject(handle, INFINITE); CloseHandle(handle); } return 0; } static void TestStop() { } static void SyncStop() { } static void AsyncStop() { } ~Thread() { if(references) { (*references)--; if(*references==0) stop(); } } }; class Mutex { HANDLE handle; public: Mutex() { handle = CreateMutex(NULL, FALSE, NULL); } ~Mutex() { CloseHandle(handle); } void Lock(void) { WaitForSingleObject(handle, INFINITE); } bool TryLock(void) { return WaitForSingleObject(handle, INFINITE)==WAIT_FAILED; } void UnLock(void) { ReleaseMutex(handle); } }; #endif // if defined HAVE_CREATETHREAD #endif // if defined HAVE_PTHREAD_CREATE #endif // if defined CALLISTO_THREADS #if !defined(CALLISTO_THREADS) // Dummy object used when not threading class ReadWriteLock { public: ReadWriteLock() {} ~ReadWriteLock() {} void LockRead(void) {} void LockWrite(void) {} bool TryLockRead(void) {return true;} bool TryLockWrite(void) {return true;} void UnLockRead(void) {} void UnLockWrite(void) {} }; class Mutex { public: Mutex(){} ~Mutex(){} void Lock(void){} bool TryLock(void){return true;} void UnLock(void){} }; #endif class Condition : private Mutex { bool flag; public: Condition() { flag=false; } ~Condition() { } void operator()(void) { flag=true; } void Wait(void) { Lock(); while(!flag)Yield(); flag=false; UnLock(); } void WaitNext(void) { Lock(); flag=false; while(!flag)Yield(); UnLock(); } }; /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/thread0000664000212700021270000000232312614166103010676 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Thread Abstraction Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__THREAD__ #define __ETL__THREAD__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_thread.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/boxblur0000664000212700021270000000232012614166103011101 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Box Blur Template ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__BOXBLUR__ #define __ETL__BOXBLUR__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_boxblur.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/pen0000664000212700021270000000230112614166103010205 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Pen Template Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__PEN__ #define __ETL__PEN__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_pen.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/mutex0000664000212700021270000000243512614166103010575 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Mutex Classes ** $Id$ ** ** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__MUTEX__ #define __ETL__MUTEX__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #ifdef HAVE_LIBPTHREAD # include "_mutex_pthreads_simple.h" #else #ifdef _WIN32 # include "_mutex_win32.h" #endif #endif /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_curve.h0000664000212700021270000000372512614166103011147 00000000000000/*! ======================================================================== ** Extended Template Library ** Curve Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CURVE_H #define __ETL__CURVE_H /* === H E A D E R S ======================================================= */ #include "_hermite.h" #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE /* #ifdef AUTO #undef AUTO #endif #ifdef LINEAR #undef LINEAR #endif #ifdef ABSOLUTE #undef ABSOLUTE #endif #ifdef FAST_TO_SLOW #undef FAST_TO_SLOW #endif template class curve { public: typedef T value_type; private: enum interpolate_type { AUTO, LINEAR, ABSOLUTE, FAST_TO_SLOW, }; public: }; */ _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/angle0000664000212700021270000000264712614166103010526 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Angle Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__ANGLE__ #define __ETL__ANGLE__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_curve_func.h" #ifdef ETL_FASTANGLE #include "_fastangle.h" _ETL_BEGIN_NAMESPACE typedef fastangle angle; _ETL_END_NAMESPACE #else # include "_angle.h" #endif #ifdef __BEZIER__ #include "_bezier_angle.h" #endif /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_bit_rotate.h0000664000212700021270000000404012614166103012146 00000000000000/*! ======================================================================== ** Extended Template Library ** Bit Rotation Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** These template functions have not yet been throughly tested, ** and may be inaccurate or just plain wrong. You have been warned. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__BIT_ROTATE_H #define __ETL__BIT_ROTATE_H /* === H E A D E R S ======================================================= */ /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template T rot_left(const T &val, const int &bits=1) { return (T)( ((unsigned)val<>(sizeof(T)*8-bits)) ); } template T rot_right(const T &val, const int &bits=1) { return (T)( ((unsigned)val>>bits)+((unsigned)val<<(sizeof(T)*8-bits)) ); } _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_random.h0000664000212700021270000000570712614166103011305 00000000000000/*! ======================================================================== ** Extended Template and Library ** Random Number Generator Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__RANDOM_H #define __ETL__RANDOM_H /* === H E A D E R S ======================================================= */ /* === M A C R O S ========================================================= */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE /* class rand_source_xor { public: typedef int seed_type; typedef short value_type; private: short entropy_pool[256]; int pool_index; public: random() { seed(0); mod=offset=0; } void seed(const seed_type &x) { pool_index=0; } void add_entropy(value_type entropy) { int i; for(i=0;iPOOL_SIZE) pool_index=0; if(mod) return entropy_pool[pool_index++]%mod+offset; return entropy_pool[pool_index++]; } }; */ template class random { public: typedef T value_type; typedef int seed_type; private: value_type entropy_pool[POOL_SIZE]; int pool_index; value_type mod,offset; public: random() { seed(0); mod=offset=0; } void seed(const seed_type &x __attribute__ ((unused))) { pool_index=0; } void set_range(const value_type &floor,const value_type &ceil) { mod=ceil-floor; offset=floor; } void set_range(const value_type &ceil) { mod=ceil; } void add_entropy(value_type entropy) { int i; for(i=0;iPOOL_SIZE) pool_index=0; if(mod) return entropy_pool[pool_index++]%mod+offset; return entropy_pool[pool_index++]; } }; /* === T Y P E D E F S ===================================================== */ _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_mutex_pthreads.h0000664000212700021270000000530112614166103013047 00000000000000/*! ======================================================================== ** Extended Template and Library ** Mutex Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__MUTEX_PTHREADS_H_ #define __ETL__MUTEX_PTHREADS_H_ /* === H E A D E R S ======================================================= */ #define __USE_GNU #include #ifdef HAVE_SCHED_H # include #endif /* === M A C R O S ========================================================= */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE class mutex { pthread_mutex_t mtx; pthread_t locker; int depth; public: mutex() { pthread_mutexattr_t attr; pthread_mutexattr_init(&attr); //#ifdef PTHREAD_PRIO_INHERIT //pthread_mutexattr_setprioceiling(&attr,PTHREAD_PRIO_INHERIT); //#endif #ifdef PTHREAD_MUTEX_RECURSIVE pthread_mutexattr_settype(&attr,PTHREAD_MUTEX_RECURSIVE); #endif pthread_mutex_init(&mtx,&attr); pthread_mutexattr_destroy(&attr); locker=0; depth=0; } ~mutex() { pthread_mutex_destroy(&mtx); } //! Exception-safe mutex lock class class lock { mutex *_mtx; public: lock(mutex &x):_mtx(&x) { _mtx->lock_mutex(); } ~lock() { _mtx->unlock_mutex(); } mutex &get() { return *_mtx; } }; void lock_mutex(void) { if(!locker || locker!=pthread_self()) { pthread_mutex_lock(&mtx); locker=pthread_self(); depth=0; return; } depth++; } bool try_lock_mutex(void) { return !(bool) pthread_mutex_trylock(&mtx); } void unlock_mutex(void) { if(depth) { depth--; return; } pthread_mutex_unlock(&mtx); locker=0; } }; _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_fixed.h0000664000212700021270000004547412614166103011131 00000000000000/*! ======================================================================== ** Extended Template and Library ** Fixed-Point Math Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__FIXED_H #define __ETL__FIXED_H /* === H E A D E R S ======================================================= */ #include /* === M A C R O S ========================================================= */ // the "+0.5" code was commented out - maybe to make thing run faster? // it can be re-enabled by uncommenting this next line: // #define ROUND_TO_NEAREST_INTEGER #ifndef ETL_FIXED_TYPE # define ETL_FIXED_TYPE int #endif #ifndef ETL_FIXED_BITS #define ETL_FIXED_BITS 12 #endif #ifndef ETL_FIXED_EPSILON #define ETL_FIXED_EPSILON _EPSILON() #endif #ifdef __GNUC___ #define ETL_ATTRIB_CONST __attribute__ ((const)) #define ETL_ATTRIB_PURE __attribute__ ((pure)) #define ETL_ATTRIB_INLINE __attribute__ ((always_inline)) #else #define ETL_ATTRIB_CONST #define ETL_ATTRIB_PURE #define ETL_ATTRIB_INLINE #endif /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE // Forward declarations template class fixed_base; //template<> class fixed_base; _ETL_END_NAMESPACE _STD_BEGIN_NAMESPACE template _ETL::fixed_base abs(const _ETL::fixed_base&); template _ETL::fixed_base cos(const _ETL::fixed_base&); template _ETL::fixed_base cosh(const _ETL::fixed_base&); template _ETL::fixed_base exp(const _ETL::fixed_base&); template _ETL::fixed_base log(const _ETL::fixed_base&); template _ETL::fixed_base log10(const _ETL::fixed_base&); template _ETL::fixed_base pow(const _ETL::fixed_base&, int); template _ETL::fixed_base pow(const _ETL::fixed_base&, const T&); template _ETL::fixed_base pow(const _ETL::fixed_base&, const _ETL::fixed_base&); template _ETL::fixed_base pow(const _ETL::fixed_base&, const _ETL::fixed_base&); template _ETL::fixed_base sin(const _ETL::fixed_base&); template _ETL::fixed_base sinh(const _ETL::fixed_base&); template _ETL::fixed_base sqrt(const _ETL::fixed_base&); template _ETL::fixed_base tan(const _ETL::fixed_base&); template _ETL::fixed_base tanh(const _ETL::fixed_base&); _STD_END_NAMESPACE _ETL_BEGIN_NAMESPACE /*! ======================================================================== ** \class fixed_base ** \brief Fixed-point template base class ** ** A more detailed description needs to be written. */ template class fixed_base { public: typedef T value_type; private: T _data; typedef fixed_base _fixed; typedef fixed_base self_type; inline static bool _TYPE_SMALLER_THAN_INT() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE; inline static bool _USING_ALL_BITS() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE; inline static value_type _ONE() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE; inline static value_type _F_MASK() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE; inline static float _EPSILON() ETL_ATTRIB_CONST ETL_ATTRIB_INLINE; class raw { }; public: fixed_base()ETL_ATTRIB_INLINE; fixed_base(const float &f)ETL_ATTRIB_INLINE; fixed_base(const double &f)ETL_ATTRIB_INLINE; fixed_base(const long double &f)ETL_ATTRIB_INLINE; fixed_base(const int &i)ETL_ATTRIB_INLINE; fixed_base(const int &n,const int &d)ETL_ATTRIB_INLINE; //!< Fraction constructor fixed_base(const _fixed &x)ETL_ATTRIB_INLINE; fixed_base(value_type x,raw)ETL_ATTRIB_INLINE; T &data() ETL_ATTRIB_PURE ETL_ATTRIB_INLINE; const T &data()const ETL_ATTRIB_PURE ETL_ATTRIB_INLINE; const _fixed& operator+=(const _fixed &rhs) ETL_ATTRIB_INLINE; const _fixed& operator-=(const _fixed &rhs) ETL_ATTRIB_INLINE; template const _fixed& operator*=(const U &rhs) ETL_ATTRIB_INLINE; template const _fixed& operator/=(const U &rhs) ETL_ATTRIB_INLINE; const _fixed& operator*=(const _fixed &rhs) ETL_ATTRIB_INLINE; const _fixed& operator/=(const _fixed &rhs) ETL_ATTRIB_INLINE; const _fixed& operator*=(const int &rhs) ETL_ATTRIB_INLINE; const _fixed& operator/=(const int &rhs) ETL_ATTRIB_INLINE; template _fixed operator+(const U &rhs)const ETL_ATTRIB_INLINE; template _fixed operator-(const U &rhs)const ETL_ATTRIB_INLINE; template _fixed operator*(const U &rhs)const ETL_ATTRIB_INLINE; template _fixed operator/(const U &rhs)const ETL_ATTRIB_INLINE; _fixed operator+(const _fixed &rhs)const ETL_ATTRIB_INLINE; _fixed operator-(const _fixed &rhs)const ETL_ATTRIB_INLINE; _fixed operator*(const _fixed &rhs)const ETL_ATTRIB_INLINE; _fixed operator/(const _fixed &rhs)const ETL_ATTRIB_INLINE; _fixed operator*(const int &rhs)const ETL_ATTRIB_INLINE; _fixed operator/(const int &rhs)const ETL_ATTRIB_INLINE; _fixed operator*(const float &rhs)const ETL_ATTRIB_INLINE; _fixed operator*(const double &rhs)const ETL_ATTRIB_INLINE; // Negation Operator _fixed operator-()const ETL_ATTRIB_INLINE; // Casting Operators inline operator float()const ETL_ATTRIB_INLINE; inline operator double()const ETL_ATTRIB_INLINE; inline operator long double()const ETL_ATTRIB_INLINE; inline operator int()const ETL_ATTRIB_INLINE; inline operator bool()const ETL_ATTRIB_INLINE; _fixed floor()const; _fixed ceil()const; _fixed round()const; bool operator==(const _fixed &rhs)const { return data()==rhs.data(); } bool operator!=(const _fixed &rhs)const { return data()!=rhs.data(); } bool operator<(const _fixed &rhs)const { return data()(const _fixed &rhs)const { return data()>rhs.data(); } bool operator<=(const _fixed &rhs)const { return data()<=rhs.data(); } bool operator>=(const _fixed &rhs)const { return data()>=rhs.data(); } }; template fixed_base::fixed_base() {} template fixed_base::fixed_base(const _fixed &x):_data(x._data) {} template fixed_base::fixed_base(const float &f):_data(static_cast(f*_ONE() #ifdef ROUND_TO_NEAREST_INTEGER +0.5f #endif )) {} template fixed_base::fixed_base(const double &f):_data(static_cast(f*_ONE() #ifdef ROUND_TO_NEAREST_INTEGER +0.5 #endif )) {} template fixed_base::fixed_base(const long double &f):_data(static_cast(f*_ONE() #ifdef ROUND_TO_NEAREST_INTEGER +0.5 #endif )) {} template fixed_base::fixed_base(const int &i):_data(i< fixed_base::fixed_base(value_type x,raw):_data(x) { } template fixed_base::fixed_base(const int &n,const int &d):_data((n< inline bool fixed_base::_TYPE_SMALLER_THAN_INT() { return sizeof(T) inline bool fixed_base::_USING_ALL_BITS() { return sizeof(T)*8==FIXED_BITS; } template inline T fixed_base::_ONE() { return static_cast((_USING_ALL_BITS()?~T(0):1< inline T fixed_base::_F_MASK() { return static_cast(_USING_ALL_BITS()?~T(0):_ONE()-1); } template inline float fixed_base::_EPSILON() { return 1.0f/((float)_ONE()*2); } template T & fixed_base::data() { return _data; } template const T & fixed_base::data()const { return _data; } //! fixed+=fixed template const fixed_base & fixed_base::operator+=(const _fixed &rhs) { _data+=rhs._data; return *this; } //! fixed-=fixed template const fixed_base & fixed_base::operator-=(const _fixed &rhs) { _data-=rhs._data; return *this; } //! fixed*=fixed template const fixed_base & fixed_base::operator*=(const _fixed &rhs) { if(_TYPE_SMALLER_THAN_INT()) _data=static_cast((int)_data*(int)rhs._data>>FIXED_BITS); else { _data*=rhs._data; _data>>=FIXED_BITS; } return *this; } //! fixed/=fixed template const fixed_base & fixed_base::operator/=(const _fixed &rhs) { if(_TYPE_SMALLER_THAN_INT()) _data=static_cast((int)_data/(int)rhs._data< template const fixed_base & fixed_base::operator*=(const U &rhs) { return operator*=(fixed_base(rhs)); } template template const fixed_base & fixed_base::operator/=(const U &rhs) { return operator/=(fixed_base(rhs)); } //! fixed*=int template const fixed_base & fixed_base::operator*=(const int &rhs) { _data*=rhs; return *this; } //! fixed/=int template const fixed_base & fixed_base::operator/=(const int &rhs) { _data/=rhs; return *this; } //! fixed + fixed template fixed_base fixed_base::operator+(const _fixed &rhs)const { _fixed ret; ret._data=_data+rhs._data; return ret; } //! fixed - fixed template fixed_base fixed_base::operator-(const _fixed &rhs)const { _fixed ret; ret._data=_data-rhs._data; return ret; } //! fixed * fixed template fixed_base fixed_base::operator*(const _fixed &rhs)const { _fixed ret; ret._data=((_data*rhs._data)>>FIXED_BITS); return ret; //return reinterpret_cast<_fixed>((_data*rhs._data)>>FIXED_BITS); } //! fixed / fixed template fixed_base fixed_base::operator/(const _fixed &rhs)const { _fixed ret; ret._data=((_data/rhs._data)<((_data/rhs._data)< template fixed_base fixed_base::operator+(const U &rhs) const { return operator+(fixed_base(rhs)); } //! fixed - ... template template fixed_base fixed_base::operator-(const U &rhs) const { return operator-(fixed_base(rhs)); } //! fixed * ... template template fixed_base fixed_base::operator*(const U &rhs) const { return operator*(fixed_base(rhs)); } //! fixed / ... template template fixed_base fixed_base::operator/(const U &rhs) const { return operator/(fixed_base(rhs)); } //! fixed * int template fixed_base fixed_base::operator*(const int &rhs)const { _fixed ret; ret._data=_data*rhs; return ret; //return reinterpret_cast<_fixed>(_data*rhs); } //! fixed * float template fixed_base fixed_base::operator*(const float &rhs)const { return (*this)*_fixed(rhs); } //! fixed * double template fixed_base fixed_base::operator*(const double &rhs)const { return (*this)*_fixed(rhs); } //! fixed / int template fixed_base fixed_base::operator/(const int &rhs)const { _fixed ret; ret._data=_data/rhs; return ret; //return reinterpret_cast<_fixed>(_data/rhs); } //! float * fixed template fixed_base operator*(const float& lhs, const fixed_base &rhs) { return rhs*lhs; } //! double * fixed template fixed_base operator*(const double& lhs, const fixed_base &rhs) { return rhs*lhs; } // Negation Operator template fixed_base fixed_base::operator-()const { _fixed ret; ret._data=-_data; return ret; } // Casting Operators template fixed_base::operator float()const { return static_cast(_data)/static_cast(_ONE()); } template fixed_base::operator double()const { return static_cast(_data)/static_cast(_ONE()); } template fixed_base::operator long double()const { return static_cast(_data)/static_cast(_ONE()); } template fixed_base::operator int()const { return static_cast(_data>>FIXED_BITS); } template fixed_base::operator bool()const { return static_cast(_data); } template fixed_base fixed_base::floor()const { _fixed ret(*this); ret._data&=~_F_MASK(); return ret; } template fixed_base fixed_base::ceil()const { _fixed ret(*this); if(ret._data&_F_MASK()) ret._data=(ret._data&~_F_MASK()) + _ONE(); else ret._data&=~_F_MASK(); return ret; } template fixed_base fixed_base::round()const { _fixed ret(*this); ret._data+=_ONE()>>1; ret._data&=~_F_MASK(); return ret; } typedef fixed_base fixed; _ETL_END_NAMESPACE _STD_BEGIN_NAMESPACE template inline _ETL::fixed_base ceil(const _ETL::fixed_base &rhs) { return rhs.ceil(); } template _ETL::fixed_base floor(const _ETL::fixed_base &rhs) { return rhs.floor(); } template _ETL::fixed_base round(const _ETL::fixed_base &rhs) { return rhs.round(); } template _ETL::fixed_base abs(const _ETL::fixed_base &rhs) { return rhs<_ETL::fixed_base(0)?-rhs:rhs; } _STD_END_NAMESPACE /* template bool operator==(const _ETL::fixed_base& lhs, const _ETL::fixed_base& rhs) { return lhs.data()==rhs.data(); } template bool operator!=(const _ETL::fixed_base& lhs, const _ETL::fixed_base& rhs) { return lhs.data()!=rhs.data(); } template bool operator>(const _ETL::fixed_base& lhs, const _ETL::fixed_base& rhs) { return lhs.data()>rhs.data(); } template bool operator<(const _ETL::fixed_base& lhs, const _ETL::fixed_base& rhs) { return lhs.data() bool operator>=(const _ETL::fixed_base& lhs, const _ETL::fixed_base& rhs) { return lhs.data()>=rhs.data(); } template bool operator<=(const _ETL::fixed_base& lhs, const _ETL::fixed_base& rhs) { return lhs.data()<=rhs.data(); } */ #if defined(__GNUC__) && __GNUC__ == 3 template U operator*(const U &a,const _ETL::fixed_base &b) { return a*static_cast(b); } template U operator/(const U &a,const _ETL::fixed_base &b) { return a/static_cast(b); } template U operator+(const U &a,const _ETL::fixed_base &b) { return a+static_cast(b); } template U operator-(const U &a,const _ETL::fixed_base &b) { return a-static_cast(b); } /* inline const float & operator*=(float &a,const _ETL::fixed &b) { a*=(float)b; return a; } inline const float & operator/=(float &a,const _ETL::fixed &b) { a/=(float)b; return a; } inline const float & operator-=(float &a,const _ETL::fixed &b) { a-=(float)b; return a; } inline const float & operator+=(float &a,const _ETL::fixed &b) { a+=(float)b; return a; } */ #endif /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/fixed0000664000212700021270000000231512614166103010527 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Fixed-Point Math Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__FIXED__ #define __ETL__FIXED__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_fixed.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_bezier.h0000664000212700021270000006262712614166103011311 00000000000000/*! ======================================================================== ** Extended Template Library ** Bezier Template Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__BEZIER_H #define __ETL__BEZIER_H /* === H E A D E R S ======================================================= */ #include "_curve_func.h" #include // for ldexp // #include // not used /* === M A C R O S ========================================================= */ #define MAXDEPTH 64 /* Maximum depth for recursion */ /* take binary sign of a, either -1, or 1 if >= 0 */ #define SGN(a) (((a)<0) ? -1 : 1) /* find minimum of a and b */ #ifndef MIN #define MIN(a,b) (((a)<(b))?(a):(b)) #endif /* find maximum of a and b */ #ifndef MAX #define MAX(a,b) (((a)>(b))?(a):(b)) #endif #define BEZIER_EPSILON (ldexp(1.0,-MAXDEPTH-1)) /*Flatness control value */ //#define BEZIER_EPSILON 0.00005 /*Flatness control value */ #define DEGREE 3 /* Cubic Bezier curve */ #define W_DEGREE 5 /* Degree of eqn to find roots of */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template class bezier; //! Cubic Bezier Curve Base Class // This generic implementation uses the DeCasteljau algorithm. // Works for just about anything that has an affine combination function template class bezier_base : public std::unary_function { public: typedef V value_type; typedef T time_type; private: value_type a,b,c,d; time_type r,s; protected: affine_combo affine_func; public: bezier_base():r(0.0),s(1.0) { } bezier_base( const value_type &a, const value_type &b, const value_type &c, const value_type &d, const time_type &r=0.0, const time_type &s=1.0): a(a),b(b),c(c),d(d),r(r),s(s) { sync(); } void sync() { } value_type operator()(time_type t)const { t=(t-r)/(s-r); return affine_func( affine_func( affine_func(a,b,t), affine_func(b,c,t) ,t), affine_func( affine_func(b,c,t), affine_func(c,d,t) ,t) ,t); } /* void evaluate(time_type t, value_type &f, value_type &df) const { t=(t-r)/(s-r); value_type p1 = affine_func( affine_func(a,b,t), affine_func(b,c,t) ,t); value_type p2 = affine_func( affine_func(b,c,t), affine_func(c,d,t) ,t); f = affine_func(p1,p2,t); df = (p2-p1)*3; } */ void set_rs(time_type new_r, time_type new_s) { r=new_r; s=new_s; } void set_r(time_type new_r) { r=new_r; } void set_s(time_type new_s) { s=new_s; } const time_type &get_r()const { return r; } const time_type &get_s()const { return s; } time_type get_dt()const { return s-r; } bool intersect_hull(const bezier_base &/*x*/)const { return 0; } //! Bezier curve intersection function /*! Calculates the time of intersection ** for the calling curve. ** ** I still have not figured out a good generic ** method of doing this for a bi-infinite ** cubic bezier curve calculated with the DeCasteljau ** algorithm. ** ** One method, although it does not work for the ** entire bi-infinite curve, is to iteratively ** intersect the hulls. However, we would only detect ** intersections that occur between R and S. ** ** It is entirely possible that a new construct similar ** to the affine combination function will be necessary ** for this to work properly. ** ** For now, this function is BROKEN. (although it works ** for the floating-point specializations, using newton's method) */ time_type intersect(const bezier_base &/*x*/, time_type /*near=0.0*/)const { return 0; } /* subdivide at some time t into 2 separate curves left and right b0 l1 * 0+1 l2 b1 * 1+2*1+2 l3 * 1+2 * 0+3*1+3*2+3 l4,r1 b2 * 1+2*2+2 r2 * * 2+3 r3 * b3 r4 * * 0.1 2.3 -> 0.1 2 3 4 5.6 */ /* void subdivide(bezier_base *left, bezier_base *right, const time_type &time = (time_type)0.5) const { time_type t = (time-r)/(s-r); bezier_base lt,rt; value_type temp; //1st stage points to keep lt.a = a; rt.d = d; //2nd stage calc lt.b = affine_func(a,b,t); temp = affine_func(b,c,t); rt.c = affine_func(c,d,t); //3rd stage calc lt.c = affine_func(lt.b,temp,t); rt.b = affine_func(temp,rt.c,t); //last stage calc lt.d = rt.a = affine_func(lt.c,rt.b,t); //set the time range for l,r (the inside values should be 1, 0 respectively) lt.r = r; rt.s = s; //give back the curves if(left) *left = lt; if(right) *right = rt; } */ value_type & operator[](int i) { return (&a)[i]; } const value_type & operator[](int i) const { return (&a)[i]; } }; #if 1 // Fast float implementation of a cubic bezier curve template <> class bezier_base : public std::unary_function { public: typedef float value_type; typedef float time_type; private: // affine_combo affine_func; value_type a,b,c,d; time_type r,s; value_type _coeff[4]; time_type drs; // reciprocal of (s-r) public: bezier_base():r(0.0),s(1.0),drs(1.0) { } bezier_base( const value_type &a, const value_type &b, const value_type &c, const value_type &d, const time_type &r=0.0, const time_type &s=1.0): a(a),b(b),c(c),d(d),r(r),s(s),drs(1.0/(s-r)) { sync(); } void sync() { // drs=1.0/(s-r); _coeff[0]= a; _coeff[1]= b*3 - a*3; _coeff[2]= c*3 - b*6 + a*3; _coeff[3]= d - c*3 + b*3 - a; } // Cost Summary: 4 products, 3 sums, and 1 difference. inline value_type operator()(time_type t)const { t-=r; t*=drs; return _coeff[0]+(_coeff[1]+(_coeff[2]+(_coeff[3])*t)*t)*t; } void set_rs(time_type new_r, time_type new_s) { r=new_r; s=new_s; drs=1.0/(s-r); } void set_r(time_type new_r) { r=new_r; drs=1.0/(s-r); } void set_s(time_type new_s) { s=new_s; drs=1.0/(s-r); } const time_type &get_r()const { return r; } const time_type &get_s()const { return s; } time_type get_dt()const { return s-r; } //! Bezier curve intersection function /*! Calculates the time of intersection ** for the calling curve. */ time_type intersect(const bezier_base &x, time_type t=0.0,int i=15)const { //BROKEN - the time values of the 2 curves should be independent value_type system[4]; system[0]=_coeff[0]-x._coeff[0]; system[1]=_coeff[1]-x._coeff[1]; system[2]=_coeff[2]-x._coeff[2]; system[3]=_coeff[3]-x._coeff[3]; t-=r; t*=drs; // Newton's method // Inner loop cost summary: 7 products, 5 sums, 1 difference for(;i;i--) t-= (system[0]+(system[1]+(system[2]+(system[3])*t)*t)*t)/ (system[1]+(system[2]*2+(system[3]*3)*t)*t); t*=(s-r); t+=r; return t; } value_type & operator[](int i) { return (&a)[i]; } const value_type & operator[](int i) const { return (&a)[i]; } }; // Fast double implementation of a cubic bezier curve template <> class bezier_base : public std::unary_function { public: typedef double value_type; typedef float time_type; private: // affine_combo affine_func; value_type a,b,c,d; time_type r,s; value_type _coeff[4]; time_type drs; // reciprocal of (s-r) public: bezier_base():r(0.0),s(1.0),drs(1.0) { } bezier_base( const value_type &a, const value_type &b, const value_type &c, const value_type &d, const time_type &r=0.0, const time_type &s=1.0): a(a),b(b),c(c),d(d),r(r),s(s),drs(1.0/(s-r)) { sync(); } void sync() { // drs=1.0/(s-r); _coeff[0]= a; _coeff[1]= b*3 - a*3; _coeff[2]= c*3 - b*6 + a*3; _coeff[3]= d - c*3 + b*3 - a; } // 4 products, 3 sums, and 1 difference. inline value_type operator()(time_type t)const { t-=r; t*=drs; return _coeff[0]+(_coeff[1]+(_coeff[2]+(_coeff[3])*t)*t)*t; } void set_rs(time_type new_r, time_type new_s) { r=new_r; s=new_s; drs=1.0/(s-r); } void set_r(time_type new_r) { r=new_r; drs=1.0/(s-r); } void set_s(time_type new_s) { s=new_s; drs=1.0/(s-r); } const time_type &get_r()const { return r; } const time_type &get_s()const { return s; } time_type get_dt()const { return s-r; } //! Bezier curve intersection function /*! Calculates the time of intersection ** for the calling curve. */ time_type intersect(const bezier_base &x, time_type t=0.0,int i=15)const { //BROKEN - the time values of the 2 curves should be independent value_type system[4]; system[0]=_coeff[0]-x._coeff[0]; system[1]=_coeff[1]-x._coeff[1]; system[2]=_coeff[2]-x._coeff[2]; system[3]=_coeff[3]-x._coeff[3]; t-=r; t*=drs; // Newton's method // Inner loop: 7 products, 5 sums, 1 difference for(;i;i--) t-= (system[0]+(system[1]+(system[2]+(system[3])*t)*t)*t)/ (system[1]+(system[2]*2+(system[3]*3)*t)*t); t*=(s-r); t+=r; return t; } value_type & operator[](int i) { return (&a)[i]; } const value_type & operator[](int i) const { return (&a)[i]; } }; //#ifdef __FIXED__ // Fast double implementation of a cubic bezier curve /* template <> template class bezier_base > : std::unary_function,fixed_base > { public: typedef fixed_base value_type; typedef fixed_base time_type; private: affine_combo affine_func; value_type a,b,c,d; time_type r,s; value_type _coeff[4]; time_type drs; // reciprocal of (s-r) public: bezier_base():r(0.0),s(1.0),drs(1.0) { } bezier_base( const value_type &a, const value_type &b, const value_type &c, const value_type &d, const time_type &r=0, const time_type &s=1): a(a),b(b),c(c),d(d),r(r),s(s),drs(1.0/(s-r)) { sync(); } void sync() { drs=time_type(1)/(s-r); _coeff[0]= a; _coeff[1]= b*3 - a*3; _coeff[2]= c*3 - b*6 + a*3; _coeff[3]= d - c*3 + b*3 - a; } // 4 products, 3 sums, and 1 difference. inline value_type operator()(time_type t)const { t-=r; t*=drs; return _coeff[0]+(_coeff[1]+(_coeff[2]+(_coeff[3])*t)*t)*t; } void set_rs(time_type new_r, time_type new_s) { r=new_r; s=new_s; drs=time_type(1)/(s-r); } void set_r(time_type new_r) { r=new_r; drs=time_type(1)/(s-r); } void set_s(time_type new_s) { s=new_s; drs=time_type(1)/(s-r); } const time_type &get_r()const { return r; } const time_type &get_s()const { return s; } time_type get_dt()const { return s-r; } //! Bezier curve intersection function //! Calculates the time of intersection // for the calling curve. // time_type intersect(const bezier_base &x, time_type t=0,int i=15)const { value_type system[4]; system[0]=_coeff[0]-x._coeff[0]; system[1]=_coeff[1]-x._coeff[1]; system[2]=_coeff[2]-x._coeff[2]; system[3]=_coeff[3]-x._coeff[3]; t-=r; t*=drs; // Newton's method // Inner loop: 7 products, 5 sums, 1 difference for(;i;i--) t-=(time_type) ( (system[0]+(system[1]+(system[2]+(system[3])*t)*t)*t)/ (system[1]+(system[2]*2+(system[3]*3)*t)*t) ); t*=(s-r); t+=r; return t; } value_type & operator[](int i) { return (&a)[i]; } const value_type & operator[](int i) const { return (&a)[i]; } }; */ //#endif #endif template class bezier_iterator { public: struct iterator_category {}; typedef V value_type; typedef T difference_type; typedef V reference; private: difference_type t; difference_type dt; bezier_base curve; public: /* reference operator*(void)const { return curve(t); } const surface_iterator& operator++(void) { t+=dt; return &this; } const surface_iterator& operator++(int) { hermite_iterator _tmp=*this; t+=dt; return _tmp; } const surface_iterator& operator--(void) { t-=dt; return &this; } const surface_iterator& operator--(int) { hermite_iterator _tmp=*this; t-=dt; return _tmp; } surface_iterator operator+(difference_type __n) const { return surface_iterator(data+__n[0]+__n[1]*pitch,pitch); } surface_iterator operator-(difference_type __n) const { return surface_iterator(data-__n[0]-__n[1]*pitch,pitch); } */ }; template class bezier : public bezier_base { public: typedef V value_type; typedef T time_type; typedef float distance_type; typedef bezier_iterator iterator; typedef bezier_iterator const_iterator; distance_func dist; using bezier_base::get_r; using bezier_base::get_s; using bezier_base::get_dt; public: bezier() { } bezier(const value_type &a, const value_type &b, const value_type &c, const value_type &d): bezier_base(a,b,c,d) { } const_iterator begin()const; const_iterator end()const; time_type find_closest(bool fast, const value_type& x, int i=7)const { if (!fast) { value_type array[4] = { bezier::operator[](0), bezier::operator[](1), bezier::operator[](2), bezier::operator[](3)}; return NearestPointOnCurve(x, array); } else { time_type r(0), s(1); float t((r+s)*0.5); /* half way between r and s */ for(;i;i--) { // compare 33% of the way between r and s with 67% of the way between r and s if(dist(this->operator()((s-r)*(1.0/3.0)+r), x) < dist(this->operator()((s-r)*(2.0/3.0)+r), x)) s=t; else r=t; t=((r+s)*0.5); } return t; } } distance_type find_distance(time_type r, time_type s, int steps=7)const { const time_type inc((s-r)/steps); if (!inc) return 0; distance_type ret(0); value_type last(this->operator()(r)); for(r+=inc;roperator()(r)); ret+=dist.uncook(dist(last,n)); last=n; } ret+=dist.uncook(dist(last,this->operator()(r)))*(s-(r-inc))/inc; return ret; } distance_type length()const { return find_distance(get_r(),get_s()); } /* subdivide at some time t into 2 separate curves left and right b0 l1 * 0+1 l2 b1 * 1+2*1+2 l3 * 1+2 * 0+3*1+3*2+3 l4,r1 b2 * 1+2*2+2 r2 * * 2+3 r3 * b3 r4 * * 0.1 2.3 -> 0.1 2 3 4 5.6 */ void subdivide(bezier *left, bezier *right, const time_type &time = (time_type)0.5) const { time_type t=(time-get_r())/get_dt(); bezier lt,rt; value_type temp; const value_type& a((*this)[0]); const value_type& b((*this)[1]); const value_type& c((*this)[2]); const value_type& d((*this)[3]); //1st stage points to keep lt[0] = a; rt[3] = d; //2nd stage calc lt[1] = this->affine_func(a,b,t); temp = this->affine_func(b,c,t); rt[2] = this->affine_func(c,d,t); //3rd stage calc lt[2] = this->affine_func(lt[1],temp,t); rt[1] = this->affine_func(temp,rt[2],t); //last stage calc lt[3] = rt[0] = this->affine_func(lt[2],rt[1],t); //set the time range for l,r (the inside values should be 1, 0 respectively) lt.set_r(get_r()); rt.set_s(get_s()); lt.sync(); rt.sync(); //give back the curves if(left) *left = lt; if(right) *right = rt; } void evaluate(time_type t, value_type &f, value_type &df) const { t=(t-get_r())/get_dt(); const value_type& a((*this)[0]); const value_type& b((*this)[1]); const value_type& c((*this)[2]); const value_type& d((*this)[3]); const value_type p1 = affine_func( affine_func(a,b,t), affine_func(b,c,t) ,t); const value_type p2 = affine_func( affine_func(b,c,t), affine_func(c,d,t) ,t); f = affine_func(p1,p2,t); df = (p2-p1)*3; } private: /* * Bezier : * Evaluate a Bezier curve at a particular parameter value * Fill in control points for resulting sub-curves if "Left" and * "Right" are non-null. * * int degree; Degree of bezier curve * value_type *VT; Control pts * time_type t; Parameter value * value_type *Left; RETURN left half ctl pts * value_type *Right; RETURN right half ctl pts */ static value_type Bezier(value_type *VT, int degree, time_type t, value_type *Left, value_type *Right) { int i, j; /* Index variables */ value_type Vtemp[W_DEGREE+1][W_DEGREE+1]; /* Copy control points */ for (j = 0; j <= degree; j++) Vtemp[0][j] = VT[j]; /* Triangle computation */ for (i = 1; i <= degree; i++) for (j =0 ; j <= degree - i; j++) { Vtemp[i][j][0] = (1.0 - t) * Vtemp[i-1][j][0] + t * Vtemp[i-1][j+1][0]; Vtemp[i][j][1] = (1.0 - t) * Vtemp[i-1][j][1] + t * Vtemp[i-1][j+1][1]; } if (Left != NULL) for (j = 0; j <= degree; j++) Left[j] = Vtemp[j][0]; if (Right != NULL) for (j = 0; j <= degree; j++) Right[j] = Vtemp[degree-j][j]; return (Vtemp[degree][0]); } /* * CrossingCount : * Count the number of times a Bezier control polygon * crosses the 0-axis. This number is >= the number of roots. * * value_type *VT; Control pts of Bezier curve */ static int CrossingCount(value_type *VT) { int i; int n_crossings = 0; /* Number of zero-crossings */ int sign, old_sign; /* Sign of coefficients */ sign = old_sign = SGN(VT[0][1]); for (i = 1; i <= W_DEGREE; i++) { sign = SGN(VT[i][1]); if (sign != old_sign) n_crossings++; old_sign = sign; } return n_crossings; } /* * ControlPolygonFlatEnough : * Check if the control polygon of a Bezier curve is flat enough * for recursive subdivision to bottom out. * * value_type *VT; Control points */ static int ControlPolygonFlatEnough(value_type *VT) { int i; /* Index variable */ distance_type distance[W_DEGREE]; /* Distances from pts to line */ distance_type max_distance_above; /* maximum of these */ distance_type max_distance_below; time_type intercept_1, intercept_2, left_intercept, right_intercept; distance_type a, b, c; /* Coefficients of implicit */ /* eqn for line from VT[0]-VT[deg] */ /* Find the perpendicular distance */ /* from each interior control point to */ /* line connecting VT[0] and VT[W_DEGREE] */ { distance_type abSquared; /* Derive the implicit equation for line connecting first * * and last control points */ a = VT[0][1] - VT[W_DEGREE][1]; b = VT[W_DEGREE][0] - VT[0][0]; c = VT[0][0] * VT[W_DEGREE][1] - VT[W_DEGREE][0] * VT[0][1]; abSquared = (a * a) + (b * b); for (i = 1; i < W_DEGREE; i++) { /* Compute distance from each of the points to that line */ distance[i] = a * VT[i][0] + b * VT[i][1] + c; if (distance[i] > 0.0) distance[i] = (distance[i] * distance[i]) / abSquared; if (distance[i] < 0.0) distance[i] = -(distance[i] * distance[i]) / abSquared; } } /* Find the largest distance */ max_distance_above = max_distance_below = 0.0; for (i = 1; i < W_DEGREE; i++) { if (distance[i] < 0.0) max_distance_below = MIN(max_distance_below, distance[i]); if (distance[i] > 0.0) max_distance_above = MAX(max_distance_above, distance[i]); } /* Implicit equation for "above" line */ intercept_1 = -(c + max_distance_above)/a; /* Implicit equation for "below" line */ intercept_2 = -(c + max_distance_below)/a; /* Compute intercepts of bounding box */ left_intercept = MIN(intercept_1, intercept_2); right_intercept = MAX(intercept_1, intercept_2); return 0.5 * (right_intercept-left_intercept) < BEZIER_EPSILON ? 1 : 0; } /* * ComputeXIntercept : * Compute intersection of chord from first control point to last * with 0-axis. * * value_type *VT; Control points */ static time_type ComputeXIntercept(value_type *VT) { distance_type YNM = VT[W_DEGREE][1] - VT[0][1]; return (YNM*VT[0][0] - (VT[W_DEGREE][0] - VT[0][0])*VT[0][1]) / YNM; } /* * FindRoots : * Given a 5th-degree equation in Bernstein-Bezier form, find * all of the roots in the interval [0, 1]. Return the number * of roots found. * * value_type *w; The control points * time_type *t; RETURN candidate t-values * int depth; The depth of the recursion */ static int FindRoots(value_type *w, time_type *t, int depth) { int i; value_type Left[W_DEGREE+1]; /* New left and right */ value_type Right[W_DEGREE+1]; /* control polygons */ int left_count; /* Solution count from */ int right_count; /* children */ time_type left_t[W_DEGREE+1]; /* Solutions from kids */ time_type right_t[W_DEGREE+1]; switch (CrossingCount(w)) { case 0 : { /* No solutions here */ return 0; } case 1 : { /* Unique solution */ /* Stop recursion when the tree is deep enough */ /* if deep enough, return 1 solution at midpoint */ if (depth >= MAXDEPTH) { t[0] = (w[0][0] + w[W_DEGREE][0]) / 2.0; return 1; } if (ControlPolygonFlatEnough(w)) { t[0] = ComputeXIntercept(w); return 1; } break; } } /* Otherwise, solve recursively after */ /* subdividing control polygon */ Bezier(w, W_DEGREE, 0.5, Left, Right); left_count = FindRoots(Left, left_t, depth+1); right_count = FindRoots(Right, right_t, depth+1); /* Gather solutions together */ for (i = 0; i < left_count; i++) t[i] = left_t[i]; for (i = 0; i < right_count; i++) t[i+left_count] = right_t[i]; /* Send back total number of solutions */ return (left_count+right_count); } /* * ConvertToBezierForm : * Given a point and a Bezier curve, generate a 5th-degree * Bezier-format equation whose solution finds the point on the * curve nearest the user-defined point. * * value_type& P; The point to find t for * value_type *VT; The control points */ static void ConvertToBezierForm(const value_type& P, value_type *VT, value_type w[W_DEGREE+1]) { int i, j, k, m, n, ub, lb; int row, column; /* Table indices */ value_type c[DEGREE+1]; /* VT(i)'s - P */ value_type d[DEGREE]; /* VT(i+1) - VT(i) */ distance_type cdTable[3][4]; /* Dot product of c, d */ static distance_type z[3][4] = { /* Precomputed "z" for cubics */ {1.0, 0.6, 0.3, 0.1}, {0.4, 0.6, 0.6, 0.4}, {0.1, 0.3, 0.6, 1.0}}; /* Determine the c's -- these are vectors created by subtracting */ /* point P from each of the control points */ for (i = 0; i <= DEGREE; i++) c[i] = VT[i] - P; /* Determine the d's -- these are vectors created by subtracting */ /* each control point from the next */ for (i = 0; i <= DEGREE - 1; i++) d[i] = (VT[i+1] - VT[i]) * 3.0; /* Create the c,d table -- this is a table of dot products of the */ /* c's and d's */ for (row = 0; row <= DEGREE - 1; row++) for (column = 0; column <= DEGREE; column++) cdTable[row][column] = d[row] * c[column]; /* Now, apply the z's to the dot products, on the skew diagonal */ /* Also, set up the x-values, making these "points" */ for (i = 0; i <= W_DEGREE; i++) { w[i][0] = (distance_type)(i) / W_DEGREE; w[i][1] = 0.0; } n = DEGREE; m = DEGREE-1; for (k = 0; k <= n + m; k++) { lb = MAX(0, k - m); ub = MIN(k, n); for (i = lb; i <= ub; i++) { j = k - i; w[i+j][1] += cdTable[j][i] * z[j][i]; } } } /* * NearestPointOnCurve : * Compute the parameter value of the point on a Bezier * curve segment closest to some arbitrary, user-input point. * Return the point on the curve at that parameter value. * * value_type& P; The user-supplied point * value_type *VT; Control points of cubic Bezier */ static time_type NearestPointOnCurve(const value_type& P, value_type VT[4]) { value_type w[W_DEGREE+1]; /* Ctl pts of 5th-degree curve */ time_type t_candidate[W_DEGREE]; /* Possible roots */ int n_solutions; /* Number of roots found */ time_type t; /* Parameter value of closest pt */ /* Convert problem to 5th-degree Bezier form */ ConvertToBezierForm(P, VT, w); /* Find all possible roots of 5th-degree equation */ n_solutions = FindRoots(w, t_candidate, 0); /* Compare distances of P to all candidates, and to t=0, and t=1 */ { distance_type dist, new_dist; value_type p, v; int i; /* Check distance to beginning of curve, where t = 0 */ dist = (P - VT[0]).mag_squared(); t = 0.0; /* Find distances for candidate points */ for (i = 0; i < n_solutions; i++) { p = Bezier(VT, DEGREE, t_candidate[i], (value_type *)NULL, (value_type *)NULL); new_dist = (P - p).mag_squared(); if (new_dist < dist) { dist = new_dist; t = t_candidate[i]; } } /* Finally, look at distance to end point, where t = 1.0 */ new_dist = (P - VT[DEGREE]).mag_squared(); if (new_dist < dist) { dist = new_dist; t = 1.0; } } /* Return the point on the curve at parameter value t */ return t; } }; _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/trivial0000664000212700021270000000232512614166103011103 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Trivial Template Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__TRIVIAL__ #define __ETL__TRIVIAL__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_trivial.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/fastangle0000664000212700021270000000234312614166103011375 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Fast Angle Abstraction Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__FASTANGLE__ #define __ETL__FASTANGLE__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_fastangle.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_rect.h0000664000212700021270000001615513154464036010767 00000000000000/*! ======================================================================== ** Extended Template Library ** Rectangle Basic Class Implementation ** $Id$ ** ** Copyright (c) 2002 Adrian Bentley ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__RECT_H #define __ETL__RECT_H /* === H E A D E R S ======================================================= */ #include #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template < typename T > class rect { public: //type niceties typedef T value_type; public: //representation value_type minx,maxx,miny,maxy; public: //interface rect() {} rect(const value_type &x1,const value_type &y1) { set_point(x1,y1); } rect(const value_type &x1,const value_type &y1, const value_type &x2,const value_type &y2) { set_point(x1,y1); expand(x2,y2); } rect(const rect &o) :minx(o.minx),maxx(o.maxx),miny(o.miny),maxy(o.maxy) {} template < typename U > rect(const rect &o) :minx(o.minx),maxx(o.maxx),miny(o.miny),maxy(o.maxy) {} void set_point(const value_type &x1,const value_type &y1) { minx = maxx = x1; miny = maxy = y1; } void expand(const value_type &x1,const value_type &y1) { minx = std::min(minx,x1); maxx = std::max(maxx,x1); miny = std::min(miny,y1); maxy = std::max(maxy,y1); } void set(const value_type &x1,const value_type &y1, const value_type &x2,const value_type &y2) { minx = x1; maxx = x2; miny = y1; maxy = y2; } //HACK HACK HACK (stupid compiler doesn't like default arguments of any type) bool valid() const { return valid(std::less()); } template < typename F > bool valid(const F & func) const { return func(minx,maxx) && func(miny,maxy); } }; template < typename T, typename F > inline bool intersect(const rect &r1, const rect &r2, const F & func) { /* We wan to do the edge compare test |-----| |------| intersecting |-----| |-----| not intersecting So we want to compare the mins of the one against the maxs of the other, and visa versa by default (exclude edge sharing) less will not be true if they are equal... */ return func(r1.minx,r2.maxx) && func(r2.minx,r1.maxx) && func(r1.miny,r2.maxy) && func(r2.miny,r1.maxy); } template < typename T > inline bool intersect(const rect &r1, const rect &r2) { return intersect(r1,r2,std::less()); } template < typename T, typename F > inline bool contains(const rect &big, const rect &small, const F & func) { return !func(small.minx, big.minx) && !func(big.maxx, small.maxx) && !func(small.miny, big.miny) && !func(big.maxy, small.maxy); } template < typename T > inline bool contains(const rect &big, const rect &small) { return contains(big,small,std::less()); } template < typename T > void set_intersect(rect &rout, const rect &r1, const rect &r2) { //takes the intersection of the two rectangles rout.minx = std::max(r1.minx,r2.minx); rout.miny = std::max(r1.miny,r2.miny); rout.maxx = std::min(r1.maxx,r2.maxx); rout.maxy = std::min(r1.maxy,r2.maxy); } template < typename T > void set_union(rect &rout, const rect &r1, const rect &r2) { //takes the union of the two rectangles (bounds both... will contain extra info, but that's ok) rout.set( std::min(r1.minx,r2.minx), std::min(r1.miny,r2.miny), std::max(r1.maxx,r2.maxx), std::max(r1.maxy,r2.maxy)); /*rect local = r1; rout.expand(r2.minx,r2.miny); rout.expand(r2.maxx,r2.maxy); rout = local;*/ } template void rects_subtract(List &list, const rect &r, const F &less) { typedef typename List::value_type Rect; if (!r.valid(less)) return; for(typename List::iterator i = list.begin(); i != list.end();) { if (intersect(*i, r)) { Rect &x = *i; Rect y; y.minx = std::max(x.minx, r.maxx); y.maxx = std::min(x.maxx, r.minx); y.miny = std::max(x.miny, r.maxy); y.maxy = std::min(x.maxy, r.miny); T rects[][4] = { { x.minx, y.maxx, x.miny, x.maxy }, { y.minx, x.maxx, x.miny, x.maxy }, { y.minx, y.maxx, x.miny, y.maxy }, { y.minx, y.maxx, y.miny, x.maxy } }; const int count = sizeof(rects)/sizeof(rects[0]); bool inserted = false; for(int j = 0; j < count; ++j) { if ( less(rects[j][0], rects[j][1]) && less(rects[j][2], rects[j][3]) ) { Rect rr; rr.minx = rects[j][0]; rr.maxx = rects[j][1]; rr.miny = rects[j][2]; rr.maxy = rects[j][3]; if (inserted) i = list.insert(++i, rr); else *i = rr, inserted = true; } } if (!inserted) { i = list.erase(i); continue; } } ++i; } } template void rects_subtract(List &list, const rect &r) { rects_subtract(list, r, std::less()); } template void rects_add(List &list, const rect &r, const F &less) { if (!r.valid(less)) return; rects_subtract(list, r, less); list.insert(list.end(), r); } template void rects_add(List &list, const rect &r) { rects_add(list, r, std::less()); } template void rects_merge(List &list, const F &less) { for(typename List::iterator i = list.begin(); i != list.end();) if (!i->valid(less)) i = list.erase(i); else ++i; bool merged_any = true; while(merged_any) { merged_any = false; for(typename List::iterator i = list.begin(); i != list.end();) { bool merged_current = false; for(typename List::iterator j = list.begin(); j != list.end(); ++j) if ( !less(i->minx, j->minx) && !less(j->minx, i->minx) && !less(i->maxy, j->miny) && !less(j->miny, i->maxy) ) { j->miny = i->miny; i = list.erase(i); merged_current = true; break; } if (merged_current) merged_any = true; else ++i; } } } template void rects_merge(List &list) { typedef typename List::value_type R; typedef typename R::value_type T; rects_merge(list, std::less()); } _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_smart_ptr.h0000664000212700021270000002431312614166103012032 00000000000000/* ======================================================================== ** Extended Template and Library ** Template Smart Pointer Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__SMART_PTR_H #define __ETL__SMART_PTR_H /* === H E A D E R S ======================================================= */ #include #include "_ref_count.h" /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template struct generic_deleter { void operator()(T* x)const { delete x; } }; template struct array_deleter { void operator()(T* x)const { delete [] x; } }; // ======================================================================== /*! \class smart_ptr _smart_ptr.h ETL/smart_ptr ** \brief Object Smart Pointer ** \see loose_smart_ptr ** \writeme */ template > class smart_ptr { public: typedef T value_type; typedef T& reference; typedef const T& const_reference; typedef T* pointer; typedef const T* const_pointer; typedef int count_type; typedef int size_type; typedef D destructor_type; #ifdef DOXYGEN_SHOULD_SKIP_THIS // #ifdef is not a typo private: #endif value_type *obj; //!< \internal Pointer to object reference_counter refcount; public: // Private constructor for convenience smart_ptr(value_type* obj,reference_counter refcount):obj(obj),refcount(refcount) { } //! Default constructor - empty smart_ptr smart_ptr():obj(0),refcount(false) {} //! Constructor that constructs from a pointer to new object /*! A new smart_ptr is created with a pointer to a newly allocated object. We need to be explicit with this so we don't accidently have two smart_ptrs for one object -- that would be bad. */ explicit smart_ptr(value_type* x):obj(x),refcount(x?true:false) { } //! Template copy constructor /*! This template constructor allows us to cast smart_ptrs much like we would pointers. */ #ifdef _WIN32 template smart_ptr(const smart_ptr &x):obj((pointer)&*x.obj),refcount(x.refcount()) { } #endif //! Default copy constructor /*! The template above is not good enough for all compilers. We need to explicitly define the copy constructor for this class to work on those compilers. */ smart_ptr(const smart_ptr &x):obj(x.obj),refcount(x.refcount) { } explicit smart_ptr(const value_type &x):obj(new value_type(x)) { } //! smart_ptr is released on deletion ~smart_ptr() { if(refcount.unique()) destructor_type()(obj); } //! Template Assignment operator template const smart_ptr & operator=(const smart_ptr &x) { if(x.get()==obj) return *this; reset(); if(x.obj) { obj=(pointer)x.get(); refcount=x.refcount; } return *this; } //! Assignment operator const smart_ptr & operator=(const smart_ptr &x) { if(x.get()==obj) return *this; reset(); if(x.obj) { obj=(pointer)x.get(); refcount=x.refcount; } return *this; } //! smart_ptr reset procedure void reset() { if(obj) { if(refcount.unique()) destructor_type()(obj); refcount.detach(); obj=0; } } void spawn() { operator=(smart_ptr(new T)); } //! Returns number of instances const count_type& count()const { return refcount; } //! Returns true if there is only one instance of the object bool unique()const { return refcount.unique(); } //! Returns a constant handle to our object smart_ptr constant() { return *this; } reference operator*()const { assert(obj); return *obj; } pointer operator->()const { assert(obj); return obj; } operator smart_ptr()const { return smart_ptr(static_cast(obj)); } //! static_cast<> wrapper template static smart_ptr cast_static(const smart_ptr &x) { if(!x)return NULL; return smart_ptr(static_cast(x.get()),x.refcount); } //! dynamic_cast<> wrapper template static smart_ptr cast_dynamic(const smart_ptr &x) { if(!x)return 0; return smart_ptr(dynamic_cast(x.get()),x.refcount); } //! const_cast<> wrapper template static smart_ptr cast_const(const smart_ptr &x) { if(!x)return 0; return smart_ptr(const_cast(x.get()),x.refcount); } pointer get()const { return obj; } //! More explicit bool cast operator bool()const { return obj!=0; } bool operator!()const { return !obj; } //! Overloaded cast operator -- useful for implicit casts template operator smart_ptr() { // This next line should provide a syntax check // to make sure that this cast makes sense. // If it doesn't, this should have a compiler error. // Otherwise, it should get optimized right out // of the code. //(U*)obj; return *reinterpret_cast*>(this); } }; // END of template class smart_ptr // ======================================================================== /*! \class loose_smart_ptr _smart_ptr.h ETL/smart_ptr ** \brief Loose Object Smart Pointer ** \see smart_ptr ** \writeme */ template class loose_smart_ptr { public: typedef T value_type; typedef T& reference; typedef const T& const_reference; typedef T* pointer; typedef const T* const_pointer; typedef int count_type; typedef int size_type; private: value_type *obj; //!< \internal Pointer to object weak_reference_counter refcount; //!< \internal Pointer to object's reference counter public: //! Default constructor - empty smart_ptr loose_smart_ptr():obj(0),refcount(0) {} //! Default copy constructor loose_smart_ptr(const loose_smart_ptr &x):obj(x.get()),refcount(x.refcount) { } loose_smart_ptr(const smart_ptr &x):obj(x.get()),refcount(x.refcount) { } void reset() { obj=0,refcount=0; } operator smart_ptr() { return smart_ptr(static_cast(obj),refcount); } operator smart_ptr() { return smart_ptr(static_cast(obj),refcount); } //! Returns number of instances const count_type& count()const { return refcount; } bool unique()const { return refcount.unique(); } reference operator*()const { assert(obj); return *obj; } pointer operator->()const { assert(obj); return obj; } pointer get()const { return obj; } bool operator!()const { return !obj; } }; template bool operator==(const smart_ptr &lhs,const smart_ptr &rhs) { return (lhs.get()==rhs.get()); } template bool operator==(const loose_smart_ptr &lhs,const loose_smart_ptr &rhs) { return (lhs.get()==rhs.get()); } template bool operator==(const smart_ptr &lhs,const loose_smart_ptr &rhs) { return (lhs.get()==rhs.get()); } template bool operator==(const loose_smart_ptr &lhs,const smart_ptr &rhs) { return (lhs.get()==rhs.get()); } template bool operator==(const smart_ptr &lhs,const T *rhs) { return (lhs.get()==rhs); } template bool operator==(const loose_smart_ptr &lhs,const T *rhs) { return (lhs.get()==rhs); } template bool operator==(const T *lhs,const smart_ptr &rhs) { return (lhs==rhs.get()); } template bool operator==(const T *lhs,const loose_smart_ptr &rhs) { return (lhs==rhs.get()); } template bool operator!=(const smart_ptr &lhs,const smart_ptr &rhs) { return (lhs.get()!=rhs.get()); } template bool operator!=(const loose_smart_ptr &lhs,const loose_smart_ptr &rhs) { return (lhs.get()!=rhs.get()); } template bool operator!=(const smart_ptr &lhs,const loose_smart_ptr &rhs) { return (lhs.get()!=rhs.get()); } template bool operator!=(const loose_smart_ptr &lhs,const smart_ptr &rhs) { return (lhs.get()!=rhs.get()); } template bool operator!=(const smart_ptr &lhs,const T *rhs) { return (lhs.get()!=rhs); } template bool operator!=(const loose_smart_ptr &lhs,const T *rhs) { return (lhs.get()!=rhs); } template bool operator!=(const T *lhs,const smart_ptr &rhs) { return (lhs!=rhs.get()); } template bool operator!=(const T *lhs,const loose_smart_ptr &rhs) { return (lhs!=rhs.get()); } template bool operator<(const smart_ptr &lhs,const smart_ptr &rhs) { return (lhs.get() bool operator<(const loose_smart_ptr &lhs,const loose_smart_ptr &rhs) { return (lhs.get() bool operator<(const smart_ptr &lhs,const loose_smart_ptr &rhs) { return (lhs.get() bool operator<(const loose_smart_ptr &lhs,const smart_ptr &rhs) { return (lhs.get() bool operator<(const smart_ptr &lhs,const T *rhs) { return (lhs.get() bool operator<(const loose_smart_ptr &lhs,const T *rhs) { return (lhs.get() bool operator<(const T *lhs,const smart_ptr &rhs) { return (lhs bool operator<(const T *lhs,const loose_smart_ptr &rhs) { return (lhs -*- C++ -*- /* === E T L =============================================================== */ /*! \file handle ** $Id$ ** \brief Template Object Handle ** ** \legal ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package 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. ** \endlegal */ /* ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__HANDLE__ #define __ETL__HANDLE__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #ifdef HAVE_LIBPTHREAD #define ETL_LOCK_REFCOUNTS #endif #ifdef ETL_LOCK_REFCOUNTS # include "mutex" #endif #include "_handle.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/Makefile.am0000664000212700021270000000241512614166103011542 00000000000000# $Id$ MAINTAINERCLEANFILES = \ Makefile.in CLEANFILES = \ $(top_builddir)/ETL/etl_profile.h etldir = $(includedir)/ETL etl_HEADERS = \ value \ _value.h \ rect \ _rect.h \ misc \ _misc.h \ ref_count \ _ref_count.h \ angle \ fastangle \ handle \ ipc \ thread \ fixed \ random \ clock \ hermite \ calculus \ stringf \ trivial \ spline \ _stringf.h \ _bspline.h \ _calculus.h \ _mutex_null.h \ _hermite.h \ _curve_func.h \ _clock_base.h \ _clock_system.h \ _clock_gettimeofday.h \ _random.h \ _angle.h \ _fastangle.h \ _curve.h \ _handle.h \ _thread.h \ _mutex_pthreads.h \ _mutex_win32.h \ _condition.h \ _rwlock.h \ smach \ _smach.h \ _trivial.h \ _fixed.h \ etl_config.h \ $(top_builddir)/ETL/etl_profile.h \ _fastangle_tables.h \ bezier \ _bezier.h \ _bezier_angle.h \ _status.h \ status \ pen \ _pen.h \ boxblur \ _boxblur.h \ gaussian \ _gaussian.h \ surface \ _surface.h \ smart_ptr \ _smart_ptr.h \ _clock_win32hpcount.h \ mutex \ _mutex_pthreads_simple.h $(top_builddir)/ETL/etl_profile.h:$(top_builddir)/ETL/etl_profile_.h sed "s/PACKAGE/ETL/g;" < $(top_builddir)/ETL/etl_profile_.h > $(top_builddir)/ETL/etl_profile.h # FIXME: figure out why this is in SVN, but isn't installed EXTRA_DIST = \ _bit_rotate.h ETL-1.2.1/ETL/ref_count0000664000212700021270000000230612614166103011414 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__REF_COUNT__ #define __ETL__REF_COUNT__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_ref_count.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_clock_system.h0000664000212700021270000000667012614166103012524 00000000000000/*! ======================================================================== ** Extended Template and Library ** Proc Clock Description Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__CLOCK_SYSTEM_H #define __ETL__CLOCK_SYSTEM_H /* === H E A D E R S ======================================================= */ #ifndef _WIN32 # include # define __sys_clock ::clock # define __sys_time ::time #else # ifdef __GNUG__ # include # define __sys_clock ::clock # define __sys_time ::time # else typedef int clock_t; typedef int time_t; extern clock_t _clock(); extern time_t _time(time_t *); # define CLOCKS_PER_SEC 1000 # define __sys_clock _clock # define __sys_time _time # endif #endif /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE class clock_desc_sys_clock { public: typedef float value_type; inline static bool realtime() { return false; } inline static bool proctime() { return true; } inline static value_type one_second() { return 1.0f; } inline static value_type precision() { return one_second()/(value_type)CLOCKS_PER_SEC; } inline static const char *description() { return "ANSI C clock()"; }; protected: typedef clock_t timestamp; static void get_current_time(timestamp &time) { time=__sys_clock(); } static timestamp get_current_time() { return __sys_clock(); } static value_type timestamp_to_seconds(const timestamp &x) { return precision()*x; } static timestamp seconds_to_timestamp(const value_type &x) { return (timestamp)(x*(value_type)CLOCKS_PER_SEC+0.5); } }; class clock_desc_sys_time { public: typedef float value_type; inline static bool realtime() { return true; } inline static bool proctime() { return false; } inline static value_type one_second() { return 1.0f; } inline static value_type precision() { return one_second(); } inline static const char *description() { return "ANSI C time()"; }; protected: typedef time_t timestamp; static void get_current_time(timestamp &time) { __sys_time(&time); } static timestamp get_current_time() { return __sys_time(NULL); } static value_type timestamp_to_seconds(const timestamp &x) { return (value_type)x; } static timestamp seconds_to_timestamp(const value_type &x) { return (timestamp)(x+(value_type)0.5f); } }; _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/stringf0000664000212700021270000000232012614166103011100 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** stringf Procedure ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__STRINGF__ #define __ETL__STRINGF__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_stringf.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_stringf.h0000664000212700021270000002653413154464515011512 00000000000000/* ========================================================================= ** Extended Template and Library ** stringf Procedure Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__STRINGF_H #define __ETL__STRINGF_H /* === H E A D E R S ======================================================= */ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif #include #include #include #include /* === M A C R O S ========================================================= */ #ifndef ETL_STRPRINTF_MAX_LENGTH #define ETL_STRPRINTF_MAX_LENGTH (800) #endif #ifdef _WIN32 #define POPEN_BINARY_READ_TYPE "rb" #define POPEN_BINARY_WRITE_TYPE "wb" #else #define POPEN_BINARY_READ_TYPE "r" #define POPEN_BINARY_WRITE_TYPE "w" #endif /* === T Y P E D E F S ===================================================== */ _ETL_BEGIN_CDECLS #if defined(__APPLE__) || defined(__CYGWIN__) || defined(_WIN32) #define ETL_NO_THROW #else #define ETL_NO_THROW throw() #endif // Prefer prototypes from glibc headers, since defining them ourselves // works around glibc security mechanisms #ifdef HAVE_VASPRINTF // This is the preferred method #ifndef __GLIBC__ extern int vasprintf(char **,const char *,va_list)ETL_NO_THROW; #endif #else # ifdef HAVE_VSNPRINTF // This is the secondary method #ifndef __GLIBC__ extern int vsnprintf(char *,size_t,const char*,va_list)ETL_NO_THROW; #endif # endif #endif #ifdef HAVE_VSSCANF #ifndef __GLIBC__ #ifndef _WIN32 extern int vsscanf(const char *,const char *,va_list)ETL_NO_THROW; #endif #endif #else #define ETL_NO_VSTRSCANF #ifdef HAVE_SSCANF #ifndef __GLIBC__ extern int sscanf(const char *buf, const char *format, ...)ETL_NO_THROW; #endif #endif #endif #include _ETL_END_CDECLS /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE inline std::string vstrprintf(const char *format, va_list args) { #ifdef HAVE_VASPRINTF // This is the preferred method (and safest) char *buffer; std::string ret; int i=vasprintf(&buffer,format,args); if (i>-1) { ret=buffer; free(buffer); } return ret; #else #ifdef HAVE_VSNPRINTF // This is the secondary method (Safe, but bulky) #warning etl::vstrprintf() has a maximum size of ETL_STRPRINTF_MAX_LENGTH in this configuration. #ifdef ETL_THREAD_SAFE char buffer[ETL_STRPRINTF_MAX_LENGTH]; #else static char buffer[ETL_STRPRINTF_MAX_LENGTH]; #endif vsnprintf(buffer,sizeof(buffer),format,args); return buffer; #else // This is the worst method (UNSAFE, but "works") #warning Potential for Buffer-overflow bug using vsprintf #define ETL_UNSAFE_STRPRINTF (true) // Here, we are doubling the size of the buffer to make this case // slightly more safe. #ifdef ETL_THREAD_SAFE char buffer[ETL_STRPRINTF_MAX_LENGTH*2]; #else static char buffer[ETL_STRPRINTF_MAX_LENGTH*2]; #endif vsprintf(buffer,format,args); return buffer; #endif #endif } inline std::string strprintf(const char *format, ...) { va_list args; va_start(args,format); return vstrprintf(format,args); } #ifndef ETL_NO_VSTRSCANF inline int vstrscanf(const std::string &data, const char*format, va_list args) { return vsscanf(data.c_str(),format,args); } inline int strscanf(const std::string &data, const char*format, ...) { va_list args; va_start(args,format); return vstrscanf(data, format,args); } #else /* #if defined (HAVE_SSCANF) && defined (__GNUC__) */ #define strscanf(data,format,...) sscanf(data.c_str(),format,__VA_ARGS__) /* #endif */ #endif #define stratof(X) (atof((X).c_str())) #define stratoi(X) (atoi((X).c_str())) inline bool is_separator(char c) { return c == ETL_DIRECTORY_SEPARATOR0 || c == ETL_DIRECTORY_SEPARATOR1; } inline std::string basename(const std::string &str) { std::string::const_iterator iter; if(str.empty()) return std::string(); if(str.size() == 1 && is_separator(str[0])) return str; if(is_separator((&*str.end())[-1])) iter=str.end()-2; else iter=str.end()-1; for(;iter!=str.begin();iter--) if(is_separator(*iter)) break; if (is_separator(*iter)) iter++; if(is_separator((&*str.end())[-1])) return std::string(iter,str.end()-1); return std::string(iter,str.end()); } inline std::string dirname(const std::string &str) { std::string::const_iterator iter; if(str.empty()) return std::string(); if(str.size() == 1 && is_separator(str[0])) return str; if(is_separator((&*str.end())[-1])) iter=str.end()-2; else iter=str.end()-1; for(;iter!=str.begin();iter--) if(is_separator(*iter)) break; if(iter==str.begin()) { if (is_separator(*iter)) return std::string() + ETL_DIRECTORY_SEPARATOR; else return "."; } return std::string(str.begin(),iter); } // filename_extension("/f.e/d.c") => ".c" inline std::string filename_extension(const std::string &str) { std::string base = basename(str); std::string::size_type pos = base.find_last_of('.'); if (pos == std::string::npos) return std::string(); return base.substr(pos); } // filename_sans_extension("/f.e/d.c") => "/f.e/d" inline std::string filename_sans_extension(const std::string &str) { std::string base = basename(str); std::string::size_type pos = base.find_last_of('.'); if (pos == std::string::npos) return str; std::string dir = dirname(str); if (dir == ".") return base.substr(0,pos); return dir + ETL_DIRECTORY_SEPARATOR + base.substr(0,pos); } inline bool is_absolute_path(const std::string &path) { #ifdef _WIN32 if(path.size()>=3 && path[1]==':' && is_separator(path[2])) return true; #endif if(!path.empty() && is_separator(path[0])) return true; return false; } inline std::string unix_to_local_path(const std::string &path) { std::string ret; std::string::const_iterator iter; for(iter=path.begin();iter!=path.end();iter++) if (is_separator(*iter)) ret+=ETL_DIRECTORY_SEPARATOR; else switch(*iter) { case '~': ret+='~'; break; default: ret+=*iter; break; } return ret; } inline std::string current_working_directory() { char dir[256]; // TODO: current_working_directory() should use Glib::locale_to_utf8() std::string ret(getcwd(dir,sizeof(dir))); return ret; } inline std::string get_root_from_path(std::string path) { std::string ret; std::string::const_iterator iter; for(iter=path.begin();iter!=path.end();++iter) { if(is_separator(*iter)) break; ret+=*iter; } //if(iter!=path.end()) ret+=ETL_DIRECTORY_SEPARATOR; return ret; } inline std::string remove_root_from_path(std::string path) { while(!path.empty()) { if(is_separator(path[0])) { path.erase(path.begin()); return path; } path.erase(path.begin()); } return path; } inline std::string cleanup_path(std::string path) { std::string ret; // remove '.' for(int i = 0; i < (int)path.size();) { if ( path[i] == '.' && (i-1 < 0 || is_separator(path[i-1])) && (i+1 >= (int)path.size() || is_separator(path[i+1])) ) { path.erase(i, i+1 < (int)path.size() ? 2 : 1); } else { ++i; } } // remove double separators for(int i = 0; i < (int)path.size()-1;) if ( is_separator(path[i]) && is_separator(path[i+1]) ) path.erase(i+1, 1); else ++i; // solve '..' for(int i = 0; i < (int)path.size()-3;) { if ( is_separator(path[i]) && path[i+1] == '.' && path[i+2] == '.' && (i+3 >= (int)path.size() || is_separator(path[i+3])) ) { // case "/../some/path", remove "../" if (i == 0) { path.erase(i+1, i+3 >= (int)path.size() ? 2 : 3); } else // case "../../some/path", skip if ( i-2 >= 0 && path[i-1] == '.' && path[i-2] == '.' && (i-3 < 0 || is_separator(path[i-3])) ) { ++i; } // case "some/thing/../some/path", remove "thing/../" else { // so now we have: // i > 0, see first case, // path[i-1] is not a separator (double separators removed already), // so path[i-1] is part of valid directory entry, // also is not a special entry ('.' or '..'), see previous case and stage "remove '.'" size_t pos = path.find_last_of(ETL_DIRECTORY_SEPARATORS, i-1); if (pos == std::string::npos) { path.erase(0, i+3 >= (int)path.size() ? i+3 : i+4); i = 0; } else { path.erase(pos + 1, (i+3 >= (int)path.size() ? i+3 : i+4) - (int)pos - 1); i = (int)pos; } } } else { ++i; } } // remove separator from end of path if (path.size() > 1u && is_separator(path[path.size() - 1])) path.erase(path.size() - 1, 1); return path; } inline std::string absolute_path(std::string curr_path, std::string path) { std::string ret(curr_path); if(path.empty()) return cleanup_path(ret); if(is_absolute_path(path)) return cleanup_path(path); return cleanup_path(ret+ETL_DIRECTORY_SEPARATOR+path); } inline std::string absolute_path(std::string path) { return absolute_path(current_working_directory(), path); } inline std::string relative_path(std::string curr_path,std::string dest_path) { // If dest_path is already a relative path, // then there is no need to do anything. if(!is_absolute_path(dest_path)) dest_path=absolute_path(dest_path); else dest_path=cleanup_path(dest_path); if(!is_absolute_path(curr_path)) curr_path=absolute_path(curr_path); else curr_path=cleanup_path(curr_path); #ifdef _WIN32 // If we are on windows and the dest path is on a different drive, // then there is no way to make a relative path to it. if(dest_path.size()>=3 && dest_path[1]==':' && dest_path[0]!=curr_path[0]) return dest_path; #endif if(curr_path==dirname(dest_path)) return basename(dest_path); while(!dest_path.empty() && !curr_path.empty() && get_root_from_path(dest_path)==get_root_from_path(curr_path)) { dest_path=remove_root_from_path(dest_path); curr_path=remove_root_from_path(curr_path); } while(!curr_path.empty()) { dest_path=std::string("..")+ETL_DIRECTORY_SEPARATOR+dest_path; curr_path=remove_root_from_path(curr_path); } return dest_path; } inline std::string relative_path(std::string path) { return relative_path(current_working_directory(), path); } inline std::string solve_relative_path(std::string curr_path,std::string dest_path) { if(is_absolute_path(dest_path)) return cleanup_path(dest_path); if(dest_path.empty()) return cleanup_path(curr_path); return cleanup_path(curr_path + ETL_DIRECTORY_SEPARATOR + dest_path); } _ETL_END_NAMESPACE /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_gaussian.h0000664000212700021270000001716212614166103011635 00000000000000/*! ======================================================================== ** Extended Template Library ** Gaussian Blur Template Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__GAUSSIAN_H #define __ETL__GAUSSIAN_H /* === H E A D E R S ======================================================= */ #include // for memset() #include /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template void gaussian_blur_5x5_(T pen,int w, int h, typename T::accumulator_pointer SC0, typename T::accumulator_pointer SC1, typename T::accumulator_pointer SC2, typename T::accumulator_pointer SC3) { int x,y; typename T::accumulator_type Tmp1,Tmp2,SR0,SR1,SR2,SR3; //typename T::iterator_x iter; // Setup the row buffers for(x=0;x=h) {yadj=(h-y)-1; SR0=(typename T::accumulator_type)(pen.y()[yadj])*1.35;} else {yadj=0; SR0=(typename T::accumulator_type)(pen.get_value())*1.35; } SR1=SR2=SR3=typename T::accumulator_type(); for(x=0;x=w) Tmp1=(typename T::accumulator_type)(pen[yadj][(w-x)-1]); else Tmp1=(typename T::accumulator_type)(*pen[yadj]); Tmp2=SR0+Tmp1; SR0=Tmp1; Tmp1=SR1+Tmp2; SR1=Tmp2; Tmp2=SR2+Tmp1; SR2=Tmp1; Tmp1=SR3+Tmp2; SR3=Tmp2; // Column Machine Tmp2=SC0[x]+Tmp1; SC0[x]=Tmp1; Tmp1=SC1[x]+Tmp2; SC1[x]=Tmp2; Tmp2=SC2[x]+Tmp1; SC2[x]=Tmp1; if(y>1&&x>1) pen[-2][-2]=(typename T::value_type)((SC3[x]+Tmp2)/256); SC3[x]=Tmp2; } pen.dec_x(x); } } template void gaussian_blur_5x5(T pen, int w, int h) { typename T::accumulator_pointer SC0=new typename T::accumulator_type[w+2]; typename T::accumulator_pointer SC1=new typename T::accumulator_type[w+2]; typename T::accumulator_pointer SC2=new typename T::accumulator_type[w+2]; typename T::accumulator_pointer SC3=new typename T::accumulator_type[w+2]; gaussian_blur_5x5_(pen,w,h,SC0,SC1,SC2,SC3); delete [] SC0; delete [] SC1; delete [] SC2; delete [] SC3; } template void gaussian_blur_5x5(T begin, T end) { typename T::difference_type size(end-begin); typename T::accumulator_pointer SC0=new typename T::accumulator_type[size.x+2]; typename T::accumulator_pointer SC1=new typename T::accumulator_type[size.x+2]; typename T::accumulator_pointer SC2=new typename T::accumulator_type[size.x+2]; typename T::accumulator_pointer SC3=new typename T::accumulator_type[size.x+2]; gaussian_blur_5x5_(begin,size.x,size.y,SC0,SC1,SC2,SC3); delete [] SC0; delete [] SC1; delete [] SC2; delete [] SC3; } template void gaussian_blur_3x3(T pen,int w, int h) { int x,y; typename T::accumulator_type Tmp1,Tmp2,SR0,SR1; // typename T::iterator_x iter; typename T::accumulator_pointer SC0=new typename T::accumulator_type[w+1]; typename T::accumulator_pointer SC1=new typename T::accumulator_type[w+1]; // Setup the row buffers for(x=0;x=h) {yadj=-1; SR1=SR0=(typename T::accumulator_type)(pen.y()[yadj]);} else {yadj=0; SR1=SR0=(typename T::accumulator_type)(pen.get_value()); } for(x=0;x=w) Tmp1=(typename T::accumulator_type)(pen[yadj][(w-x)-2]); else Tmp1=(typename T::accumulator_type)(*pen[yadj]); Tmp2=SR0+Tmp1; SR0=Tmp1; Tmp1=SR1+Tmp2; SR1=Tmp2; Tmp2=SC0[x]+Tmp1; SC0[x]=Tmp1; if(y&&x) pen[-1][-1]=(typename T::value_type)((SC1[x]+Tmp2)/16); SC1[x]=Tmp2; } pen.dec_x(x); } delete [] SC0; delete [] SC1; } //! 2D 3x3 pixel gaussian blur template void gaussian_blur_3x3(_PEN begin, _PEN end) { typename _PEN::difference_type size(end-begin); gaussian_blur_3x3(begin,size.x,size.y); } //! 1D 3 pixel gaussian blur template void gaussian_blur_3(I begin, I end, bool endpts = true) { // typedef typename I _itertype; // int i; typename std::iterator_traits::value_type Tmp1,Tmp2,SR0,SR1; SR0=SR1=*begin; I iter,prev=begin; for(iter=begin;iter!=end;prev=iter++) { Tmp1=*iter; Tmp2=SR0+Tmp1; SR0=Tmp1; Tmp1=SR1+Tmp2; SR1=Tmp2; if(iter!=begin && ( endpts || (prev != begin) )) *prev=(Tmp1)/4; } if(endpts) { Tmp1=*prev; Tmp2=SR0+Tmp1; SR0=Tmp1; Tmp1=SR1+Tmp2; SR1=Tmp2; *prev=(Tmp1)/4; } } //! 2D 3x1 pixel gaussian blur template void gaussian_blur_3x1(_PEN begin, _PEN end) { typename _PEN::difference_type size=end-begin; for(;size.y>0;size.y--, begin.inc_y()) gaussian_blur_3(begin.x(),begin.x()+size.x); } //! 2D 1x3 pixel gaussian blur template void gaussian_blur_1x3(_PEN begin, _PEN end) { typename _PEN::difference_type size=end-begin; for(;size.x>0;size.x--,begin.inc_x()) gaussian_blur_3(begin.y(),begin.y()+size.y); } template void gaussian_blur(T pen, int w, int h, int blur_x, int blur_y) { typename T::accumulator_pointer SC0=new typename T::accumulator_type[w+2]; typename T::accumulator_pointer SC1=new typename T::accumulator_type[w+2]; typename T::accumulator_pointer SC2=new typename T::accumulator_type[w+2]; typename T::accumulator_pointer SC3=new typename T::accumulator_type[w+2]; blur_x--; blur_y--; while(blur_x&&blur_y) { if(blur_x>=4 && blur_y>=4) { gaussian_blur_5x5_(pen,w,h,SC0,SC1,SC2,SC3); blur_x-=4,blur_y-=4; } else if(blur_x>=2 && blur_y>=2) { gaussian_blur_3x3(pen,w,h); blur_x-=2,blur_y-=2; } else blur_x--,blur_y--; } while(blur_x) { if(blur_x>=2) { gaussian_blur_3x1(pen,T(pen).move(w,h)); blur_x-=2; } else blur_x--; } while(blur_y) { if(blur_y>=2) { gaussian_blur_1x3(pen,T(pen).move(w,h)); blur_y-=2; } else blur_y--; } delete [] SC0; delete [] SC1; delete [] SC2; delete [] SC3; } template void gaussian_blur(T begin, T end,int w, int h) { typename T::difference_type size(end-begin); gaussian_blur(begin,size.x,size.y,w,h); } template void gaussian_blur(T begin, T end,int w) { typename T::difference_type size(end-begin); gaussian_blur(begin,size.x,size.y,w,w); } _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/random0000664000212700021270000000233012614166103010705 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Random Number Generator Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__RANDOM__ #define __ETL__RANDOM__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_random.h" /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_rwlock.h0000664000212700021270000000464412614166103011325 00000000000000/*! ======================================================================== ** Extended Template and Library ** Mutex Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__RWLOCK_H_ #define __ETL__RWLOCK_H_ /* === H E A D E R S ======================================================= */ /* === M A C R O S ========================================================= */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE class read_write_lock : private Mutex { public: read_write_lock() { } ~read_write_lock() { } //! Exception-safe read-lock class class read_lock { read_write_lock *_mtx; public: read_lock(read_write_lock &x):_mtx(&x) { _mtx->lock_read(); } ~read_lock() { _mtx->unlock_read(); } read_write_lock &get() { return *_mtx; } }; //! Exception-safe write-lock class class write_lock { read_write_lock *_mtx; public: write_lock(read_write_lock &x):_mtx(&x) { _mtx->lock_write(); } ~read_lock() { _mtx->unlock_write(); } read_write_lock &get() { return *_mtx; } }; void lock_read(void) { lock_mutex(); } void lock_write(void) { lock_mutex(); } bool try_lock_read(void) { return try_lock_mutex(); } bool try_lock_write(void) { return try_lock_mutex(); } void unlock_write(void) { unlock_mutex(); } void unlock_read(void) { unlock_mutex(); } }; _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_surface.h0000664000212700021270000005174213154464515011465 00000000000000/*! ======================================================================== ** Extended Template and Library ** Surface Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__SURFACE_H #define __ETL__SURFACE_H /* === H E A D E R S ======================================================= */ #include "_pen.h" #include "_misc.h" #include #include /* === M A C R O S ========================================================= */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE template class value_prep { public: typedef T value_type; typedef AT accumulator_type; accumulator_type cook(const value_type& x)const { return (accumulator_type)x; } value_type uncook(const accumulator_type& x)const { return (value_type)x; } }; template class sampler { public: typedef VT value_type; typedef CT coord_type; typedef ST source_type; typedef coord_type float_type; inline static void prepare_coord(int w, const coord_type x, int &u, float_type &a) { if (x<0) { u=0; a=0; } else if (x>w-1.00001) { u=w-2; a=1; } else { u=floor_to_int(x); a=float_type(x)-float_type(u); } } inline static void prepare_coords(int w, int h, const coord_type x, const coord_type y, int &u, int &v, float_type &a, float_type &b) { prepare_coord(w, x, u, a); prepare_coord(h, y, v, b); } inline static void fill_cubic_polinomial(float_type x, float_type tx[]) { tx[0] = float_type(0.5)*x*(x*(float_type(-1)*x + float_type(2)) - float_type(1)); // -t + 2t^2 -t^3 tx[1] = float_type(0.5)*(x*(x*(float_type(3)*x - float_type(5))) + float_type(2)); // 2 - 5t^2 + 3t^3 tx[2] = float_type(0.5)*x*(x*(float_type(-3)*x + float_type(4)) + float_type(1)); // t + 4t^2 - 3t^3 tx[3] = float_type(0.5)*x*x*(x-float_type(1)); // -t^2 + t^3 } //! Linear sample static value_type linear_sample(const void *surface, int w, int h, const coord_type x, const coord_type y) { int u, v; float_type a, b; prepare_coords(w, h, x, y, u, v, a, b); const float_type c(float_type(1)-a), d(float_type(1)-b); return (value_type)(reader(surface, u ,v ))*c*d + (value_type)(reader(surface, u+1,v ))*a*d + (value_type)(reader(surface, u ,v+1))*c*b + (value_type)(reader(surface, u+1,v+1))*a*b; } //! Cosine sample static value_type cosine_sample(const void *surface, int w, int h, const coord_type x, const coord_type y) { int u, v; float_type a, b; prepare_coords(w, h, x, y, u, v, a, b); a=(float_type(1) - cos(a*float_type(3.1415927)))*float_type(0.5); b=(float_type(1) - cos(b*float_type(3.1415927)))*float_type(0.5); const float_type c(float_type(1)-a), d(float_type(1)-b); return (value_type)(reader(surface, u ,v ))*c*d + (value_type)(reader(surface, u+1,v ))*a*d + (value_type)(reader(surface, u ,v+1))*c*b + (value_type)(reader(surface, u+1,v+1))*a*b; } //! Cubic sample static value_type cubic_sample(const void *surface, int w, int h, const coord_type x, const coord_type y) { //Using catmull rom interpolation because it doesn't blur at all //bezier curve with intermediate ctrl pts: 0.5/3(p(i+1) - p(i-1)) and similar //precalculate indices (all clamped) and offset const int xi = (int)floor(x); const int yi = (int)floor(y); int xa[] = { xi-1, xi, xi+1, xi+2 }; int ya[] = { yi-1, yi, yi+1, yi+2 }; // clamp all const int ww = w - 1; const int hh = h - 1; xa[0] < 0 && ((xa[1] < 0 && ((xa[2] < 0 && ((xa[3] < 0 && (xa[3] = 0 )), (xa[2] = 0 ))), (xa[1] = 0 ))), (xa[0] = 0 )); ya[0] < 0 && ((ya[1] < 0 && ((ya[2] < 0 && ((ya[3] < 0 && (ya[3] = 0 )), (ya[2] = 0 ))), (ya[1] = 0 ))), (ya[0] = 0 )); xa[3] > ww && ((xa[2] > ww && ((xa[1] > ww && ((xa[0] > ww && (xa[0] = ww)), (xa[1] = ww))), (xa[2] = ww))), (xa[3] = ww)); ya[3] > hh && ((ya[2] > hh && ((ya[1] > hh && ((ya[0] > hh && (ya[0] = hh)), (ya[1] = hh))), (ya[2] = hh))), (ya[3] = hh)); // offset const float_type xf = float_type(x)-float_type(xi); const float_type yf = float_type(y)-float_type(yi); float_type txf[4], tyf[4]; fill_cubic_polinomial(xf, txf); fill_cubic_polinomial(yf, tyf); #define f(i,j) (value_type)(reader(surface, i, j)) #define ff(i,j) f(xa[i], ya[j])*txf[i] #define fff(j) (ff(0,j) + ff(1,j) + ff(2,j) + ff(3,j))*tyf[j] return fff(0) + fff(1) + fff(2) + fff(3); #undef fff #undef ff #undef f } }; template > class surface { public: typedef T value_type; typedef AT accumulator_type; typedef value_type* pointer; typedef accumulator_type* accumulator_pointer; typedef const value_type* const_pointer; typedef const accumulator_type* const_accumulator_pointer; typedef value_type& reference; typedef generic_pen pen; typedef generic_pen const_pen; typedef VP value_prep_type; typedef alpha_pen const_alpha_pen; typedef alpha_pen non_const_alpha_pen; typedef typename pen::difference_type size_type; typedef typename pen::difference_type difference_type; typedef typename pen::iterator_x iterator_x; typedef typename pen::iterator_y iterator_y; typedef typename pen::const_iterator_x const_iterator_x; typedef typename pen::const_iterator_y const_iterator_y; private: value_type *data_; value_type *zero_pos_; typename difference_type::value_type pitch_; int w_, h_; bool deletable_; value_prep_type cooker_; void swap(surface &x) { std::swap(data_,x.data_); std::swap(zero_pos_,x.zero_pos_); std::swap(pitch_,x.pitch_); std::swap(w_,x.w_); std::swap(h_,x.h_); std::swap(deletable_,x.deletable_); } public: surface(): data_(0), zero_pos_(data_), pitch_(0), w_(0),h_(0), deletable_(false) { } surface(value_type* data, int w, int h, bool deletable=false): data_(data), zero_pos_(data), pitch_(sizeof(value_type)*w), w_(w),h_(h), deletable_(deletable) { } surface(value_type* data, int w, int h, typename difference_type::value_type pitch, bool deletable=false): data_(data), zero_pos_(data), pitch_(pitch), w_(w),h_(h), deletable_(deletable) { } surface(const typename size_type::value_type &w, const typename size_type::value_type &h): data_(new value_type[w*h]), zero_pos_(data_), pitch_(sizeof(value_type)*w), w_(w),h_(h), deletable_(true) { } surface(const size_type &s): data_(new value_type[s.x*s.y]), zero_pos_(data_), pitch_(sizeof(value_type)*s.x), w_(s.x),h_(s.y), deletable_(true) { } template surface(const _pen &_begin, const _pen &_end) { typename _pen::difference_type size=_end-_begin; data_=new value_type[size.x*size.y]; w_=size.x; h_=size.y; zero_pos_=data_; pitch_=sizeof(value_type)*w_; deletable_=true; int x,y; for(y=0;y void fill(value_type v, _pen& PEN, int w, int h) { assert(data_); if(w<=0 || h<=0)return; int y; PEN.set_value(v); for(y=0;y void blit_to(_pen &pen) { return blit_to(pen,0,0, get_w(),get_h()); } template void blit_to(_pen &DEST_PEN, int x, int y, int w, int h) //src param { if(x>=w_ || y>=h_) return; //clip source origin if(x<0) { w+=x; //decrease x=0; } if(y<0) { h+=y; //decrease y=0; } //clip width against dest width w = std::min((long)w,(long)(DEST_PEN.end_x()-DEST_PEN.x())); h = std::min((long)h,(long)(DEST_PEN.end_y()-DEST_PEN.y())); //clip width against src width w = std::min(w,w_-x); h = std::min(h,h_-y); if(w<=0 || h<=0) return; pen SOURCE_PEN(get_pen(x,y)); for(; h>0; h--,DEST_PEN.inc_y(),SOURCE_PEN.inc_y()) { int i; for(i=0; i0 && h_>0 && pitch_!=0 ; } operator bool()const { return is_valid(); } pen begin() { assert(data_); return pen(data_,w_,h_,pitch_); } pen get_pen(int x, int y) { assert(data_); return begin().move(x,y); } pen end() { assert(data_); return get_pen(w_,h_); } const_pen begin()const { assert(data_); return const_pen(data_,w_,h_,pitch_); } const_pen get_pen(int x, int y)const { assert(data_); return begin().move(x,y); } const_pen end()const { assert(data_); return get_pen(w_,h_); } inline static value_type reader(const void *surf, int x, int y) { return (*(const surface*)surf)[y][x]; } inline static accumulator_type reader_cook(const void *surf, int x, int y) { return (*(const surface*)surf).cooker_.cook(reader(surf, x, y)); } typedef sampler sampler_cook; typedef sampler sampler_nocook; //! Linear sample value_type linear_sample(const float x, const float y)const { return cooker_.uncook(sampler_cook::linear_sample(this, w_, h_, x, y)); } //! Linear sample for already "cooked" surfaces value_type linear_sample_cooked(const float x, const float y)const { return (value_type)(sampler_nocook::linear_sample(this, w_, h_, x, y)); } //! Cosine sample value_type cosine_sample(const float x, const float y)const { return cooker_.uncook(sampler_cook::cosine_sample(this, w_, h_, x, y)); } //! Cosine sample for already "cooked" surfaces value_type cosine_sample_cooked(const float x, const float y)const { return (value_type)(sampler_nocook::cosine_sample(this, w_, h_, x, y)); } //! Cubic sample value_type cubic_sample(float x, float y)const { return cooker_.uncook(sampler_cook::cubic_sample(this, w_, h_, x, y)); } //! Cubic sample for already "cooked" surfaces value_type cubic_sample_cooked(float x, float y)const { return (value_type)(sampler_nocook::cubic_sample(this, w_, h_, x, y)); } //! Rectangle sample value_type sample_rect(float x0,float y0,float x1,float y1) const { const surface &s = *this; //assumes it's clamped to the boundary of the image //force min max relationship for x0,x1 and y0,y1 if(x0 > x1) std::swap(x0,x1); if(y0 > y1) std::swap(y0,y1); //local variable madness //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0; int xib=(int)floor(x0), xie=(int)floor(x1); int yib=(int)floor(y0), yie=(int)floor(y1); //the weight for the pixel should remain the same... float weight = (y1-y0)*(x1-x0); assert(weight != 0); float ylast = y0, xlastb = x0; const_pen pen_ = s.get_pen(xib,yib); for(yi = yib; yi < yie; ylast = ++yi, pen_.inc_y()) { const float yweight = yi+1 - ylast; float xlast = xlastb; for(xi = xib; xi < xie; xlast = ++xi, pen_.inc_x()) { const float w = yweight*(xi+1 - xlast); acum += cooker_.cook(pen_.get_value())*w; } //post... with next being fractional... const float w = yweight*(x1 - xlast); acum += cooker_.cook(pen_.get_value())*w; pen_.dec_x(xie-xib); } //post in y direction... must have all x... { const float yweight = y1 - ylast; float xlast = xlastb; for(xi = xib; xi < xie; xlast = ++xi) { const float w = yweight*(xi+1 - xlast); acum += cooker_.cook(pen_.get_value())*w; } //post... with next being fractional... const float w = yweight*(x1 - xlast); acum += cooker_.cook(pen_.get_value())*w; } acum *= 1/weight; return cooker_.uncook(acum); } //! Rectangle sample for already "cooked" surfaces value_type sample_rect_cooked(float x0,float y0,float x1,float y1) const { const surface &s = *this; //assumes it's clamped to the boundary of the image //force min max relationship for x0,x1 and y0,y1 if(x0 > x1) std::swap(x0,x1); if(y0 > y1) std::swap(y0,y1); //local variable madness //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0; int xib=(int)floor(x0), xie=(int)floor(x1); int yib=(int)floor(y0), yie=(int)floor(y1); //the weight for the pixel should remain the same... float weight = (y1-y0)*(x1-x0); assert(weight != 0); float ylast = y0, xlastb = x0; const_pen pen_ = s.get_pen(xib,yib); for(yi = yib; yi < yie; ylast = ++yi, pen_.inc_y()) { const float yweight = yi+1 - ylast; float xlast = xlastb; for(xi = xib; xi < xie; xlast = ++xi, pen_.inc_x()) { const float w = yweight*(xi+1 - xlast); acum += pen_.get_value()*w; } //post... with next being fractional... const float w = yweight*(x1 - xlast); acum += pen_.get_value()*w; pen_.dec_x(xie-xib); } //post in y direction... must have all x... { const float yweight = y1 - ylast; float xlast = xlastb; for(xi = xib; xi < xie; xlast = ++xi) { const float w = yweight*(xi+1 - xlast); acum += pen_.get_value()*w; } //post... with next being fractional... const float w = yweight*(x1 - xlast); acum += pen_.get_value()*w; } acum *= 1/weight; return (value_type)(acum); } //! Rectangle sample clipped value_type sample_rect_clip(float x0,float y0,float x1,float y1) const { const surface &s = *this; //assumes it's clamped to the boundary of the image //force min max relationship for x0,x1 and y0,y1 if(x0 > x1) std::swap(x0,x1); if(y0 > y1) std::swap(y0,y1); //local variable madness //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0; int xib=(int)floor(x0), xie=(int)floor(x1); int yib=(int)floor(y0), yie=(int)floor(y1); //the weight for the pixel should remain the same... float weight = (y1-y0)*(x1-x0); assert(weight != 0); //clip to the input region if(x0 >= s.get_w() || x1 <= 0) return acum; if(y0 >= s.get_h() || y1 <= 0) return acum; if(x0 < 0) { x0 = 0; xib = 0; } if(x1 >= s.get_w()) { x1 = s.get_w(); //want to be just below the last pixel... xie = s.get_w()-1; } if(y0 < 0) { y0 = 0; yib = 0; } if(y1 >= s.get_h()) { y1 = s.get_h(); //want to be just below the last pixel... yie = s.get_h()-1; } float ylast = y0, xlastb = x0; const_pen pen = s.get_pen(xib,yib); for(yi = yib; yi < yie; ylast = ++yi, pen.inc_y()) { const float yweight = yi+1 - ylast; float xlast = xlastb; for(xi = xib; xi < xie; xlast = ++xi, pen.inc_x()) { const float w = yweight*(xi+1 - xlast); acum += cooker_.cook(pen.get_value())*w; } //post... with next being fractional... const float w = yweight*(x1 - xlast); acum += cooker_.cook(pen.get_value())*w; pen.dec_x(xie-xib); } //post in y direction... must have all x... { const float yweight = y1 - ylast; float xlast = xlastb; for(xi = xib; xi < xie; xlast = ++xi) { const float w = yweight*(xi+1 - xlast); acum += cooker_.cook(pen.get_value())*w; } //post... with next being fractional... const float w = yweight*(x1 - xlast); acum += cooker_.cook(pen.get_value())*w; } acum *= 1/weight; return cooker_.uncook(acum); } //! Rectangle sample clipped for already "cooked" surfaces value_type sample_rect_clip_cooked(float x0,float y0,float x1,float y1) const { const surface &s = *this; //assumes it's clamped to the boundary of the image //force min max relationship for x0,x1 and y0,y1 if(x0 > x1) std::swap(x0,x1); if(y0 > y1) std::swap(y0,y1); //local variable madness //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0; int xib=(int)floor(x0), xie=(int)floor(x1); int yib=(int)floor(y0), yie=(int)floor(y1); //the weight for the pixel should remain the same... float weight = (y1-y0)*(x1-x0); assert(weight != 0); //clip to the input region if(x0 >= s.get_w() || x1 <= 0) return acum; if(y0 >= s.get_h() || y1 <= 0) return acum; if(x0 < 0) { x0 = 0; xib = 0; } if(x1 >= s.get_w()) { x1 = s.get_w(); //want to be just below the last pixel... xie = s.get_w()-1; } if(y0 < 0) { y0 = 0; yib = 0; } if(y1 >= s.get_h()) { y1 = s.get_h(); //want to be just below the last pixel... yie = s.get_h()-1; } float ylast = y0, xlastb = x0; const_pen pen = s.get_pen(xib,yib); for(yi = yib; yi < yie; ylast = ++yi, pen.inc_y()) { const float yweight = yi+1 - ylast; float xlast = xlastb; for(xi = xib; xi < xie; xlast = ++xi, pen.inc_x()) { const float w = yweight*(xi+1 - xlast); acum += pen.get_value()*w; } //post... with next being fractional... const float w = yweight*(x1 - xlast); acum += pen.get_value()*w; pen.dec_x(xie-xib); } //post in y direction... must have all x... { const float yweight = y1 - ylast; float xlast = xlastb; for(xi = xib; xi < xie; xlast = ++xi) { const float w = yweight*(xi+1 - xlast); acum += pen.get_value()*w; } //post... with next being fractional... const float w = yweight*(x1 - xlast); acum += pen.get_value()*w; } acum *= 1/weight; return (value_type)(acum); } }; _ETL_END_NAMESPACE /* === T Y P E D E F S ===================================================== */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/_mutex_win32.h0000664000212700021270000000442312614166103012203 00000000000000/*! ======================================================================== ** Extended Template and Library ** Mutex Abstraction Class Implementation ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** This is an internal header file, included by other ETL headers. ** You should not attempt to use it directly. ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__MUTEX_WIN32_H_ #define __ETL__MUTEX_WIN32_H_ /* === H E A D E R S ======================================================= */ #include // extern HANDLE CreateMutex(NULL, FALSE, NULL); // extern CloseHandle(handle); // extern WaitForSingleObject(handle, INFINITE); // extern ReleaseMutex(handle); /* === M A C R O S ========================================================= */ /* === C L A S S E S & S T R U C T S ======================================= */ _ETL_BEGIN_NAMESPACE class mutex { HANDLE handle; public: mutex() { handle = CreateMutex(NULL, FALSE, NULL); } ~mutex() { CloseHandle(handle); } //! Exception-safe mutex lock class class lock { mutex *_mtx; public: lock(mutex &x):_mtx(&x) { _mtx->lock_mutex(); } ~lock() { _mtx->unlock_mutex(); } mutex &get() { return *_mtx; } }; void lock_mutex(void) { WaitForSingleObject(handle, INFINITE); } bool try_lock_mutex(void) { return WaitForSingleObject(handle, INFINITE)==WAIT_FAILED; } void unlock_mutex(void) { ReleaseMutex(handle); } }; _ETL_END_NAMESPACE /* === E X T E R N S ======================================================= */ /* === E N D =============================================================== */ #endif ETL-1.2.1/ETL/bezier0000664000212700021270000000240512614166103010710 00000000000000// -*- C++ -*- /*! ======================================================================== ** Extended Template and Library ** Bezier Curve Class ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as ** published by the Free Software Foundation; either version 2 of ** the License, or (at your option) any later version. ** ** This package is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** ** === N O T E S =========================================================== ** ** ========================================================================= */ /* === S T A R T =========================================================== */ #ifndef __ETL__BEZIER__ #define __ETL__BEZIER__ /* === H E A D E R S ======================================================= */ #include "etl_config.h" #include "_bezier.h" #ifdef __ETL_ANGLE__ #include "_bezier_angle.h" #endif /* === E N D =============================================================== */ #endif ETL-1.2.1/README0000664000212700021270000000310313154464036007743 00000000000000 ETL -- Extended Template Library ETL is a multi-platform class and template library designed to add new datatypes and functions which combine well with the existing types and functions from the C++ Standard Template Library (STL). Links: Web: http://synfig.org/ Wiki: http://wiki.synfig.org Forums: http://synfig.org/forums Proj: http://sourceforge.net/projects/synfig/ Bugs: https://github.com/synfig/synfig/issues IRC: irc://irc.freenode.net/synfig Please use the IRC channel and the bug tracker to get support and report bugs, request features and submit patches. Copyright Copyright 2002 Robert B. Quattlebaum Jr. Copyright 2002 Adrian Bentley Copyright 2007-2008 Chris Moore Copyright 2008-2009 Paul Wise Copyright 2012 Hisashi Todd Fujinaka Copyright 2012 Denis Washington Copyright 2013-2014 Carlos López Copyright 2013-2015 Ivan Mahonin Licence This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA or visit http://www.gnu.org/licenses/gpl.html ETL-1.2.1/ChangeLog0000664000212700021270000062175012523031645010646 000000000000002015-04-25 Konstantin Dmitriev * ETL/configure.ac: Release version 1.0 2015-04-24 Konstantin Dmitriev * ETL/NEWS, ETL/configure.ac: Version 1.0 - RC5 2015-04-15 Konstantin Dmitriev * ETL/NEWS, ETL/configure.ac: Version 1.0 - RC4 2015-03-27 Ivan Mahonin * ETL/ETL/_stringf.h, ETL/ETL/etl_config.h: Fix slashes in filenames Conflicts: synfig-core/src/synfig/filesystemnative.cpp 2015-03-26 Konstantin Dmitriev * ETL/NEWS, ETL/configure.ac: Version 1.0 - RC3 2015-03-17 Konstantin Dmitriev * ETL/NEWS, ETL/configure.ac: Version 1.0 - RC2 2015-02-05 Konstantin Dmitriev * ETL/NEWS, ETL/README, ETL/configure.ac: Version 1.0 - RC1 2014-06-04 Ivan Mahonin * ETL/ETL/_smach.h: Fix warnings unitialized fields, functions without return 2014-03-04 Carlos Lopez * ETL/ETL/_bezier.h: Fix more warnings: private field not used and unused parameter 2014-03-04 Carlos Lopez * ETL/ETL/_bezier.h: Fix warnings: private field not used and unused parameter 2014-02-12 Ivan Mahonin * ETL/ETL/_handle.h: Method etl::shared_object::unref_inactive This method allows to restore initial state of shared_object - reference count is zero, but object exists. 'unref_inactive' decrease a reference counter but don't deletes the object when count becomes zero. 2013-11-06 Konstantin Dmitriev * ETL/configure.ac: Bump version up to 0.65.0. Because we need a difference. ^__^ 2013-11-04 Konstantin Dmitriev * ETL/NEWS, ETL/configure.ac: Release 0.64.1 2013-10-19 Konstantin Dmitriev * ETL/NEWS, ETL/configure.ac: Switch to 0.64.1-RC2 2013-10-12 Konstantin Dmitriev * ETL/configure.ac: Switch from 0.64.1-RC1 to 0.64.1 2013-10-11 Konstantin Dmitriev * ETL/NEWS: Update NEWS files 2013-10-08 Konstantin Dmitriev * ETL/configure.ac: Bump version for release candidate 2013-08-30 Ivan Mahonin * ETL/ETL/_surface.h: "Unvirtualise" method etl::surface::set_wh(w,h,newdata,pitch) 2013-08-30 Ivan Mahonin * ETL/ETL/_surface.h: Fix float literals in etl::surface 2013-08-02 Carlos López * : Merge pull request #22 from morevnaproject/0.64.0-win Fixes for Windows version of 0.64.0 2013-05-27 Konstantin Dmitriev * ETL/ETL/_stringf.h: Fix "strscanf not defined" error 2013-05-12 Carlos Lopez * : commit 004b8502f79a4aa73993d5ebbce669febbd2eb79 Author: Carlos Lopez Date: Tue May 7 17:37:05 2013 +0200 2013-05-06 Carlos Lopez * ETL/NEWS: Release Synfig Studio 0.64.0 ETL 0.04.16 synfig-core 0.64.0 synfig-studio 0.64.0 2013-05-06 Carlos Lopez * ETL/AUTHORS: Update my copyright to the files I have modified 2013-05-06 Carlos Lopez * ETL/README: Update README and about.cpp 2013-05-06 Carlos Lopez * ETL/AUTHORS: Update AUTHORS 2013-05-06 Carlos Lopez * ETL/configure.ac: We are not longer using Sourceforge as bug tracker. Replaced by http://www.synfig.org/issues/thebuggenie/synfig 2013-05-01 Carlos Lopez * ETL/NEWS: Update NEWS 2013-05-01 Carlos Lopez * ETL/configure.ac: Bump ETL to 0.4.16, synfig and synfigstudio to 0.64.0 and add splash screen for 0.64.0 2013-04-27 Carlos Lopez * ETL/ETL/_surface.h: Fix bug #395 - Cubic and Linar sampling fails in CairoSurface. The cubic subsampling still having minor render artifacts on Curve warp layer. On the other hand Warp layer cubic sampling is fine. 2013-04-19 Carlos Lopez * ETL/ETL/_boxblur.h: Fix bug #384: Blur layer is broken in tile mode and Cairo. the horizontal and vertical box blurs, used in Fast Gaussian, Box, and Cross blurs, didn't take in consideration to convert the value types to accumulator types when doing the operations for blur. 2013-04-01 Carlos Lopez * : commit 086f40f42cd27af773ddf3ee1d9fcd6720f66c0c Author: Konstantin Dmitriev Date: Thu Jun 21 21:22:07 2012 +0700 2012-10-24 Carlos Lopez * ETL/ETL/_surface.h: ETL::surface_: when returning a value_type, first cast the accumulator type to it. 2012-10-24 Carlos Lopez * ETL/ETL/_gaussian.h: ETL:: gaussian_: when storing the gaussian result convert it to the value_type. It would force to clamp before store on the surface for limited range value_types (like unsigned char) 2012-09-18 Carlos Lopez * ETL/ETL/_gaussian.h: etl::gaussian: use type name T::accumulator_type instead of value_type. 2012-09-18 Carlos Lopez * ETL/ETL/_pen.h, ETL/ETL/_surface.h: etl::generic_pen and etl::surface: type define accumulator_pointer and const_accumulator_pointer. 2012-09-16 Carlos Lopez * ETL/ETL/_surface.h: etl::surface: new member to copy one surface on another with the same w, h, and pitch 2012-09-06 Carlos Lopez * ETL/ETL/_surface.h: etl::surface: normal sample functions assumes that the surface's content is a value that is not "cooked" (premultiplied for colors). Add proper functions to sample a point when the surface is already "cooked" 2012-06-28 Carlos Lopez * ETL/ETL/_surface.h: Use unsigned char for the pointer passed to the new set_wh member function. 2012-06-28 Carlos Lopez * ETL/ETL/_surface.h: Fix mistakes from previous commit 2012-06-28 Carlos Lopez * ETL/ETL/_surface.h: etl::surface: Add new set_wh member to allow pass data, w, h, and pitch to the surface. 2012-06-09 Carlos Lopez * ETL/ETL/_surface.h: ETL surface: Allow to pass the pitch when resizing a surface. 2012-06-09 Carlos Lopez * ETL/ETL/_surface.h: ETL surface: make set_wh member function virtual because it needs to be redefined by CairoSurface. In general set_wh can resize a surface that hasn't the stride defined so CairoSurfaces needs to redefine this member function to create a new surface with the proper dimensions and the right stride 2012-06-07 Carlos Lopez * ETL/ETL/_surface.h: Surface: When a surface is created based on other surface use the given surface pitch to create the new surface data. This allow to create copies of Cairo surfaces based without loose the cairo stride concept. 2012-05-29 Carlos Lopez * ETL/ETL/_surface.h: Add new surface constructor that allows to pass the pitch. It will be used when pitch shouldn't be calculated. 2012-04-22 Carlos López * : commit 6b565bcdf948f27e8ac4b99e5ed76c7f77b48e3f Author: Carlos López Date: Tue Apr 17 18:50:11 2012 +0200 2012-04-12 Carlos López * ETL/ETL.pbproj/darco.mode1, ETL/ETL.pbproj/darco.pbxuser, ETL/ETL.pbproj/etl_profile.h, ETL/ETL.pbproj/frameworkfix.cpp, ETL/ETL.pbproj/project.pbxproj: Remove old and unused xcode project files 2012-04-09 Carlos Lopez * ETL/NEWS, ETL/configure.ac: Release Synfig and Synfig Studio 0.63.05 and ETL 0.04.15 2012-04-09 Carlos Lopez * ETL/README: Update README 2012-04-05 Carlos Lopez * ETL/configure.ac: Bump for RC1 2012-04-03 Carlos Lopez * ETL/AUTHORS, ETL/NEWS: Update NEWS and AUTHORS 2012-03-22 Carlos Lopez * ETL/test/value.cpp: Fix value test case what was broken. Patch thanks to Denis Washington 2012-03-14 Diego Barrios Romero * ETL/ETL/_bezier.h: Unused parameters commented out 2012-03-13 Diego Barrios Romero * ETL/ETL/_bezier.h, ETL/ETL/_clock_base.h, ETL/ETL/_curve_func.h, ETL/ETL/_smach.h: Apply patch #3424217. Fix compiling issues with clang compiler Thanks to Hisashi Todd Fujinaka 2012-01-21 Carlos Lopez * : commit fb5ba9cee3e5d577e1402a44382b65a41d80c5b7 Author: Carlos Lopez Date: Sun Jun 5 11:04:07 2011 +0200 2011-06-05 Carlos Lopez * ETL/AUTHORS, ETL/NEWS: Update News and Authors files and About dialogue 2011-05-20 Carlos Lopez * ETL/configure.ac: Bump for version RC2 2011-04-30 Carlos Lopez * ETL/configure.ac: Bump version for RC2 2011-04-22 Carlos Lopez * ETL/configure.ac: Bump version for ETL 2011-04-22 Carlos Lopez * ETL/NEWS: Update NEWS files 2011-04-22 Carlos Lopez * ETL/ETL/_bspline.h, ETL/ETL/_value.h, ETL/test/spline.cpp, ETL/test/value.cpp: Update Authors Copyright 2011-01-02 Carlos Lopez * : commit 545d85e234bb5140f5898f06aee377cc27c406b3 Author: Nikita Kitaev Date: Fri Nov 26 15:28:06 2010 -0800 2010-11-19 Nikita Kitaev * : commit 56d934869de9e4bb8f82247e6980aefd817b8849 Author: Carlos Lopez Date: Sat Oct 23 08:57:47 2010 +0200 2010-09-13 Nikita Kitaev * : commit b451e1071d4238e269d5b1e666b52f9654987e6e Author: Carlos Lopez Date: Mon Oct 12 11:31:58 2009 +0200 2009-10-12 Carlos Lopez * ETL/NEWS: Tiny correction for NEWS files. 2009-10-12 Carlos Lopez * ETL/NEWS: Correction of ETL and Synfig Studio NEWS headers. 2009-10-10 Carlos Lopez * ETL/README: Update README files with latest changes. 2009-10-10 Carlos Lopez * ETL/NEWS: Update NEWS files properly. 2009-10-10 Carlos Lopez * ETL/configure.ac: Write the correct version in the configure.ac files. 2009-10-05 Carlos Lopez * ETL/NEWS: Better redaction for NEWS files. Thanks to muhkayoh 2009-10-03 Carlos Lopez * ETL/configure.ac: Bump versions in configure.ac file. 0.04.13 Release Candidate #1 0.62.00 Release Candidate #1 2009-10-03 Carlos Lopez * ETL/NEWS: Update the NEWS with a summary of the features added and bugs fixed. 2009-08-19 Konstantin Dmitriev * ETL/Makefile.am: Drop svn tags staff. For information about tagging new release refer to http://synfig.org/Release#Make_tags 2009-08-19 Konstantin Dmitriev * ETL/Makefile.am: Use git instead of svn to generate ChangeLog. 2009-08-12 Carlos Lopez * ETL/AUTHORS, ETL/ETL-config.in, ETL/ETL.kdevprj, ETL/ETL.pbproj/darco.mode1, ETL/ETL.pbproj/darco.pbxuser, ETL/ETL.pbproj/etl_profile.h, ETL/ETL.pbproj/frameworkfix.cpp, ETL/ETL.pbproj/project.pbxproj, ETL/ETL.pc.in, ETL/ETL.prj, ETL/ETL/Makefile.am, ETL/ETL/_angle.h, ETL/ETL/_bezier.h, ETL/ETL/_bezier_angle.h, ETL/ETL/_bit_rotate.h, ETL/ETL/_boxblur.h, ETL/ETL/_bspline.h, ETL/ETL/_calculus.h, ETL/ETL/_clock_base.h, ETL/ETL/_clock_gettimeofday.h, ETL/ETL/_clock_system.h, ETL/ETL/_clock_win32hpcount.h, ETL/ETL/_condition.h, ETL/ETL/_curve.h, ETL/ETL/_curve_func.h, ETL/ETL/_fastangle.h, ETL/ETL/_fastangle_tables.h, ETL/ETL/_fixed.h, ETL/ETL/_gaussian.h, ETL/ETL/_handle.h, ETL/ETL/_hermite.h, ETL/ETL/_misc.h, ETL/ETL/_mutex_null.h, ETL/ETL/_mutex_pthreads.h, ETL/ETL/_mutex_pthreads_simple.h, ETL/ETL/_mutex_win32.h, ETL/ETL/_pen.h, ETL/ETL/_random.h, ETL/ETL/_rect.h, ETL/ETL/_ref_count.h, ETL/ETL/_rwlock.h, ETL/ETL/_smach.h, ETL/ETL/_smart_ptr.h, ETL/ETL/_status.h, ETL/ETL/_stringf.h, ETL/ETL/_surface.h, ETL/ETL/_thread.h, ETL/ETL/_trivial.h, ETL/ETL/_value.h, ETL/ETL/angle, ETL/ETL/bezier, ETL/ETL/boxblur, ETL/ETL/calculus, ETL/ETL/clock, ETL/ETL/etl_config.h, ETL/ETL/fastangle, ETL/ETL/fixed, ETL/ETL/gaussian, ETL/ETL/handle, ETL/ETL/hermite, ETL/ETL/ipc, ETL/ETL/misc, ETL/ETL/mutex, ETL/ETL/pen, ETL/ETL/random, ETL/ETL/rect, ETL/ETL/ref_count, ETL/ETL/smach, ETL/ETL/smart_ptr, ETL/ETL/spline, ETL/ETL/status, ETL/ETL/stringf, ETL/ETL/surface, ETL/ETL/thread, ETL/ETL/trivial, ETL/ETL/value, ETL/Makefile.am, ETL/NEWS, ETL/README, ETL/config/pkg-support/ETL-devel.info, ETL/config/pkg-support/devel-resources/License.rtf, ETL/config/pkg-support/devel-resources/ReadMe.rtf, ETL/config/pkg-support/devel-resources/Welcome.rtf, ETL/config/pkg-support/devel-resources/install.sh, ETL/configure.ac, ETL/doxygen.cfg.in, ETL/m4/ETL.m4, ETL/m4/cxx_macros.m4, ETL/m4/subs.m4, ETL/test/Makefile.am, ETL/test/angle.cpp, ETL/test/benchmark.cpp, ETL/test/clock.cpp, ETL/test/fixed.cpp, ETL/test/handle.cpp, ETL/test/hermite.cpp, ETL/test/pen.cpp, ETL/test/random.cpp, ETL/test/smach.cpp, ETL/test/smart_ptr.cpp, ETL/test/spline.cpp, ETL/test/stringf.cpp, ETL/test/surface.cpp, ETL/test/value.cpp, ETL/trunk/AUTHORS, ETL/trunk/ETL-config.in, ETL/trunk/ETL.kdevprj, ETL/trunk/ETL.pbproj/darco.mode1, ETL/trunk/ETL.pbproj/darco.pbxuser, ETL/trunk/ETL.pbproj/etl_profile.h, ETL/trunk/ETL.pbproj/frameworkfix.cpp, ETL/trunk/ETL.pbproj/project.pbxproj, ETL/trunk/ETL.pc.in, ETL/trunk/ETL.prj, ETL/trunk/ETL/Makefile.am, ETL/trunk/ETL/_angle.h, ETL/trunk/ETL/_bezier.h, ETL/trunk/ETL/_bezier_angle.h, ETL/trunk/ETL/_bit_rotate.h, ETL/trunk/ETL/_boxblur.h, ETL/trunk/ETL/_bspline.h, ETL/trunk/ETL/_calculus.h, ETL/trunk/ETL/_clock_base.h, ETL/trunk/ETL/_clock_gettimeofday.h, ETL/trunk/ETL/_clock_system.h, ETL/trunk/ETL/_clock_win32hpcount.h, ETL/trunk/ETL/_condition.h, ETL/trunk/ETL/_curve.h, ETL/trunk/ETL/_curve_func.h, ETL/trunk/ETL/_fastangle.h, ETL/trunk/ETL/_fastangle_tables.h, ETL/trunk/ETL/_fixed.h, ETL/trunk/ETL/_gaussian.h, ETL/trunk/ETL/_handle.h, ETL/trunk/ETL/_hermite.h, ETL/trunk/ETL/_misc.h, ETL/trunk/ETL/_mutex_null.h, ETL/trunk/ETL/_mutex_pthreads.h, ETL/trunk/ETL/_mutex_pthreads_simple.h, ETL/trunk/ETL/_mutex_win32.h, ETL/trunk/ETL/_pen.h, ETL/trunk/ETL/_random.h, ETL/trunk/ETL/_rect.h, ETL/trunk/ETL/_ref_count.h, ETL/trunk/ETL/_rwlock.h, ETL/trunk/ETL/_smach.h, ETL/trunk/ETL/_smart_ptr.h, ETL/trunk/ETL/_status.h, ETL/trunk/ETL/_stringf.h, ETL/trunk/ETL/_surface.h, ETL/trunk/ETL/_thread.h, ETL/trunk/ETL/_trivial.h, ETL/trunk/ETL/_value.h, ETL/trunk/ETL/angle, ETL/trunk/ETL/bezier, ETL/trunk/ETL/boxblur, ETL/trunk/ETL/calculus, ETL/trunk/ETL/clock, ETL/trunk/ETL/etl_config.h, ETL/trunk/ETL/fastangle, ETL/trunk/ETL/fixed, ETL/trunk/ETL/gaussian, ETL/trunk/ETL/handle, ETL/trunk/ETL/hermite, ETL/trunk/ETL/ipc, ETL/trunk/ETL/misc, ETL/trunk/ETL/mutex, ETL/trunk/ETL/pen, ETL/trunk/ETL/random, ETL/trunk/ETL/rect, ETL/trunk/ETL/ref_count, ETL/trunk/ETL/smach, ETL/trunk/ETL/smart_ptr, ETL/trunk/ETL/spline, ETL/trunk/ETL/status, ETL/trunk/ETL/stringf, ETL/trunk/ETL/surface, ETL/trunk/ETL/thread, ETL/trunk/ETL/trivial, ETL/trunk/ETL/value, ETL/trunk/Makefile.am, ETL/trunk/NEWS, ETL/trunk/README, ETL/trunk/config/pkg-support/ETL-devel.info, ETL/trunk/config/pkg-support/devel-resources/License.rtf, ETL/trunk/config/pkg-support/devel-resources/ReadMe.rtf, ETL/trunk/config/pkg-support/devel-resources/Welcome.rtf, ETL/trunk/config/pkg-support/devel-resources/install.sh, ETL/trunk/configure.ac, ETL/trunk/doxygen.cfg.in, ETL/trunk/m4/ETL.m4, ETL/trunk/m4/cxx_macros.m4, ETL/trunk/m4/subs.m4, ETL/trunk/test/Makefile.am, ETL/trunk/test/angle.cpp, ETL/trunk/test/benchmark.cpp, ETL/trunk/test/clock.cpp, ETL/trunk/test/fixed.cpp, ETL/trunk/test/handle.cpp, ETL/trunk/test/hermite.cpp, ETL/trunk/test/pen.cpp, ETL/trunk/test/random.cpp, ETL/trunk/test/smach.cpp, ETL/trunk/test/smart_ptr.cpp, ETL/trunk/test/spline.cpp, ETL/trunk/test/stringf.cpp, ETL/trunk/test/surface.cpp, ETL/trunk/test/value.cpp: Remove ancient trunk folder from svn repository 2009-07-06 Carlos Lopez * ETL/trunk/ETL.pbproj/etl_profile.h, ETL/trunk/ETL.pc.in, ETL/trunk/ETL/Makefile.am, ETL/trunk/ETL/_mutex_pthreads.h, ETL/trunk/ETL/_stringf.h, ETL/trunk/ETL/_thread.h, ETL/trunk/ETL/clock, ETL/trunk/ETL/etl_config.h, ETL/trunk/ETL/etl_profile.h.in, ETL/trunk/ETL/handle, ETL/trunk/ETL/mutex, ETL/trunk/Makefile.am, ETL/trunk/configure.ac, ETL/trunk/m4/ETL.m4: Revert modifications for Fedora compatibility due to stability problems. 2009-06-13 Carlos Lopez * ETL/tags/0.04.12/AUTHORS, ETL/tags/0.04.12/ETL-config.in, ETL/tags/0.04.12/ETL.kdevprj, ETL/tags/0.04.12/ETL.pbproj/darco.mode1, ETL/tags/0.04.12/ETL.pbproj/darco.pbxuser, ETL/tags/0.04.12/ETL.pbproj/etl_profile.h, ETL/tags/0.04.12/ETL.pbproj/frameworkfix.cpp, ETL/tags/0.04.12/ETL.pbproj/project.pbxproj, ETL/tags/0.04.12/ETL.pc.in, ETL/tags/0.04.12/ETL.prj, ETL/tags/0.04.12/ETL/Makefile.am, ETL/tags/0.04.12/ETL/_angle.h, ETL/tags/0.04.12/ETL/_bezier.h, ETL/tags/0.04.12/ETL/_bezier_angle.h, ETL/tags/0.04.12/ETL/_bit_rotate.h, ETL/tags/0.04.12/ETL/_boxblur.h, ETL/tags/0.04.12/ETL/_bspline.h, ETL/tags/0.04.12/ETL/_calculus.h, ETL/tags/0.04.12/ETL/_clock_base.h, ETL/tags/0.04.12/ETL/_clock_gettimeofday.h, ETL/tags/0.04.12/ETL/_clock_system.h, ETL/tags/0.04.12/ETL/_clock_win32hpcount.h, ETL/tags/0.04.12/ETL/_condition.h, ETL/tags/0.04.12/ETL/_curve.h, ETL/tags/0.04.12/ETL/_curve_func.h, ETL/tags/0.04.12/ETL/_fastangle.h, ETL/tags/0.04.12/ETL/_fastangle_tables.h, ETL/tags/0.04.12/ETL/_fixed.h, ETL/tags/0.04.12/ETL/_gaussian.h, ETL/tags/0.04.12/ETL/_handle.h, ETL/tags/0.04.12/ETL/_hermite.h, ETL/tags/0.04.12/ETL/_misc.h, ETL/tags/0.04.12/ETL/_mutex_null.h, ETL/tags/0.04.12/ETL/_mutex_pthreads.h, ETL/tags/0.04.12/ETL/_mutex_pthreads_simple.h, ETL/tags/0.04.12/ETL/_mutex_win32.h, ETL/tags/0.04.12/ETL/_pen.h, ETL/tags/0.04.12/ETL/_random.h, ETL/tags/0.04.12/ETL/_rect.h, ETL/tags/0.04.12/ETL/_ref_count.h, ETL/tags/0.04.12/ETL/_rwlock.h, ETL/tags/0.04.12/ETL/_smach.h, ETL/tags/0.04.12/ETL/_smart_ptr.h, ETL/tags/0.04.12/ETL/_status.h, ETL/tags/0.04.12/ETL/_stringf.h, ETL/tags/0.04.12/ETL/_surface.h, ETL/tags/0.04.12/ETL/_thread.h, ETL/tags/0.04.12/ETL/_trivial.h, ETL/tags/0.04.12/ETL/_value.h, ETL/tags/0.04.12/ETL/angle, ETL/tags/0.04.12/ETL/bezier, ETL/tags/0.04.12/ETL/boxblur, ETL/tags/0.04.12/ETL/calculus, ETL/tags/0.04.12/ETL/clock, ETL/tags/0.04.12/ETL/etl_config.h, ETL/tags/0.04.12/ETL/etl_profile_.h.in, ETL/tags/0.04.12/ETL/fastangle, ETL/tags/0.04.12/ETL/fixed, ETL/tags/0.04.12/ETL/gaussian, ETL/tags/0.04.12/ETL/handle, ETL/tags/0.04.12/ETL/hermite, ETL/tags/0.04.12/ETL/ipc, ETL/tags/0.04.12/ETL/misc, ETL/tags/0.04.12/ETL/mutex, ETL/tags/0.04.12/ETL/pen, ETL/tags/0.04.12/ETL/random, ETL/tags/0.04.12/ETL/rect, ETL/tags/0.04.12/ETL/ref_count, ETL/tags/0.04.12/ETL/smach, ETL/tags/0.04.12/ETL/smart_ptr, ETL/tags/0.04.12/ETL/spline, ETL/tags/0.04.12/ETL/status, ETL/tags/0.04.12/ETL/stringf, ETL/tags/0.04.12/ETL/surface, ETL/tags/0.04.12/ETL/thread, ETL/tags/0.04.12/ETL/trivial, ETL/tags/0.04.12/ETL/value, ETL/tags/0.04.12/Makefile.am, ETL/tags/0.04.12/NEWS, ETL/tags/0.04.12/README, ETL/tags/0.04.12/config/pkg-support/ETL-devel.info, ETL/tags/0.04.12/config/pkg-support/devel-resources/License.rtf, ETL/tags/0.04.12/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/0.04.12/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/0.04.12/config/pkg-support/devel-resources/install.sh, ETL/tags/0.04.12/configure.ac, ETL/tags/0.04.12/doxygen.cfg.in, ETL/tags/0.04.12/m4/ETL.m4, ETL/tags/0.04.12/m4/cxx_macros.m4, ETL/tags/0.04.12/m4/subs.m4, ETL/tags/0.04.12/test/Makefile.am, ETL/tags/0.04.12/test/angle.cpp, ETL/tags/0.04.12/test/benchmark.cpp, ETL/tags/0.04.12/test/clock.cpp, ETL/tags/0.04.12/test/fixed.cpp, ETL/tags/0.04.12/test/handle.cpp, ETL/tags/0.04.12/test/hermite.cpp, ETL/tags/0.04.12/test/pen.cpp, ETL/tags/0.04.12/test/random.cpp, ETL/tags/0.04.12/test/smach.cpp, ETL/tags/0.04.12/test/smart_ptr.cpp, ETL/tags/0.04.12/test/spline.cpp, ETL/tags/0.04.12/test/stringf.cpp, ETL/tags/0.04.12/test/surface.cpp, ETL/tags/0.04.12/test/value.cpp, ETL/tags/0.4.11/AUTHORS, ETL/tags/0.4.11/ETL-config.in, ETL/tags/0.4.11/ETL.kdevprj, ETL/tags/0.4.11/ETL.pbproj/darco.mode1, ETL/tags/0.4.11/ETL.pbproj/darco.pbxuser, ETL/tags/0.4.11/ETL.pbproj/etl_profile.h, ETL/tags/0.4.11/ETL.pbproj/frameworkfix.cpp, ETL/tags/0.4.11/ETL.pbproj/project.pbxproj, ETL/tags/0.4.11/ETL.pc.in, ETL/tags/0.4.11/ETL.prj, ETL/tags/0.4.11/ETL/Makefile.am, ETL/tags/0.4.11/ETL/_angle.h, ETL/tags/0.4.11/ETL/_bezier.h, ETL/tags/0.4.11/ETL/_bezier_angle.h, ETL/tags/0.4.11/ETL/_bit_rotate.h, ETL/tags/0.4.11/ETL/_boxblur.h, ETL/tags/0.4.11/ETL/_bspline.h, ETL/tags/0.4.11/ETL/_calculus.h, ETL/tags/0.4.11/ETL/_clock_base.h, ETL/tags/0.4.11/ETL/_clock_gettimeofday.h, ETL/tags/0.4.11/ETL/_clock_system.h, ETL/tags/0.4.11/ETL/_clock_win32hpcount.h, ETL/tags/0.4.11/ETL/_condition.h, ETL/tags/0.4.11/ETL/_curve.h, ETL/tags/0.4.11/ETL/_curve_func.h, ETL/tags/0.4.11/ETL/_fastangle.h, ETL/tags/0.4.11/ETL/_fastangle_tables.h, ETL/tags/0.4.11/ETL/_fixed.h, ETL/tags/0.4.11/ETL/_gaussian.h, ETL/tags/0.4.11/ETL/_handle.h, ETL/tags/0.4.11/ETL/_hermite.h, ETL/tags/0.4.11/ETL/_misc.h, ETL/tags/0.4.11/ETL/_mutex_null.h, ETL/tags/0.4.11/ETL/_mutex_pthreads.h, ETL/tags/0.4.11/ETL/_mutex_pthreads_simple.h, ETL/tags/0.4.11/ETL/_mutex_win32.h, ETL/tags/0.4.11/ETL/_pen.h, ETL/tags/0.4.11/ETL/_random.h, ETL/tags/0.4.11/ETL/_rect.h, ETL/tags/0.4.11/ETL/_ref_count.h, ETL/tags/0.4.11/ETL/_rwlock.h, ETL/tags/0.4.11/ETL/_smach.h, ETL/tags/0.4.11/ETL/_smart_ptr.h, ETL/tags/0.4.11/ETL/_status.h, ETL/tags/0.4.11/ETL/_stringf.h, ETL/tags/0.4.11/ETL/_surface.h, ETL/tags/0.4.11/ETL/_thread.h, ETL/tags/0.4.11/ETL/_trivial.h, ETL/tags/0.4.11/ETL/_value.h, ETL/tags/0.4.11/ETL/angle, ETL/tags/0.4.11/ETL/bezier, ETL/tags/0.4.11/ETL/boxblur, ETL/tags/0.4.11/ETL/calculus, ETL/tags/0.4.11/ETL/clock, ETL/tags/0.4.11/ETL/etl_config.h, ETL/tags/0.4.11/ETL/etl_profile_.h.in, ETL/tags/0.4.11/ETL/fastangle, ETL/tags/0.4.11/ETL/fixed, ETL/tags/0.4.11/ETL/gaussian, ETL/tags/0.4.11/ETL/handle, ETL/tags/0.4.11/ETL/hermite, ETL/tags/0.4.11/ETL/ipc, ETL/tags/0.4.11/ETL/misc, ETL/tags/0.4.11/ETL/mutex, ETL/tags/0.4.11/ETL/pen, ETL/tags/0.4.11/ETL/random, ETL/tags/0.4.11/ETL/rect, ETL/tags/0.4.11/ETL/ref_count, ETL/tags/0.4.11/ETL/smach, ETL/tags/0.4.11/ETL/smart_ptr, ETL/tags/0.4.11/ETL/spline, ETL/tags/0.4.11/ETL/status, ETL/tags/0.4.11/ETL/stringf, ETL/tags/0.4.11/ETL/surface, ETL/tags/0.4.11/ETL/thread, ETL/tags/0.4.11/ETL/trivial, ETL/tags/0.4.11/ETL/value, ETL/tags/0.4.11/Makefile.am, ETL/tags/0.4.11/NEWS, ETL/tags/0.4.11/README, ETL/tags/0.4.11/config/pkg-support/ETL-devel.info, ETL/tags/0.4.11/config/pkg-support/devel-resources/License.rtf, ETL/tags/0.4.11/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/0.4.11/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/0.4.11/config/pkg-support/devel-resources/install.sh, ETL/tags/0.4.11/configure.ac, ETL/tags/0.4.11/doxygen.cfg.in, ETL/tags/0.4.11/m4/ETL.m4, ETL/tags/0.4.11/m4/cxx_macros.m4, ETL/tags/0.4.11/m4/subs.m4, ETL/tags/0.4.11/test/Makefile.am, ETL/tags/0.4.11/test/angle.cpp, ETL/tags/0.4.11/test/benchmark.cpp, ETL/tags/0.4.11/test/clock.cpp, ETL/tags/0.4.11/test/fixed.cpp, ETL/tags/0.4.11/test/handle.cpp, ETL/tags/0.4.11/test/hermite.cpp, ETL/tags/0.4.11/test/pen.cpp, ETL/tags/0.4.11/test/random.cpp, ETL/tags/0.4.11/test/smach.cpp, ETL/tags/0.4.11/test/smart_ptr.cpp, ETL/tags/0.4.11/test/spline.cpp, ETL/tags/0.4.11/test/stringf.cpp, ETL/tags/0.4.11/test/surface.cpp, ETL/tags/0.4.11/test/value.cpp, ETL/tags/ETL_0_04_08/ETL/.cvsignore, ETL/tags/ETL_0_04_08/ETL/ChangeLog, ETL/tags/ETL_0_04_08/ETL/ETL-config.in, ETL/tags/ETL_0_04_08/ETL/ETL.kdevprj, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_08/ETL/ETL.pc.in, ETL/tags/ETL_0_04_08/ETL/ETL.prj, ETL/tags/ETL_0_04_08/ETL/ETL/.cvsignore, ETL/tags/ETL_0_04_08/ETL/ETL/Makefile.am, ETL/tags/ETL_0_04_08/ETL/ETL/_angle.h, ETL/tags/ETL_0_04_08/ETL/ETL/_bezier.h, ETL/tags/ETL_0_04_08/ETL/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_08/ETL/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_08/ETL/ETL/_boxblur.h, ETL/tags/ETL_0_04_08/ETL/ETL/_bspline.h, ETL/tags/ETL_0_04_08/ETL/ETL/_calculus.h, ETL/tags/ETL_0_04_08/ETL/ETL/_clock_base.h, ETL/tags/ETL_0_04_08/ETL/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_08/ETL/ETL/_clock_system.h, ETL/tags/ETL_0_04_08/ETL/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_08/ETL/ETL/_condition.h, ETL/tags/ETL_0_04_08/ETL/ETL/_curve.h, ETL/tags/ETL_0_04_08/ETL/ETL/_curve_func.h, ETL/tags/ETL_0_04_08/ETL/ETL/_fastangle.h, ETL/tags/ETL_0_04_08/ETL/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_08/ETL/ETL/_fixed.h, ETL/tags/ETL_0_04_08/ETL/ETL/_gaussian.h, ETL/tags/ETL_0_04_08/ETL/ETL/_handle.h, ETL/tags/ETL_0_04_08/ETL/ETL/_hermite.h, ETL/tags/ETL_0_04_08/ETL/ETL/_misc.h, ETL/tags/ETL_0_04_08/ETL/ETL/_mutex_null.h, ETL/tags/ETL_0_04_08/ETL/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_08/ETL/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_08/ETL/ETL/_pen.h, ETL/tags/ETL_0_04_08/ETL/ETL/_random.h, ETL/tags/ETL_0_04_08/ETL/ETL/_rect.h, ETL/tags/ETL_0_04_08/ETL/ETL/_ref_count.h, ETL/tags/ETL_0_04_08/ETL/ETL/_rwlock.h, ETL/tags/ETL_0_04_08/ETL/ETL/_smach.h, ETL/tags/ETL_0_04_08/ETL/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_08/ETL/ETL/_status.h, ETL/tags/ETL_0_04_08/ETL/ETL/_stringf.h, ETL/tags/ETL_0_04_08/ETL/ETL/_surface.h, ETL/tags/ETL_0_04_08/ETL/ETL/_thread.h, ETL/tags/ETL_0_04_08/ETL/ETL/_trivial.h, ETL/tags/ETL_0_04_08/ETL/ETL/_value.h, ETL/tags/ETL_0_04_08/ETL/ETL/angle, ETL/tags/ETL_0_04_08/ETL/ETL/bezier, ETL/tags/ETL_0_04_08/ETL/ETL/boxblur, ETL/tags/ETL_0_04_08/ETL/ETL/calculus, ETL/tags/ETL_0_04_08/ETL/ETL/clock, ETL/tags/ETL_0_04_08/ETL/ETL/etl_config.h, ETL/tags/ETL_0_04_08/ETL/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_08/ETL/ETL/fastangle, ETL/tags/ETL_0_04_08/ETL/ETL/fixed, ETL/tags/ETL_0_04_08/ETL/ETL/gaussian, ETL/tags/ETL_0_04_08/ETL/ETL/handle, ETL/tags/ETL_0_04_08/ETL/ETL/hermite, ETL/tags/ETL_0_04_08/ETL/ETL/ipc, ETL/tags/ETL_0_04_08/ETL/ETL/misc, ETL/tags/ETL_0_04_08/ETL/ETL/pen, ETL/tags/ETL_0_04_08/ETL/ETL/random, ETL/tags/ETL_0_04_08/ETL/ETL/rect, ETL/tags/ETL_0_04_08/ETL/ETL/ref_count, ETL/tags/ETL_0_04_08/ETL/ETL/smach, ETL/tags/ETL_0_04_08/ETL/ETL/smart_ptr, ETL/tags/ETL_0_04_08/ETL/ETL/spline, ETL/tags/ETL_0_04_08/ETL/ETL/status, ETL/tags/ETL_0_04_08/ETL/ETL/stringf, ETL/tags/ETL_0_04_08/ETL/ETL/surface, ETL/tags/ETL_0_04_08/ETL/ETL/thread, ETL/tags/ETL_0_04_08/ETL/ETL/trivial, ETL/tags/ETL_0_04_08/ETL/ETL/value, ETL/tags/ETL_0_04_08/ETL/INSTALL, ETL/tags/ETL_0_04_08/ETL/Makefile.am, ETL/tags/ETL_0_04_08/ETL/README, ETL/tags/ETL_0_04_08/ETL/bootstrap, ETL/tags/ETL_0_04_08/ETL/config/.cvsignore, ETL/tags/ETL_0_04_08/ETL/config/ETL.m4, ETL/tags/ETL_0_04_08/ETL/config/build.cfg, ETL/tags/ETL_0_04_08/ETL/config/configure.ac, ETL/tags/ETL_0_04_08/ETL/config/cxx_macros.m4, ETL/tags/ETL_0_04_08/ETL/config/doxygen.cfg.in, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/devel-resources/License .rtf, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/devel-resources/ReadMe. rtf, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/devel-resources/Welcome .rtf, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/devel-resources/install .sh, ETL/tags/ETL_0_04_08/ETL/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_08/ETL/config/project.spec.in, ETL/tags/ETL_0_04_08/ETL/config/subs.m4, ETL/tags/ETL_0_04_08/ETL/doxygen.cfg, ETL/tags/ETL_0_04_08/ETL/test/.cvsignore, ETL/tags/ETL_0_04_08/ETL/test/Makefile.am, ETL/tags/ETL_0_04_08/ETL/test/angle.cpp, ETL/tags/ETL_0_04_08/ETL/test/benchmark.cpp, ETL/tags/ETL_0_04_08/ETL/test/clock.cpp, ETL/tags/ETL_0_04_08/ETL/test/fixed.cpp, ETL/tags/ETL_0_04_08/ETL/test/handle.cpp, ETL/tags/ETL_0_04_08/ETL/test/hermite.cpp, ETL/tags/ETL_0_04_08/ETL/test/pen.cpp, ETL/tags/ETL_0_04_08/ETL/test/random.cpp, ETL/tags/ETL_0_04_08/ETL/test/smach.cpp, ETL/tags/ETL_0_04_08/ETL/test/smart_ptr.cpp, ETL/tags/ETL_0_04_08/ETL/test/spline.cpp, ETL/tags/ETL_0_04_08/ETL/test/stringf.cpp, ETL/tags/ETL_0_04_08/ETL/test/surface.cpp, ETL/tags/ETL_0_04_08/ETL/test/value.cpp, ETL/tags/ETL_0_04_09/AUTHORS, ETL/tags/ETL_0_04_09/ETL-config.in, ETL/tags/ETL_0_04_09/ETL.kdevprj, ETL/tags/ETL_0_04_09/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_09/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_09/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_09/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_09/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_09/ETL.prj, ETL/tags/ETL_0_04_09/ETL/Makefile.am, ETL/tags/ETL_0_04_09/ETL/_angle.h, ETL/tags/ETL_0_04_09/ETL/_bezier.h, ETL/tags/ETL_0_04_09/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_09/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_09/ETL/_boxblur.h, ETL/tags/ETL_0_04_09/ETL/_bspline.h, ETL/tags/ETL_0_04_09/ETL/_calculus.h, ETL/tags/ETL_0_04_09/ETL/_clock_base.h, ETL/tags/ETL_0_04_09/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_09/ETL/_clock_system.h, ETL/tags/ETL_0_04_09/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_09/ETL/_condition.h, ETL/tags/ETL_0_04_09/ETL/_curve.h, ETL/tags/ETL_0_04_09/ETL/_curve_func.h, ETL/tags/ETL_0_04_09/ETL/_fastangle.h, ETL/tags/ETL_0_04_09/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_09/ETL/_fixed.h, ETL/tags/ETL_0_04_09/ETL/_gaussian.h, ETL/tags/ETL_0_04_09/ETL/_handle.h, ETL/tags/ETL_0_04_09/ETL/_hermite.h, ETL/tags/ETL_0_04_09/ETL/_misc.h, ETL/tags/ETL_0_04_09/ETL/_mutex_null.h, ETL/tags/ETL_0_04_09/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_09/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_09/ETL/_pen.h, ETL/tags/ETL_0_04_09/ETL/_random.h, ETL/tags/ETL_0_04_09/ETL/_rect.h, ETL/tags/ETL_0_04_09/ETL/_ref_count.h, ETL/tags/ETL_0_04_09/ETL/_rwlock.h, ETL/tags/ETL_0_04_09/ETL/_smach.h, ETL/tags/ETL_0_04_09/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_09/ETL/_status.h, ETL/tags/ETL_0_04_09/ETL/_stringf.h, ETL/tags/ETL_0_04_09/ETL/_surface.h, ETL/tags/ETL_0_04_09/ETL/_thread.h, ETL/tags/ETL_0_04_09/ETL/_trivial.h, ETL/tags/ETL_0_04_09/ETL/_value.h, ETL/tags/ETL_0_04_09/ETL/angle, ETL/tags/ETL_0_04_09/ETL/bezier, ETL/tags/ETL_0_04_09/ETL/boxblur, ETL/tags/ETL_0_04_09/ETL/calculus, ETL/tags/ETL_0_04_09/ETL/clock, ETL/tags/ETL_0_04_09/ETL/etl_config.h, ETL/tags/ETL_0_04_09/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_09/ETL/fastangle, ETL/tags/ETL_0_04_09/ETL/fixed, ETL/tags/ETL_0_04_09/ETL/gaussian, ETL/tags/ETL_0_04_09/ETL/handle, ETL/tags/ETL_0_04_09/ETL/hermite, ETL/tags/ETL_0_04_09/ETL/ipc, ETL/tags/ETL_0_04_09/ETL/misc, ETL/tags/ETL_0_04_09/ETL/pen, ETL/tags/ETL_0_04_09/ETL/random, ETL/tags/ETL_0_04_09/ETL/rect, ETL/tags/ETL_0_04_09/ETL/ref_count, ETL/tags/ETL_0_04_09/ETL/smach, ETL/tags/ETL_0_04_09/ETL/smart_ptr, ETL/tags/ETL_0_04_09/ETL/spline, ETL/tags/ETL_0_04_09/ETL/status, ETL/tags/ETL_0_04_09/ETL/stringf, ETL/tags/ETL_0_04_09/ETL/surface, ETL/tags/ETL_0_04_09/ETL/thread, ETL/tags/ETL_0_04_09/ETL/trivial, ETL/tags/ETL_0_04_09/ETL/value, ETL/tags/ETL_0_04_09/Makefile.am, ETL/tags/ETL_0_04_09/NEWS, ETL/tags/ETL_0_04_09/README, ETL/tags/ETL_0_04_09/bootstrap, ETL/tags/ETL_0_04_09/config/ETL.m4, ETL/tags/ETL_0_04_09/config/build.cfg, ETL/tags/ETL_0_04_09/config/configure.ac, ETL/tags/ETL_0_04_09/config/cxx_macros.m4, ETL/tags/ETL_0_04_09/config/doxygen.cfg.in, ETL/tags/ETL_0_04_09/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_09/config/pkg-support/devel-resources/License.rtf , ETL/tags/ETL_0_04_09/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/ETL_0_04_09/config/pkg-support/devel-resources/Welcome.rtf , ETL/tags/ETL_0_04_09/config/pkg-support/devel-resources/install.sh, ETL/tags/ETL_0_04_09/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_09/config/project.spec.in, ETL/tags/ETL_0_04_09/config/subs.m4, ETL/tags/ETL_0_04_09/test/Makefile.am, ETL/tags/ETL_0_04_09/test/angle.cpp, ETL/tags/ETL_0_04_09/test/benchmark.cpp, ETL/tags/ETL_0_04_09/test/clock.cpp, ETL/tags/ETL_0_04_09/test/fixed.cpp, ETL/tags/ETL_0_04_09/test/handle.cpp, ETL/tags/ETL_0_04_09/test/hermite.cpp, ETL/tags/ETL_0_04_09/test/pen.cpp, ETL/tags/ETL_0_04_09/test/random.cpp, ETL/tags/ETL_0_04_09/test/smach.cpp, ETL/tags/ETL_0_04_09/test/smart_ptr.cpp, ETL/tags/ETL_0_04_09/test/spline.cpp, ETL/tags/ETL_0_04_09/test/stringf.cpp, ETL/tags/ETL_0_04_09/test/surface.cpp, ETL/tags/ETL_0_04_09/test/value.cpp, ETL/tags/ETL_0_04_10/AUTHORS, ETL/tags/ETL_0_04_10/ETL-config.in, ETL/tags/ETL_0_04_10/ETL.kdevprj, ETL/tags/ETL_0_04_10/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_10/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_10/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_10/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_10/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_10/ETL.prj, ETL/tags/ETL_0_04_10/ETL/Makefile.am, ETL/tags/ETL_0_04_10/ETL/_angle.h, ETL/tags/ETL_0_04_10/ETL/_bezier.h, ETL/tags/ETL_0_04_10/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_10/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_10/ETL/_boxblur.h, ETL/tags/ETL_0_04_10/ETL/_bspline.h, ETL/tags/ETL_0_04_10/ETL/_calculus.h, ETL/tags/ETL_0_04_10/ETL/_clock_base.h, ETL/tags/ETL_0_04_10/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_10/ETL/_clock_system.h, ETL/tags/ETL_0_04_10/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_10/ETL/_condition.h, ETL/tags/ETL_0_04_10/ETL/_curve.h, ETL/tags/ETL_0_04_10/ETL/_curve_func.h, ETL/tags/ETL_0_04_10/ETL/_fastangle.h, ETL/tags/ETL_0_04_10/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_10/ETL/_fixed.h, ETL/tags/ETL_0_04_10/ETL/_gaussian.h, ETL/tags/ETL_0_04_10/ETL/_handle.h, ETL/tags/ETL_0_04_10/ETL/_hermite.h, ETL/tags/ETL_0_04_10/ETL/_misc.h, ETL/tags/ETL_0_04_10/ETL/_mutex_null.h, ETL/tags/ETL_0_04_10/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_10/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_10/ETL/_pen.h, ETL/tags/ETL_0_04_10/ETL/_random.h, ETL/tags/ETL_0_04_10/ETL/_rect.h, ETL/tags/ETL_0_04_10/ETL/_ref_count.h, ETL/tags/ETL_0_04_10/ETL/_rwlock.h, ETL/tags/ETL_0_04_10/ETL/_smach.h, ETL/tags/ETL_0_04_10/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_10/ETL/_status.h, ETL/tags/ETL_0_04_10/ETL/_stringf.h, ETL/tags/ETL_0_04_10/ETL/_surface.h, ETL/tags/ETL_0_04_10/ETL/_thread.h, ETL/tags/ETL_0_04_10/ETL/_trivial.h, ETL/tags/ETL_0_04_10/ETL/_value.h, ETL/tags/ETL_0_04_10/ETL/angle, ETL/tags/ETL_0_04_10/ETL/bezier, ETL/tags/ETL_0_04_10/ETL/boxblur, ETL/tags/ETL_0_04_10/ETL/calculus, ETL/tags/ETL_0_04_10/ETL/clock, ETL/tags/ETL_0_04_10/ETL/etl_config.h, ETL/tags/ETL_0_04_10/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_10/ETL/fastangle, ETL/tags/ETL_0_04_10/ETL/fixed, ETL/tags/ETL_0_04_10/ETL/gaussian, ETL/tags/ETL_0_04_10/ETL/handle, ETL/tags/ETL_0_04_10/ETL/hermite, ETL/tags/ETL_0_04_10/ETL/ipc, ETL/tags/ETL_0_04_10/ETL/misc, ETL/tags/ETL_0_04_10/ETL/pen, ETL/tags/ETL_0_04_10/ETL/random, ETL/tags/ETL_0_04_10/ETL/rect, ETL/tags/ETL_0_04_10/ETL/ref_count, ETL/tags/ETL_0_04_10/ETL/smach, ETL/tags/ETL_0_04_10/ETL/smart_ptr, ETL/tags/ETL_0_04_10/ETL/spline, ETL/tags/ETL_0_04_10/ETL/status, ETL/tags/ETL_0_04_10/ETL/stringf, ETL/tags/ETL_0_04_10/ETL/surface, ETL/tags/ETL_0_04_10/ETL/thread, ETL/tags/ETL_0_04_10/ETL/trivial, ETL/tags/ETL_0_04_10/ETL/value, ETL/tags/ETL_0_04_10/Makefile.am, ETL/tags/ETL_0_04_10/NEWS, ETL/tags/ETL_0_04_10/README, ETL/tags/ETL_0_04_10/bootstrap, ETL/tags/ETL_0_04_10/config/ETL.m4, ETL/tags/ETL_0_04_10/config/build.cfg, ETL/tags/ETL_0_04_10/config/configure.ac, ETL/tags/ETL_0_04_10/config/cxx_macros.m4, ETL/tags/ETL_0_04_10/config/doxygen.cfg.in, ETL/tags/ETL_0_04_10/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_10/config/pkg-support/devel-resources/License.rtf , ETL/tags/ETL_0_04_10/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/ETL_0_04_10/config/pkg-support/devel-resources/Welcome.rtf , ETL/tags/ETL_0_04_10/config/pkg-support/devel-resources/install.sh, ETL/tags/ETL_0_04_10/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_10/config/project.spec.in, ETL/tags/ETL_0_04_10/config/subs.m4, ETL/tags/ETL_0_04_10/test/Makefile.am, ETL/tags/ETL_0_04_10/test/angle.cpp, ETL/tags/ETL_0_04_10/test/benchmark.cpp, ETL/tags/ETL_0_04_10/test/clock.cpp, ETL/tags/ETL_0_04_10/test/fixed.cpp, ETL/tags/ETL_0_04_10/test/handle.cpp, ETL/tags/ETL_0_04_10/test/hermite.cpp, ETL/tags/ETL_0_04_10/test/pen.cpp, ETL/tags/ETL_0_04_10/test/random.cpp, ETL/tags/ETL_0_04_10/test/smach.cpp, ETL/tags/ETL_0_04_10/test/smart_ptr.cpp, ETL/tags/ETL_0_04_10/test/spline.cpp, ETL/tags/ETL_0_04_10/test/stringf.cpp, ETL/tags/ETL_0_04_10/test/surface.cpp, ETL/tags/ETL_0_04_10/test/value.cpp, ETL/tags/ETL_0_04_10_rc1/AUTHORS, ETL/tags/ETL_0_04_10_rc1/ETL-config.in, ETL/tags/ETL_0_04_10_rc1/ETL.kdevprj, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_10_rc1/ETL.prj, ETL/tags/ETL_0_04_10_rc1/ETL/Makefile.am, ETL/tags/ETL_0_04_10_rc1/ETL/_angle.h, ETL/tags/ETL_0_04_10_rc1/ETL/_bezier.h, ETL/tags/ETL_0_04_10_rc1/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_10_rc1/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_10_rc1/ETL/_boxblur.h, ETL/tags/ETL_0_04_10_rc1/ETL/_bspline.h, ETL/tags/ETL_0_04_10_rc1/ETL/_calculus.h, ETL/tags/ETL_0_04_10_rc1/ETL/_clock_base.h, ETL/tags/ETL_0_04_10_rc1/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_10_rc1/ETL/_clock_system.h, ETL/tags/ETL_0_04_10_rc1/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_10_rc1/ETL/_condition.h, ETL/tags/ETL_0_04_10_rc1/ETL/_curve.h, ETL/tags/ETL_0_04_10_rc1/ETL/_curve_func.h, ETL/tags/ETL_0_04_10_rc1/ETL/_fastangle.h, ETL/tags/ETL_0_04_10_rc1/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_10_rc1/ETL/_fixed.h, ETL/tags/ETL_0_04_10_rc1/ETL/_gaussian.h, ETL/tags/ETL_0_04_10_rc1/ETL/_handle.h, ETL/tags/ETL_0_04_10_rc1/ETL/_hermite.h, ETL/tags/ETL_0_04_10_rc1/ETL/_misc.h, ETL/tags/ETL_0_04_10_rc1/ETL/_mutex_null.h, ETL/tags/ETL_0_04_10_rc1/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_10_rc1/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_10_rc1/ETL/_pen.h, ETL/tags/ETL_0_04_10_rc1/ETL/_random.h, ETL/tags/ETL_0_04_10_rc1/ETL/_rect.h, ETL/tags/ETL_0_04_10_rc1/ETL/_ref_count.h, ETL/tags/ETL_0_04_10_rc1/ETL/_rwlock.h, ETL/tags/ETL_0_04_10_rc1/ETL/_smach.h, ETL/tags/ETL_0_04_10_rc1/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_10_rc1/ETL/_status.h, ETL/tags/ETL_0_04_10_rc1/ETL/_stringf.h, ETL/tags/ETL_0_04_10_rc1/ETL/_surface.h, ETL/tags/ETL_0_04_10_rc1/ETL/_thread.h, ETL/tags/ETL_0_04_10_rc1/ETL/_trivial.h, ETL/tags/ETL_0_04_10_rc1/ETL/_value.h, ETL/tags/ETL_0_04_10_rc1/ETL/angle, ETL/tags/ETL_0_04_10_rc1/ETL/bezier, ETL/tags/ETL_0_04_10_rc1/ETL/boxblur, ETL/tags/ETL_0_04_10_rc1/ETL/calculus, ETL/tags/ETL_0_04_10_rc1/ETL/clock, ETL/tags/ETL_0_04_10_rc1/ETL/etl_config.h, ETL/tags/ETL_0_04_10_rc1/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_10_rc1/ETL/fastangle, ETL/tags/ETL_0_04_10_rc1/ETL/fixed, ETL/tags/ETL_0_04_10_rc1/ETL/gaussian, ETL/tags/ETL_0_04_10_rc1/ETL/handle, ETL/tags/ETL_0_04_10_rc1/ETL/hermite, ETL/tags/ETL_0_04_10_rc1/ETL/ipc, ETL/tags/ETL_0_04_10_rc1/ETL/misc, ETL/tags/ETL_0_04_10_rc1/ETL/pen, ETL/tags/ETL_0_04_10_rc1/ETL/random, ETL/tags/ETL_0_04_10_rc1/ETL/rect, ETL/tags/ETL_0_04_10_rc1/ETL/ref_count, ETL/tags/ETL_0_04_10_rc1/ETL/smach, ETL/tags/ETL_0_04_10_rc1/ETL/smart_ptr, ETL/tags/ETL_0_04_10_rc1/ETL/spline, ETL/tags/ETL_0_04_10_rc1/ETL/status, ETL/tags/ETL_0_04_10_rc1/ETL/stringf, ETL/tags/ETL_0_04_10_rc1/ETL/surface, ETL/tags/ETL_0_04_10_rc1/ETL/thread, ETL/tags/ETL_0_04_10_rc1/ETL/trivial, ETL/tags/ETL_0_04_10_rc1/ETL/value, ETL/tags/ETL_0_04_10_rc1/Makefile.am, ETL/tags/ETL_0_04_10_rc1/NEWS, ETL/tags/ETL_0_04_10_rc1/README, ETL/tags/ETL_0_04_10_rc1/bootstrap, ETL/tags/ETL_0_04_10_rc1/config/ETL.m4, ETL/tags/ETL_0_04_10_rc1/config/build.cfg, ETL/tags/ETL_0_04_10_rc1/config/configure.ac, ETL/tags/ETL_0_04_10_rc1/config/cxx_macros.m4, ETL/tags/ETL_0_04_10_rc1/config/doxygen.cfg.in, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/devel-resources/License .rtf, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/devel-resources/ReadMe. rtf, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/devel-resources/Welcome .rtf, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/devel-resources/install .sh, ETL/tags/ETL_0_04_10_rc1/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_10_rc1/config/project.spec.in, ETL/tags/ETL_0_04_10_rc1/config/subs.m4, ETL/tags/ETL_0_04_10_rc1/test/Makefile.am, ETL/tags/ETL_0_04_10_rc1/test/angle.cpp, ETL/tags/ETL_0_04_10_rc1/test/benchmark.cpp, ETL/tags/ETL_0_04_10_rc1/test/clock.cpp, ETL/tags/ETL_0_04_10_rc1/test/fixed.cpp, ETL/tags/ETL_0_04_10_rc1/test/handle.cpp, ETL/tags/ETL_0_04_10_rc1/test/hermite.cpp, ETL/tags/ETL_0_04_10_rc1/test/pen.cpp, ETL/tags/ETL_0_04_10_rc1/test/random.cpp, ETL/tags/ETL_0_04_10_rc1/test/smach.cpp, ETL/tags/ETL_0_04_10_rc1/test/smart_ptr.cpp, ETL/tags/ETL_0_04_10_rc1/test/spline.cpp, ETL/tags/ETL_0_04_10_rc1/test/stringf.cpp, ETL/tags/ETL_0_04_10_rc1/test/surface.cpp, ETL/tags/ETL_0_04_10_rc1/test/value.cpp, ETL/tags/ETL_0_04_10_rc2/AUTHORS, ETL/tags/ETL_0_04_10_rc2/ETL-config.in, ETL/tags/ETL_0_04_10_rc2/ETL.kdevprj, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_10_rc2/ETL.prj, ETL/tags/ETL_0_04_10_rc2/ETL/Makefile.am, ETL/tags/ETL_0_04_10_rc2/ETL/_angle.h, ETL/tags/ETL_0_04_10_rc2/ETL/_bezier.h, ETL/tags/ETL_0_04_10_rc2/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_10_rc2/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_10_rc2/ETL/_boxblur.h, ETL/tags/ETL_0_04_10_rc2/ETL/_bspline.h, ETL/tags/ETL_0_04_10_rc2/ETL/_calculus.h, ETL/tags/ETL_0_04_10_rc2/ETL/_clock_base.h, ETL/tags/ETL_0_04_10_rc2/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_10_rc2/ETL/_clock_system.h, ETL/tags/ETL_0_04_10_rc2/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_10_rc2/ETL/_condition.h, ETL/tags/ETL_0_04_10_rc2/ETL/_curve.h, ETL/tags/ETL_0_04_10_rc2/ETL/_curve_func.h, ETL/tags/ETL_0_04_10_rc2/ETL/_fastangle.h, ETL/tags/ETL_0_04_10_rc2/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_10_rc2/ETL/_fixed.h, ETL/tags/ETL_0_04_10_rc2/ETL/_gaussian.h, ETL/tags/ETL_0_04_10_rc2/ETL/_handle.h, ETL/tags/ETL_0_04_10_rc2/ETL/_hermite.h, ETL/tags/ETL_0_04_10_rc2/ETL/_misc.h, ETL/tags/ETL_0_04_10_rc2/ETL/_mutex_null.h, ETL/tags/ETL_0_04_10_rc2/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_10_rc2/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_10_rc2/ETL/_pen.h, ETL/tags/ETL_0_04_10_rc2/ETL/_random.h, ETL/tags/ETL_0_04_10_rc2/ETL/_rect.h, ETL/tags/ETL_0_04_10_rc2/ETL/_ref_count.h, ETL/tags/ETL_0_04_10_rc2/ETL/_rwlock.h, ETL/tags/ETL_0_04_10_rc2/ETL/_smach.h, ETL/tags/ETL_0_04_10_rc2/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_10_rc2/ETL/_status.h, ETL/tags/ETL_0_04_10_rc2/ETL/_stringf.h, ETL/tags/ETL_0_04_10_rc2/ETL/_surface.h, ETL/tags/ETL_0_04_10_rc2/ETL/_thread.h, ETL/tags/ETL_0_04_10_rc2/ETL/_trivial.h, ETL/tags/ETL_0_04_10_rc2/ETL/_value.h, ETL/tags/ETL_0_04_10_rc2/ETL/angle, ETL/tags/ETL_0_04_10_rc2/ETL/bezier, ETL/tags/ETL_0_04_10_rc2/ETL/boxblur, ETL/tags/ETL_0_04_10_rc2/ETL/calculus, ETL/tags/ETL_0_04_10_rc2/ETL/clock, ETL/tags/ETL_0_04_10_rc2/ETL/etl_config.h, ETL/tags/ETL_0_04_10_rc2/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_10_rc2/ETL/fastangle, ETL/tags/ETL_0_04_10_rc2/ETL/fixed, ETL/tags/ETL_0_04_10_rc2/ETL/gaussian, ETL/tags/ETL_0_04_10_rc2/ETL/handle, ETL/tags/ETL_0_04_10_rc2/ETL/hermite, ETL/tags/ETL_0_04_10_rc2/ETL/ipc, ETL/tags/ETL_0_04_10_rc2/ETL/misc, ETL/tags/ETL_0_04_10_rc2/ETL/pen, ETL/tags/ETL_0_04_10_rc2/ETL/random, ETL/tags/ETL_0_04_10_rc2/ETL/rect, ETL/tags/ETL_0_04_10_rc2/ETL/ref_count, ETL/tags/ETL_0_04_10_rc2/ETL/smach, ETL/tags/ETL_0_04_10_rc2/ETL/smart_ptr, ETL/tags/ETL_0_04_10_rc2/ETL/spline, ETL/tags/ETL_0_04_10_rc2/ETL/status, ETL/tags/ETL_0_04_10_rc2/ETL/stringf, ETL/tags/ETL_0_04_10_rc2/ETL/surface, ETL/tags/ETL_0_04_10_rc2/ETL/thread, ETL/tags/ETL_0_04_10_rc2/ETL/trivial, ETL/tags/ETL_0_04_10_rc2/ETL/value, ETL/tags/ETL_0_04_10_rc2/Makefile.am, ETL/tags/ETL_0_04_10_rc2/NEWS, ETL/tags/ETL_0_04_10_rc2/README, ETL/tags/ETL_0_04_10_rc2/bootstrap, ETL/tags/ETL_0_04_10_rc2/config/ETL.m4, ETL/tags/ETL_0_04_10_rc2/config/build.cfg, ETL/tags/ETL_0_04_10_rc2/config/configure.ac, ETL/tags/ETL_0_04_10_rc2/config/cxx_macros.m4, ETL/tags/ETL_0_04_10_rc2/config/doxygen.cfg.in, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/devel-resources/License .rtf, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/devel-resources/ReadMe. rtf, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/devel-resources/Welcome .rtf, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/devel-resources/install .sh, ETL/tags/ETL_0_04_10_rc2/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_10_rc2/config/project.spec.in, ETL/tags/ETL_0_04_10_rc2/config/subs.m4, ETL/tags/ETL_0_04_10_rc2/test/Makefile.am, ETL/tags/ETL_0_04_10_rc2/test/angle.cpp, ETL/tags/ETL_0_04_10_rc2/test/benchmark.cpp, ETL/tags/ETL_0_04_10_rc2/test/clock.cpp, ETL/tags/ETL_0_04_10_rc2/test/fixed.cpp, ETL/tags/ETL_0_04_10_rc2/test/handle.cpp, ETL/tags/ETL_0_04_10_rc2/test/hermite.cpp, ETL/tags/ETL_0_04_10_rc2/test/pen.cpp, ETL/tags/ETL_0_04_10_rc2/test/random.cpp, ETL/tags/ETL_0_04_10_rc2/test/smach.cpp, ETL/tags/ETL_0_04_10_rc2/test/smart_ptr.cpp, ETL/tags/ETL_0_04_10_rc2/test/spline.cpp, ETL/tags/ETL_0_04_10_rc2/test/stringf.cpp, ETL/tags/ETL_0_04_10_rc2/test/surface.cpp, ETL/tags/ETL_0_04_10_rc2/test/value.cpp, ETL/tags/ETL_0_04_10_rc3/AUTHORS, ETL/tags/ETL_0_04_10_rc3/ETL-config.in, ETL/tags/ETL_0_04_10_rc3/ETL.kdevprj, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_10_rc3/ETL.prj, ETL/tags/ETL_0_04_10_rc3/ETL/Makefile.am, ETL/tags/ETL_0_04_10_rc3/ETL/_angle.h, ETL/tags/ETL_0_04_10_rc3/ETL/_bezier.h, ETL/tags/ETL_0_04_10_rc3/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_10_rc3/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_10_rc3/ETL/_boxblur.h, ETL/tags/ETL_0_04_10_rc3/ETL/_bspline.h, ETL/tags/ETL_0_04_10_rc3/ETL/_calculus.h, ETL/tags/ETL_0_04_10_rc3/ETL/_clock_base.h, ETL/tags/ETL_0_04_10_rc3/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_10_rc3/ETL/_clock_system.h, ETL/tags/ETL_0_04_10_rc3/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_10_rc3/ETL/_condition.h, ETL/tags/ETL_0_04_10_rc3/ETL/_curve.h, ETL/tags/ETL_0_04_10_rc3/ETL/_curve_func.h, ETL/tags/ETL_0_04_10_rc3/ETL/_fastangle.h, ETL/tags/ETL_0_04_10_rc3/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_10_rc3/ETL/_fixed.h, ETL/tags/ETL_0_04_10_rc3/ETL/_gaussian.h, ETL/tags/ETL_0_04_10_rc3/ETL/_handle.h, ETL/tags/ETL_0_04_10_rc3/ETL/_hermite.h, ETL/tags/ETL_0_04_10_rc3/ETL/_misc.h, ETL/tags/ETL_0_04_10_rc3/ETL/_mutex_null.h, ETL/tags/ETL_0_04_10_rc3/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_10_rc3/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_10_rc3/ETL/_pen.h, ETL/tags/ETL_0_04_10_rc3/ETL/_random.h, ETL/tags/ETL_0_04_10_rc3/ETL/_rect.h, ETL/tags/ETL_0_04_10_rc3/ETL/_ref_count.h, ETL/tags/ETL_0_04_10_rc3/ETL/_rwlock.h, ETL/tags/ETL_0_04_10_rc3/ETL/_smach.h, ETL/tags/ETL_0_04_10_rc3/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_10_rc3/ETL/_status.h, ETL/tags/ETL_0_04_10_rc3/ETL/_stringf.h, ETL/tags/ETL_0_04_10_rc3/ETL/_surface.h, ETL/tags/ETL_0_04_10_rc3/ETL/_thread.h, ETL/tags/ETL_0_04_10_rc3/ETL/_trivial.h, ETL/tags/ETL_0_04_10_rc3/ETL/_value.h, ETL/tags/ETL_0_04_10_rc3/ETL/angle, ETL/tags/ETL_0_04_10_rc3/ETL/bezier, ETL/tags/ETL_0_04_10_rc3/ETL/boxblur, ETL/tags/ETL_0_04_10_rc3/ETL/calculus, ETL/tags/ETL_0_04_10_rc3/ETL/clock, ETL/tags/ETL_0_04_10_rc3/ETL/etl_config.h, ETL/tags/ETL_0_04_10_rc3/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_10_rc3/ETL/fastangle, ETL/tags/ETL_0_04_10_rc3/ETL/fixed, ETL/tags/ETL_0_04_10_rc3/ETL/gaussian, ETL/tags/ETL_0_04_10_rc3/ETL/handle, ETL/tags/ETL_0_04_10_rc3/ETL/hermite, ETL/tags/ETL_0_04_10_rc3/ETL/ipc, ETL/tags/ETL_0_04_10_rc3/ETL/misc, ETL/tags/ETL_0_04_10_rc3/ETL/pen, ETL/tags/ETL_0_04_10_rc3/ETL/random, ETL/tags/ETL_0_04_10_rc3/ETL/rect, ETL/tags/ETL_0_04_10_rc3/ETL/ref_count, ETL/tags/ETL_0_04_10_rc3/ETL/smach, ETL/tags/ETL_0_04_10_rc3/ETL/smart_ptr, ETL/tags/ETL_0_04_10_rc3/ETL/spline, ETL/tags/ETL_0_04_10_rc3/ETL/status, ETL/tags/ETL_0_04_10_rc3/ETL/stringf, ETL/tags/ETL_0_04_10_rc3/ETL/surface, ETL/tags/ETL_0_04_10_rc3/ETL/thread, ETL/tags/ETL_0_04_10_rc3/ETL/trivial, ETL/tags/ETL_0_04_10_rc3/ETL/value, ETL/tags/ETL_0_04_10_rc3/Makefile.am, ETL/tags/ETL_0_04_10_rc3/NEWS, ETL/tags/ETL_0_04_10_rc3/README, ETL/tags/ETL_0_04_10_rc3/bootstrap, ETL/tags/ETL_0_04_10_rc3/config/ETL.m4, ETL/tags/ETL_0_04_10_rc3/config/build.cfg, ETL/tags/ETL_0_04_10_rc3/config/configure.ac, ETL/tags/ETL_0_04_10_rc3/config/cxx_macros.m4, ETL/tags/ETL_0_04_10_rc3/config/doxygen.cfg.in, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/devel-resources/License .rtf, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/devel-resources/ReadMe. rtf, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/devel-resources/Welcome .rtf, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/devel-resources/install .sh, ETL/tags/ETL_0_04_10_rc3/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_10_rc3/config/project.spec.in, ETL/tags/ETL_0_04_10_rc3/config/subs.m4, ETL/tags/ETL_0_04_10_rc3/test/Makefile.am, ETL/tags/ETL_0_04_10_rc3/test/angle.cpp, ETL/tags/ETL_0_04_10_rc3/test/benchmark.cpp, ETL/tags/ETL_0_04_10_rc3/test/clock.cpp, ETL/tags/ETL_0_04_10_rc3/test/fixed.cpp, ETL/tags/ETL_0_04_10_rc3/test/handle.cpp, ETL/tags/ETL_0_04_10_rc3/test/hermite.cpp, ETL/tags/ETL_0_04_10_rc3/test/pen.cpp, ETL/tags/ETL_0_04_10_rc3/test/random.cpp, ETL/tags/ETL_0_04_10_rc3/test/smach.cpp, ETL/tags/ETL_0_04_10_rc3/test/smart_ptr.cpp, ETL/tags/ETL_0_04_10_rc3/test/spline.cpp, ETL/tags/ETL_0_04_10_rc3/test/stringf.cpp, ETL/tags/ETL_0_04_10_rc3/test/surface.cpp, ETL/tags/ETL_0_04_10_rc3/test/value.cpp, ETL/tags/stable/AUTHORS, ETL/tags/stable/ETL-config.in, ETL/tags/stable/ETL.kdevprj, ETL/tags/stable/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL.pc.in, ETL/tags/stable/ETL.prj, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/_angle.h, ETL/tags/stable/ETL/_bezier.h, ETL/tags/stable/ETL/_bezier_angle.h, ETL/tags/stable/ETL/_bit_rotate.h, ETL/tags/stable/ETL/_boxblur.h, ETL/tags/stable/ETL/_bspline.h, ETL/tags/stable/ETL/_calculus.h, ETL/tags/stable/ETL/_clock_base.h, ETL/tags/stable/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/_clock_system.h, ETL/tags/stable/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/_condition.h, ETL/tags/stable/ETL/_curve.h, ETL/tags/stable/ETL/_curve_func.h, ETL/tags/stable/ETL/_fastangle.h, ETL/tags/stable/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/_fixed.h, ETL/tags/stable/ETL/_gaussian.h, ETL/tags/stable/ETL/_handle.h, ETL/tags/stable/ETL/_hermite.h, ETL/tags/stable/ETL/_misc.h, ETL/tags/stable/ETL/_mutex_null.h, ETL/tags/stable/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/_mutex_pthreads_simple.h, ETL/tags/stable/ETL/_mutex_win32.h, ETL/tags/stable/ETL/_pen.h, ETL/tags/stable/ETL/_random.h, ETL/tags/stable/ETL/_rect.h, ETL/tags/stable/ETL/_ref_count.h, ETL/tags/stable/ETL/_rwlock.h, ETL/tags/stable/ETL/_smach.h, ETL/tags/stable/ETL/_smart_ptr.h, ETL/tags/stable/ETL/_status.h, ETL/tags/stable/ETL/_stringf.h, ETL/tags/stable/ETL/_surface.h, ETL/tags/stable/ETL/_thread.h, ETL/tags/stable/ETL/_trivial.h, ETL/tags/stable/ETL/_value.h, ETL/tags/stable/ETL/angle, ETL/tags/stable/ETL/bezier, ETL/tags/stable/ETL/boxblur, ETL/tags/stable/ETL/calculus, ETL/tags/stable/ETL/clock, ETL/tags/stable/ETL/etl_config.h, ETL/tags/stable/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/fastangle, ETL/tags/stable/ETL/fixed, ETL/tags/stable/ETL/gaussian, ETL/tags/stable/ETL/handle, ETL/tags/stable/ETL/hermite, ETL/tags/stable/ETL/ipc, ETL/tags/stable/ETL/misc, ETL/tags/stable/ETL/mutex, ETL/tags/stable/ETL/pen, ETL/tags/stable/ETL/random, ETL/tags/stable/ETL/rect, ETL/tags/stable/ETL/ref_count, ETL/tags/stable/ETL/smach, ETL/tags/stable/ETL/smart_ptr, ETL/tags/stable/ETL/spline, ETL/tags/stable/ETL/status, ETL/tags/stable/ETL/stringf, ETL/tags/stable/ETL/surface, ETL/tags/stable/ETL/thread, ETL/tags/stable/ETL/trivial, ETL/tags/stable/ETL/value, ETL/tags/stable/Makefile.am, ETL/tags/stable/NEWS, ETL/tags/stable/README, ETL/tags/stable/config/pkg-support/ETL-devel.info, ETL/tags/stable/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/configure.ac, ETL/tags/stable/doxygen.cfg.in, ETL/tags/stable/m4/ETL.m4, ETL/tags/stable/m4/cxx_macros.m4, ETL/tags/stable/m4/subs.m4, ETL/tags/stable/test/Makefile.am, ETL/tags/stable/test/angle.cpp, ETL/tags/stable/test/benchmark.cpp, ETL/tags/stable/test/clock.cpp, ETL/tags/stable/test/fixed.cpp, ETL/tags/stable/test/handle.cpp, ETL/tags/stable/test/hermite.cpp, ETL/tags/stable/test/pen.cpp, ETL/tags/stable/test/random.cpp, ETL/tags/stable/test/smach.cpp, ETL/tags/stable/test/smart_ptr.cpp, ETL/tags/stable/test/spline.cpp, ETL/tags/stable/test/stringf.cpp, ETL/tags/stable/test/surface.cpp, ETL/tags/stable/test/value.cpp: Delete svn tags. We don't need them in git 2009-06-12 pabs3 * ETL/trunk/ETL/Makefile.am, ETL/trunk/ETL/etl_config.h: Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older automake. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2378 1f10aa63-cdf2-0310-b900-c93c546f37ac 2009-06-07 pabs3 * ETL/trunk/ETL.pbproj/etl_profile.h, ETL/trunk/ETL.pc.in, ETL/trunk/ETL/Makefile.am, ETL/trunk/ETL/_mutex_pthreads.h, ETL/trunk/ETL/_stringf.h, ETL/trunk/ETL/_thread.h, ETL/trunk/ETL/clock, ETL/trunk/ETL/etl_profile.h.in, ETL/trunk/ETL/handle, ETL/trunk/ETL/mutex, ETL/trunk/Makefile.am, ETL/trunk/configure.ac, ETL/trunk/m4/ETL.m4: Add some changes to make ETL more suitable for Fedora: Generate etl_profile.h in a less hacky way. Move the tests needed for generating etl_profile.h into the main configuration file. Move the etl_profile.h header to an arch-specific dir to prepare for multi-arch. Use less generic defines in the etl_profile.h header and prefix private defines with a double underscore. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2377 1f10aa63-cdf2-0310-b900-c93c546f37ac 2009-05-06 pabs3 * ETL/trunk/ETL/_stringf.h: Prefer prototypes from glibc headers, since defining them ourselves works around glibc security mechanisms. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2373 1f10aa63-cdf2-0310-b900-c93c546f37ac 2009-05-06 pabs3 * ETL/trunk/test/Makefile.am: Fix make distcheck breakage introduced by the Makefile.am reformatting. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2372 1f10aa63-cdf2-0310-b900-c93c546f37ac 2009-05-05 pabs3 * ETL/trunk/ETL/etl_config.h: Drop unused definition of ETL_BIGENDIAN git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2371 1f10aa63-cdf2-0310-b900-c93c546f37ac 2009-05-05 pabs3 * ETL/trunk/configure.ac, ETL/trunk/m4/ETL.m4: Remove some autoconf checks that have unused results git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2370 1f10aa63-cdf2-0310-b900-c93c546f37ac 2009-05-04 pabs3 * ETL/trunk/ETL/angle, ETL/trunk/ETL/bezier, ETL/trunk/ETL/boxblur, ETL/trunk/ETL/calculus, ETL/trunk/ETL/clock, ETL/trunk/ETL/fastangle, ETL/trunk/ETL/fixed, ETL/trunk/ETL/gaussian, ETL/trunk/ETL/handle, ETL/trunk/ETL/hermite, ETL/trunk/ETL/ipc, ETL/trunk/ETL/misc, ETL/trunk/ETL/mutex, ETL/trunk/ETL/pen, ETL/trunk/ETL/random, ETL/trunk/ETL/rect, ETL/trunk/ETL/ref_count, ETL/trunk/ETL/smach, ETL/trunk/ETL/smart_ptr, ETL/trunk/ETL/spline, ETL/trunk/ETL/status, ETL/trunk/ETL/stringf, ETL/trunk/ETL/surface, ETL/trunk/ETL/thread, ETL/trunk/ETL/trivial, ETL/trunk/ETL/value: Use less generic names for the guards for the ETL public headers git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2367 1f10aa63-cdf2-0310-b900-c93c546f37ac 2009-05-04 pabs3 * ETL/trunk/ETL/_angle.h: Include stdio from the right section of _angle.h and use the C++ version git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2366 1f10aa63-cdf2-0310-b900-c93c546f37ac 2009-05-04 pabs3 * ETL/trunk/ETL/_angle.h, ETL/trunk/ETL/_bezier.h, ETL/trunk/ETL/_bezier_angle.h, ETL/trunk/ETL/_bit_rotate.h, ETL/trunk/ETL/_boxblur.h, ETL/trunk/ETL/_curve.h, ETL/trunk/ETL/_fastangle.h, ETL/trunk/ETL/_gaussian.h, ETL/trunk/ETL/_hermite.h, ETL/trunk/ETL/_pen.h, ETL/trunk/ETL/_rect.h, ETL/trunk/ETL/_ref_count.h, ETL/trunk/ETL/_status.h, ETL/trunk/ETL/_trivial.h, ETL/trunk/ETL/_value.h: Make the names for the guards for ETL private headers consistent WRT the number of underscores after ETL git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2365 1f10aa63-cdf2-0310-b900-c93c546f37ac 2009-04-12 pabs3 * ETL/trunk/ETL/Makefile.am, ETL/trunk/Makefile.am, ETL/trunk/test/Makefile.am: Reformat and clean up the automake files git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2358 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-12-10 Chris Moore * ETL/trunk/ETL/_handle.h: Finally fix 1420091? Checking it for testing. Tidy up the DEBUG_INVOKE_SVNCR nonsense at the end of canvas.cpp before merging to the master branch. 2008-12-05 Chris Moore * ETL/trunk/ETL/_handle.h: Define ref() and unref() as virtual so they can be overridden in derived classes. 2008-12-03 Chris Moore * ETL/trunk/ETL/_handle.h: Define rref() and runref() as virtual so they can be overridden in derived classes. 2008-12-22 dooglus * ETL/trunk/ETL/_stringf.h, ETL/trunk/ETL/clock, ETL/trunk/ETL/ref_count: Remove spaces and tabs at end of lines. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2317 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-25 dooglus * ETL/trunk/test/handle.cpp, ETL/trunk/test/smart_ptr.cpp: Fix spelling mistake. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2265 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-23 dooglus * ETL/trunk/test/handle.cpp: Add tests for handle::swap() and loose_handle::swap(). git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2259 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-23 dooglus * ETL/trunk/ETL/_handle.h: Fix handle::swap() and loose_handle::swap(). I guess the code must not be used, because it has never worked. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2258 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-13 pabs3 * ETL/trunk/test/pen.cpp, ETL/trunk/test/surface.cpp: Silence a couple of g++ 4.4 warnings in ETL make check git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2192 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-13 pabs3 * ETL/trunk/test/Makefile.am: Fix the header include paths for ETL make check git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2191 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-12 genete * ETL/trunk/ETL/_stringf.h: Stop a bunch of compile warnings about not used returned value from vasprintf function in _string.h file. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2190 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-08 pabs3 * ETL/trunk/ETL/handle: Don't enable the use of mutexes on platforms other than Windows unless pthread is available. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2169 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-08 pabs3 * ETL/trunk/m4/ETL.m4: Fix the pthread and kernel32 library checks to not check for main. The checks fail on GCC 4.4 otherwise. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2168 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-07 dooglus * ETL/trunk/ETL/_bezier.h: Finding the distance along a bezier curve from point x to point x was failing with a division by zero. Fix by always returning 0 in that case. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2163 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-06 pabs3 * ETL/trunk/ETL/_pen.h: Don't ignore type qualifiers on a couple of ETL pen functions, fixes a couple of GCC warnings. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2156 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-04 dooglus * ETL/trunk/ETL/_bezier.h: Improve the rendering of curvegradient layers near vertices with zero-length tangents. See http://dooglus.rincevent.net/random/arrow-old.png , http://dooglus.rincevent.net/random/arrow-new.png , http://dooglus.rincevent.net/random/arrow.sifz for an example of the various types of glitch that have been fixed in this revision. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2148 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-11-03 pabs3 * ETL/trunk/ETL/etl_profile_.h.in: Delete generated ETL/etl_profile_.h.in file git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2144 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-21 genete * ETL/tags/0.04.12/AUTHORS, ETL/tags/0.04.12/ETL-config.in, ETL/tags/0.04.12/ETL.kdevprj, ETL/tags/0.04.12/ETL.pbproj/darco.mode1, ETL/tags/0.04.12/ETL.pbproj/darco.pbxuser, ETL/tags/0.04.12/ETL.pbproj/etl_profile.h, ETL/tags/0.04.12/ETL.pbproj/frameworkfix.cpp, ETL/tags/0.04.12/ETL.pbproj/project.pbxproj, ETL/tags/0.04.12/ETL.pc.in, ETL/tags/0.04.12/ETL.prj, ETL/tags/0.04.12/ETL/Makefile.am, ETL/tags/0.04.12/ETL/_angle.h, ETL/tags/0.04.12/ETL/_bezier.h, ETL/tags/0.04.12/ETL/_bezier_angle.h, ETL/tags/0.04.12/ETL/_bit_rotate.h, ETL/tags/0.04.12/ETL/_boxblur.h, ETL/tags/0.04.12/ETL/_bspline.h, ETL/tags/0.04.12/ETL/_calculus.h, ETL/tags/0.04.12/ETL/_clock_base.h, ETL/tags/0.04.12/ETL/_clock_gettimeofday.h, ETL/tags/0.04.12/ETL/_clock_system.h, ETL/tags/0.04.12/ETL/_clock_win32hpcount.h, ETL/tags/0.04.12/ETL/_condition.h, ETL/tags/0.04.12/ETL/_curve.h, ETL/tags/0.04.12/ETL/_curve_func.h, ETL/tags/0.04.12/ETL/_fastangle.h, ETL/tags/0.04.12/ETL/_fastangle_tables.h, ETL/tags/0.04.12/ETL/_fixed.h, ETL/tags/0.04.12/ETL/_gaussian.h, ETL/tags/0.04.12/ETL/_handle.h, ETL/tags/0.04.12/ETL/_hermite.h, ETL/tags/0.04.12/ETL/_misc.h, ETL/tags/0.04.12/ETL/_mutex_null.h, ETL/tags/0.04.12/ETL/_mutex_pthreads.h, ETL/tags/0.04.12/ETL/_mutex_pthreads_simple.h, ETL/tags/0.04.12/ETL/_mutex_win32.h, ETL/tags/0.04.12/ETL/_pen.h, ETL/tags/0.04.12/ETL/_random.h, ETL/tags/0.04.12/ETL/_rect.h, ETL/tags/0.04.12/ETL/_ref_count.h, ETL/tags/0.04.12/ETL/_rwlock.h, ETL/tags/0.04.12/ETL/_smach.h, ETL/tags/0.04.12/ETL/_smart_ptr.h, ETL/tags/0.04.12/ETL/_status.h, ETL/tags/0.04.12/ETL/_stringf.h, ETL/tags/0.04.12/ETL/_surface.h, ETL/tags/0.04.12/ETL/_thread.h, ETL/tags/0.04.12/ETL/_trivial.h, ETL/tags/0.04.12/ETL/_value.h, ETL/tags/0.04.12/ETL/angle, ETL/tags/0.04.12/ETL/bezier, ETL/tags/0.04.12/ETL/boxblur, ETL/tags/0.04.12/ETL/calculus, ETL/tags/0.04.12/ETL/clock, ETL/tags/0.04.12/ETL/etl_config.h, ETL/tags/0.04.12/ETL/etl_profile_.h.in, ETL/tags/0.04.12/ETL/fastangle, ETL/tags/0.04.12/ETL/fixed, ETL/tags/0.04.12/ETL/gaussian, ETL/tags/0.04.12/ETL/handle, ETL/tags/0.04.12/ETL/hermite, ETL/tags/0.04.12/ETL/ipc, ETL/tags/0.04.12/ETL/misc, ETL/tags/0.04.12/ETL/mutex, ETL/tags/0.04.12/ETL/pen, ETL/tags/0.04.12/ETL/random, ETL/tags/0.04.12/ETL/rect, ETL/tags/0.04.12/ETL/ref_count, ETL/tags/0.04.12/ETL/smach, ETL/tags/0.04.12/ETL/smart_ptr, ETL/tags/0.04.12/ETL/spline, ETL/tags/0.04.12/ETL/status, ETL/tags/0.04.12/ETL/stringf, ETL/tags/0.04.12/ETL/surface, ETL/tags/0.04.12/ETL/thread, ETL/tags/0.04.12/ETL/trivial, ETL/tags/0.04.12/ETL/value, ETL/tags/0.04.12/Makefile.am, ETL/tags/0.04.12/NEWS, ETL/tags/0.04.12/README, ETL/tags/0.04.12/config/pkg-support/ETL-devel.info, ETL/tags/0.04.12/config/pkg-support/devel-resources/License.rtf, ETL/tags/0.04.12/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/0.04.12/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/0.04.12/config/pkg-support/devel-resources/install.sh, ETL/tags/0.04.12/configure.ac, ETL/tags/0.04.12/doxygen.cfg.in, ETL/tags/0.04.12/m4/ETL.m4, ETL/tags/0.04.12/m4/cxx_macros.m4, ETL/tags/0.04.12/m4/subs.m4, ETL/tags/0.04.12/test/Makefile.am, ETL/tags/0.04.12/test/angle.cpp, ETL/tags/0.04.12/test/benchmark.cpp, ETL/tags/0.04.12/test/clock.cpp, ETL/tags/0.04.12/test/fixed.cpp, ETL/tags/0.04.12/test/handle.cpp, ETL/tags/0.04.12/test/hermite.cpp, ETL/tags/0.04.12/test/pen.cpp, ETL/tags/0.04.12/test/random.cpp, ETL/tags/0.04.12/test/smach.cpp, ETL/tags/0.04.12/test/smart_ptr.cpp, ETL/tags/0.04.12/test/spline.cpp, ETL/tags/0.04.12/test/stringf.cpp, ETL/tags/0.04.12/test/surface.cpp, ETL/tags/0.04.12/test/value.cpp: Release 0.04.12 git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2127 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-21 genete * ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/AUTHORS, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL-config.i n, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.kdevprj, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/d arco.mode1, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/d arco.pbxuser, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/e tl_profile.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/f rameworkfix.cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/p roject.pbxproj, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pc.in, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.prj, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/Makefile .am, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_angle.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_bezier. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_bezier_ angle.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_bit_rot ate.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_boxblur .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_bspline .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_calculu s.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_clock_b ase.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_clock_g ettimeofday.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_clock_s ystem.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_clock_w in32hpcount.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_conditi on.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_curve.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_curve_f unc.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_fastang le.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_fastang le_tables.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_fixed.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_gaussia n.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_handle. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_hermite .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_misc.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_mutex_n ull.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_mutex_p threads.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_mutex_p threads_simple.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_mutex_w in32.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_pen.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_random. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_rect.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_ref_cou nt.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_rwlock. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_smach.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_smart_p tr.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_status. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_stringf .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_surface .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_thread. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_trivial .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_value.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/angle, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/bezier, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/boxblur, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/calculus , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/clock, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/etl_conf ig.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/etl_prof ile_.h.in, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/fastangl e, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/fixed, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/gaussian , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/handle, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/hermite, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/ipc, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/misc, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/mutex, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/pen, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/random, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/rect, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/ref_coun t, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/smach, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/smart_pt r, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/spline, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/status, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/stringf, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/surface, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/thread, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/trivial, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/value, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/Makefile.am, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/NEWS, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/README, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/ETL-devel.info, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/devel-resources/License.rtf, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/devel-resources/ReadMe.rtf, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/devel-resources/Welcome.rtf, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/devel-resources/install.sh, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/configure.ac , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/doxygen.cfg. in, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/m4/ETL.m4, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/m4/cxx_macro s.m4, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/m4/subs.m4, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/Makefil e.am, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/angle.c pp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/benchma rk.cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/clock.c pp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/fixed.c pp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/handle. cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/hermite .cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/pen.cpp , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/random. cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/smach.c pp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/smart_p tr.cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/spline. cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/stringf .cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/surface .cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/value.c pp: Remove bad tag git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2124 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-21 genete * ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/AUTHORS, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL-config.i n, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.kdevprj, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/d arco.mode1, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/d arco.pbxuser, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/e tl_profile.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/f rameworkfix.cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pbproj/p roject.pbxproj, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.pc.in, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL.prj, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/Makefile .am, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_angle.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_bezier. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_bezier_ angle.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_bit_rot ate.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_boxblur .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_bspline .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_calculu s.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_clock_b ase.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_clock_g ettimeofday.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_clock_s ystem.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_clock_w in32hpcount.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_conditi on.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_curve.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_curve_f unc.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_fastang le.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_fastang le_tables.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_fixed.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_gaussia n.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_handle. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_hermite .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_misc.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_mutex_n ull.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_mutex_p threads.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_mutex_p threads_simple.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_mutex_w in32.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_pen.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_random. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_rect.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_ref_cou nt.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_rwlock. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_smach.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_smart_p tr.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_status. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_stringf .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_surface .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_thread. h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_trivial .h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/_value.h , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/angle, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/bezier, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/boxblur, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/calculus , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/clock, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/etl_conf ig.h, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/etl_prof ile_.h.in, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/fastangl e, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/fixed, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/gaussian , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/handle, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/hermite, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/ipc, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/misc, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/mutex, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/pen, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/random, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/rect, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/ref_coun t, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/smach, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/smart_pt r, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/spline, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/status, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/stringf, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/surface, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/thread, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/trivial, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/ETL/value, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/Makefile.am, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/NEWS, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/README, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/ETL-devel.info, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/devel-resources/License.rtf, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/devel-resources/ReadMe.rtf, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/devel-resources/Welcome.rtf, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/config/pkg-s upport/devel-resources/install.sh, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/configure.ac , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/doxygen.cfg. in, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/m4/ETL.m4, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/m4/cxx_macro s.m4, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/m4/subs.m4, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/Makefil e.am, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/angle.c pp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/benchma rk.cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/clock.c pp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/fixed.c pp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/handle. cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/hermite .cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/pen.cpp , ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/random. cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/smach.c pp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/smart_p tr.cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/spline. cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/stringf .cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/surface .cpp, ETL/tags/ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@/test/value.c pp: Release ETL_@VERSION_MAJ@_@VERSION_MIN@_@VERSION_REV@ git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2117 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-21 genete * ETL/tags/stable/AUTHORS, ETL/tags/stable/ETL-config.in, ETL/tags/stable/ETL.kdevprj, ETL/tags/stable/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL.pc.in, ETL/tags/stable/ETL.prj, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/_angle.h, ETL/tags/stable/ETL/_bezier.h, ETL/tags/stable/ETL/_bezier_angle.h, ETL/tags/stable/ETL/_bit_rotate.h, ETL/tags/stable/ETL/_boxblur.h, ETL/tags/stable/ETL/_bspline.h, ETL/tags/stable/ETL/_calculus.h, ETL/tags/stable/ETL/_clock_base.h, ETL/tags/stable/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/_clock_system.h, ETL/tags/stable/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/_condition.h, ETL/tags/stable/ETL/_curve.h, ETL/tags/stable/ETL/_curve_func.h, ETL/tags/stable/ETL/_fastangle.h, ETL/tags/stable/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/_fixed.h, ETL/tags/stable/ETL/_gaussian.h, ETL/tags/stable/ETL/_handle.h, ETL/tags/stable/ETL/_hermite.h, ETL/tags/stable/ETL/_misc.h, ETL/tags/stable/ETL/_mutex_null.h, ETL/tags/stable/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/_mutex_pthreads_simple.h, ETL/tags/stable/ETL/_mutex_win32.h, ETL/tags/stable/ETL/_pen.h, ETL/tags/stable/ETL/_random.h, ETL/tags/stable/ETL/_rect.h, ETL/tags/stable/ETL/_ref_count.h, ETL/tags/stable/ETL/_rwlock.h, ETL/tags/stable/ETL/_smach.h, ETL/tags/stable/ETL/_smart_ptr.h, ETL/tags/stable/ETL/_status.h, ETL/tags/stable/ETL/_stringf.h, ETL/tags/stable/ETL/_surface.h, ETL/tags/stable/ETL/_thread.h, ETL/tags/stable/ETL/_trivial.h, ETL/tags/stable/ETL/_value.h, ETL/tags/stable/ETL/angle, ETL/tags/stable/ETL/bezier, ETL/tags/stable/ETL/boxblur, ETL/tags/stable/ETL/calculus, ETL/tags/stable/ETL/clock, ETL/tags/stable/ETL/etl_config.h, ETL/tags/stable/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/fastangle, ETL/tags/stable/ETL/fixed, ETL/tags/stable/ETL/gaussian, ETL/tags/stable/ETL/handle, ETL/tags/stable/ETL/hermite, ETL/tags/stable/ETL/ipc, ETL/tags/stable/ETL/misc, ETL/tags/stable/ETL/mutex, ETL/tags/stable/ETL/pen, ETL/tags/stable/ETL/random, ETL/tags/stable/ETL/rect, ETL/tags/stable/ETL/ref_count, ETL/tags/stable/ETL/smach, ETL/tags/stable/ETL/smart_ptr, ETL/tags/stable/ETL/spline, ETL/tags/stable/ETL/status, ETL/tags/stable/ETL/stringf, ETL/tags/stable/ETL/surface, ETL/tags/stable/ETL/thread, ETL/tags/stable/ETL/trivial, ETL/tags/stable/ETL/value, ETL/tags/stable/Makefile.am, ETL/tags/stable/NEWS, ETL/tags/stable/README, ETL/tags/stable/config/pkg-support/ETL-devel.info, ETL/tags/stable/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/configure.ac, ETL/tags/stable/doxygen.cfg.in, ETL/tags/stable/m4/ETL.m4, ETL/tags/stable/m4/cxx_macros.m4, ETL/tags/stable/m4/subs.m4, ETL/tags/stable/test/Makefile.am, ETL/tags/stable/test/angle.cpp, ETL/tags/stable/test/benchmark.cpp, ETL/tags/stable/test/clock.cpp, ETL/tags/stable/test/fixed.cpp, ETL/tags/stable/test/handle.cpp, ETL/tags/stable/test/hermite.cpp, ETL/tags/stable/test/pen.cpp, ETL/tags/stable/test/random.cpp, ETL/tags/stable/test/smach.cpp, ETL/tags/stable/test/smart_ptr.cpp, ETL/tags/stable/test/spline.cpp, ETL/tags/stable/test/stringf.cpp, ETL/tags/stable/test/surface.cpp, ETL/tags/stable/test/value.cpp: Stable Tag: Copying everything over git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2116 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-21 genete * ETL/tags/stable/AUTHORS, ETL/tags/stable/ETL-config.in, ETL/tags/stable/ETL.kdevprj, ETL/tags/stable/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL.pc.in, ETL/tags/stable/ETL.prj, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/_angle.h, ETL/tags/stable/ETL/_bezier.h, ETL/tags/stable/ETL/_bezier_angle.h, ETL/tags/stable/ETL/_bit_rotate.h, ETL/tags/stable/ETL/_boxblur.h, ETL/tags/stable/ETL/_bspline.h, ETL/tags/stable/ETL/_calculus.h, ETL/tags/stable/ETL/_clock_base.h, ETL/tags/stable/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/_clock_system.h, ETL/tags/stable/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/_condition.h, ETL/tags/stable/ETL/_curve.h, ETL/tags/stable/ETL/_curve_func.h, ETL/tags/stable/ETL/_fastangle.h, ETL/tags/stable/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/_fixed.h, ETL/tags/stable/ETL/_gaussian.h, ETL/tags/stable/ETL/_handle.h, ETL/tags/stable/ETL/_hermite.h, ETL/tags/stable/ETL/_misc.h, ETL/tags/stable/ETL/_mutex_null.h, ETL/tags/stable/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/_mutex_pthreads_simple.h, ETL/tags/stable/ETL/_mutex_win32.h, ETL/tags/stable/ETL/_pen.h, ETL/tags/stable/ETL/_random.h, ETL/tags/stable/ETL/_rect.h, ETL/tags/stable/ETL/_ref_count.h, ETL/tags/stable/ETL/_rwlock.h, ETL/tags/stable/ETL/_smach.h, ETL/tags/stable/ETL/_smart_ptr.h, ETL/tags/stable/ETL/_status.h, ETL/tags/stable/ETL/_stringf.h, ETL/tags/stable/ETL/_surface.h, ETL/tags/stable/ETL/_thread.h, ETL/tags/stable/ETL/_trivial.h, ETL/tags/stable/ETL/_value.h, ETL/tags/stable/ETL/angle, ETL/tags/stable/ETL/bezier, ETL/tags/stable/ETL/boxblur, ETL/tags/stable/ETL/calculus, ETL/tags/stable/ETL/clock, ETL/tags/stable/ETL/etl_config.h, ETL/tags/stable/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/fastangle, ETL/tags/stable/ETL/fixed, ETL/tags/stable/ETL/gaussian, ETL/tags/stable/ETL/handle, ETL/tags/stable/ETL/hermite, ETL/tags/stable/ETL/ipc, ETL/tags/stable/ETL/misc, ETL/tags/stable/ETL/mutex, ETL/tags/stable/ETL/pen, ETL/tags/stable/ETL/random, ETL/tags/stable/ETL/rect, ETL/tags/stable/ETL/ref_count, ETL/tags/stable/ETL/smach, ETL/tags/stable/ETL/smart_ptr, ETL/tags/stable/ETL/spline, ETL/tags/stable/ETL/status, ETL/tags/stable/ETL/stringf, ETL/tags/stable/ETL/surface, ETL/tags/stable/ETL/thread, ETL/tags/stable/ETL/trivial, ETL/tags/stable/ETL/value, ETL/tags/stable/Makefile.am, ETL/tags/stable/NEWS, ETL/tags/stable/README, ETL/tags/stable/config/pkg-support/ETL-devel.info, ETL/tags/stable/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/configure.ac, ETL/tags/stable/doxygen.cfg.in, ETL/tags/stable/m4/ETL.m4, ETL/tags/stable/m4/cxx_macros.m4, ETL/tags/stable/m4/subs.m4, ETL/tags/stable/test/Makefile.am, ETL/tags/stable/test/angle.cpp, ETL/tags/stable/test/benchmark.cpp, ETL/tags/stable/test/clock.cpp, ETL/tags/stable/test/fixed.cpp, ETL/tags/stable/test/handle.cpp, ETL/tags/stable/test/hermite.cpp, ETL/tags/stable/test/pen.cpp, ETL/tags/stable/test/random.cpp, ETL/tags/stable/test/smach.cpp, ETL/tags/stable/test/smart_ptr.cpp, ETL/tags/stable/test/spline.cpp, ETL/tags/stable/test/stringf.cpp, ETL/tags/stable/test/surface.cpp, ETL/tags/stable/test/value.cpp: Stable Tag: Removing old tag git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2115 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-21 genete * ETL/trunk/NEWS: Release of etl 0.04.12 version. ***** git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2112 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-21 genete * ETL/trunk/NEWS: Formal Release of etl 0.04.12 git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2111 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-17 genete * ETL/trunk/configure.ac: Update SVN_REPOSITORY variable to the new svn in sourceforge git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2104 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-14 genete * ETL/trunk/NEWS, ETL/trunk/configure.ac: Release 0.04.12! git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2099 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-14 genete * ETL/trunk/ETL/_calculus.h, ETL/trunk/README: Update/add copyright of people who modified the code. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2097 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-10 pabs3 * ETL/trunk/NEWS: Polish NEWS file for 0.61.09 release git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2089 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-10-09 genete * ETL/trunk/NEWS: Updated towards 0.61.09 release git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2085 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-09-10 pabs3 * ETL/trunk/README: Switch to using the source code page instead of raw SVN URLs. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2040 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-31 pabs * ETL/trunk/m4/subs.m4: Remove -Wno-deprecated since it is no longer needed and just causes extra warnings when compiling C code. git-svn-id: http://svn.voria.com/code@1950 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-20 pabs * ETL/trunk/configure.ac: Update configure.ac as suggested by autoupdate. git-svn-id: http://svn.voria.com/code@1916 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-08 dooglus * ETL/trunk/README: Update my copyright. git-svn-id: http://svn.voria.com/code@1890 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-08 dooglus * ETL/trunk/README: Update my copyright. git-svn-id: http://svn.voria.com/code@1889 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-08 pabs * ETL/trunk/configure.ac: Woops, used the wrong version number in the last release, luckily pkg-config treats it the same as the real one git-svn-id: http://svn.voria.com/code@1887 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-08 pabs * ETL/tags/stable/configure.ac: Release a new version with a corrected version number git-svn-id: http://svn.voria.com/code@1886 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-05 dooglus * ETL/trunk/ETL/_curve_func.h: Added a couple of comments. git-svn-id: http://svn.voria.com/code@1859 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-04 dooglus * ETL/trunk/ETL/_calculus.h: Improve the derivative class for hermites. Compare http://synfig.org/images/a/a8/Bline-tangent-inaccuracy-before.png and http://synfig.org/images/a/a7/Bline-tangent-inaccuracy-after.png, the results of rendering http://synfig.org/images/b/bd/Bline-tangent-inaccuracy.sifz . git-svn-id: http://svn.voria.com/code@1857 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-03 dooglus * ETL/trunk/ETL/_calculus.h: Remove the ETL_FIXED_DERIVATIVE macro. git-svn-id: http://svn.voria.com/code@1853 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-03 dooglus * ETL/trunk/NEWS: Fix indentation. git-svn-id: http://svn.voria.com/code@1852 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-03 pabs * ETL/tags/0.4.11/AUTHORS, ETL/tags/0.4.11/ETL-config.in, ETL/tags/0.4.11/ETL.kdevprj, ETL/tags/0.4.11/ETL.pbproj/darco.mode1, ETL/tags/0.4.11/ETL.pbproj/darco.pbxuser, ETL/tags/0.4.11/ETL.pbproj/etl_profile.h, ETL/tags/0.4.11/ETL.pbproj/frameworkfix.cpp, ETL/tags/0.4.11/ETL.pbproj/project.pbxproj, ETL/tags/0.4.11/ETL.pc.in, ETL/tags/0.4.11/ETL.prj, ETL/tags/0.4.11/ETL/Makefile.am, ETL/tags/0.4.11/ETL/_angle.h, ETL/tags/0.4.11/ETL/_bezier.h, ETL/tags/0.4.11/ETL/_bezier_angle.h, ETL/tags/0.4.11/ETL/_bit_rotate.h, ETL/tags/0.4.11/ETL/_boxblur.h, ETL/tags/0.4.11/ETL/_bspline.h, ETL/tags/0.4.11/ETL/_calculus.h, ETL/tags/0.4.11/ETL/_clock_base.h, ETL/tags/0.4.11/ETL/_clock_gettimeofday.h, ETL/tags/0.4.11/ETL/_clock_system.h, ETL/tags/0.4.11/ETL/_clock_win32hpcount.h, ETL/tags/0.4.11/ETL/_condition.h, ETL/tags/0.4.11/ETL/_curve.h, ETL/tags/0.4.11/ETL/_curve_func.h, ETL/tags/0.4.11/ETL/_fastangle.h, ETL/tags/0.4.11/ETL/_fastangle_tables.h, ETL/tags/0.4.11/ETL/_fixed.h, ETL/tags/0.4.11/ETL/_gaussian.h, ETL/tags/0.4.11/ETL/_handle.h, ETL/tags/0.4.11/ETL/_hermite.h, ETL/tags/0.4.11/ETL/_misc.h, ETL/tags/0.4.11/ETL/_mutex_null.h, ETL/tags/0.4.11/ETL/_mutex_pthreads.h, ETL/tags/0.4.11/ETL/_mutex_pthreads_simple.h, ETL/tags/0.4.11/ETL/_mutex_win32.h, ETL/tags/0.4.11/ETL/_pen.h, ETL/tags/0.4.11/ETL/_random.h, ETL/tags/0.4.11/ETL/_rect.h, ETL/tags/0.4.11/ETL/_ref_count.h, ETL/tags/0.4.11/ETL/_rwlock.h, ETL/tags/0.4.11/ETL/_smach.h, ETL/tags/0.4.11/ETL/_smart_ptr.h, ETL/tags/0.4.11/ETL/_status.h, ETL/tags/0.4.11/ETL/_stringf.h, ETL/tags/0.4.11/ETL/_surface.h, ETL/tags/0.4.11/ETL/_thread.h, ETL/tags/0.4.11/ETL/_trivial.h, ETL/tags/0.4.11/ETL/_value.h, ETL/tags/0.4.11/ETL/angle, ETL/tags/0.4.11/ETL/bezier, ETL/tags/0.4.11/ETL/boxblur, ETL/tags/0.4.11/ETL/calculus, ETL/tags/0.4.11/ETL/clock, ETL/tags/0.4.11/ETL/etl_config.h, ETL/tags/0.4.11/ETL/etl_profile_.h.in, ETL/tags/0.4.11/ETL/fastangle, ETL/tags/0.4.11/ETL/fixed, ETL/tags/0.4.11/ETL/gaussian, ETL/tags/0.4.11/ETL/handle, ETL/tags/0.4.11/ETL/hermite, ETL/tags/0.4.11/ETL/ipc, ETL/tags/0.4.11/ETL/misc, ETL/tags/0.4.11/ETL/mutex, ETL/tags/0.4.11/ETL/pen, ETL/tags/0.4.11/ETL/random, ETL/tags/0.4.11/ETL/rect, ETL/tags/0.4.11/ETL/ref_count, ETL/tags/0.4.11/ETL/smach, ETL/tags/0.4.11/ETL/smart_ptr, ETL/tags/0.4.11/ETL/spline, ETL/tags/0.4.11/ETL/status, ETL/tags/0.4.11/ETL/stringf, ETL/tags/0.4.11/ETL/surface, ETL/tags/0.4.11/ETL/thread, ETL/tags/0.4.11/ETL/trivial, ETL/tags/0.4.11/ETL/value, ETL/tags/0.4.11/Makefile.am, ETL/tags/0.4.11/NEWS, ETL/tags/0.4.11/README, ETL/tags/0.4.11/config/pkg-support/ETL-devel.info, ETL/tags/0.4.11/config/pkg-support/devel-resources/License.rtf, ETL/tags/0.4.11/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/0.4.11/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/0.4.11/config/pkg-support/devel-resources/install.sh, ETL/tags/0.4.11/configure.ac, ETL/tags/0.4.11/doxygen.cfg.in, ETL/tags/0.4.11/m4/ETL.m4, ETL/tags/0.4.11/m4/cxx_macros.m4, ETL/tags/0.4.11/m4/subs.m4, ETL/tags/0.4.11/test/Makefile.am, ETL/tags/0.4.11/test/angle.cpp, ETL/tags/0.4.11/test/benchmark.cpp, ETL/tags/0.4.11/test/clock.cpp, ETL/tags/0.4.11/test/fixed.cpp, ETL/tags/0.4.11/test/handle.cpp, ETL/tags/0.4.11/test/hermite.cpp, ETL/tags/0.4.11/test/pen.cpp, ETL/tags/0.4.11/test/random.cpp, ETL/tags/0.4.11/test/smach.cpp, ETL/tags/0.4.11/test/smart_ptr.cpp, ETL/tags/0.4.11/test/spline.cpp, ETL/tags/0.4.11/test/stringf.cpp, ETL/tags/0.4.11/test/surface.cpp, ETL/tags/0.4.11/test/value.cpp: Release 0.4.11 git-svn-id: http://svn.voria.com/code@1845 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-03 pabs * ETL/tags/0.61.06/AUTHORS, ETL/tags/0.61.06/ETL-config.in, ETL/tags/0.61.06/ETL.kdevprj, ETL/tags/0.61.06/ETL.pbproj/darco.mode1, ETL/tags/0.61.06/ETL.pbproj/darco.pbxuser, ETL/tags/0.61.06/ETL.pbproj/etl_profile.h, ETL/tags/0.61.06/ETL.pbproj/frameworkfix.cpp, ETL/tags/0.61.06/ETL.pbproj/project.pbxproj, ETL/tags/0.61.06/ETL.pc.in, ETL/tags/0.61.06/ETL.prj, ETL/tags/0.61.06/ETL/Makefile.am, ETL/tags/0.61.06/ETL/_angle.h, ETL/tags/0.61.06/ETL/_bezier.h, ETL/tags/0.61.06/ETL/_bezier_angle.h, ETL/tags/0.61.06/ETL/_bit_rotate.h, ETL/tags/0.61.06/ETL/_boxblur.h, ETL/tags/0.61.06/ETL/_bspline.h, ETL/tags/0.61.06/ETL/_calculus.h, ETL/tags/0.61.06/ETL/_clock_base.h, ETL/tags/0.61.06/ETL/_clock_gettimeofday.h, ETL/tags/0.61.06/ETL/_clock_system.h, ETL/tags/0.61.06/ETL/_clock_win32hpcount.h, ETL/tags/0.61.06/ETL/_condition.h, ETL/tags/0.61.06/ETL/_curve.h, ETL/tags/0.61.06/ETL/_curve_func.h, ETL/tags/0.61.06/ETL/_fastangle.h, ETL/tags/0.61.06/ETL/_fastangle_tables.h, ETL/tags/0.61.06/ETL/_fixed.h, ETL/tags/0.61.06/ETL/_gaussian.h, ETL/tags/0.61.06/ETL/_handle.h, ETL/tags/0.61.06/ETL/_hermite.h, ETL/tags/0.61.06/ETL/_misc.h, ETL/tags/0.61.06/ETL/_mutex_null.h, ETL/tags/0.61.06/ETL/_mutex_pthreads.h, ETL/tags/0.61.06/ETL/_mutex_pthreads_simple.h, ETL/tags/0.61.06/ETL/_mutex_win32.h, ETL/tags/0.61.06/ETL/_pen.h, ETL/tags/0.61.06/ETL/_random.h, ETL/tags/0.61.06/ETL/_rect.h, ETL/tags/0.61.06/ETL/_ref_count.h, ETL/tags/0.61.06/ETL/_rwlock.h, ETL/tags/0.61.06/ETL/_smach.h, ETL/tags/0.61.06/ETL/_smart_ptr.h, ETL/tags/0.61.06/ETL/_status.h, ETL/tags/0.61.06/ETL/_stringf.h, ETL/tags/0.61.06/ETL/_surface.h, ETL/tags/0.61.06/ETL/_thread.h, ETL/tags/0.61.06/ETL/_trivial.h, ETL/tags/0.61.06/ETL/_value.h, ETL/tags/0.61.06/ETL/angle, ETL/tags/0.61.06/ETL/bezier, ETL/tags/0.61.06/ETL/boxblur, ETL/tags/0.61.06/ETL/calculus, ETL/tags/0.61.06/ETL/clock, ETL/tags/0.61.06/ETL/etl_config.h, ETL/tags/0.61.06/ETL/etl_profile_.h.in, ETL/tags/0.61.06/ETL/fastangle, ETL/tags/0.61.06/ETL/fixed, ETL/tags/0.61.06/ETL/gaussian, ETL/tags/0.61.06/ETL/handle, ETL/tags/0.61.06/ETL/hermite, ETL/tags/0.61.06/ETL/ipc, ETL/tags/0.61.06/ETL/misc, ETL/tags/0.61.06/ETL/mutex, ETL/tags/0.61.06/ETL/pen, ETL/tags/0.61.06/ETL/random, ETL/tags/0.61.06/ETL/rect, ETL/tags/0.61.06/ETL/ref_count, ETL/tags/0.61.06/ETL/smach, ETL/tags/0.61.06/ETL/smart_ptr, ETL/tags/0.61.06/ETL/spline, ETL/tags/0.61.06/ETL/status, ETL/tags/0.61.06/ETL/stringf, ETL/tags/0.61.06/ETL/surface, ETL/tags/0.61.06/ETL/thread, ETL/tags/0.61.06/ETL/trivial, ETL/tags/0.61.06/ETL/value, ETL/tags/0.61.06/Makefile.am, ETL/tags/0.61.06/NEWS, ETL/tags/0.61.06/README, ETL/tags/0.61.06/config/pkg-support/ETL-devel.info, ETL/tags/0.61.06/config/pkg-support/devel-resources/License.rtf, ETL/tags/0.61.06/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/0.61.06/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/0.61.06/config/pkg-support/devel-resources/install.sh, ETL/tags/0.61.06/configure.ac, ETL/tags/0.61.06/doxygen.cfg.in, ETL/tags/0.61.06/m4/ETL.m4, ETL/tags/0.61.06/m4/cxx_macros.m4, ETL/tags/0.61.06/m4/subs.m4, ETL/tags/0.61.06/test/Makefile.am, ETL/tags/0.61.06/test/angle.cpp, ETL/tags/0.61.06/test/benchmark.cpp, ETL/tags/0.61.06/test/clock.cpp, ETL/tags/0.61.06/test/fixed.cpp, ETL/tags/0.61.06/test/handle.cpp, ETL/tags/0.61.06/test/hermite.cpp, ETL/tags/0.61.06/test/pen.cpp, ETL/tags/0.61.06/test/random.cpp, ETL/tags/0.61.06/test/smach.cpp, ETL/tags/0.61.06/test/smart_ptr.cpp, ETL/tags/0.61.06/test/spline.cpp, ETL/tags/0.61.06/test/stringf.cpp, ETL/tags/0.61.06/test/surface.cpp, ETL/tags/0.61.06/test/value.cpp: Release: Removing incorrect tag git-svn-id: http://svn.voria.com/code@1844 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-03 pabs * ETL/tags/0.61.06/AUTHORS, ETL/tags/0.61.06/ETL-config.in, ETL/tags/0.61.06/ETL.kdevprj, ETL/tags/0.61.06/ETL.pbproj/darco.mode1, ETL/tags/0.61.06/ETL.pbproj/darco.pbxuser, ETL/tags/0.61.06/ETL.pbproj/etl_profile.h, ETL/tags/0.61.06/ETL.pbproj/frameworkfix.cpp, ETL/tags/0.61.06/ETL.pbproj/project.pbxproj, ETL/tags/0.61.06/ETL.pc.in, ETL/tags/0.61.06/ETL.prj, ETL/tags/0.61.06/ETL/Makefile.am, ETL/tags/0.61.06/ETL/_angle.h, ETL/tags/0.61.06/ETL/_bezier.h, ETL/tags/0.61.06/ETL/_bezier_angle.h, ETL/tags/0.61.06/ETL/_bit_rotate.h, ETL/tags/0.61.06/ETL/_boxblur.h, ETL/tags/0.61.06/ETL/_bspline.h, ETL/tags/0.61.06/ETL/_calculus.h, ETL/tags/0.61.06/ETL/_clock_base.h, ETL/tags/0.61.06/ETL/_clock_gettimeofday.h, ETL/tags/0.61.06/ETL/_clock_system.h, ETL/tags/0.61.06/ETL/_clock_win32hpcount.h, ETL/tags/0.61.06/ETL/_condition.h, ETL/tags/0.61.06/ETL/_curve.h, ETL/tags/0.61.06/ETL/_curve_func.h, ETL/tags/0.61.06/ETL/_fastangle.h, ETL/tags/0.61.06/ETL/_fastangle_tables.h, ETL/tags/0.61.06/ETL/_fixed.h, ETL/tags/0.61.06/ETL/_gaussian.h, ETL/tags/0.61.06/ETL/_handle.h, ETL/tags/0.61.06/ETL/_hermite.h, ETL/tags/0.61.06/ETL/_misc.h, ETL/tags/0.61.06/ETL/_mutex_null.h, ETL/tags/0.61.06/ETL/_mutex_pthreads.h, ETL/tags/0.61.06/ETL/_mutex_pthreads_simple.h, ETL/tags/0.61.06/ETL/_mutex_win32.h, ETL/tags/0.61.06/ETL/_pen.h, ETL/tags/0.61.06/ETL/_random.h, ETL/tags/0.61.06/ETL/_rect.h, ETL/tags/0.61.06/ETL/_ref_count.h, ETL/tags/0.61.06/ETL/_rwlock.h, ETL/tags/0.61.06/ETL/_smach.h, ETL/tags/0.61.06/ETL/_smart_ptr.h, ETL/tags/0.61.06/ETL/_status.h, ETL/tags/0.61.06/ETL/_stringf.h, ETL/tags/0.61.06/ETL/_surface.h, ETL/tags/0.61.06/ETL/_thread.h, ETL/tags/0.61.06/ETL/_trivial.h, ETL/tags/0.61.06/ETL/_value.h, ETL/tags/0.61.06/ETL/angle, ETL/tags/0.61.06/ETL/bezier, ETL/tags/0.61.06/ETL/boxblur, ETL/tags/0.61.06/ETL/calculus, ETL/tags/0.61.06/ETL/clock, ETL/tags/0.61.06/ETL/etl_config.h, ETL/tags/0.61.06/ETL/etl_profile_.h.in, ETL/tags/0.61.06/ETL/fastangle, ETL/tags/0.61.06/ETL/fixed, ETL/tags/0.61.06/ETL/gaussian, ETL/tags/0.61.06/ETL/handle, ETL/tags/0.61.06/ETL/hermite, ETL/tags/0.61.06/ETL/ipc, ETL/tags/0.61.06/ETL/misc, ETL/tags/0.61.06/ETL/mutex, ETL/tags/0.61.06/ETL/pen, ETL/tags/0.61.06/ETL/random, ETL/tags/0.61.06/ETL/rect, ETL/tags/0.61.06/ETL/ref_count, ETL/tags/0.61.06/ETL/smach, ETL/tags/0.61.06/ETL/smart_ptr, ETL/tags/0.61.06/ETL/spline, ETL/tags/0.61.06/ETL/status, ETL/tags/0.61.06/ETL/stringf, ETL/tags/0.61.06/ETL/surface, ETL/tags/0.61.06/ETL/thread, ETL/tags/0.61.06/ETL/trivial, ETL/tags/0.61.06/ETL/value, ETL/tags/0.61.06/Makefile.am, ETL/tags/0.61.06/NEWS, ETL/tags/0.61.06/README, ETL/tags/0.61.06/config/pkg-support/ETL-devel.info, ETL/tags/0.61.06/config/pkg-support/devel-resources/License.rtf, ETL/tags/0.61.06/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/0.61.06/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/0.61.06/config/pkg-support/devel-resources/install.sh, ETL/tags/0.61.06/configure.ac, ETL/tags/0.61.06/doxygen.cfg.in, ETL/tags/0.61.06/m4/ETL.m4, ETL/tags/0.61.06/m4/cxx_macros.m4, ETL/tags/0.61.06/m4/subs.m4, ETL/tags/0.61.06/test/Makefile.am, ETL/tags/0.61.06/test/angle.cpp, ETL/tags/0.61.06/test/benchmark.cpp, ETL/tags/0.61.06/test/clock.cpp, ETL/tags/0.61.06/test/fixed.cpp, ETL/tags/0.61.06/test/handle.cpp, ETL/tags/0.61.06/test/hermite.cpp, ETL/tags/0.61.06/test/pen.cpp, ETL/tags/0.61.06/test/random.cpp, ETL/tags/0.61.06/test/smach.cpp, ETL/tags/0.61.06/test/smart_ptr.cpp, ETL/tags/0.61.06/test/spline.cpp, ETL/tags/0.61.06/test/stringf.cpp, ETL/tags/0.61.06/test/surface.cpp, ETL/tags/0.61.06/test/value.cpp: Release 0.61.08 git-svn-id: http://svn.voria.com/code@1842 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-03 pabs * ETL/tags/stable/AUTHORS, ETL/tags/stable/ETL-config.in, ETL/tags/stable/ETL.kdevprj, ETL/tags/stable/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL.pc.in, ETL/tags/stable/ETL.prj, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/_angle.h, ETL/tags/stable/ETL/_bezier.h, ETL/tags/stable/ETL/_bezier_angle.h, ETL/tags/stable/ETL/_bit_rotate.h, ETL/tags/stable/ETL/_boxblur.h, ETL/tags/stable/ETL/_bspline.h, ETL/tags/stable/ETL/_calculus.h, ETL/tags/stable/ETL/_clock_base.h, ETL/tags/stable/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/_clock_system.h, ETL/tags/stable/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/_condition.h, ETL/tags/stable/ETL/_curve.h, ETL/tags/stable/ETL/_curve_func.h, ETL/tags/stable/ETL/_fastangle.h, ETL/tags/stable/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/_fixed.h, ETL/tags/stable/ETL/_gaussian.h, ETL/tags/stable/ETL/_handle.h, ETL/tags/stable/ETL/_hermite.h, ETL/tags/stable/ETL/_misc.h, ETL/tags/stable/ETL/_mutex_null.h, ETL/tags/stable/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/_mutex_pthreads_simple.h, ETL/tags/stable/ETL/_mutex_win32.h, ETL/tags/stable/ETL/_pen.h, ETL/tags/stable/ETL/_random.h, ETL/tags/stable/ETL/_rect.h, ETL/tags/stable/ETL/_ref_count.h, ETL/tags/stable/ETL/_rwlock.h, ETL/tags/stable/ETL/_smach.h, ETL/tags/stable/ETL/_smart_ptr.h, ETL/tags/stable/ETL/_status.h, ETL/tags/stable/ETL/_stringf.h, ETL/tags/stable/ETL/_surface.h, ETL/tags/stable/ETL/_thread.h, ETL/tags/stable/ETL/_trivial.h, ETL/tags/stable/ETL/_value.h, ETL/tags/stable/ETL/angle, ETL/tags/stable/ETL/bezier, ETL/tags/stable/ETL/boxblur, ETL/tags/stable/ETL/calculus, ETL/tags/stable/ETL/clock, ETL/tags/stable/ETL/etl_config.h, ETL/tags/stable/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/fastangle, ETL/tags/stable/ETL/fixed, ETL/tags/stable/ETL/gaussian, ETL/tags/stable/ETL/handle, ETL/tags/stable/ETL/hermite, ETL/tags/stable/ETL/ipc, ETL/tags/stable/ETL/misc, ETL/tags/stable/ETL/mutex, ETL/tags/stable/ETL/pen, ETL/tags/stable/ETL/random, ETL/tags/stable/ETL/rect, ETL/tags/stable/ETL/ref_count, ETL/tags/stable/ETL/smach, ETL/tags/stable/ETL/smart_ptr, ETL/tags/stable/ETL/spline, ETL/tags/stable/ETL/status, ETL/tags/stable/ETL/stringf, ETL/tags/stable/ETL/surface, ETL/tags/stable/ETL/thread, ETL/tags/stable/ETL/trivial, ETL/tags/stable/ETL/value, ETL/tags/stable/Makefile.am, ETL/tags/stable/NEWS, ETL/tags/stable/README, ETL/tags/stable/config/pkg-support/ETL-devel.info, ETL/tags/stable/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/configure.ac, ETL/tags/stable/doxygen.cfg.in, ETL/tags/stable/m4/ETL.m4, ETL/tags/stable/m4/cxx_macros.m4, ETL/tags/stable/m4/subs.m4, ETL/tags/stable/test/Makefile.am, ETL/tags/stable/test/angle.cpp, ETL/tags/stable/test/benchmark.cpp, ETL/tags/stable/test/clock.cpp, ETL/tags/stable/test/fixed.cpp, ETL/tags/stable/test/handle.cpp, ETL/tags/stable/test/hermite.cpp, ETL/tags/stable/test/pen.cpp, ETL/tags/stable/test/random.cpp, ETL/tags/stable/test/smach.cpp, ETL/tags/stable/test/smart_ptr.cpp, ETL/tags/stable/test/spline.cpp, ETL/tags/stable/test/stringf.cpp, ETL/tags/stable/test/surface.cpp, ETL/tags/stable/test/value.cpp: Stable Tag: Copying everything over git-svn-id: http://svn.voria.com/code@1841 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-03 pabs * ETL/tags/stable/AUTHORS, ETL/tags/stable/ETL-config.in, ETL/tags/stable/ETL.kdevprj, ETL/tags/stable/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL.prj, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/_angle.h, ETL/tags/stable/ETL/_bezier.h, ETL/tags/stable/ETL/_bezier_angle.h, ETL/tags/stable/ETL/_bit_rotate.h, ETL/tags/stable/ETL/_boxblur.h, ETL/tags/stable/ETL/_bspline.h, ETL/tags/stable/ETL/_calculus.h, ETL/tags/stable/ETL/_clock_base.h, ETL/tags/stable/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/_clock_system.h, ETL/tags/stable/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/_condition.h, ETL/tags/stable/ETL/_curve.h, ETL/tags/stable/ETL/_curve_func.h, ETL/tags/stable/ETL/_fastangle.h, ETL/tags/stable/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/_fixed.h, ETL/tags/stable/ETL/_gaussian.h, ETL/tags/stable/ETL/_handle.h, ETL/tags/stable/ETL/_hermite.h, ETL/tags/stable/ETL/_misc.h, ETL/tags/stable/ETL/_mutex_null.h, ETL/tags/stable/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/_mutex_win32.h, ETL/tags/stable/ETL/_pen.h, ETL/tags/stable/ETL/_random.h, ETL/tags/stable/ETL/_rect.h, ETL/tags/stable/ETL/_ref_count.h, ETL/tags/stable/ETL/_rwlock.h, ETL/tags/stable/ETL/_smach.h, ETL/tags/stable/ETL/_smart_ptr.h, ETL/tags/stable/ETL/_status.h, ETL/tags/stable/ETL/_stringf.h, ETL/tags/stable/ETL/_surface.h, ETL/tags/stable/ETL/_thread.h, ETL/tags/stable/ETL/_trivial.h, ETL/tags/stable/ETL/_value.h, ETL/tags/stable/ETL/angle, ETL/tags/stable/ETL/bezier, ETL/tags/stable/ETL/boxblur, ETL/tags/stable/ETL/calculus, ETL/tags/stable/ETL/clock, ETL/tags/stable/ETL/etl_config.h, ETL/tags/stable/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/fastangle, ETL/tags/stable/ETL/fixed, ETL/tags/stable/ETL/gaussian, ETL/tags/stable/ETL/handle, ETL/tags/stable/ETL/hermite, ETL/tags/stable/ETL/ipc, ETL/tags/stable/ETL/misc, ETL/tags/stable/ETL/pen, ETL/tags/stable/ETL/random, ETL/tags/stable/ETL/rect, ETL/tags/stable/ETL/ref_count, ETL/tags/stable/ETL/smach, ETL/tags/stable/ETL/smart_ptr, ETL/tags/stable/ETL/spline, ETL/tags/stable/ETL/status, ETL/tags/stable/ETL/stringf, ETL/tags/stable/ETL/surface, ETL/tags/stable/ETL/thread, ETL/tags/stable/ETL/trivial, ETL/tags/stable/ETL/value, ETL/tags/stable/Makefile.am, ETL/tags/stable/NEWS, ETL/tags/stable/README, ETL/tags/stable/bootstrap, ETL/tags/stable/config/ETL.m4, ETL/tags/stable/config/build.cfg, ETL/tags/stable/config/configure.ac, ETL/tags/stable/config/cxx_macros.m4, ETL/tags/stable/config/doxygen.cfg.in, ETL/tags/stable/config/pkg-support/ETL-devel.info, ETL/tags/stable/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/config/pkgconfig.pc.in, ETL/tags/stable/config/project.spec.in, ETL/tags/stable/config/subs.m4, ETL/tags/stable/test/Makefile.am, ETL/tags/stable/test/angle.cpp, ETL/tags/stable/test/benchmark.cpp, ETL/tags/stable/test/clock.cpp, ETL/tags/stable/test/fixed.cpp, ETL/tags/stable/test/handle.cpp, ETL/tags/stable/test/hermite.cpp, ETL/tags/stable/test/pen.cpp, ETL/tags/stable/test/random.cpp, ETL/tags/stable/test/smach.cpp, ETL/tags/stable/test/smart_ptr.cpp, ETL/tags/stable/test/spline.cpp, ETL/tags/stable/test/stringf.cpp, ETL/tags/stable/test/surface.cpp, ETL/tags/stable/test/value.cpp: Stable Tag: Removing old tag git-svn-id: http://svn.voria.com/code@1840 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-02 pabs * ETL/trunk/NEWS, ETL/trunk/configure.ac: Releasing 0.61.08! git-svn-id: http://svn.voria.com/code@1837 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-03-01 pabs * ETL/trunk/NEWS: Rewrite the 0.61.08 news entries as summaries instead of essays. Include a link to the releases page for lengthier release notes. git-svn-id: http://svn.voria.com/code@1827 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-24 dooglus * ETL/trunk/ETL/handle: Using mutexes around accesses to refcounts seems to make the Windows build much less stable for some reason, so let's not do it for now, until we can find out why. git-svn-id: http://svn.voria.com/code@1815 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-23 dooglus * ETL/trunk/ETL/Makefile.am, ETL/trunk/ETL/_handle.h, ETL/trunk/ETL/_mutex_pthreads_simple.h, ETL/trunk/ETL/_mutex_simple.h, ETL/trunk/ETL/handle, ETL/trunk/ETL/mutex: Use _mutex_win32.h on Windows. git-svn-id: http://svn.voria.com/code@1807 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-23 dooglus * ETL/trunk/ETL/Makefile.am: Include 'mutex' and '_mutex_simple.h' in the list of ETL headers to install. git-svn-id: http://svn.voria.com/code@1805 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-22 dooglus * ETL/trunk/ETL/_handle.h: Use etl::mutexes to lock access to reference counts. git-svn-id: http://svn.voria.com/code@1799 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-22 dooglus * ETL/trunk/ETL/_mutex_simple.h, ETL/trunk/ETL/mutex: Two new files to use pthread Mutexes very simply. git-svn-id: http://svn.voria.com/code@1798 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-22 dooglus * ETL/trunk/ETL/ipc: Use a more suitable #define to guard against double-inclusion. git-svn-id: http://svn.voria.com/code@1797 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-13 dooglus * ETL/trunk/ETL/_handle.h: Write "operator()" instead of "operator ()", "operator&" instead of "operator &", etc., to make them easier to search for. Previously both forms were used. git-svn-id: http://svn.voria.com/code@1684 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-10 dooglus * ETL/trunk/NEWS: Update NEWS files with most of the changes since the last release. git-svn-id: http://svn.voria.com/code@1657 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-09 dooglus * ETL/trunk/ETL/_smach.h, ETL/trunk/ETL/_surface.h, ETL/trunk/test/angle.cpp: Added copyright lines for files I've edited this year. git-svn-id: http://svn.voria.com/code@1643 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-09 dooglus * ETL/trunk/ETL/_fixed.h, ETL/trunk/ETL/_handle.h, ETL/trunk/ETL/_misc.h, ETL/trunk/test/fixed.cpp, ETL/trunk/test/hermite.cpp: Added my "Copyright (c) 2007" notices, for files I edited in 2007. git-svn-id: http://svn.voria.com/code@1642 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-02-03 pabs * ETL/trunk/ETL.kdevprj, ETL/trunk/ETL.pbproj/project.pbxproj, ETL/trunk/Makefile.am: Get rid of all references to the bootstrap script since it was removed git-svn-id: http://svn.voria.com/code@1558 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-27 dooglus * ETL/trunk/ETL/_random.h, ETL/trunk/test/smach.cpp, ETL/trunk/test/smart_ptr.cpp: More unused parameters - in ETL this time. git-svn-id: http://svn.voria.com/code@1514 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-27 dooglus * ETL/trunk/m4/subs.m4: Don't use the '-Wno-unused-parameter' flag by default. git-svn-id: http://svn.voria.com/code@1507 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-26 dooglus * ETL/trunk/ETL/_smach.h: Prevent warning from g++ 4.3: [ETL/_smach.h:171] declaration of 'typedef class etl::smach::event_def etl::smach::state::event_def' [ETL/_smach.h:102] changes meaning of 'event_def' from 'class etl::smach::event_def'. git-svn-id: http://svn.voria.com/code@1496 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-26 dooglus * ETL/trunk/ETL/_surface.h: Prevent lots of warnings like [_surface.h:68] declaration of 'typedef ...alpha_pen<...> etl::surface<...>::alpha_pen' [_pen.h:320] changes meaning of 'alpha_pen' from '...alpha_pen<...>'. git-svn-id: http://svn.voria.com/code@1495 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-25 dooglus * ETL/trunk/ETL/_clock_base.h: Avoid a warning from g++ 4.3. git-svn-id: http://svn.voria.com/code@1465 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-25 dooglus * ETL/trunk/ETL/_stringf.h: Avoid a warning from g++ 4.3. git-svn-id: http://svn.voria.com/code@1462 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-25 dooglus * ETL/trunk/ETL/_bspline.h: Avoid a warning from g++ 4.3. git-svn-id: http://svn.voria.com/code@1461 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-24 pabs * ETL/trunk/AUTHORS, ETL/trunk/ETL-config.in: Make ETL-config a wrapper around pkg-config. Patch by Ralf Corsepius git-svn-id: http://svn.voria.com/code@1455 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-18 dooglus * ETL/trunk/test/angle.cpp: Change the expected results to match the new actual results, now that angles no longer wrap at 360 degrees. git-svn-id: http://svn.voria.com/code@1399 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-12 dooglus * ETL/trunk/test/pen.cpp: Removed a bunch more DEBUGPOINT()s. git-svn-id: http://svn.voria.com/code@1338 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-08 pabs * ETL/trunk/configure.ac: Use the bugs page on the website instead of the tracker in the autoconf bugs argument of AC_INIT git-svn-id: http://svn.voria.com/code@1291 1f10aa63-cdf2-0310-b900-c93c546f37ac 2008-01-08 pabs * ETL/trunk/README: Use synfig.org instead of synfig.com git-svn-id: http://svn.voria.com/code@1288 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-12-18 pabs * ETL/trunk/ETL.spec.in, ETL/trunk/Makefile.am, ETL/trunk/configure.ac: Remove shitty .spec files that the RPM distros will probably rewrite anyway. git-svn-id: http://svn.voria.com/code@1209 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-12-18 pabs * ETL/trunk/m4/subs.m4: Strip license key and software expiry stuff now that Synfig is free software and out of alpha testing. git-svn-id: http://svn.voria.com/code@1208 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-12-17 dooglus * ETL/trunk/ETL/_fixed.h, ETL/trunk/ETL/_misc.h, ETL/trunk/doxygen.cfg.in: Fix doxygen warnings for ETL sources. git-svn-id: http://svn.voria.com/code@1206 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-12-12 dooglus * ETL/trunk/doxygen.cfg.in: Generate documentation for everything under 'src'. Don't regenerate LaTeX documentation, only HTML. git-svn-id: http://svn.voria.com/code@1198 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-12-09 pabs * ETL/trunk/ETL/_surface.h: Fix g++ 4.3 issues; add missing includes, remove storage class on explicit template specialization. Patch by Cyril Brulebois. git-svn-id: http://svn.voria.com/code@1190 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-11-14 dooglus * ETL/trunk/ETL/_angle.h: Working on #1827966. Removed more 'wrap at 360 degrees' code. git-svn-id: http://svn.voria.com/code@1150 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-11-12 dooglus * ETL/trunk/ETL/_angle.h: Working on 1827966: "Angles are recalculated to 360 mod". Experimenting with angles. Define ETL_WRAP_ANGLES in ETL/_angle.h to revert to previous behaviour. git-svn-id: http://svn.voria.com/code@1139 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-11-09 pabs * ETL/trunk/configure.ac: Fix issue with older versions of autoconf git-svn-id: http://svn.voria.com/code@1124 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-11-08 dooglus * ETL/trunk/test/fixed.cpp: Typo. It wasn't using the final value in the division test, so the compiler could still have been optimizing the calculations out. git-svn-id: http://svn.voria.com/code@1118 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-11-08 dooglus * ETL/trunk/ETL/_handle.h: Make the 'obj' member of handle and loose_handle public when debugging. It's useful sometimes to be able to compare the addresses of the object behind the handles. git-svn-id: http://svn.voria.com/code@1117 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-11-07 pabs * ETL/trunk/ETL.pc.in, ETL/trunk/ETL.spec.in, ETL/trunk/ETL/etl_profile_.h.in, ETL/trunk/Makefile.am, ETL/trunk/bootstrap, ETL/trunk/config/ETL.m4, ETL/trunk/config/build.cfg, ETL/trunk/config/configure.ac, ETL/trunk/config/cxx_macros.m4, ETL/trunk/config/doxygen.cfg.in, ETL/trunk/config/pkgconfig.pc.in, ETL/trunk/config/project.spec.in, ETL/trunk/config/subs.m4, ETL/trunk/configure.ac, ETL/trunk/doxygen.cfg.in, ETL/trunk/m4/ETL.m4, ETL/trunk/m4/cxx_macros.m4, ETL/trunk/m4/subs.m4: DIE ./bootstrap, DIE DIE DIE git-svn-id: http://svn.voria.com/code@1115 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-30 dooglus * ETL/trunk/test/smach.cpp: Typo: 'enterted' -> 'entered'. git-svn-id: http://svn.voria.com/code@1021 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-30 dooglus * ETL/trunk/ETL/clock: Typo: 'outselves' -> 'ourselves'. git-svn-id: http://svn.voria.com/code@1005 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-24 dooglus * ETL/trunk/ETL/_stringf.h: popen() doesn't like type "rb" on Linux, either. git-svn-id: http://svn.voria.com/code@959 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-24 dooglus * ETL/trunk/ETL/_stringf.h: Fix 1818856: External application render targets seem to be broken. We can't use popen(command, "wb") on Linux. git-svn-id: http://svn.voria.com/code@958 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-21 dooglus * ETL/trunk/ETL/_handle.h: Tidying. git-svn-id: http://svn.voria.com/code@937 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-21 dooglus * ETL/trunk/ETL/_handle.h: Tidying. git-svn-id: http://svn.voria.com/code@936 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-21 dooglus * ETL/trunk/ETL/_handle.h: Typo. git-svn-id: http://svn.voria.com/code@935 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-15 dooglus * ETL/trunk/ETL/_handle.h: Revert back to r930. The last 2 commits were no good. git-svn-id: http://svn.voria.com/code@933 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-15 dooglus * ETL/trunk/ETL/_handle.h: Use Synfig::Mutex instead of Glib::Mutex. git-svn-id: http://svn.voria.com/code@932 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-14 dooglus * ETL/trunk/ETL/_handle.h: Put mutexes around the reference counts for the shared_object class. Maybe this will help prevent crashes. git-svn-id: http://svn.voria.com/code@931 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-14 dooglus * ETL/trunk/ETL/_stringf.h: Wrote filename_extension() and filename_sans_extension(), since they are reimplemented (often incorrectly) in lots of places. git-svn-id: http://svn.voria.com/code@928 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-11 dooglus * ETL/trunk/ETL/_misc.h: Use static_cast rather than the old C style cast. git-svn-id: http://svn.voria.com/code@900 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/trunk/ETL/_misc.h: Fix rount_to_int() so it rounds to the nearest integer. Previously it was rounding -1.333 to 0. git-svn-id: http://svn.voria.com/code@894 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/trunk/Makefile.am: Typo. git-svn-id: http://svn.voria.com/code@893 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/tags/stable/AUTHORS, ETL/tags/stable/ETL-config.in, ETL/tags/stable/ETL.kdevprj, ETL/tags/stable/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL.prj, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/_angle.h, ETL/tags/stable/ETL/_bezier.h, ETL/tags/stable/ETL/_bezier_angle.h, ETL/tags/stable/ETL/_bit_rotate.h, ETL/tags/stable/ETL/_boxblur.h, ETL/tags/stable/ETL/_bspline.h, ETL/tags/stable/ETL/_calculus.h, ETL/tags/stable/ETL/_clock_base.h, ETL/tags/stable/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/_clock_system.h, ETL/tags/stable/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/_condition.h, ETL/tags/stable/ETL/_curve.h, ETL/tags/stable/ETL/_curve_func.h, ETL/tags/stable/ETL/_fastangle.h, ETL/tags/stable/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/_fixed.h, ETL/tags/stable/ETL/_gaussian.h, ETL/tags/stable/ETL/_handle.h, ETL/tags/stable/ETL/_hermite.h, ETL/tags/stable/ETL/_misc.h, ETL/tags/stable/ETL/_mutex_null.h, ETL/tags/stable/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/_mutex_win32.h, ETL/tags/stable/ETL/_pen.h, ETL/tags/stable/ETL/_random.h, ETL/tags/stable/ETL/_rect.h, ETL/tags/stable/ETL/_ref_count.h, ETL/tags/stable/ETL/_rwlock.h, ETL/tags/stable/ETL/_smach.h, ETL/tags/stable/ETL/_smart_ptr.h, ETL/tags/stable/ETL/_status.h, ETL/tags/stable/ETL/_stringf.h, ETL/tags/stable/ETL/_surface.h, ETL/tags/stable/ETL/_thread.h, ETL/tags/stable/ETL/_trivial.h, ETL/tags/stable/ETL/_value.h, ETL/tags/stable/ETL/angle, ETL/tags/stable/ETL/bezier, ETL/tags/stable/ETL/boxblur, ETL/tags/stable/ETL/calculus, ETL/tags/stable/ETL/clock, ETL/tags/stable/ETL/etl_config.h, ETL/tags/stable/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/fastangle, ETL/tags/stable/ETL/fixed, ETL/tags/stable/ETL/gaussian, ETL/tags/stable/ETL/handle, ETL/tags/stable/ETL/hermite, ETL/tags/stable/ETL/ipc, ETL/tags/stable/ETL/misc, ETL/tags/stable/ETL/pen, ETL/tags/stable/ETL/random, ETL/tags/stable/ETL/rect, ETL/tags/stable/ETL/ref_count, ETL/tags/stable/ETL/smach, ETL/tags/stable/ETL/smart_ptr, ETL/tags/stable/ETL/spline, ETL/tags/stable/ETL/status, ETL/tags/stable/ETL/stringf, ETL/tags/stable/ETL/surface, ETL/tags/stable/ETL/thread, ETL/tags/stable/ETL/trivial, ETL/tags/stable/ETL/value, ETL/tags/stable/Makefile.am, ETL/tags/stable/NEWS, ETL/tags/stable/README, ETL/tags/stable/bootstrap, ETL/tags/stable/config/ETL.m4, ETL/tags/stable/config/build.cfg, ETL/tags/stable/config/configure.ac, ETL/tags/stable/config/cxx_macros.m4, ETL/tags/stable/config/doxygen.cfg.in, ETL/tags/stable/config/pkg-support/ETL-devel.info, ETL/tags/stable/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/config/pkgconfig.pc.in, ETL/tags/stable/config/project.spec.in, ETL/tags/stable/config/subs.m4, ETL/tags/stable/test/Makefile.am, ETL/tags/stable/test/angle.cpp, ETL/tags/stable/test/benchmark.cpp, ETL/tags/stable/test/clock.cpp, ETL/tags/stable/test/fixed.cpp, ETL/tags/stable/test/handle.cpp, ETL/tags/stable/test/hermite.cpp, ETL/tags/stable/test/pen.cpp, ETL/tags/stable/test/random.cpp, ETL/tags/stable/test/smach.cpp, ETL/tags/stable/test/smart_ptr.cpp, ETL/tags/stable/test/spline.cpp, ETL/tags/stable/test/stringf.cpp, ETL/tags/stable/test/surface.cpp, ETL/tags/stable/test/value.cpp: Stable Tag: Copying everything over git-svn-id: http://svn.voria.com/code@888 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/tags/stable/AUTHORS, ETL/tags/stable/ETL-config.in, ETL/tags/stable/ETL.kdevprj, ETL/tags/stable/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL.prj, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/_angle.h, ETL/tags/stable/ETL/_bezier.h, ETL/tags/stable/ETL/_bezier_angle.h, ETL/tags/stable/ETL/_bit_rotate.h, ETL/tags/stable/ETL/_boxblur.h, ETL/tags/stable/ETL/_bspline.h, ETL/tags/stable/ETL/_calculus.h, ETL/tags/stable/ETL/_clock_base.h, ETL/tags/stable/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/_clock_system.h, ETL/tags/stable/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/_condition.h, ETL/tags/stable/ETL/_curve.h, ETL/tags/stable/ETL/_curve_func.h, ETL/tags/stable/ETL/_fastangle.h, ETL/tags/stable/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/_fixed.h, ETL/tags/stable/ETL/_gaussian.h, ETL/tags/stable/ETL/_handle.h, ETL/tags/stable/ETL/_hermite.h, ETL/tags/stable/ETL/_misc.h, ETL/tags/stable/ETL/_mutex_null.h, ETL/tags/stable/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/_mutex_win32.h, ETL/tags/stable/ETL/_pen.h, ETL/tags/stable/ETL/_random.h, ETL/tags/stable/ETL/_rect.h, ETL/tags/stable/ETL/_ref_count.h, ETL/tags/stable/ETL/_rwlock.h, ETL/tags/stable/ETL/_smach.h, ETL/tags/stable/ETL/_smart_ptr.h, ETL/tags/stable/ETL/_status.h, ETL/tags/stable/ETL/_stringf.h, ETL/tags/stable/ETL/_surface.h, ETL/tags/stable/ETL/_thread.h, ETL/tags/stable/ETL/_trivial.h, ETL/tags/stable/ETL/_value.h, ETL/tags/stable/ETL/angle, ETL/tags/stable/ETL/bezier, ETL/tags/stable/ETL/boxblur, ETL/tags/stable/ETL/calculus, ETL/tags/stable/ETL/clock, ETL/tags/stable/ETL/etl_config.h, ETL/tags/stable/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/fastangle, ETL/tags/stable/ETL/fixed, ETL/tags/stable/ETL/gaussian, ETL/tags/stable/ETL/handle, ETL/tags/stable/ETL/hermite, ETL/tags/stable/ETL/ipc, ETL/tags/stable/ETL/misc, ETL/tags/stable/ETL/pen, ETL/tags/stable/ETL/random, ETL/tags/stable/ETL/rect, ETL/tags/stable/ETL/ref_count, ETL/tags/stable/ETL/smach, ETL/tags/stable/ETL/smart_ptr, ETL/tags/stable/ETL/spline, ETL/tags/stable/ETL/status, ETL/tags/stable/ETL/stringf, ETL/tags/stable/ETL/surface, ETL/tags/stable/ETL/thread, ETL/tags/stable/ETL/trivial, ETL/tags/stable/ETL/value, ETL/tags/stable/Makefile.am, ETL/tags/stable/NEWS, ETL/tags/stable/README, ETL/tags/stable/bootstrap, ETL/tags/stable/config/ETL.m4, ETL/tags/stable/config/build.cfg, ETL/tags/stable/config/configure.ac, ETL/tags/stable/config/cxx_macros.m4, ETL/tags/stable/config/doxygen.cfg.in, ETL/tags/stable/config/pkg-support/ETL-devel.info, ETL/tags/stable/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/config/pkgconfig.pc.in, ETL/tags/stable/config/project.spec.in, ETL/tags/stable/config/subs.m4, ETL/tags/stable/test/Makefile.am, ETL/tags/stable/test/angle.cpp, ETL/tags/stable/test/benchmark.cpp, ETL/tags/stable/test/clock.cpp, ETL/tags/stable/test/fixed.cpp, ETL/tags/stable/test/handle.cpp, ETL/tags/stable/test/hermite.cpp, ETL/tags/stable/test/pen.cpp, ETL/tags/stable/test/random.cpp, ETL/tags/stable/test/smach.cpp, ETL/tags/stable/test/smart_ptr.cpp, ETL/tags/stable/test/spline.cpp, ETL/tags/stable/test/stringf.cpp, ETL/tags/stable/test/surface.cpp, ETL/tags/stable/test/value.cpp: Stable Tag: Removing old tag git-svn-id: http://svn.voria.com/code@887 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/tags/ETL_0_04_10/AUTHORS, ETL/tags/ETL_0_04_10/ETL-config.in, ETL/tags/ETL_0_04_10/ETL.kdevprj, ETL/tags/ETL_0_04_10/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_10/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_10/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_10/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_10/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_10/ETL.prj, ETL/tags/ETL_0_04_10/ETL/Makefile.am, ETL/tags/ETL_0_04_10/ETL/_angle.h, ETL/tags/ETL_0_04_10/ETL/_bezier.h, ETL/tags/ETL_0_04_10/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_10/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_10/ETL/_boxblur.h, ETL/tags/ETL_0_04_10/ETL/_bspline.h, ETL/tags/ETL_0_04_10/ETL/_calculus.h, ETL/tags/ETL_0_04_10/ETL/_clock_base.h, ETL/tags/ETL_0_04_10/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_10/ETL/_clock_system.h, ETL/tags/ETL_0_04_10/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_10/ETL/_condition.h, ETL/tags/ETL_0_04_10/ETL/_curve.h, ETL/tags/ETL_0_04_10/ETL/_curve_func.h, ETL/tags/ETL_0_04_10/ETL/_fastangle.h, ETL/tags/ETL_0_04_10/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_10/ETL/_fixed.h, ETL/tags/ETL_0_04_10/ETL/_gaussian.h, ETL/tags/ETL_0_04_10/ETL/_handle.h, ETL/tags/ETL_0_04_10/ETL/_hermite.h, ETL/tags/ETL_0_04_10/ETL/_misc.h, ETL/tags/ETL_0_04_10/ETL/_mutex_null.h, ETL/tags/ETL_0_04_10/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_10/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_10/ETL/_pen.h, ETL/tags/ETL_0_04_10/ETL/_random.h, ETL/tags/ETL_0_04_10/ETL/_rect.h, ETL/tags/ETL_0_04_10/ETL/_ref_count.h, ETL/tags/ETL_0_04_10/ETL/_rwlock.h, ETL/tags/ETL_0_04_10/ETL/_smach.h, ETL/tags/ETL_0_04_10/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_10/ETL/_status.h, ETL/tags/ETL_0_04_10/ETL/_stringf.h, ETL/tags/ETL_0_04_10/ETL/_surface.h, ETL/tags/ETL_0_04_10/ETL/_thread.h, ETL/tags/ETL_0_04_10/ETL/_trivial.h, ETL/tags/ETL_0_04_10/ETL/_value.h, ETL/tags/ETL_0_04_10/ETL/angle, ETL/tags/ETL_0_04_10/ETL/bezier, ETL/tags/ETL_0_04_10/ETL/boxblur, ETL/tags/ETL_0_04_10/ETL/calculus, ETL/tags/ETL_0_04_10/ETL/clock, ETL/tags/ETL_0_04_10/ETL/etl_config.h, ETL/tags/ETL_0_04_10/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_10/ETL/fastangle, ETL/tags/ETL_0_04_10/ETL/fixed, ETL/tags/ETL_0_04_10/ETL/gaussian, ETL/tags/ETL_0_04_10/ETL/handle, ETL/tags/ETL_0_04_10/ETL/hermite, ETL/tags/ETL_0_04_10/ETL/ipc, ETL/tags/ETL_0_04_10/ETL/misc, ETL/tags/ETL_0_04_10/ETL/pen, ETL/tags/ETL_0_04_10/ETL/random, ETL/tags/ETL_0_04_10/ETL/rect, ETL/tags/ETL_0_04_10/ETL/ref_count, ETL/tags/ETL_0_04_10/ETL/smach, ETL/tags/ETL_0_04_10/ETL/smart_ptr, ETL/tags/ETL_0_04_10/ETL/spline, ETL/tags/ETL_0_04_10/ETL/status, ETL/tags/ETL_0_04_10/ETL/stringf, ETL/tags/ETL_0_04_10/ETL/surface, ETL/tags/ETL_0_04_10/ETL/thread, ETL/tags/ETL_0_04_10/ETL/trivial, ETL/tags/ETL_0_04_10/ETL/value, ETL/tags/ETL_0_04_10/Makefile.am, ETL/tags/ETL_0_04_10/NEWS, ETL/tags/ETL_0_04_10/README, ETL/tags/ETL_0_04_10/bootstrap, ETL/tags/ETL_0_04_10/config/ETL.m4, ETL/tags/ETL_0_04_10/config/build.cfg, ETL/tags/ETL_0_04_10/config/configure.ac, ETL/tags/ETL_0_04_10/config/cxx_macros.m4, ETL/tags/ETL_0_04_10/config/doxygen.cfg.in, ETL/tags/ETL_0_04_10/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_10/config/pkg-support/devel-resources/License.rtf , ETL/tags/ETL_0_04_10/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/ETL_0_04_10/config/pkg-support/devel-resources/Welcome.rtf , ETL/tags/ETL_0_04_10/config/pkg-support/devel-resources/install.sh, ETL/tags/ETL_0_04_10/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_10/config/project.spec.in, ETL/tags/ETL_0_04_10/config/subs.m4, ETL/tags/ETL_0_04_10/test/Makefile.am, ETL/tags/ETL_0_04_10/test/angle.cpp, ETL/tags/ETL_0_04_10/test/benchmark.cpp, ETL/tags/ETL_0_04_10/test/clock.cpp, ETL/tags/ETL_0_04_10/test/fixed.cpp, ETL/tags/ETL_0_04_10/test/handle.cpp, ETL/tags/ETL_0_04_10/test/hermite.cpp, ETL/tags/ETL_0_04_10/test/pen.cpp, ETL/tags/ETL_0_04_10/test/random.cpp, ETL/tags/ETL_0_04_10/test/smach.cpp, ETL/tags/ETL_0_04_10/test/smart_ptr.cpp, ETL/tags/ETL_0_04_10/test/spline.cpp, ETL/tags/ETL_0_04_10/test/stringf.cpp, ETL/tags/ETL_0_04_10/test/surface.cpp, ETL/tags/ETL_0_04_10/test/value.cpp: Release ETL_0_04_10 git-svn-id: http://svn.voria.com/code@876 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/trunk/NEWS: Updated svn revision number and date in NEWS files. git-svn-id: http://svn.voria.com/code@875 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/trunk/ETL/_bezier.h: Don't include because it's not used. git-svn-id: http://svn.voria.com/code@874 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/trunk/test/hermite.cpp: #include so ETL/_bezier.h doesn't have to. git-svn-id: http://svn.voria.com/code@873 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/trunk/test/fixed.cpp: Various changes: Improve the formatting of the output. Stop the compiler optimizing out the calculations. Allow greater error when multiplying by PI if _fixed.h isn't rounding to the nearest integer. Define variable before using it. Tidy the source code layout. Prevent a core dump by not allowing numbers to wrap around to zero. git-svn-id: http://svn.voria.com/code@872 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-10 dooglus * ETL/trunk/ETL/_fixed.h: Conditionally compile in the '+0.5' code to make fixed point numbers more accurate. Currently disabled. git-svn-id: http://svn.voria.com/code@871 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-08 dooglus * ETL/tags/ETL_0_04_10_rc3/AUTHORS, ETL/tags/ETL_0_04_10_rc3/ETL-config.in, ETL/tags/ETL_0_04_10_rc3/ETL.kdevprj, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_10_rc3/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_10_rc3/ETL.prj, ETL/tags/ETL_0_04_10_rc3/ETL/Makefile.am, ETL/tags/ETL_0_04_10_rc3/ETL/_angle.h, ETL/tags/ETL_0_04_10_rc3/ETL/_bezier.h, ETL/tags/ETL_0_04_10_rc3/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_10_rc3/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_10_rc3/ETL/_boxblur.h, ETL/tags/ETL_0_04_10_rc3/ETL/_bspline.h, ETL/tags/ETL_0_04_10_rc3/ETL/_calculus.h, ETL/tags/ETL_0_04_10_rc3/ETL/_clock_base.h, ETL/tags/ETL_0_04_10_rc3/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_10_rc3/ETL/_clock_system.h, ETL/tags/ETL_0_04_10_rc3/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_10_rc3/ETL/_condition.h, ETL/tags/ETL_0_04_10_rc3/ETL/_curve.h, ETL/tags/ETL_0_04_10_rc3/ETL/_curve_func.h, ETL/tags/ETL_0_04_10_rc3/ETL/_fastangle.h, ETL/tags/ETL_0_04_10_rc3/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_10_rc3/ETL/_fixed.h, ETL/tags/ETL_0_04_10_rc3/ETL/_gaussian.h, ETL/tags/ETL_0_04_10_rc3/ETL/_handle.h, ETL/tags/ETL_0_04_10_rc3/ETL/_hermite.h, ETL/tags/ETL_0_04_10_rc3/ETL/_misc.h, ETL/tags/ETL_0_04_10_rc3/ETL/_mutex_null.h, ETL/tags/ETL_0_04_10_rc3/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_10_rc3/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_10_rc3/ETL/_pen.h, ETL/tags/ETL_0_04_10_rc3/ETL/_random.h, ETL/tags/ETL_0_04_10_rc3/ETL/_rect.h, ETL/tags/ETL_0_04_10_rc3/ETL/_ref_count.h, ETL/tags/ETL_0_04_10_rc3/ETL/_rwlock.h, ETL/tags/ETL_0_04_10_rc3/ETL/_smach.h, ETL/tags/ETL_0_04_10_rc3/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_10_rc3/ETL/_status.h, ETL/tags/ETL_0_04_10_rc3/ETL/_stringf.h, ETL/tags/ETL_0_04_10_rc3/ETL/_surface.h, ETL/tags/ETL_0_04_10_rc3/ETL/_thread.h, ETL/tags/ETL_0_04_10_rc3/ETL/_trivial.h, ETL/tags/ETL_0_04_10_rc3/ETL/_value.h, ETL/tags/ETL_0_04_10_rc3/ETL/angle, ETL/tags/ETL_0_04_10_rc3/ETL/bezier, ETL/tags/ETL_0_04_10_rc3/ETL/boxblur, ETL/tags/ETL_0_04_10_rc3/ETL/calculus, ETL/tags/ETL_0_04_10_rc3/ETL/clock, ETL/tags/ETL_0_04_10_rc3/ETL/etl_config.h, ETL/tags/ETL_0_04_10_rc3/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_10_rc3/ETL/fastangle, ETL/tags/ETL_0_04_10_rc3/ETL/fixed, ETL/tags/ETL_0_04_10_rc3/ETL/gaussian, ETL/tags/ETL_0_04_10_rc3/ETL/handle, ETL/tags/ETL_0_04_10_rc3/ETL/hermite, ETL/tags/ETL_0_04_10_rc3/ETL/ipc, ETL/tags/ETL_0_04_10_rc3/ETL/misc, ETL/tags/ETL_0_04_10_rc3/ETL/pen, ETL/tags/ETL_0_04_10_rc3/ETL/random, ETL/tags/ETL_0_04_10_rc3/ETL/rect, ETL/tags/ETL_0_04_10_rc3/ETL/ref_count, ETL/tags/ETL_0_04_10_rc3/ETL/smach, ETL/tags/ETL_0_04_10_rc3/ETL/smart_ptr, ETL/tags/ETL_0_04_10_rc3/ETL/spline, ETL/tags/ETL_0_04_10_rc3/ETL/status, ETL/tags/ETL_0_04_10_rc3/ETL/stringf, ETL/tags/ETL_0_04_10_rc3/ETL/surface, ETL/tags/ETL_0_04_10_rc3/ETL/thread, ETL/tags/ETL_0_04_10_rc3/ETL/trivial, ETL/tags/ETL_0_04_10_rc3/ETL/value, ETL/tags/ETL_0_04_10_rc3/Makefile.am, ETL/tags/ETL_0_04_10_rc3/NEWS, ETL/tags/ETL_0_04_10_rc3/README, ETL/tags/ETL_0_04_10_rc3/bootstrap, ETL/tags/ETL_0_04_10_rc3/config/ETL.m4, ETL/tags/ETL_0_04_10_rc3/config/build.cfg, ETL/tags/ETL_0_04_10_rc3/config/configure.ac, ETL/tags/ETL_0_04_10_rc3/config/cxx_macros.m4, ETL/tags/ETL_0_04_10_rc3/config/doxygen.cfg.in, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/devel-resources/License .rtf, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/devel-resources/ReadMe. rtf, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/devel-resources/Welcome .rtf, ETL/tags/ETL_0_04_10_rc3/config/pkg-support/devel-resources/install .sh, ETL/tags/ETL_0_04_10_rc3/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_10_rc3/config/project.spec.in, ETL/tags/ETL_0_04_10_rc3/config/subs.m4, ETL/tags/ETL_0_04_10_rc3/test/Makefile.am, ETL/tags/ETL_0_04_10_rc3/test/angle.cpp, ETL/tags/ETL_0_04_10_rc3/test/benchmark.cpp, ETL/tags/ETL_0_04_10_rc3/test/clock.cpp, ETL/tags/ETL_0_04_10_rc3/test/fixed.cpp, ETL/tags/ETL_0_04_10_rc3/test/handle.cpp, ETL/tags/ETL_0_04_10_rc3/test/hermite.cpp, ETL/tags/ETL_0_04_10_rc3/test/pen.cpp, ETL/tags/ETL_0_04_10_rc3/test/random.cpp, ETL/tags/ETL_0_04_10_rc3/test/smach.cpp, ETL/tags/ETL_0_04_10_rc3/test/smart_ptr.cpp, ETL/tags/ETL_0_04_10_rc3/test/spline.cpp, ETL/tags/ETL_0_04_10_rc3/test/stringf.cpp, ETL/tags/ETL_0_04_10_rc3/test/surface.cpp, ETL/tags/ETL_0_04_10_rc3/test/value.cpp: Release ETL_0_04_10_rc3 git-svn-id: http://svn.voria.com/code@867 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-08 dooglus * ETL/trunk/NEWS: Updated NEWS files. git-svn-id: http://svn.voria.com/code@865 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-08 dooglus * ETL/trunk/test/fixed.cpp: Add an error message explaining why the 'fixed' tests fail. git-svn-id: http://svn.voria.com/code@864 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-07 dooglus * ETL/tags/ETL_0_04_10_rc2/AUTHORS, ETL/tags/ETL_0_04_10_rc2/ETL-config.in, ETL/tags/ETL_0_04_10_rc2/ETL.kdevprj, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_10_rc2/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_10_rc2/ETL.prj, ETL/tags/ETL_0_04_10_rc2/ETL/Makefile.am, ETL/tags/ETL_0_04_10_rc2/ETL/_angle.h, ETL/tags/ETL_0_04_10_rc2/ETL/_bezier.h, ETL/tags/ETL_0_04_10_rc2/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_10_rc2/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_10_rc2/ETL/_boxblur.h, ETL/tags/ETL_0_04_10_rc2/ETL/_bspline.h, ETL/tags/ETL_0_04_10_rc2/ETL/_calculus.h, ETL/tags/ETL_0_04_10_rc2/ETL/_clock_base.h, ETL/tags/ETL_0_04_10_rc2/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_10_rc2/ETL/_clock_system.h, ETL/tags/ETL_0_04_10_rc2/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_10_rc2/ETL/_condition.h, ETL/tags/ETL_0_04_10_rc2/ETL/_curve.h, ETL/tags/ETL_0_04_10_rc2/ETL/_curve_func.h, ETL/tags/ETL_0_04_10_rc2/ETL/_fastangle.h, ETL/tags/ETL_0_04_10_rc2/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_10_rc2/ETL/_fixed.h, ETL/tags/ETL_0_04_10_rc2/ETL/_gaussian.h, ETL/tags/ETL_0_04_10_rc2/ETL/_handle.h, ETL/tags/ETL_0_04_10_rc2/ETL/_hermite.h, ETL/tags/ETL_0_04_10_rc2/ETL/_misc.h, ETL/tags/ETL_0_04_10_rc2/ETL/_mutex_null.h, ETL/tags/ETL_0_04_10_rc2/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_10_rc2/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_10_rc2/ETL/_pen.h, ETL/tags/ETL_0_04_10_rc2/ETL/_random.h, ETL/tags/ETL_0_04_10_rc2/ETL/_rect.h, ETL/tags/ETL_0_04_10_rc2/ETL/_ref_count.h, ETL/tags/ETL_0_04_10_rc2/ETL/_rwlock.h, ETL/tags/ETL_0_04_10_rc2/ETL/_smach.h, ETL/tags/ETL_0_04_10_rc2/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_10_rc2/ETL/_status.h, ETL/tags/ETL_0_04_10_rc2/ETL/_stringf.h, ETL/tags/ETL_0_04_10_rc2/ETL/_surface.h, ETL/tags/ETL_0_04_10_rc2/ETL/_thread.h, ETL/tags/ETL_0_04_10_rc2/ETL/_trivial.h, ETL/tags/ETL_0_04_10_rc2/ETL/_value.h, ETL/tags/ETL_0_04_10_rc2/ETL/angle, ETL/tags/ETL_0_04_10_rc2/ETL/bezier, ETL/tags/ETL_0_04_10_rc2/ETL/boxblur, ETL/tags/ETL_0_04_10_rc2/ETL/calculus, ETL/tags/ETL_0_04_10_rc2/ETL/clock, ETL/tags/ETL_0_04_10_rc2/ETL/etl_config.h, ETL/tags/ETL_0_04_10_rc2/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_10_rc2/ETL/fastangle, ETL/tags/ETL_0_04_10_rc2/ETL/fixed, ETL/tags/ETL_0_04_10_rc2/ETL/gaussian, ETL/tags/ETL_0_04_10_rc2/ETL/handle, ETL/tags/ETL_0_04_10_rc2/ETL/hermite, ETL/tags/ETL_0_04_10_rc2/ETL/ipc, ETL/tags/ETL_0_04_10_rc2/ETL/misc, ETL/tags/ETL_0_04_10_rc2/ETL/pen, ETL/tags/ETL_0_04_10_rc2/ETL/random, ETL/tags/ETL_0_04_10_rc2/ETL/rect, ETL/tags/ETL_0_04_10_rc2/ETL/ref_count, ETL/tags/ETL_0_04_10_rc2/ETL/smach, ETL/tags/ETL_0_04_10_rc2/ETL/smart_ptr, ETL/tags/ETL_0_04_10_rc2/ETL/spline, ETL/tags/ETL_0_04_10_rc2/ETL/status, ETL/tags/ETL_0_04_10_rc2/ETL/stringf, ETL/tags/ETL_0_04_10_rc2/ETL/surface, ETL/tags/ETL_0_04_10_rc2/ETL/thread, ETL/tags/ETL_0_04_10_rc2/ETL/trivial, ETL/tags/ETL_0_04_10_rc2/ETL/value, ETL/tags/ETL_0_04_10_rc2/Makefile.am, ETL/tags/ETL_0_04_10_rc2/NEWS, ETL/tags/ETL_0_04_10_rc2/README, ETL/tags/ETL_0_04_10_rc2/bootstrap, ETL/tags/ETL_0_04_10_rc2/config/ETL.m4, ETL/tags/ETL_0_04_10_rc2/config/build.cfg, ETL/tags/ETL_0_04_10_rc2/config/configure.ac, ETL/tags/ETL_0_04_10_rc2/config/cxx_macros.m4, ETL/tags/ETL_0_04_10_rc2/config/doxygen.cfg.in, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/devel-resources/License .rtf, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/devel-resources/ReadMe. rtf, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/devel-resources/Welcome .rtf, ETL/tags/ETL_0_04_10_rc2/config/pkg-support/devel-resources/install .sh, ETL/tags/ETL_0_04_10_rc2/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_10_rc2/config/project.spec.in, ETL/tags/ETL_0_04_10_rc2/config/subs.m4, ETL/tags/ETL_0_04_10_rc2/test/Makefile.am, ETL/tags/ETL_0_04_10_rc2/test/angle.cpp, ETL/tags/ETL_0_04_10_rc2/test/benchmark.cpp, ETL/tags/ETL_0_04_10_rc2/test/clock.cpp, ETL/tags/ETL_0_04_10_rc2/test/fixed.cpp, ETL/tags/ETL_0_04_10_rc2/test/handle.cpp, ETL/tags/ETL_0_04_10_rc2/test/hermite.cpp, ETL/tags/ETL_0_04_10_rc2/test/pen.cpp, ETL/tags/ETL_0_04_10_rc2/test/random.cpp, ETL/tags/ETL_0_04_10_rc2/test/smach.cpp, ETL/tags/ETL_0_04_10_rc2/test/smart_ptr.cpp, ETL/tags/ETL_0_04_10_rc2/test/spline.cpp, ETL/tags/ETL_0_04_10_rc2/test/stringf.cpp, ETL/tags/ETL_0_04_10_rc2/test/surface.cpp, ETL/tags/ETL_0_04_10_rc2/test/value.cpp: Release ETL_0_04_10_rc2 git-svn-id: http://svn.voria.com/code@861 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-06 dooglus * ETL/tags/ETL_0_04_10_rc1/AUTHORS, ETL/tags/ETL_0_04_10_rc1/ETL-config.in, ETL/tags/ETL_0_04_10_rc1/ETL.kdevprj, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_10_rc1/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_10_rc1/ETL.prj, ETL/tags/ETL_0_04_10_rc1/ETL/Makefile.am, ETL/tags/ETL_0_04_10_rc1/ETL/_angle.h, ETL/tags/ETL_0_04_10_rc1/ETL/_bezier.h, ETL/tags/ETL_0_04_10_rc1/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_10_rc1/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_10_rc1/ETL/_boxblur.h, ETL/tags/ETL_0_04_10_rc1/ETL/_bspline.h, ETL/tags/ETL_0_04_10_rc1/ETL/_calculus.h, ETL/tags/ETL_0_04_10_rc1/ETL/_clock_base.h, ETL/tags/ETL_0_04_10_rc1/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_10_rc1/ETL/_clock_system.h, ETL/tags/ETL_0_04_10_rc1/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_10_rc1/ETL/_condition.h, ETL/tags/ETL_0_04_10_rc1/ETL/_curve.h, ETL/tags/ETL_0_04_10_rc1/ETL/_curve_func.h, ETL/tags/ETL_0_04_10_rc1/ETL/_fastangle.h, ETL/tags/ETL_0_04_10_rc1/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_10_rc1/ETL/_fixed.h, ETL/tags/ETL_0_04_10_rc1/ETL/_gaussian.h, ETL/tags/ETL_0_04_10_rc1/ETL/_handle.h, ETL/tags/ETL_0_04_10_rc1/ETL/_hermite.h, ETL/tags/ETL_0_04_10_rc1/ETL/_misc.h, ETL/tags/ETL_0_04_10_rc1/ETL/_mutex_null.h, ETL/tags/ETL_0_04_10_rc1/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_10_rc1/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_10_rc1/ETL/_pen.h, ETL/tags/ETL_0_04_10_rc1/ETL/_random.h, ETL/tags/ETL_0_04_10_rc1/ETL/_rect.h, ETL/tags/ETL_0_04_10_rc1/ETL/_ref_count.h, ETL/tags/ETL_0_04_10_rc1/ETL/_rwlock.h, ETL/tags/ETL_0_04_10_rc1/ETL/_smach.h, ETL/tags/ETL_0_04_10_rc1/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_10_rc1/ETL/_status.h, ETL/tags/ETL_0_04_10_rc1/ETL/_stringf.h, ETL/tags/ETL_0_04_10_rc1/ETL/_surface.h, ETL/tags/ETL_0_04_10_rc1/ETL/_thread.h, ETL/tags/ETL_0_04_10_rc1/ETL/_trivial.h, ETL/tags/ETL_0_04_10_rc1/ETL/_value.h, ETL/tags/ETL_0_04_10_rc1/ETL/angle, ETL/tags/ETL_0_04_10_rc1/ETL/bezier, ETL/tags/ETL_0_04_10_rc1/ETL/boxblur, ETL/tags/ETL_0_04_10_rc1/ETL/calculus, ETL/tags/ETL_0_04_10_rc1/ETL/clock, ETL/tags/ETL_0_04_10_rc1/ETL/etl_config.h, ETL/tags/ETL_0_04_10_rc1/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_10_rc1/ETL/fastangle, ETL/tags/ETL_0_04_10_rc1/ETL/fixed, ETL/tags/ETL_0_04_10_rc1/ETL/gaussian, ETL/tags/ETL_0_04_10_rc1/ETL/handle, ETL/tags/ETL_0_04_10_rc1/ETL/hermite, ETL/tags/ETL_0_04_10_rc1/ETL/ipc, ETL/tags/ETL_0_04_10_rc1/ETL/misc, ETL/tags/ETL_0_04_10_rc1/ETL/pen, ETL/tags/ETL_0_04_10_rc1/ETL/random, ETL/tags/ETL_0_04_10_rc1/ETL/rect, ETL/tags/ETL_0_04_10_rc1/ETL/ref_count, ETL/tags/ETL_0_04_10_rc1/ETL/smach, ETL/tags/ETL_0_04_10_rc1/ETL/smart_ptr, ETL/tags/ETL_0_04_10_rc1/ETL/spline, ETL/tags/ETL_0_04_10_rc1/ETL/status, ETL/tags/ETL_0_04_10_rc1/ETL/stringf, ETL/tags/ETL_0_04_10_rc1/ETL/surface, ETL/tags/ETL_0_04_10_rc1/ETL/thread, ETL/tags/ETL_0_04_10_rc1/ETL/trivial, ETL/tags/ETL_0_04_10_rc1/ETL/value, ETL/tags/ETL_0_04_10_rc1/Makefile.am, ETL/tags/ETL_0_04_10_rc1/NEWS, ETL/tags/ETL_0_04_10_rc1/README, ETL/tags/ETL_0_04_10_rc1/bootstrap, ETL/tags/ETL_0_04_10_rc1/config/ETL.m4, ETL/tags/ETL_0_04_10_rc1/config/build.cfg, ETL/tags/ETL_0_04_10_rc1/config/configure.ac, ETL/tags/ETL_0_04_10_rc1/config/cxx_macros.m4, ETL/tags/ETL_0_04_10_rc1/config/doxygen.cfg.in, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/devel-resources/License .rtf, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/devel-resources/ReadMe. rtf, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/devel-resources/Welcome .rtf, ETL/tags/ETL_0_04_10_rc1/config/pkg-support/devel-resources/install .sh, ETL/tags/ETL_0_04_10_rc1/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_10_rc1/config/project.spec.in, ETL/tags/ETL_0_04_10_rc1/config/subs.m4, ETL/tags/ETL_0_04_10_rc1/test/Makefile.am, ETL/tags/ETL_0_04_10_rc1/test/angle.cpp, ETL/tags/ETL_0_04_10_rc1/test/benchmark.cpp, ETL/tags/ETL_0_04_10_rc1/test/clock.cpp, ETL/tags/ETL_0_04_10_rc1/test/fixed.cpp, ETL/tags/ETL_0_04_10_rc1/test/handle.cpp, ETL/tags/ETL_0_04_10_rc1/test/hermite.cpp, ETL/tags/ETL_0_04_10_rc1/test/pen.cpp, ETL/tags/ETL_0_04_10_rc1/test/random.cpp, ETL/tags/ETL_0_04_10_rc1/test/smach.cpp, ETL/tags/ETL_0_04_10_rc1/test/smart_ptr.cpp, ETL/tags/ETL_0_04_10_rc1/test/spline.cpp, ETL/tags/ETL_0_04_10_rc1/test/stringf.cpp, ETL/tags/ETL_0_04_10_rc1/test/surface.cpp, ETL/tags/ETL_0_04_10_rc1/test/value.cpp: Release ETL_0_04_10_rc1 git-svn-id: http://svn.voria.com/code@850 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-06 dooglus * ETL/trunk/ETL/_angle.h, ETL/trunk/ETL/_bezier.h, ETL/trunk/ETL/_status.h, ETL/trunk/ETL/_stringf.h: Add my copyright to files I've modified. git-svn-id: http://svn.voria.com/code@848 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-06 dooglus * ETL/trunk/config/build.cfg: Bump the version numbers ready for the coming release. git-svn-id: http://svn.voria.com/code@847 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-06 dooglus * ETL/trunk/README: Add my copyright. git-svn-id: http://svn.voria.com/code@846 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-10-05 dooglus * ETL/trunk/NEWS: Updated to r843. git-svn-id: http://svn.voria.com/code@844 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Replace angle::epsilon with a #defined value instead. I don't know how to define a static member variable in a template header file. git-svn-id: http://svn.voria.com/code@799 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Add a new function angle::abs() which returns the absolute (positive) value of an angle. git-svn-id: http://svn.voria.com/code@793 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Commented out the deprecated angle type conversion operators. They weren't used anywhere (everything still compiles without them, anyway) and they were preventing the multiplication operators from working. (g++ complains "error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second"). git-svn-id: http://svn.voria.com/code@792 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Move the deprecated type conversion operator prototypes to the end of their class definitions. git-svn-id: http://svn.voria.com/code@791 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Fixed a typo - the wrong method was marked as deprecated in angle::cos. git-svn-id: http://svn.voria.com/code@790 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Operator '!' is supposed to be true when an angle is 'no rotation'. It was failing for 360 degrees, and also failing due to floating point rounding error. Fixed both of these problems. git-svn-id: http://svn.voria.com/code@789 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: The zero(), one(), and half() functions weren't documented, and aren't used anywhere, but half() was returning a quarter rotation, and one() was returning a half rotation. Surely they're both meant to return twice that? Fixed accordingly, and commented them. git-svn-id: http://svn.voria.com/code@788 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: The comments for the inequality comparison operators seemed to suggest that positive rotation is clockwise. In Synfig, 0 degrees is due east, and positive rotation is counter-clockwise. Amended the comments accordingly, and made a comment at the top stating that positive rotation is counter-clockwise. git-svn-id: http://svn.voria.com/code@787 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Fix the indentation. git-svn-id: http://svn.voria.com/code@786 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Operators == and != were returning that 90 degrees != (90+360) degrees, due to floating point rounding errors. Allow an epsilon of difference. git-svn-id: http://svn.voria.com/code@785 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: The angle comparison code was considering 90+359 degrees to be greater than 90 degrees. The comments claim otherwise. Fix the code to correspond with the comments. Similarly for <, >=, and <=. git-svn-id: http://svn.voria.com/code@784 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Since angles are stored in radians, we need to add on PI, not 0.5 to rotate by 180 degrees. git-svn-id: http://svn.voria.com/code@783 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-28 dooglus * ETL/trunk/ETL/_angle.h: Angles are stored in radians, not rotations. git-svn-id: http://svn.voria.com/code@782 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-27 dooglus * ETL/trunk/config/build.cfg: Use the http svn repository, not https, because using the https causes svn2cl to hang forever if the server isn't trusted locally. git-svn-id: http://svn.voria.com/code@773 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-13 dooglus * ETL/trunk/test/pen.cpp: Spelling corrections. git-svn-id: http://svn.voria.com/code@665 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-13 pabs * ETL/trunk/NEWS: Add some changes to NEWS git-svn-id: http://svn.voria.com/code@660 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-12 dooglus * ETL/trunk/ETL/_angle.h, ETL/trunk/ETL/_bezier.h, ETL/trunk/ETL/_clock_base.h, ETL/trunk/ETL/_fastangle.h, ETL/trunk/ETL/_gaussian.h, ETL/trunk/ETL/_handle.h, ETL/trunk/ETL/_smach.h, ETL/trunk/ETL/_surface.h, ETL/trunk/ETL/_value.h: A few more typos. git-svn-id: http://svn.voria.com/code@659 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-12 dooglus * ETL/trunk/ETL/_stringf.h, ETL/trunk/ETL/etl_config.h: Since the last change will require a recompilation of pretty much everything, I took this opportunity to fix some spelling mistakes that were annoying me. git-svn-id: http://svn.voria.com/code@658 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-12 dooglus * ETL/trunk/ETL/_stringf.h: Fix 1793306: dirname() doesn't work on absolute paths. Also fixed basename(). Fixed a potentially infinite loop, and a couple of other small changes. git-svn-id: http://svn.voria.com/code@657 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-08 dooglus * ETL/trunk/ETL/_status.h: Added a #warning about some bad code in an unused source file, just in case it ever gets used. git-svn-id: http://svn.voria.com/code@634 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-08 dooglus * ETL/trunk/ETL/_status.h, ETL/trunk/ETL/status: Mark ETL/status and ETL/_status.h as unused. git-svn-id: http://svn.voria.com/code@633 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-08 dooglus * ETL/trunk/ETL/_mutex_null.h: Prevent compiler warnings about unused parameters. git-svn-id: http://svn.voria.com/code@631 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-09-07 dooglus * ETL/trunk/ETL/_bezier.h: This looks like a typo. I don't think this function is ever used, anyway (other than by a few other functions which are never used (other than by a few functions that ...)). git-svn-id: http://svn.voria.com/code@627 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-20 pabs * ETL/tags/stable/AUTHORS, ETL/tags/stable/ETL-config.in, ETL/tags/stable/ETL.kdevprj, ETL/tags/stable/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL.prj, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/_angle.h, ETL/tags/stable/ETL/_bezier.h, ETL/tags/stable/ETL/_bezier_angle.h, ETL/tags/stable/ETL/_bit_rotate.h, ETL/tags/stable/ETL/_boxblur.h, ETL/tags/stable/ETL/_bspline.h, ETL/tags/stable/ETL/_calculus.h, ETL/tags/stable/ETL/_clock_base.h, ETL/tags/stable/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/_clock_system.h, ETL/tags/stable/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/_condition.h, ETL/tags/stable/ETL/_curve.h, ETL/tags/stable/ETL/_curve_func.h, ETL/tags/stable/ETL/_fastangle.h, ETL/tags/stable/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/_fixed.h, ETL/tags/stable/ETL/_gaussian.h, ETL/tags/stable/ETL/_handle.h, ETL/tags/stable/ETL/_hermite.h, ETL/tags/stable/ETL/_misc.h, ETL/tags/stable/ETL/_mutex_null.h, ETL/tags/stable/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/_mutex_win32.h, ETL/tags/stable/ETL/_pen.h, ETL/tags/stable/ETL/_random.h, ETL/tags/stable/ETL/_rect.h, ETL/tags/stable/ETL/_ref_count.h, ETL/tags/stable/ETL/_rwlock.h, ETL/tags/stable/ETL/_smach.h, ETL/tags/stable/ETL/_smart_ptr.h, ETL/tags/stable/ETL/_status.h, ETL/tags/stable/ETL/_stringf.h, ETL/tags/stable/ETL/_surface.h, ETL/tags/stable/ETL/_thread.h, ETL/tags/stable/ETL/_trivial.h, ETL/tags/stable/ETL/_value.h, ETL/tags/stable/ETL/angle, ETL/tags/stable/ETL/bezier, ETL/tags/stable/ETL/boxblur, ETL/tags/stable/ETL/calculus, ETL/tags/stable/ETL/clock, ETL/tags/stable/ETL/etl_config.h, ETL/tags/stable/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/fastangle, ETL/tags/stable/ETL/fixed, ETL/tags/stable/ETL/gaussian, ETL/tags/stable/ETL/handle, ETL/tags/stable/ETL/hermite, ETL/tags/stable/ETL/ipc, ETL/tags/stable/ETL/misc, ETL/tags/stable/ETL/pen, ETL/tags/stable/ETL/random, ETL/tags/stable/ETL/rect, ETL/tags/stable/ETL/ref_count, ETL/tags/stable/ETL/smach, ETL/tags/stable/ETL/smart_ptr, ETL/tags/stable/ETL/spline, ETL/tags/stable/ETL/status, ETL/tags/stable/ETL/stringf, ETL/tags/stable/ETL/surface, ETL/tags/stable/ETL/thread, ETL/tags/stable/ETL/trivial, ETL/tags/stable/ETL/value, ETL/tags/stable/Makefile.am, ETL/tags/stable/NEWS, ETL/tags/stable/README, ETL/tags/stable/bootstrap, ETL/tags/stable/config/ETL.m4, ETL/tags/stable/config/build.cfg, ETL/tags/stable/config/configure.ac, ETL/tags/stable/config/cxx_macros.m4, ETL/tags/stable/config/doxygen.cfg.in, ETL/tags/stable/config/pkg-support/ETL-devel.info, ETL/tags/stable/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/config/pkgconfig.pc.in, ETL/tags/stable/config/project.spec.in, ETL/tags/stable/config/subs.m4, ETL/tags/stable/test/Makefile.am, ETL/tags/stable/test/angle.cpp, ETL/tags/stable/test/benchmark.cpp, ETL/tags/stable/test/clock.cpp, ETL/tags/stable/test/fixed.cpp, ETL/tags/stable/test/handle.cpp, ETL/tags/stable/test/hermite.cpp, ETL/tags/stable/test/pen.cpp, ETL/tags/stable/test/random.cpp, ETL/tags/stable/test/smach.cpp, ETL/tags/stable/test/smart_ptr.cpp, ETL/tags/stable/test/spline.cpp, ETL/tags/stable/test/stringf.cpp, ETL/tags/stable/test/surface.cpp, ETL/tags/stable/test/value.cpp: Stable Tag: Copying everything over git-svn-id: http://svn.voria.com/code@534 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-20 pabs * ETL/tags/stable/ETL/.cvsignore, ETL/tags/stable/ETL/ChangeLog, ETL/tags/stable/ETL/ETL-config.in, ETL/tags/stable/ETL/ETL.kdevprj, ETL/tags/stable/ETL/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL/ETL.pc.in, ETL/tags/stable/ETL/ETL.prj, ETL/tags/stable/ETL/ETL/.cvsignore, ETL/tags/stable/ETL/ETL/Makefile.am, ETL/tags/stable/ETL/ETL/_angle.h, ETL/tags/stable/ETL/ETL/_bezier.h, ETL/tags/stable/ETL/ETL/_bezier_angle.h, ETL/tags/stable/ETL/ETL/_bit_rotate.h, ETL/tags/stable/ETL/ETL/_boxblur.h, ETL/tags/stable/ETL/ETL/_bspline.h, ETL/tags/stable/ETL/ETL/_calculus.h, ETL/tags/stable/ETL/ETL/_clock_base.h, ETL/tags/stable/ETL/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/ETL/_clock_system.h, ETL/tags/stable/ETL/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/ETL/_condition.h, ETL/tags/stable/ETL/ETL/_curve.h, ETL/tags/stable/ETL/ETL/_curve_func.h, ETL/tags/stable/ETL/ETL/_fastangle.h, ETL/tags/stable/ETL/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/ETL/_fixed.h, ETL/tags/stable/ETL/ETL/_gaussian.h, ETL/tags/stable/ETL/ETL/_handle.h, ETL/tags/stable/ETL/ETL/_hermite.h, ETL/tags/stable/ETL/ETL/_misc.h, ETL/tags/stable/ETL/ETL/_mutex_null.h, ETL/tags/stable/ETL/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/ETL/_mutex_win32.h, ETL/tags/stable/ETL/ETL/_pen.h, ETL/tags/stable/ETL/ETL/_random.h, ETL/tags/stable/ETL/ETL/_rect.h, ETL/tags/stable/ETL/ETL/_ref_count.h, ETL/tags/stable/ETL/ETL/_rwlock.h, ETL/tags/stable/ETL/ETL/_smach.h, ETL/tags/stable/ETL/ETL/_smart_ptr.h, ETL/tags/stable/ETL/ETL/_status.h, ETL/tags/stable/ETL/ETL/_stringf.h, ETL/tags/stable/ETL/ETL/_surface.h, ETL/tags/stable/ETL/ETL/_thread.h, ETL/tags/stable/ETL/ETL/_trivial.h, ETL/tags/stable/ETL/ETL/_value.h, ETL/tags/stable/ETL/ETL/angle, ETL/tags/stable/ETL/ETL/bezier, ETL/tags/stable/ETL/ETL/boxblur, ETL/tags/stable/ETL/ETL/calculus, ETL/tags/stable/ETL/ETL/clock, ETL/tags/stable/ETL/ETL/etl_config.h, ETL/tags/stable/ETL/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/ETL/fastangle, ETL/tags/stable/ETL/ETL/fixed, ETL/tags/stable/ETL/ETL/gaussian, ETL/tags/stable/ETL/ETL/handle, ETL/tags/stable/ETL/ETL/hermite, ETL/tags/stable/ETL/ETL/ipc, ETL/tags/stable/ETL/ETL/misc, ETL/tags/stable/ETL/ETL/pen, ETL/tags/stable/ETL/ETL/random, ETL/tags/stable/ETL/ETL/rect, ETL/tags/stable/ETL/ETL/ref_count, ETL/tags/stable/ETL/ETL/smach, ETL/tags/stable/ETL/ETL/smart_ptr, ETL/tags/stable/ETL/ETL/spline, ETL/tags/stable/ETL/ETL/status, ETL/tags/stable/ETL/ETL/stringf, ETL/tags/stable/ETL/ETL/surface, ETL/tags/stable/ETL/ETL/thread, ETL/tags/stable/ETL/ETL/trivial, ETL/tags/stable/ETL/ETL/value, ETL/tags/stable/ETL/INSTALL, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/README, ETL/tags/stable/ETL/bootstrap, ETL/tags/stable/ETL/config/.cvsignore, ETL/tags/stable/ETL/config/ETL.m4, ETL/tags/stable/ETL/config/build.cfg, ETL/tags/stable/ETL/config/configure.ac, ETL/tags/stable/ETL/config/cxx_macros.m4, ETL/tags/stable/ETL/config/doxygen.cfg.in, ETL/tags/stable/ETL/config/pkg-support/ETL-devel.info, ETL/tags/stable/ETL/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/ETL/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/ETL/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/ETL/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/ETL/config/pkgconfig.pc.in, ETL/tags/stable/ETL/config/project.spec.in, ETL/tags/stable/ETL/config/subs.m4, ETL/tags/stable/ETL/doxygen.cfg, ETL/tags/stable/ETL/test/.cvsignore, ETL/tags/stable/ETL/test/Makefile.am, ETL/tags/stable/ETL/test/angle.cpp, ETL/tags/stable/ETL/test/benchmark.cpp, ETL/tags/stable/ETL/test/clock.cpp, ETL/tags/stable/ETL/test/fixed.cpp, ETL/tags/stable/ETL/test/handle.cpp, ETL/tags/stable/ETL/test/hermite.cpp, ETL/tags/stable/ETL/test/pen.cpp, ETL/tags/stable/ETL/test/random.cpp, ETL/tags/stable/ETL/test/smach.cpp, ETL/tags/stable/ETL/test/smart_ptr.cpp, ETL/tags/stable/ETL/test/spline.cpp, ETL/tags/stable/ETL/test/stringf.cpp, ETL/tags/stable/ETL/test/surface.cpp, ETL/tags/stable/ETL/test/value.cpp: Stabe Tag: Removing old tag git-svn-id: http://svn.voria.com/code@533 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-20 pabs * ETL/tags/ETL_0_04_09/AUTHORS, ETL/tags/ETL_0_04_09/ETL-config.in, ETL/tags/ETL_0_04_09/ETL.kdevprj, ETL/tags/ETL_0_04_09/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_09/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_09/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_09/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_09/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_09/ETL.prj, ETL/tags/ETL_0_04_09/ETL/Makefile.am, ETL/tags/ETL_0_04_09/ETL/_angle.h, ETL/tags/ETL_0_04_09/ETL/_bezier.h, ETL/tags/ETL_0_04_09/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_09/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_09/ETL/_boxblur.h, ETL/tags/ETL_0_04_09/ETL/_bspline.h, ETL/tags/ETL_0_04_09/ETL/_calculus.h, ETL/tags/ETL_0_04_09/ETL/_clock_base.h, ETL/tags/ETL_0_04_09/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_09/ETL/_clock_system.h, ETL/tags/ETL_0_04_09/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_09/ETL/_condition.h, ETL/tags/ETL_0_04_09/ETL/_curve.h, ETL/tags/ETL_0_04_09/ETL/_curve_func.h, ETL/tags/ETL_0_04_09/ETL/_fastangle.h, ETL/tags/ETL_0_04_09/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_09/ETL/_fixed.h, ETL/tags/ETL_0_04_09/ETL/_gaussian.h, ETL/tags/ETL_0_04_09/ETL/_handle.h, ETL/tags/ETL_0_04_09/ETL/_hermite.h, ETL/tags/ETL_0_04_09/ETL/_misc.h, ETL/tags/ETL_0_04_09/ETL/_mutex_null.h, ETL/tags/ETL_0_04_09/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_09/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_09/ETL/_pen.h, ETL/tags/ETL_0_04_09/ETL/_random.h, ETL/tags/ETL_0_04_09/ETL/_rect.h, ETL/tags/ETL_0_04_09/ETL/_ref_count.h, ETL/tags/ETL_0_04_09/ETL/_rwlock.h, ETL/tags/ETL_0_04_09/ETL/_smach.h, ETL/tags/ETL_0_04_09/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_09/ETL/_status.h, ETL/tags/ETL_0_04_09/ETL/_stringf.h, ETL/tags/ETL_0_04_09/ETL/_surface.h, ETL/tags/ETL_0_04_09/ETL/_thread.h, ETL/tags/ETL_0_04_09/ETL/_trivial.h, ETL/tags/ETL_0_04_09/ETL/_value.h, ETL/tags/ETL_0_04_09/ETL/angle, ETL/tags/ETL_0_04_09/ETL/bezier, ETL/tags/ETL_0_04_09/ETL/boxblur, ETL/tags/ETL_0_04_09/ETL/calculus, ETL/tags/ETL_0_04_09/ETL/clock, ETL/tags/ETL_0_04_09/ETL/etl_config.h, ETL/tags/ETL_0_04_09/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_09/ETL/fastangle, ETL/tags/ETL_0_04_09/ETL/fixed, ETL/tags/ETL_0_04_09/ETL/gaussian, ETL/tags/ETL_0_04_09/ETL/handle, ETL/tags/ETL_0_04_09/ETL/hermite, ETL/tags/ETL_0_04_09/ETL/ipc, ETL/tags/ETL_0_04_09/ETL/misc, ETL/tags/ETL_0_04_09/ETL/pen, ETL/tags/ETL_0_04_09/ETL/random, ETL/tags/ETL_0_04_09/ETL/rect, ETL/tags/ETL_0_04_09/ETL/ref_count, ETL/tags/ETL_0_04_09/ETL/smach, ETL/tags/ETL_0_04_09/ETL/smart_ptr, ETL/tags/ETL_0_04_09/ETL/spline, ETL/tags/ETL_0_04_09/ETL/status, ETL/tags/ETL_0_04_09/ETL/stringf, ETL/tags/ETL_0_04_09/ETL/surface, ETL/tags/ETL_0_04_09/ETL/thread, ETL/tags/ETL_0_04_09/ETL/trivial, ETL/tags/ETL_0_04_09/ETL/value, ETL/tags/ETL_0_04_09/Makefile.am, ETL/tags/ETL_0_04_09/NEWS, ETL/tags/ETL_0_04_09/README, ETL/tags/ETL_0_04_09/bootstrap, ETL/tags/ETL_0_04_09/config/ETL.m4, ETL/tags/ETL_0_04_09/config/build.cfg, ETL/tags/ETL_0_04_09/config/configure.ac, ETL/tags/ETL_0_04_09/config/cxx_macros.m4, ETL/tags/ETL_0_04_09/config/doxygen.cfg.in, ETL/tags/ETL_0_04_09/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_09/config/pkg-support/devel-resources/License.rtf , ETL/tags/ETL_0_04_09/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/ETL_0_04_09/config/pkg-support/devel-resources/Welcome.rtf , ETL/tags/ETL_0_04_09/config/pkg-support/devel-resources/install.sh, ETL/tags/ETL_0_04_09/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_09/config/project.spec.in, ETL/tags/ETL_0_04_09/config/subs.m4, ETL/tags/ETL_0_04_09/test/Makefile.am, ETL/tags/ETL_0_04_09/test/angle.cpp, ETL/tags/ETL_0_04_09/test/benchmark.cpp, ETL/tags/ETL_0_04_09/test/clock.cpp, ETL/tags/ETL_0_04_09/test/fixed.cpp, ETL/tags/ETL_0_04_09/test/handle.cpp, ETL/tags/ETL_0_04_09/test/hermite.cpp, ETL/tags/ETL_0_04_09/test/pen.cpp, ETL/tags/ETL_0_04_09/test/random.cpp, ETL/tags/ETL_0_04_09/test/smach.cpp, ETL/tags/ETL_0_04_09/test/smart_ptr.cpp, ETL/tags/ETL_0_04_09/test/spline.cpp, ETL/tags/ETL_0_04_09/test/stringf.cpp, ETL/tags/ETL_0_04_09/test/surface.cpp, ETL/tags/ETL_0_04_09/test/value.cpp: Release ETL_0_04_09 git-svn-id: http://svn.voria.com/code@532 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-20 pabs * ETL/trunk/NEWS: Fix SVN revision number of the new release git-svn-id: http://svn.voria.com/code@530 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-20 pabs * ETL/trunk/Makefile.am: Fix SVN tagging targets in the Makefile git-svn-id: http://svn.voria.com/code@529 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-20 pabs * ETL/trunk/NEWS: Releasing ETL 0.04.09 today git-svn-id: http://svn.voria.com/code@526 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-12 pabs * ETL/trunk/config/build.cfg: Bump version number to 0.04.09. Hopefully the last revision before the release. git-svn-id: http://svn.voria.com/code@519 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-10 pabs * ETL/trunk/Makefile.am: Remove the generated COPYING and INSTALL files on maintainer-clean git-svn-id: http://svn.voria.com/code@507 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-10 pabs * ETL/trunk/Makefile.am, ETL/trunk/bootstrap: Generate the ChangeLog at bootstrap time, make the ChangeLog Makefile target more robust git-svn-id: http://svn.voria.com/code@504 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-04 pabs * ETL/trunk/Makefile.am: Add a rule to create the ChangeLog from SVN git-svn-id: http://svn.voria.com/code@499 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-03 pabs * ETL/trunk/Makefile.am: Don't forget to delete doxygen.cfg and ETL.pc.in on maintainer-clean (generated files) git-svn-id: http://svn.voria.com/code@498 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-03 pabs * ETL/trunk/test/Makefile.am: CXXFLAGS is for users, use AM_CXXFLAGS instead git-svn-id: http://svn.voria.com/code@497 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-03 pabs * ETL/trunk/bootstrap: Change automake invocation to use symlinks and use the stricter gnu standards git-svn-id: http://svn.voria.com/code@494 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-06-02 pabs * ETL/trunk/ETL/Makefile.am, ETL/trunk/test/Makefile.am: Release preparations: add some files to the tarball that were previously missed git-svn-id: http://svn.voria.com/code@489 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-04-23 dooglus * ETL/trunk/ETL/_bezier.h: Fix 1672033: when deciding which curve we are closest to, ignore the very ends of each curve. This allows us to better decide between 2 curves which end in exactly the same place. git-svn-id: http://svn.voria.com/code@481 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-04-18 dooglus * ETL/trunk/ETL/_bezier.h, ETL/trunk/NEWS: Added a slower but more accurate find_closest() routine to _bezier.h. Added a parameter to the curve gradient layer to optionally use the new code. git-svn-id: http://svn.voria.com/code@472 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-04-12 dooglus * ETL/trunk/ETL/_smach.h: Typos. git-svn-id: http://svn.voria.com/code@465 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-04-10 dooglus * ETL/trunk/bootstrap: Fixed a typo. git-svn-id: http://svn.voria.com/code@450 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-04-07 dooglus * ETL/trunk/ETL/_surface.h: Fixed typo. git-svn-id: http://svn.voria.com/code@443 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-04-07 pabs * ETL/trunk/ETL/_stringf.h: Fix typo in r428 (csdlib -> cstdlib) git-svn-id: http://svn.voria.com/code@442 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-04-06 pabs * ETL/trunk/AUTHORS: Add dooglus to the AUTHORS file git-svn-id: http://svn.voria.com/code@429 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-04-06 pabs * ETL/trunk/AUTHORS, ETL/trunk/ETL/_stringf.h: Fix Debian 417897: causes synfig FTBFS in gcc 4.3 due to not including all the required headers. Patch by Martin Michlmayr git-svn-id: http://svn.voria.com/code@428 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-31 dooglus * ETL/trunk/ETL/_pen.h: subptr() should subtract from the pointer, not add to it. git-svn-id: http://svn.voria.com/code@397 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-29 pabs * ETL/trunk/NEWS: Update NEWS file for the next release git-svn-id: http://svn.voria.com/code@390 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-16 dooglus * ETL/trunk/ETL/_smach.h: Spelling correction. git-svn-id: http://svn.voria.com/code@350 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-16 pabs * ETL/trunk/ETL/Makefile.am, ETL/trunk/ETL/angle, ETL/trunk/ETL/bezier, ETL/trunk/ETL/boxblur, ETL/trunk/ETL/calculus, ETL/trunk/ETL/clock, ETL/trunk/ETL/fastangle, ETL/trunk/ETL/fixed, ETL/trunk/ETL/gaussian, ETL/trunk/ETL/handle, ETL/trunk/ETL/hermite, ETL/trunk/ETL/ipc, ETL/trunk/ETL/misc, ETL/trunk/ETL/pen, ETL/trunk/ETL/random, ETL/trunk/ETL/rect, ETL/trunk/ETL/ref_count, ETL/trunk/ETL/smach, ETL/trunk/ETL/smart_ptr, ETL/trunk/ETL/spline, ETL/trunk/ETL/status, ETL/trunk/ETL/stringf, ETL/trunk/ETL/surface, ETL/trunk/ETL/thread, ETL/trunk/ETL/trivial, ETL/trunk/ETL/value, ETL/trunk/Makefile.am, ETL/trunk/bootstrap, ETL/trunk/config/ETL.m4, ETL/trunk/config/configure.ac, ETL/trunk/test/Makefile.am: Enable more $Id$ expansion. git-svn-id: http://svn.voria.com/code@337 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-16 dooglus * ETL/trunk/ETL/_angle.h, ETL/trunk/ETL/_bezier.h, ETL/trunk/ETL/_bezier_angle.h, ETL/trunk/ETL/_bit_rotate.h, ETL/trunk/ETL/_boxblur.h, ETL/trunk/ETL/_bspline.h, ETL/trunk/ETL/_calculus.h, ETL/trunk/ETL/_clock_base.h, ETL/trunk/ETL/_clock_gettimeofday.h, ETL/trunk/ETL/_clock_system.h, ETL/trunk/ETL/_clock_win32hpcount.h, ETL/trunk/ETL/_condition.h, ETL/trunk/ETL/_curve.h, ETL/trunk/ETL/_curve_func.h, ETL/trunk/ETL/_fastangle.h, ETL/trunk/ETL/_fixed.h, ETL/trunk/ETL/_gaussian.h, ETL/trunk/ETL/_handle.h, ETL/trunk/ETL/_hermite.h, ETL/trunk/ETL/_misc.h, ETL/trunk/ETL/_mutex_null.h, ETL/trunk/ETL/_mutex_pthreads.h, ETL/trunk/ETL/_mutex_win32.h, ETL/trunk/ETL/_pen.h, ETL/trunk/ETL/_random.h, ETL/trunk/ETL/_rect.h, ETL/trunk/ETL/_ref_count.h, ETL/trunk/ETL/_rwlock.h, ETL/trunk/ETL/_smach.h, ETL/trunk/ETL/_smart_ptr.h, ETL/trunk/ETL/_status.h, ETL/trunk/ETL/_stringf.h, ETL/trunk/ETL/_surface.h, ETL/trunk/ETL/_thread.h, ETL/trunk/ETL/_trivial.h, ETL/trunk/ETL/_value.h, ETL/trunk/test/angle.cpp, ETL/trunk/test/benchmark.cpp, ETL/trunk/test/clock.cpp, ETL/trunk/test/fixed.cpp, ETL/trunk/test/handle.cpp, ETL/trunk/test/hermite.cpp, ETL/trunk/test/pen.cpp, ETL/trunk/test/random.cpp, ETL/trunk/test/smach.cpp, ETL/trunk/test/smart_ptr.cpp, ETL/trunk/test/spline.cpp, ETL/trunk/test/stringf.cpp, ETL/trunk/test/surface.cpp, ETL/trunk/test/value.cpp: Enable $Id$ expansion. git-svn-id: http://svn.voria.com/code@334 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-15 dooglus * ETL/trunk/ETL/_misc.h: \fixme isn't accepted outside a function definition: Warning: Found unknown command `\fixme' git-svn-id: http://svn.voria.com/code@316 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-14 dooglus * ETL/trunk/ETL/bezier, ETL/trunk/ETL/boxblur, ETL/trunk/ETL/calculus, ETL/trunk/ETL/clock, ETL/trunk/ETL/fastangle, ETL/trunk/ETL/fixed, ETL/trunk/ETL/gaussian, ETL/trunk/ETL/handle, ETL/trunk/ETL/hermite, ETL/trunk/ETL/ipc, ETL/trunk/ETL/misc, ETL/trunk/ETL/pen, ETL/trunk/ETL/random, ETL/trunk/ETL/rect, ETL/trunk/ETL/ref_count, ETL/trunk/ETL/smach, ETL/trunk/ETL/smart_ptr, ETL/trunk/ETL/spline, ETL/trunk/ETL/status, ETL/trunk/ETL/stringf, ETL/trunk/ETL/surface, ETL/trunk/ETL/thread, ETL/trunk/ETL/trivial, ETL/trunk/ETL/value: Add a line at the start to tell GNU Emacs that this is a C++ source file. git-svn-id: http://svn.voria.com/code@315 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-13 pabs * ETL/trunk/config/project.spec.in: Fix some URLs git-svn-id: http://svn.voria.com/code@311 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-12 dooglus * ETL/trunk/ETL.pbproj/etl_profile.h, ETL/trunk/ETL/_angle.h, ETL/trunk/ETL/_bezier.h, ETL/trunk/ETL/_boxblur.h, ETL/trunk/ETL/_bspline.h, ETL/trunk/ETL/_calculus.h, ETL/trunk/ETL/_clock_base.h, ETL/trunk/ETL/_clock_gettimeofday.h, ETL/trunk/ETL/_clock_system.h, ETL/trunk/ETL/_clock_win32hpcount.h, ETL/trunk/ETL/_curve.h, ETL/trunk/ETL/_curve_func.h, ETL/trunk/ETL/_fastangle.h, ETL/trunk/ETL/_fastangle_tables.h, ETL/trunk/ETL/_fixed.h, ETL/trunk/ETL/_gaussian.h, ETL/trunk/ETL/_handle.h, ETL/trunk/ETL/_hermite.h, ETL/trunk/ETL/_misc.h, ETL/trunk/ETL/_mutex_null.h, ETL/trunk/ETL/_pen.h, ETL/trunk/ETL/_random.h, ETL/trunk/ETL/_rect.h, ETL/trunk/ETL/_ref_count.h, ETL/trunk/ETL/_smach.h, ETL/trunk/ETL/_smart_ptr.h, ETL/trunk/ETL/_stringf.h, ETL/trunk/ETL/_surface.h, ETL/trunk/ETL/_thread.h, ETL/trunk/ETL/_trivial.h, ETL/trunk/ETL/_value.h, ETL/trunk/ETL/etl_config.h, ETL/trunk/test/angle.cpp, ETL/trunk/test/clock.cpp, ETL/trunk/test/fixed.cpp, ETL/trunk/test/handle.cpp, ETL/trunk/test/hermite.cpp, ETL/trunk/test/pen.cpp, ETL/trunk/test/random.cpp, ETL/trunk/test/smach.cpp, ETL/trunk/test/smart_ptr.cpp, ETL/trunk/test/spline.cpp, ETL/trunk/test/stringf.cpp, ETL/trunk/test/surface.cpp, ETL/trunk/test/value.cpp: Removed trailing whitespace. git-svn-id: http://svn.voria.com/code@303 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-11 pabs * ETL/trunk/test/hermite.cpp: Remove unused variable from the hermite test function git-svn-id: http://svn.voria.com/code@295 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-11 pabs * ETL/trunk/config/configure.ac: Don't need to build anything other than a tar.gz git-svn-id: http://svn.voria.com/code@292 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-11 pabs * ETL/trunk/Makefile.am: Fix 1581867: ensure we distribute the licence by adding COPYING to EXTRA_DIST git-svn-id: http://svn.voria.com/code@291 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-03-09 pabs * ETL/trunk/NEWS: Add SVN version for the 0.04.07 release git-svn-id: http://svn.voria.com/code@275 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-02-27 pabs * ETL/trunk/README: Don't use Voria in the description, since it no longer exists git-svn-id: http://svn.voria.com/code@257 1f10aa63-cdf2-0310-b900-c93c546f37ac 2007-02-11 pabs * ETL/trunk/AUTHORS: Add an initial attempt at an AUTHORS file git-svn-id: http://svn.voria.com/code@240 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-08-14 pabs * ETL/trunk/INSTALL: Remove INSTALL file, it isn't useful and can be supplied by autotools git-svn-id: http://svn.voria.com/code@219 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-08-14 pabs * ETL/trunk/bootstrap: Allow etl to bootstrap in directories with spaces in their names. git-svn-id: http://svn.voria.com/code@216 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-08-09 pabs * ETL/trunk/README: Add a first try at a README file for ETL git-svn-id: http://svn.voria.com/code@214 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-08-06 pabs * ETL/trunk/ETL.kdevprj: Wooops, missed .spec versioning in ETL.kdeprj git-svn-id: http://svn.voria.com/code@211 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-24 pabs * ETL/trunk/Makefile.am: Wooops, missed .spec versioning in Makefile.am git-svn-id: http://svn.voria.com/code@208 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-24 pabs * ETL/trunk/bootstrap: Add the NEWS file to the .spec instead of the ChangeLog git-svn-id: http://svn.voria.com/code@206 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-24 pabs * ETL/trunk/bootstrap: Don't add the version to the name of the .spec files git-svn-id: http://svn.voria.com/code@203 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-24 pabs * ETL/trunk/config/subs.m4: Disable -ffast-math, since it causes broken code on some platforms git-svn-id: http://svn.voria.com/code@195 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-24 pabs * ETL/trunk/test/spline.cpp: Fix compile error in the spline test due to the clock needing etl:: git-svn-id: http://svn.voria.com/code@194 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-24 pabs * ETL/trunk/test/Makefile.am: Disable the spline/value tests since they are broken. git-svn-id: http://svn.voria.com/code@193 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-24 pabs * ETL/trunk/.cvsignore, ETL/trunk/ETL/.cvsignore, ETL/trunk/config/.cvsignore, ETL/trunk/test/.cvsignore: Move .cvsignore to svn:ignore property git-svn-id: http://svn.voria.com/code@192 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-23 pabs * ETL/trunk/ETL.pc.in: Remove generated ETL.pc.in git-svn-id: http://svn.voria.com/code@189 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-23 pabs * ETL/trunk/doxygen.cfg: Remove generated doxygen.cfg git-svn-id: http://svn.voria.com/code@188 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-07-23 pabs * ETL/trunk/NEWS: Add a couple of SVN numbers known to correspond to releases. git-svn-id: http://svn.voria.com/code@185 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-05-24 pabs * ETL/trunk/ChangeLog: Remove empty ETL ChangeLog (will use svn2cl) git-svn-id: http://svn.voria.com/code@172 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-05-24 pabs * ETL/trunk/NEWS: Add initial attempt at a NEWS file for ETL git-svn-id: http://svn.voria.com/code@171 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-04-24 pabs * ETL/trunk/test/Makefile.am: Fix 1475210: allow etl to be bootstrapped properly git-svn-id: http://svn.voria.com/code@159 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-03-30 pabs * ETL/trunk/ETL/_surface.h: Change to Andreas Jochens patch for Debian bugs #358474/#359690 git-svn-id: http://svn.voria.com/code@156 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-03-26 pabs * ETL/trunk/ETL/_surface.h: Fix #1349630: This fixes the etl side of the synfig amd64 FTBFS git-svn-id: http://svn.voria.com/code@154 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-02-28 darco * ETL/tags/ETL_0_04_08/ETL/.cvsignore, ETL/tags/ETL_0_04_08/ETL/ChangeLog, ETL/tags/ETL_0_04_08/ETL/ETL-config.in, ETL/tags/ETL_0_04_08/ETL/ETL.kdevprj, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/darco.mode1, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/darco.pbxuser, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/etl_profile.h, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/frameworkfix.cpp, ETL/tags/ETL_0_04_08/ETL/ETL.pbproj/project.pbxproj, ETL/tags/ETL_0_04_08/ETL/ETL.pc.in, ETL/tags/ETL_0_04_08/ETL/ETL.prj, ETL/tags/ETL_0_04_08/ETL/ETL/.cvsignore, ETL/tags/ETL_0_04_08/ETL/ETL/Makefile.am, ETL/tags/ETL_0_04_08/ETL/ETL/_angle.h, ETL/tags/ETL_0_04_08/ETL/ETL/_bezier.h, ETL/tags/ETL_0_04_08/ETL/ETL/_bezier_angle.h, ETL/tags/ETL_0_04_08/ETL/ETL/_bit_rotate.h, ETL/tags/ETL_0_04_08/ETL/ETL/_boxblur.h, ETL/tags/ETL_0_04_08/ETL/ETL/_bspline.h, ETL/tags/ETL_0_04_08/ETL/ETL/_calculus.h, ETL/tags/ETL_0_04_08/ETL/ETL/_clock_base.h, ETL/tags/ETL_0_04_08/ETL/ETL/_clock_gettimeofday.h, ETL/tags/ETL_0_04_08/ETL/ETL/_clock_system.h, ETL/tags/ETL_0_04_08/ETL/ETL/_clock_win32hpcount.h, ETL/tags/ETL_0_04_08/ETL/ETL/_condition.h, ETL/tags/ETL_0_04_08/ETL/ETL/_curve.h, ETL/tags/ETL_0_04_08/ETL/ETL/_curve_func.h, ETL/tags/ETL_0_04_08/ETL/ETL/_fastangle.h, ETL/tags/ETL_0_04_08/ETL/ETL/_fastangle_tables.h, ETL/tags/ETL_0_04_08/ETL/ETL/_fixed.h, ETL/tags/ETL_0_04_08/ETL/ETL/_gaussian.h, ETL/tags/ETL_0_04_08/ETL/ETL/_handle.h, ETL/tags/ETL_0_04_08/ETL/ETL/_hermite.h, ETL/tags/ETL_0_04_08/ETL/ETL/_misc.h, ETL/tags/ETL_0_04_08/ETL/ETL/_mutex_null.h, ETL/tags/ETL_0_04_08/ETL/ETL/_mutex_pthreads.h, ETL/tags/ETL_0_04_08/ETL/ETL/_mutex_win32.h, ETL/tags/ETL_0_04_08/ETL/ETL/_pen.h, ETL/tags/ETL_0_04_08/ETL/ETL/_random.h, ETL/tags/ETL_0_04_08/ETL/ETL/_rect.h, ETL/tags/ETL_0_04_08/ETL/ETL/_ref_count.h, ETL/tags/ETL_0_04_08/ETL/ETL/_rwlock.h, ETL/tags/ETL_0_04_08/ETL/ETL/_smach.h, ETL/tags/ETL_0_04_08/ETL/ETL/_smart_ptr.h, ETL/tags/ETL_0_04_08/ETL/ETL/_status.h, ETL/tags/ETL_0_04_08/ETL/ETL/_stringf.h, ETL/tags/ETL_0_04_08/ETL/ETL/_surface.h, ETL/tags/ETL_0_04_08/ETL/ETL/_thread.h, ETL/tags/ETL_0_04_08/ETL/ETL/_trivial.h, ETL/tags/ETL_0_04_08/ETL/ETL/_value.h, ETL/tags/ETL_0_04_08/ETL/ETL/angle, ETL/tags/ETL_0_04_08/ETL/ETL/bezier, ETL/tags/ETL_0_04_08/ETL/ETL/boxblur, ETL/tags/ETL_0_04_08/ETL/ETL/calculus, ETL/tags/ETL_0_04_08/ETL/ETL/clock, ETL/tags/ETL_0_04_08/ETL/ETL/etl_config.h, ETL/tags/ETL_0_04_08/ETL/ETL/etl_profile_.h.in, ETL/tags/ETL_0_04_08/ETL/ETL/fastangle, ETL/tags/ETL_0_04_08/ETL/ETL/fixed, ETL/tags/ETL_0_04_08/ETL/ETL/gaussian, ETL/tags/ETL_0_04_08/ETL/ETL/handle, ETL/tags/ETL_0_04_08/ETL/ETL/hermite, ETL/tags/ETL_0_04_08/ETL/ETL/ipc, ETL/tags/ETL_0_04_08/ETL/ETL/misc, ETL/tags/ETL_0_04_08/ETL/ETL/pen, ETL/tags/ETL_0_04_08/ETL/ETL/random, ETL/tags/ETL_0_04_08/ETL/ETL/rect, ETL/tags/ETL_0_04_08/ETL/ETL/ref_count, ETL/tags/ETL_0_04_08/ETL/ETL/smach, ETL/tags/ETL_0_04_08/ETL/ETL/smart_ptr, ETL/tags/ETL_0_04_08/ETL/ETL/spline, ETL/tags/ETL_0_04_08/ETL/ETL/status, ETL/tags/ETL_0_04_08/ETL/ETL/stringf, ETL/tags/ETL_0_04_08/ETL/ETL/surface, ETL/tags/ETL_0_04_08/ETL/ETL/thread, ETL/tags/ETL_0_04_08/ETL/ETL/trivial, ETL/tags/ETL_0_04_08/ETL/ETL/value, ETL/tags/ETL_0_04_08/ETL/INSTALL, ETL/tags/ETL_0_04_08/ETL/Makefile.am, ETL/tags/ETL_0_04_08/ETL/README, ETL/tags/ETL_0_04_08/ETL/bootstrap, ETL/tags/ETL_0_04_08/ETL/config/.cvsignore, ETL/tags/ETL_0_04_08/ETL/config/ETL.m4, ETL/tags/ETL_0_04_08/ETL/config/build.cfg, ETL/tags/ETL_0_04_08/ETL/config/configure.ac, ETL/tags/ETL_0_04_08/ETL/config/cxx_macros.m4, ETL/tags/ETL_0_04_08/ETL/config/doxygen.cfg.in, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/ETL-devel.info, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/devel-resources/License .rtf, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/devel-resources/ReadMe. rtf, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/devel-resources/Welcome .rtf, ETL/tags/ETL_0_04_08/ETL/config/pkg-support/devel-resources/install .sh, ETL/tags/ETL_0_04_08/ETL/config/pkgconfig.pc.in, ETL/tags/ETL_0_04_08/ETL/config/project.spec.in, ETL/tags/ETL_0_04_08/ETL/config/subs.m4, ETL/tags/ETL_0_04_08/ETL/doxygen.cfg, ETL/tags/ETL_0_04_08/ETL/test/.cvsignore, ETL/tags/ETL_0_04_08/ETL/test/Makefile.am, ETL/tags/ETL_0_04_08/ETL/test/angle.cpp, ETL/tags/ETL_0_04_08/ETL/test/benchmark.cpp, ETL/tags/ETL_0_04_08/ETL/test/clock.cpp, ETL/tags/ETL_0_04_08/ETL/test/fixed.cpp, ETL/tags/ETL_0_04_08/ETL/test/handle.cpp, ETL/tags/ETL_0_04_08/ETL/test/hermite.cpp, ETL/tags/ETL_0_04_08/ETL/test/pen.cpp, ETL/tags/ETL_0_04_08/ETL/test/random.cpp, ETL/tags/ETL_0_04_08/ETL/test/smach.cpp, ETL/tags/ETL_0_04_08/ETL/test/smart_ptr.cpp, ETL/tags/ETL_0_04_08/ETL/test/spline.cpp, ETL/tags/ETL_0_04_08/ETL/test/stringf.cpp, ETL/tags/ETL_0_04_08/ETL/test/surface.cpp, ETL/tags/ETL_0_04_08/ETL/test/value.cpp: Release ETL_0_04_08 git-svn-id: http://svn.voria.com/code@145 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-02-28 darco * ETL/tags/stable/ETL/.cvsignore, ETL/tags/stable/ETL/ChangeLog, ETL/tags/stable/ETL/ETL-config.in, ETL/tags/stable/ETL/ETL.kdevprj, ETL/tags/stable/ETL/ETL.pbproj/darco.mode1, ETL/tags/stable/ETL/ETL.pbproj/darco.pbxuser, ETL/tags/stable/ETL/ETL.pbproj/etl_profile.h, ETL/tags/stable/ETL/ETL.pbproj/frameworkfix.cpp, ETL/tags/stable/ETL/ETL.pbproj/project.pbxproj, ETL/tags/stable/ETL/ETL.pc.in, ETL/tags/stable/ETL/ETL.prj, ETL/tags/stable/ETL/ETL/.cvsignore, ETL/tags/stable/ETL/ETL/Makefile.am, ETL/tags/stable/ETL/ETL/_angle.h, ETL/tags/stable/ETL/ETL/_bezier.h, ETL/tags/stable/ETL/ETL/_bezier_angle.h, ETL/tags/stable/ETL/ETL/_bit_rotate.h, ETL/tags/stable/ETL/ETL/_boxblur.h, ETL/tags/stable/ETL/ETL/_bspline.h, ETL/tags/stable/ETL/ETL/_calculus.h, ETL/tags/stable/ETL/ETL/_clock_base.h, ETL/tags/stable/ETL/ETL/_clock_gettimeofday.h, ETL/tags/stable/ETL/ETL/_clock_system.h, ETL/tags/stable/ETL/ETL/_clock_win32hpcount.h, ETL/tags/stable/ETL/ETL/_condition.h, ETL/tags/stable/ETL/ETL/_curve.h, ETL/tags/stable/ETL/ETL/_curve_func.h, ETL/tags/stable/ETL/ETL/_fastangle.h, ETL/tags/stable/ETL/ETL/_fastangle_tables.h, ETL/tags/stable/ETL/ETL/_fixed.h, ETL/tags/stable/ETL/ETL/_gaussian.h, ETL/tags/stable/ETL/ETL/_handle.h, ETL/tags/stable/ETL/ETL/_hermite.h, ETL/tags/stable/ETL/ETL/_misc.h, ETL/tags/stable/ETL/ETL/_mutex_null.h, ETL/tags/stable/ETL/ETL/_mutex_pthreads.h, ETL/tags/stable/ETL/ETL/_mutex_win32.h, ETL/tags/stable/ETL/ETL/_pen.h, ETL/tags/stable/ETL/ETL/_random.h, ETL/tags/stable/ETL/ETL/_rect.h, ETL/tags/stable/ETL/ETL/_ref_count.h, ETL/tags/stable/ETL/ETL/_rwlock.h, ETL/tags/stable/ETL/ETL/_smach.h, ETL/tags/stable/ETL/ETL/_smart_ptr.h, ETL/tags/stable/ETL/ETL/_status.h, ETL/tags/stable/ETL/ETL/_stringf.h, ETL/tags/stable/ETL/ETL/_surface.h, ETL/tags/stable/ETL/ETL/_thread.h, ETL/tags/stable/ETL/ETL/_trivial.h, ETL/tags/stable/ETL/ETL/_value.h, ETL/tags/stable/ETL/ETL/angle, ETL/tags/stable/ETL/ETL/bezier, ETL/tags/stable/ETL/ETL/boxblur, ETL/tags/stable/ETL/ETL/calculus, ETL/tags/stable/ETL/ETL/clock, ETL/tags/stable/ETL/ETL/etl_config.h, ETL/tags/stable/ETL/ETL/etl_profile_.h.in, ETL/tags/stable/ETL/ETL/fastangle, ETL/tags/stable/ETL/ETL/fixed, ETL/tags/stable/ETL/ETL/gaussian, ETL/tags/stable/ETL/ETL/handle, ETL/tags/stable/ETL/ETL/hermite, ETL/tags/stable/ETL/ETL/ipc, ETL/tags/stable/ETL/ETL/misc, ETL/tags/stable/ETL/ETL/pen, ETL/tags/stable/ETL/ETL/random, ETL/tags/stable/ETL/ETL/rect, ETL/tags/stable/ETL/ETL/ref_count, ETL/tags/stable/ETL/ETL/smach, ETL/tags/stable/ETL/ETL/smart_ptr, ETL/tags/stable/ETL/ETL/spline, ETL/tags/stable/ETL/ETL/status, ETL/tags/stable/ETL/ETL/stringf, ETL/tags/stable/ETL/ETL/surface, ETL/tags/stable/ETL/ETL/thread, ETL/tags/stable/ETL/ETL/trivial, ETL/tags/stable/ETL/ETL/value, ETL/tags/stable/ETL/INSTALL, ETL/tags/stable/ETL/Makefile.am, ETL/tags/stable/ETL/README, ETL/tags/stable/ETL/bootstrap, ETL/tags/stable/ETL/config/.cvsignore, ETL/tags/stable/ETL/config/ETL.m4, ETL/tags/stable/ETL/config/build.cfg, ETL/tags/stable/ETL/config/configure.ac, ETL/tags/stable/ETL/config/cxx_macros.m4, ETL/tags/stable/ETL/config/doxygen.cfg.in, ETL/tags/stable/ETL/config/pkg-support/ETL-devel.info, ETL/tags/stable/ETL/config/pkg-support/devel-resources/License.rtf, ETL/tags/stable/ETL/config/pkg-support/devel-resources/ReadMe.rtf, ETL/tags/stable/ETL/config/pkg-support/devel-resources/Welcome.rtf, ETL/tags/stable/ETL/config/pkg-support/devel-resources/install.sh, ETL/tags/stable/ETL/config/pkgconfig.pc.in, ETL/tags/stable/ETL/config/project.spec.in, ETL/tags/stable/ETL/config/subs.m4, ETL/tags/stable/ETL/doxygen.cfg, ETL/tags/stable/ETL/test/.cvsignore, ETL/tags/stable/ETL/test/Makefile.am, ETL/tags/stable/ETL/test/angle.cpp, ETL/tags/stable/ETL/test/benchmark.cpp, ETL/tags/stable/ETL/test/clock.cpp, ETL/tags/stable/ETL/test/fixed.cpp, ETL/tags/stable/ETL/test/handle.cpp, ETL/tags/stable/ETL/test/hermite.cpp, ETL/tags/stable/ETL/test/pen.cpp, ETL/tags/stable/ETL/test/random.cpp, ETL/tags/stable/ETL/test/smach.cpp, ETL/tags/stable/ETL/test/smart_ptr.cpp, ETL/tags/stable/ETL/test/spline.cpp, ETL/tags/stable/ETL/test/stringf.cpp, ETL/tags/stable/ETL/test/surface.cpp, ETL/tags/stable/ETL/test/value.cpp: Stable Tag: Copying everyhting over git-svn-id: http://svn.voria.com/code@143 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-02-28 darco * ETL/trunk/ETL.pc.in, ETL/trunk/Makefile.am, ETL/trunk/bootstrap, ETL/trunk/config/build.cfg, ETL/trunk/config/configure.ac, ETL/trunk/doxygen.cfg: Bump version number. Add SVN version to version number. Convert tagstable and tagrelease targets to use SVN. git-svn-id: http://svn.voria.com/code@139 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-02-19 pabs * ETL/trunk/ETL/_surface.h: Fix 1349630: forgot to #include when using std::min git-svn-id: http://svn.voria.com/code@125 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-01-30 pabs * ETL/trunk/config/doxygen.cfg.in, ETL/trunk/doxygen.cfg: Fix 1402909: update doxygen configuration files git-svn-id: http://svn.voria.com/code@121 1f10aa63-cdf2-0310-b900-c93c546f37ac 2006-01-30 pabs * ETL/trunk/ETL/_stringf.h: Fix 1356998: compile error on IRIX git-svn-id: http://svn.voria.com/code@119 1f10aa63-cdf2-0310-b900-c93c546f37ac 2005-11-09 darco * ETL/trunk/bootstrap, ETL/trunk/config/sdl.m4: Remove SDL macros. Add quoting and cygwin support to ./bootstrap. git-svn-id: http://svn.voria.com/code@56 1f10aa63-cdf2-0310-b900-c93c546f37ac 2005-11-09 darco * ETL/trunk/ETL.pbproj/frameworkfix.cpp, ETL/trunk/ETL.pc.in, ETL/trunk/ETL/_clock_gettimeofday.h, ETL/trunk/ETL/_curve_func.h, ETL/trunk/ETL/_fixed.h, ETL/trunk/ETL/_handle.h, ETL/trunk/ETL/_smart_ptr.h, ETL/trunk/Makefile.am, ETL/trunk/config/build.cfg, ETL/trunk/doxygen.cfg, ETL/trunk/test/Makefile.am, ETL/trunk/test/fixed.cpp, ETL/trunk/test/handle.cpp, ETL/trunk/test/smart_ptr.cpp: Bump version number. Remove bogus copyright line. Don't distribute the kdevelop project. Add multiplication stuff to the fixed templates. Various fixes for the fixed, curve_func, handle, smart_ptr and clock templates. Fixes for the fixed, smart_ptr and handle tests. Disable the value and spline tests. git-svn-id: http://svn.voria.com/code@52 1f10aa63-cdf2-0310-b900-c93c546f37ac 2005-10-31 darco * ETL/trunk/ETL/_stringf.h: More file path fixes git-svn-id: http://svn.voria.com/code@33 1f10aa63-cdf2-0310-b900-c93c546f37ac 2005-04-11 darco * ETL/trunk/ETL/_stringf.h, ETL/trunk/bootstrap, ETL/trunk/test/stringf.cpp: Fixed the file path stuff. Don't show the bootstrap warning when .svn is present. git-svn-id: http://svn.voria.com/code@15 1f10aa63-cdf2-0310-b900-c93c546f37ac 2005-03-24 darco * ETL/trunk/ETL/_misc.h: floor is not needed when casting to int git-svn-id: http://svn.voria.com/code@2 1f10aa63-cdf2-0310-b900-c93c546f37ac 2005-03-24 darco * Initial import of ETL git-svn-id: http://svn.voria.com/code@1 1f10aa63-cdf2-0310-b900-c93c546f37ac ETL-1.2.1/ETL-config.in0000664000212700021270000000165612614166103011307 00000000000000#!/bin/sh VERSION=@VERSION@ PACKAGE=@PACKAGE@ usage() { cat <